Created attachment 192061 [details] fix for building against openssl from base My sincerest apologies. On my system LibreSSL is the default openssl library and poudriere finished just fine. When building against openssl base, upstream failed to implement a good way to automatically find libssl.so (it works fine for libcrypto.so). This patch remedies that and I've tested it still works with openssl from ports as well.
(In reply to Ralf van der Enden from comment #0) Yes, some people have reported the issue checking for LIBSSL... no configure: error: OpenSSL libssl requested but libraries were not found ===> Script "configure" failed unexpectedly. Please report the problem to cpm@FreeBSD.org [maintainer] and attach the "/wrkdirs/usr/ports/dns/dnsdist/work/dnsdist-1.3.0/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 Stop. make: stopped in /usr/ports/dns/dnsdist Thanks for the quick fix, Ralf
A commit references this bug: Author: cpm Date: Sun Apr 1 16:33:17 UTC 2018 New revision: 466169 URL: https://svnweb.freebsd.org/changeset/ports/466169 Log: dns/dnsdist: Fix building against openssl from base checking for LIBSSL... no configure: error: OpenSSL libssl requested but libraries were not found ===> Script "configure" failed unexpectedly. Please report the problem to cpm@FreeBSD.org [maintainer] and attach the "/wrkdirs/usr/ports/dns/dnsdist/work/dnsdist-1.3.0/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 Stop. make: stopped in /usr/ports/dns/dnsdist PR: 227180 Submitted by: Ralf van der Enden <tremere@cainites.net> MFH: 2018Q2 Changes: head/dns/dnsdist/Makefile
Committed! Thanks again
A commit references this bug: Author: cpm Date: Sun Apr 1 23:56:31 UTC 2018 New revision: 466192 URL: https://svnweb.freebsd.org/changeset/ports/466192 Log: MFH: r466169 dns/dnsdist: Fix building against openssl from base checking for LIBSSL... no configure: error: OpenSSL libssl requested but libraries were not found ===> Script "configure" failed unexpectedly. Please report the problem to cpm@FreeBSD.org [maintainer] and attach the "/wrkdirs/usr/ports/dns/dnsdist/work/dnsdist-1.3.0/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 Stop. make: stopped in /usr/ports/dns/dnsdist PR: 227180 Submitted by: Ralf van der Enden <tremere@cainites.net> Approved by: ports-secteam (riggs) Changes: _U branches/2018Q2/ branches/2018Q2/dns/dnsdist/Makefile