Date: Mon, 21 Mar 2022 02:36:22 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 262336] kernel linking error after adding device smbios Message-ID: <bug-262336-227-yzsv1gfSyf@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-262336-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
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.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262336-227-yzsv1gfSyf>
