Re: [ipxe-devel] compile fails with gcc 4.8.0

2013-06-07 Thread Daniel P. Berrange
On Fri, Jun 07, 2013 at 02:05:54PM +0100, Michael Brown wrote: Christian Hessel...@eworm.de on Tue, 2013/04/02 10:35: with gcc 4.8.0 compilation fails: [BUILD] bin/pxe_call.o arch/i386/interface/pxe/pxe_call.c: In function ‘pxe_start_nbp’: arch/i386/interface/pxe/pxe_call.c:284:1: error:

Re: [ipxe-devel] compile fails with gcc 4.8.0

2013-06-07 Thread Daniel P. Berrange
On Fri, Jun 07, 2013 at 02:30:10PM +0100, Michael Brown wrote: On 07/06/13 14:22, Daniel P. Berrange wrote: This doesn't look right: - addw $4, %%sp\n\t ) + popl %%ebp\n\t /* discard

Re: [ipxe-devel] iPXE build failure on Fedora 19 (rawhide)

2013-03-05 Thread Daniel P. Berrange
On Tue, Mar 05, 2013 at 01:48:29PM +, Michael Brown wrote: On 22/02/13 15:40, Daniel P. Berrange wrote: Building on Fedora 19 rawhide, which has latest gcc 4.8.0 I'm seeing the following failure on the pxe_call.c file: gcc -DARCH=i386 -DPLATFORM=pcbios -march=i386 -fomit-frame

[ipxe-devel] iPXE build failure on Fedora 19 (rawhide)

2013-02-22 Thread Daniel P. Berrange
Building on Fedora 19 rawhide, which has latest gcc 4.8.0 I'm seeing the following failure on the pxe_call.c file: gcc -DARCH=i386 -DPLATFORM=pcbios -march=i386 -fomit-frame-pointer -fstrength-reduce -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mpreferred-stack-boundary=2

Re: [ipxe-devel] Source file license header clarification

2012-03-23 Thread Daniel P. Berrange
On Fri, Mar 23, 2012 at 02:13:36PM +, Daniel P. Berrange wrote: In the course of the Fedora review for iPXE, it was identified that many iPXE source files do not have any license header comment in them. While the intent is commonly that any such ommisions imply that the file(s) are covered

[ipxe-devel] Build problems on Fedora 16/17 with current GIT

2012-03-19 Thread Daniel P. Berrange
I've been trying to package ipxe for Fedora, to replace our gpxe packages. Originally I was building from this commit: commit ffb6d6be6dc8b0b7f144ed7f6d40b537b4480295 Author: Michael Brown mc...@ipxe.org Date: Tue Mar 13 04:41:49 2012 + but the build eventually fails with the