[Bug 245189] Building world WITH_PIE=1 is currently broken
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Mar 30 15:24:28 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245189
Bug ID: 245189
Summary: Building world WITH_PIE=1 is currently broken
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: bugs at FreeBSD.org
Reporter: gbergling at gmail.com
Using the following src.conf and trying to build world with build option
WITH_PIE=1 applied is currently broken.
WITH_EXTRA_TCP_STACKS=1
WITH_BEARSSL=1
WITH_PIE=1
WITH_RETPOLINE=1
The error messages are the following.
===> sbin/veriexec (all)
ld: error: unable to find library -lveriexec_pie
ld: error: unable to find library -lsecureboot_pie
ld: error: unable to find library -lbearssl_pie
cc: error: linker command failed with exit code 1 (use -v to see invocation)
--- veriexec.full ---
*** [veriexec.full] Error code 1
make[4]: stopped in /boiler/nfs/src/sbin/veriexec
1 error
make[4]: stopped in /boiler/nfs/src/sbin/veriexec
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list