Bug#1058329: ipxe: FTBFS: arch/x86/core/patch_cf.S:26: Error: 64bit mode not supported on `i386'.

2024-08-11 Thread Martin-Éric Racine
Package: ipxe Version: 1.0.0+git-20190125.36a4c85-5.1 Followup-For: Bug #1058329 Control: tags -1 ftbfs -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 That's because Debian presumes that EFI means x86-64 binary... $ file /boot/ipxe.efi /boot/ipxe.efi: PE32+ executable (DLL) (EFI application) x

Bug#1058329: ipxe: FTBFS: arch/x86/core/patch_cf.S:26: Error: 64bit mode not supported on `i386'.

2023-12-12 Thread Lucas Nussbaum
Source: ipxe Version: 1.0.0+git-20190125.36a4c85-5.1 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: lu...@debian.org Usertags: ftbfs-20231212 ftbfs-trixie Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > gcc -E

Bug#1058329: ipxe: FTBFS: arch/x86/core/patch_cf.S:26: Error: 64bit mode not supported on `i386'.

2024-01-11 Thread Ciaran Anscomb
I was able to `make bin-x86_64-efi/ipxe.efi` by commenting out ".arch i386" (and sometimes i486 or i586) lines in various .S files under arch/x86/ The result netbooted fine and did the job. I assume something changed in the compiler or assembler at some point, so this is only a pointer in that di