From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 25 13:00:13 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E98F1065674 for ; Wed, 25 Feb 2009 13:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4E6378FC2D for ; Wed, 25 Feb 2009 13:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n1PD0DCU002983 for ; Wed, 25 Feb 2009 13:00:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1PD0Dad002982; Wed, 25 Feb 2009 13:00:13 GMT (envelope-from gnats) Resent-Date: Wed, 25 Feb 2009 13:00:13 GMT Resent-Message-Id: <200902251300.n1PD0Dad002982@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matt Dawson Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0331E106568D for ; Wed, 25 Feb 2009 12:53:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id DF5298FC28 for ; Wed, 25 Feb 2009 12:53:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n1PCrBMi045925 for ; Wed, 25 Feb 2009 12:53:11 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n1PCrBL4045924; Wed, 25 Feb 2009 12:53:11 GMT (envelope-from nobody) Message-Id: <200902251253.n1PCrBL4045924@www.freebsd.org> Date: Wed, 25 Feb 2009 12:53:11 GMT From: Matt Dawson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/132097: security/qca-ossl configure not finding OpenSSL when WITH_OPENSSL_PORT defined X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2009 13:00:15 -0000 >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: