ports/132097: security/qca-ossl configure not finding OpenSSL when WITH_OPENSSL_PORT defined

Matt Dawson matt at chronos.org.uk
Wed Feb 25 13:00:15 UTC 2009


>Number:         132097
>Category:       ports
>Synopsis:       security/qca-ossl configure not finding OpenSSL when WITH_OPENSSL_PORT defined
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 25 13:00:12 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Matt Dawson
>Release:        7-STABLE (RELENG_7)
>Organization:
>Environment:
FreeBSD tinderbox 7.1-STABLE FreeBSD 7.1-STABLE #1: Thu Jan 15 11:43:24 GMT 2009     root at tinderbox:/usr/obj/usr/src/sys/TINDERBOX  amd64
>Description:
security/qca-ossl is failing on configure. Full details here:
https://tinderbox.chronos.org.uk/tb/errors/7-amd64-Desktop/qca-ossl-2.0.0.b3.log
>How-To-Repeat:
Try to install qca-ossl with the default OpenSSL set to the port rather than base in make.conf/tinderbox envs.
>Fix:
Not known. I have tried setting a conditional in the Makefile thus:

.if defined(WITH_OPENSSL_PORT)
CONFIGURE_ARGS+=  --with-openssl-inc=${PREFIX}/include \
                  --with-openssl-lib=${PREFIX}/lib
.endif

My reasoning was to force configure to find the ports version of OpenSSL. Needless to say, it didn't work. Strangely, with the pre PORTREVISION= 1 version of the openssl-0.9.8j package on my system, the port builds successfully. I have yet to try backing out dinoex@'s changes of 23rd Feb to the security/openssl port on the tinderbox.

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list