Summary: | WITHOUT_CRYPT build option regression | ||
---|---|---|---|
Product: | Base System | Reporter: | Michael Dexter <editor> |
Component: | bin | Assignee: | Mitchell Horne <mhorne> |
Status: | Closed FIXED | ||
Severity: | Affects Some People | CC: | mhorne |
Priority: | --- | ||
Version: | CURRENT | ||
Hardware: | Any | ||
OS: | Any |
Description
Michael Dexter
![]() Confirmed on FreeBSD 13.0-ALPHA2 build on 13.0-ALPHA2. Full built output is linked from: https://callfortesting.org/results/bos-FreeBSD-13A1/ Confirmed on FreeBSD 13.0-ALPHA3 built on 13.0-ALPHA3. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=e5cc1c47484160969e0a7c13cdbc71081d7dd60e commit e5cc1c47484160969e0a7c13cdbc71081d7dd60e Author: Mitchell Horne <mhorne@FreeBSD.org> AuthorDate: 2021-01-30 19:04:08 +0000 Commit: Mitchell Horne <mhorne@FreeBSD.org> CommitDate: 2021-02-01 14:31:17 +0000 src.opts.mk: set MK_ZFS conditional on MK_OPENSSL libzfs has a dependency on libcrypto. This causes a buildworld link failure when WITHOUT_OPENSSL/WITHOUT_CRYPT is set. This dependency was added implicitly by the switch to OpenZFS, and explicitly in 40d0fd287510 and cd568e2b1b67. PR: 252841 Reviewed by: kevans, freqlabs MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D28431 share/mk/src.opts.mk | 1 + 1 file changed, 1 insertion(+) Initial builds are fine! Thanks! Closing (In reply to Michael Dexter from comment #4) No problem. I will MFC to stable/13 in the next couple of days. A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=63a3f59066765c251de8cb80bf841b916b4f4061 commit 63a3f59066765c251de8cb80bf841b916b4f4061 Author: Mitchell Horne <mhorne@FreeBSD.org> AuthorDate: 2021-01-30 19:04:08 +0000 Commit: Mitchell Horne <mhorne@FreeBSD.org> CommitDate: 2021-02-04 13:57:31 +0000 src.opts.mk: set MK_ZFS conditional on MK_OPENSSL PR: 252841 Reviewed by: kevans, freqlabs (cherry picked from commit e5cc1c47484160969e0a7c13cdbc71081d7dd60e) share/mk/src.opts.mk | 1 + 1 file changed, 1 insertion(+) |