[Bug 249562] 12-STABLE r366067 (likely CURRENT, too) "buildworld" does not build with EFI_SECUREBOOT (WITH_LOADER_EFI_SECUREBOOT=t in src.conf(5))
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Sep 24 07:25:26 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249562
Bug ID: 249562
Summary: 12-STABLE r366067 (likely CURRENT, too) "buildworld"
does not build with EFI_SECUREBOOT
(WITH_LOADER_EFI_SECUREBOOT=t in src.conf(5))
Product: Base System
Version: 12.1-STABLE
Hardware: amd64
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: kern
Assignee: bugs at FreeBSD.org
Reporter: walter.von.entferndt at posteo.net
12-STABLE/stand/efi/loader/main.c:1104:2: error: implicit declaration of
function 've_efi_init' is invalid in C99
This is a few lines off in CURRENT, but I only built STABLE, not CURRENT
13-CUR/stand/efi/loader/main.c:1135:2:
Obviously lib/libsecureboot/h/verify_file.h must be #included when
EFI_SECUREBOOT is defined. I do not have a patch because that may go into some
other header file that is included anyway.
When you fix this: IMHO the coresponding comment above shold be inside the
#ifdef. Rationale: editors supporting text folding will fold the block inside
the #ifdef...#endif
Thx in advance.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list