https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289480
Bug ID: 289480
Summary: WITH_VERIEXEC build option stops at
cleandir_subdir_sbin/veriexec
Product: Base System
Version: 15.0-STABLE
Hardware: amd64
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
Created attachment 263733
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=263733&action=edit
Log of buildworld output at -j16
In performing a Build Option Survey on 15.0-ALPHA1, the WITH_VERIEXEC build
option fails on a -16 build at this stage:
--- cleandir_subdir_sbin ---
--- cleandir_subdir_sbin/veriexec ---
make[5]: /usr/src/share/mk/src.libnames.mk:912: /usr/src/sbin/veriexec: Invalid
LIBADD used which may need to be added to src.libnames.mk: secureboot bearssl
in /usr/src/share/mk/bsd.libnames.mk:12
in /usr/src/share/mk/bsd.prog.mk:249
in /usr/src/sbin/veriexec/Makefile:12
in make[5] in directory "/usr/src/sbin/veriexec"
make[5]: stopped making "cleandir" in /usr/src/sbin/veriexec
--- cleandir_subdir_lib ---
--- fortify_strings_test.cleandir ---
--- cleandir_subdir_sbin ---
...
Ran it again at -j8 with the same result, though -j1 might reveal any
concurrent deletion issues.
Environmental hygiene checks:
cat /etc/src.conf
WITH_VERIEXEC=YES
zfs rollback fifteen/usr/obj@empty
root@fifteen:/usr/src # ls -l /usr/obj
total 0
Attaching WITH_VERIEXEC.log.xz containing -j16 buildworld output.
--
You are receiving this mail because:
You are the assignee for the bug.