GNU bug report logs -
#74710
[PATCH] gnu: ipxe: Update to 24db39fb2983ca83ab5c6ee37cb57a4f7f6f94e6.
Previous Next
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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 07 Dec 2024 00:23:19 -0800
with message-id <87zfl7dhqg.fsf <at> contorta>
and subject line Re: [bug#74710] [PATCH] gnu: ipxe: Update to 24db39fb2983ca83ab5c6ee37cb57a4f7f6f94e6.
has caused the debbugs.gnu.org bug report #74710,
regarding [PATCH] gnu: ipxe: Update to 24db39fb2983ca83ab5c6ee37cb57a4f7f6f94e6.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
74710: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74710
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (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)]
This bug report was last modified 227 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.