Geert Stappers
Geert Stappers
For @Fhiss and all others who come along * Get true technical information about the NIC * Understand the iPXE code base * Enable others to help you * Keep...
And which version has your compiler? Which compiler are you using anyway? What is the source that is checked out? (Yeah, probably "git". State git branch and latest git commit...
On Sun, Mar 20, 2022 at 11:05:16AM -0700, damnms wrote: > gcc (GCC) 12.0.1 20220308 (Red Hat 12.0.1-0) Acknowledge > source is master, latest commit is dd3547543811dd2e996b910bdadb609414904352 That is currently...
On Sat, Apr 02, 2022 at 08:45:12AM -0700, andmn wrote: > ... and end up with same issue ... And that is with which compiler version?
I can reproduce the error with GCC version 12 on a _Debian system_. The _"failing"_ version: ```text $ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured...
> The issue seems to come from gcc 12 as discussed here: https://bugzilla.suse.com/show_bug.cgi?id=1197018#c1 Quoting https://bugzilla.suse.com/show_bug.cgi?id=1197018#c13 > Fixed in devel project. Thanks for working on that. @damnms please retitle this issue...
[comment 2 from that bugzilla issue:](https://bugzilla.suse.com/show_bug.cgi?id=1197018#c2) So the patch is: ```text diff --git a/roms/ipxe/src/Makefile.housekeeping b/roms/ipxe/src/Makefile.housekeeping index 134becd50..4b0aa9e96 100644 --- a/roms/ipxe/src/Makefile.housekeeping +++ b/roms/ipxe/src/Makefile.housekeeping @@ -183,6 +183,20 @@ WNAPM_TEST = $(CC) -Wno-address-of-packed-member...
Solution is reported to the mailing list of _iPXE_, archived as https://lists.ipxe.org/pipermail/ipxe-devel/2022-July/thread.html
> Solution is reported to the mailing list of _iPXE_, archived as https://lists.ipxe.org/pipermail/ipxe-devel/2022-July/thread.html Deeper link is https://lists.ipxe.org/pipermail/ipxe-devel/2022-July/007571.html
Roughly the same time on our IRC channel: > That iscsi:10.0.0.158::::iqn.d.d:lun1 versus iscsi:10.0.0.158:::1:iqn.d.d:lun1 is that something that does enhance iPXE iSCSI documentation? To me, not familiar with iSCSI, it looks...