[Bug 260083] WITHOUT_BOOT build option appears to include stand, failing on libsa
Date: Sun, 28 Nov 2021 14:39:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260083
clbuisson@orange.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |clbuisson@orange.fr
--- Comment #3 from clbuisson@orange.fr ---
For me, libsa cannot be built with
#WITHOUT_BOOT=YES
WITHOUT_LOADER_GELI=YES
WITHOUT_LOADER_ZFS=YES
but the build is successful with
#WITHOUT_BOOT=YES
#WITHOUT_LOADER_GELI=YES
WITHOUT_LOADER_ZFS=YES
first found with sources
git 5a01dea7e8c9 (2021/09/19)
diagnosed with sources
git d032cda0d047 (2021.11/12)
confirmed with sources
git 8ec4c5dae327 (2021/11/21)
--
You are receiving this mail because:
You are the assignee for the bug.