From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: ovmf fails to build in stagin-4.6 Date: Tue, 27 Oct 2015 10:01:39 +0100 Message-ID: <20151027090139.GA28545@gmail.com> References: <20151026094315.GA29513@aepfle.de> <20151026100316.GA11537@zion.uk.xensource.com> <20151026101116.GA8411@aepfle.de> <20151026101355.GP5060@zion.uk.xensource.com> <20151026111340.GA25113@aepfle.de> <20151026120435.GC13118@zion.uk.xensource.com> <20151027071209.GA16437@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20151027071209.GA16437@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Tue, Oct 27, Olaf Hering wrote: > I will see if forcing GCC49 will change anything. This change works for me. --- xen.spec (revision 6) +++ xen.spec (working copy) @@ -290,6 +290,7 @@ ln -sfvbn ../qemu-xen-dir-remote tools/qemu-xen-dir-remote ln -sfvbn ../qemu-xen-traditional-dir-remote tools/qemu-xen-traditional-dir-remote ln -sfvbn ../../seabios-dir-remote tools/firmware/seabios-dir-remote +find ovmf-dir-remote -type f -print0 | xargs -0 sed -i 's@GCC44$@GCC49@' mv -vf ovmf-dir-remote tools/firmware/ovmf-dir-remote ln -sfvbn ../mini-os-remote extras/mini-os-remote xzcat %{S:102} > tools/firmware/etherboot/ipxe.tar Olaf