GNU bug report logs - #74710
[PATCH] gnu: ipxe: Update to 24db39fb2983ca83ab5c6ee37cb57a4f7f6f94e6.

Previous Next

Package: guix-patches;

Reported by: Roman Scherer <roman <at> burningswell.com>

Date: Fri, 6 Dec 2024 13:39:02 UTC

Severity: normal

Tags: patch

Done: Vagrant Cascadian <vagrant <at> debian.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74710 in the body.
You can then email your comments to 74710 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to efraim <at> flashner.co.il, vagrant <at> debian.org, guix-patches <at> gnu.org:
bug#74710; Package guix-patches. (Fri, 06 Dec 2024 13:39:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Roman Scherer <roman <at> burningswell.com>:
New bug report received and forwarded. Copy sent to efraim <at> flashner.co.il, vagrant <at> debian.org, guix-patches <at> gnu.org. (Fri, 06 Dec 2024 13:39:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Roman Scherer <roman <at> burningswell.com>
To: guix-patches <at> gnu.org
Cc: Roman Scherer <roman <at> burningswell.com>
Subject: [PATCH] gnu: ipxe: Update to 24db39fb2983ca83ab5c6ee37cb57a4f7f6f94e6.
Date: Fri,  6 Dec 2024 14:38:25 +0100
* gnu/packages/bootloaders.scm (ipxe): Update to 24db39fb2983ca83ab5c6ee37cb57a4f7f6f94e6.

Change-Id: I480fa8efad1e2d72e5239bf7df5fb779179ad96b

---

This fixes a build issue on my aarch64 system with gcc-14.

https://github.com/ipxe/ipxe/commit/7f75d320f

drivers/net/etherfabric.h:524:28: error: ‘reg.u32[0]’ may be used
uninitialized [-Werror=maybe-uninitialized]
---
 gnu/packages/bootloaders.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 61ea74b69a..788c7dc9ef 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -1946,9 +1946,9 @@ (define-public ipxe
   ;;
   ;; TODO: Bump this timestamp at each modifications of the package (not only
   ;; for updates) by running: date +%s.
-  (let ((timestamp "1706118389")
-        (commit "de8a0821c7bc737e724fa3dfb6d89dc36f591d7a")
-        (revision "2"))
+  (let ((timestamp "1733491642")
+        (commit "24db39fb2983ca83ab5c6ee37cb57a4f7f6f94e6")
+        (revision "3"))
     (package
       (name "ipxe")
       (version (git-version "1.21.1" revision commit))
@@ -1960,7 +1960,7 @@ (define-public ipxe
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0xiffdmf8hpmsw7nm9wp10wd0rs4avm2m3q5ncx0r5zfykannlbd"))))
+                  "0b2h4bsdgnyjna6piwfqqn985vqfjmbz80jh0n7hrnncp2v53qj6"))))
       (build-system gnu-build-system)
       (arguments
        (list

base-commit: d75d1fe6ac7ded7e61322d18b07d347beb609aa0
-- 
2.46.0





Information forwarded to guix-patches <at> gnu.org:
bug#74710; Package guix-patches. (Fri, 06 Dec 2024 20:12:01 GMT) Full text and rfc822 format available.

Message #8 received at 74710 <at> debbugs.gnu.org (full text, mbox):

From: Vagrant Cascadian <vagrant <at> debian.org>
To: Roman Scherer <roman <at> burningswell.com>
Cc: 74710 <at> debbugs.gnu.org, Efraim Flashner <efraim <at> flashner.co.il>
Subject: Re: [bug#74710] [PATCH] gnu: ipxe: Update to
 24db39fb2983ca83ab5c6ee37cb57a4f7f6f94e6.
Date: Fri, 06 Dec 2024 12:10:00 -0800
[Message part 1 (text/plain, inline)]
On 2024-12-06, Roman Scherer wrote:
> * gnu/packages/bootloaders.scm (ipxe): Update to 24db39fb2983ca83ab5c6ee37cb57a4f7f6f94e6.

This fails to build on aarch64-linux for me, with lots of "unrecognized
command-line option" errors, such as:

gcc: error: unrecognized command-line option ‘-m32’
gcc: error: unrecognized command-line option ‘-malign-double’
gcc: error: unrecognized command-line option ‘-malign-double’
gcc: error: unrecognized command-line option ‘-malign-double’
make[2]: *** [Makefile.housekeeping:979: bin-i386-efi/__moddi3.o] Error 1
make[2]: *** [Makefile.housekeeping:979: bin-i386-efi/__udivmoddi4.o] Error 1
gcc: error: unrecognized command-line option ‘-malign-double’
make[2]: *** [Makefile.housekeeping:979: bin-i386-efi/__udivdi3.o] Error 1
make[2]: *** [Makefile.housekeeping:979: bin-i386-efi/__umoddi3.o] Error 1
make[1]: *** [Makefile.housekeeping:166: bin-i386-efi/ipxe.efi] Error 2
make: *** [Makefile:170: everything] Error 2
error: in phase 'build': uncaught exception:
%exception #<&invoke-error program: "make" arguments: ("-j" "6" "ECHO_E_BIN_ECHO=echo" "ECHO_E_BIN_ECHO_E=echo -e" "BUILD_ID_CMD=echo -n 0x8198a1b7" "BUILD_TIMESTAMP=1733491642" "everything") exit-status: 2 term-signal: #f stop-signal: #f>
phase `build' failed after 71.5 seconds
command "make" "-j" "6" "ECHO_E_BIN_ECHO=echo" "ECHO_E_BIN_ECHO_E=echo -e" "BUILD_ID_CMD=echo -n 0x8198a1b7" "BUILD_TIMESTAMP=1733491642" "everything" failed with status 2
build process 8 exited with status 256
builder for `/gnu/store/s60h3s4h3rass2fq6sdkxgs9nf2nhbij-ipxe-1.21.1-3.24db39f.drv' failed with exit code 1
build of /gnu/store/s60h3s4h3rass2fq6sdkxgs9nf2nhbij-ipxe-1.21.1-3.24db39f.drv failed
View build log at '/var/log/guix/drvs/s6/0h3s4h3rass2fq6sdkxgs9nf2nhbij-ipxe-1.21.1-3.24db39f.drv.gz'.
guix build: error: build of `/gnu/store/s60h3s4h3rass2fq6sdkxgs9nf2nhbij-ipxe-1.21.1-3.24db39f.drv' failed


Although I see the same build failures without the patch applied...


live well,
  vagrant
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#74710; Package guix-patches. (Fri, 06 Dec 2024 21:07:02 GMT) Full text and rfc822 format available.

Message #11 received at 74710 <at> debbugs.gnu.org (full text, mbox):

From: Vagrant Cascadian <vagrant <at> debian.org>
To: Roman Scherer <roman <at> burningswell.com>
Cc: 74710 <at> debbugs.gnu.org, Efraim Flashner <efraim <at> flashner.co.il>
Subject: Re: [bug#74710] [PATCH] gnu: ipxe: Update to
 24db39fb2983ca83ab5c6ee37cb57a4f7f6f94e6.
Date: Fri, 06 Dec 2024 13:05:39 -0800
[Message part 1 (text/plain, inline)]
On 2024-12-06, Vagrant Cascadian wrote:
> On 2024-12-06, Roman Scherer wrote:
>> * gnu/packages/bootloaders.scm (ipxe): Update to 24db39fb2983ca83ab5c6ee37cb57a4f7f6f94e6.
>
> This fails to build on aarch64-linux for me, with lots of "unrecognized
> command-line option" errors, such as:
...
> View build log at '/var/log/guix/drvs/s6/0h3s4h3rass2fq6sdkxgs9nf2nhbij-ipxe-1.21.1-3.24db39f.drv.gz'.
> guix build: error: build of `/gnu/store/s60h3s4h3rass2fq6sdkxgs9nf2nhbij-ipxe-1.21.1-3.24db39f.drv' failed
>
>
> Although I see the same build failures without the patch applied...

Ah, but it *does* fix building "ipxe-qemu"! So for that it would be nice
to apply the patch!

We should probably mark "ipxe" as x86_64-linux only; I think it is not
designed to build on other architectures.

That said, this does improve the situation for aarch64, triggering only
about 19 rebuilds... I have yet to finish testing how those rebuilds go,
but it is in progress.

live well,
  vagrant
[signature.asc (application/pgp-signature, inline)]

Reply sent to Vagrant Cascadian <vagrant <at> debian.org>:
You have taken responsibility. (Sat, 07 Dec 2024 08:25:02 GMT) Full text and rfc822 format available.

Notification sent to Roman Scherer <roman <at> burningswell.com>:
bug acknowledged by developer. (Sat, 07 Dec 2024 08:25:02 GMT) Full text and rfc822 format available.

Message #16 received at 74710-done <at> debbugs.gnu.org (full text, mbox):

From: Vagrant Cascadian <vagrant <at> debian.org>
To: 74710-done <at> debbugs.gnu.org
Cc: Roman Scherer <roman <at> burningswell.com>,
 Efraim Flashner <efraim <at> flashner.co.il>
Subject: Re: [bug#74710] [PATCH] gnu: ipxe: Update to
 24db39fb2983ca83ab5c6ee37cb57a4f7f6f94e6.
Date: Sat, 07 Dec 2024 00:23:19 -0800
[Message part 1 (text/plain, inline)]
On 2024-12-06, Roman Scherer wrote:
> * gnu/packages/bootloaders.scm (ipxe): Update to 24db39fb2983ca83ab5c6ee37cb57a4f7f6f94e6.
>
> Change-Id: I480fa8efad1e2d72e5239bf7df5fb779179ad96b

Pushed as c05a9260ccfee4ac008eda928da6463f509a126d.

live well,
  vagrant
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 04 Jan 2025 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 225 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.