Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2009 12:53:11 GMT
From:      Matt Dawson <matt@chronos.org.uk>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/132097: security/qca-ossl configure not finding OpenSSL when WITH_OPENSSL_PORT defined
Message-ID:  <200902251253.n1PCrBL4045924@www.freebsd.org>
Resent-Message-ID: <200902251300.n1PD0Dad002982@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902251253.n1PCrBL4045924>