From mboxrd@z Thu Jan 1 00:00:00 1970 From: Attilio Rao Subject: Re: Build failure in OVMF Date: Thu, 22 Mar 2012 13:07:59 +0000 Message-ID: <4F6B242F.8050203@citrix.com> References: <20120322125957.GH37468@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: <20120322125957.GH37468@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: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 22/03/12 12:59, Tim Deegan wrote: > Hi, > > On my x64 debian build box, after > make distclean > hg purge --all > ./configure > make -j8 deb > > the build eventually fails with this: > > >> FV Space Information >> MAINFV [74%Full] 5242880 total, 3888168 used, 1354712 free >> SECFV [86%Full] 81920 total, 70792 used, 11128 free >> FVMAIN_COMPACT [74%Full] 966656 total, 719808 used, 246848 free >> DXEFV [99%Full] 3670016 total, 3669544 used, 472 free >> make[7]: Leaving directory >> `/local/scratch/tdeegan/xen-unstable.hg/tools/firmware/ovmf-remote/Build/OvmfX64/DEBUG_GCC46' >> >> - Done - >> Build end time: 12:46:06, Mar.22 2012 >> Build total time: 00:00:47 >> >> 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' >> > Using make -j1 doesn't unstick it - I haven't yet tried a -j1 build from > clean. I can't see any errors earlier in the build process. > > Is there a ./configure rune to disable OVMF? > > Actually CONFIG_OVMF should be disabled by default, can you please check how is in your case? Also, did you apply the OVMF v4 patch for enabling the CONFIG_OVMF on? Attilio