[Bug 215741] security/heimdal: 7.1.0 breaks OTP with sqlite backend
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jan 3 17:43:21 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215741
Bug ID: 215741
Summary: security/heimdal: 7.1.0 breaks OTP with sqlite backend
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: hrs at FreeBSD.org
Reporter: freebsd at phil.spodhuis.org
Assignee: hrs at FreeBSD.org
Flags: maintainer-feedback?(hrs at FreeBSD.org)
Created attachment 178485
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=178485&action=edit
poudriere log of heimdal-7.1.0 build
As of today with ports git commit fe9cd7e2 updating security/heimdal to 7.1.0
this port no longer builds in my local poudriere environment.
Per the attached, I build with BDB=off SQLITE=on
The Port builds with `--enable-otp` unilaterally on. This does not appear to
be a change in the Port, so the error is probably a new upstream configure
check.
```
configure: error: OTP requires a NDBM/DB compatible library
```
It looks like `--enable-otp` now needs to be dependent upon `BDB=on` ?
(For my use-case, losing OTP is acceptable, I'd rather have sqlite and no OTP
than deal with BDB storage format compatibility headaches every couple of
years)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list