Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Sep 2020 07:25:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 249562] 12-STABLE r366067 (likely CURRENT, too) "buildworld" does not build with EFI_SECUREBOOT (WITH_LOADER_EFI_SECUREBOOT=t in src.conf(5))
Message-ID:  <bug-249562-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249562

            Bug ID: 249562
           Summary: 12-STABLE r366067 (likely CURRENT, too) "buildworld"
                    does not build with EFI_SECUREBOOT
                    (WITH_LOADER_EFI_SECUREBOOT=3Dt 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@FreeBSD.org
          Reporter: walter.von.entferndt@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 ins=
ide
the #ifdef...#endif

Thx in advance.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249562-227>