lang/python34 flakes when building *with* LibreSSL and *without* NLS.
This most likely slipped through because NLS is enabled by default,
and nobody turns it off anyway.
Details
Details
poudriere log with NLS turned off, after patch
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=156724
poudriere log with NLS turned on, after patch
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=156725
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Instead of adding ${LOCALBASE}/lib unconditionally, would it be better to use ${OPENSSLLIB}?
Comment Actions
My system built the current port with
OPTIONS_UNSET+= NLS
and the LibreSSL fix is in the port as well.