From mboxrd@z Thu Jan 1 00:00:00 1970 From: Attilio Rao Subject: Re: Build failure in OVMF Date: Thu, 22 Mar 2012 15:20:31 +0000 Message-ID: <4F6B433F.3070505@citrix.com> References: <20120322125957.GH37468@ocelot.phlegethon.org> <20120322145559.GJ37468@ocelot.phlegethon.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20120322145559.GJ37468@ocelot.phlegethon.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Tim Deegan Cc: "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On 22/03/12 14:55, Tim Deegan wrote: > At 12:59 +0000 on 22 Mar (1332421197), Tim Deegan wrote: > >>> cp Build/OvmfX64/DEBUG_GCC44/FV/OVMF.fd ovmf.bin >>> cp: cannot stat `Build/OvmfX64/DEBUG_GCC44/FV/OVMF.fd': No such file or directory >>> make[6]: *** [ovmf.bin] Error 1 >>> make[6]: Leaving directory `/local/scratch/tdeegan/xen-unstable.hg/tools/firmware/ovmf-remote' >>> > Also, 'make clean' triggers the following code in > tools/firmware/seabios-dir-remote/tools/test-gcc.sh : > > if [ $? -ne 0 ]; then > echo " Working around no -fwhole-program"> /dev/fd/2 > echo 2 > exit 0 > fi > > which truncates std err and mangles my build log. FTW! > > # HG changeset patch > # User Tim Deegan > # Date 1332428104 0 > # Node ID 6e34d38fda90a3a670fcd231e01d172dee3c3229 > # Parent d5ccb2d1dbd1dce76f9d427073306941d48c3095 > Disable OVMF build - it's not baked yet. > > Signed-off-by: Tim Deegan > Ack'ed by me. Attilio