[Bug 262336] kernel linking error after adding device smbios
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 262336] kernel linking error after adding device smbios"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Mar 2022 02:36:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262336 Mikhail Teterin <mi@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dab@freebsd.org, | |rpokala@FreeBSD.org --- Comment #2 from Mikhail Teterin <mi@FreeBSD.org> --- The ipmi(4) is broken by this too :( The problem is due to the commit 4cfd4d54822bae9794558c988bb59ca9039e9feb (cherry-picked from commit a29bff7a5216bd5f4a76228788e7eacf235004de). The simplest temporary work-around is to remove the line `#define ARCH_MAY_USE_EFI` in `sys/amd64/include/efi.h` (or `sys/arm64/include/efi.h` -- the i386 is not affected for some reason). Or -- change the `#define` to `#undef`... -- You are receiving this mail because: You are the assignee for the bug.