From owner-freebsd-ports@FreeBSD.ORG Tue Dec 2 14:52:41 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 34EDA439 for ; Tue, 2 Dec 2014 14:52:41 +0000 (UTC) Received: from delay-3y.bbox.fr (delay-3y.bbox.fr [194.158.98.73]) by mx1.freebsd.org (Postfix) with ESMTP id EB7D52C5 for ; Tue, 2 Dec 2014 14:52:40 +0000 (UTC) Received: from mail-2y.bbox.fr (bt8sssoo.cs.dolmen.bouyguestelecom.fr [172.24.208.129]) by delay-3y.bbox.fr (Postfix) with ESMTP id 5146882CE9 for ; Tue, 2 Dec 2014 15:39:00 +0100 (CET) Received: from hermes.lrnx.net (fr141-h03-89-88-60-136.dsl.sta.abo.bbox.fr [89.88.60.136]) by mail-2y.bbox.fr (Postfix) with ESMTP id A05D412D; Tue, 2 Dec 2014 15:38:52 +0100 (CET) Received: from [10.89.3.16] ([193.52.208.233]) (authenticated bits=0) by hermes.lrnx.net (8.14.7/8.14.7) with ESMTP id sB2EcnQl033666 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 2 Dec 2014 15:38:52 +0100 (CET) (envelope-from lists@lrnx.fr) Message-ID: <547DCEF9.3060501@lrnx.fr> Date: Tue, 02 Dec 2014 15:38:49 +0100 From: Philippe Lauget User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: ports@freebsd.org Subject: GSSAPILIBDIR not filled while trying to build cyrus-sasl2-gssapi Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.98.4 at wagram X-Virus-Status: Clean X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2014 14:52:41 -0000 Hi, I'm trying to build /usr/ports/security/cyrus-sasl2-gssapi with MIT krb5 from a fresh port tree : ===> License BSD4CLAUSE accepted by the user ===> Found saved configuration for cyrus-sasl-gssapi-2.1.26_3 ===> cyrus-sasl-gssapi-2.1.26_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by cyrus-sasl-gssapi-2.1.26_3 for building ===> Extracting for cyrus-sasl-gssapi-2.1.26_3 => SHA256 Checksum OK for cyrus-sasl-2.1.26.tar.gz. ===> Patching for cyrus-sasl-gssapi-2.1.26_3 ===> Applying FreeBSD patches for cyrus-sasl-gssapi-2.1.26_3 ===> cyrus-sasl-gssapi-2.1.26_3 depends on executable: libtool - found ===> cyrus-sasl-gssapi-2.1.26_3 depends on file: /libkrb5support.so - not found ===> Verifying install for /libkrb5support.so in /usr/ports/security/krb5 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ===> License MIT accepted by the user ===> Found saved configuration for krb5-1.13 ===> krb5-1.13 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by krb5-1.13 for building ===> Extracting for krb5-1.13 .... krb5-1.13 is already installed on my system, i have KRB5_HOME=/usr/local in /etc/make.conf Of course, /libkrb5support.so does not exist, and the check should point to /usr/local/lib/libkrb5support.so, or, from the path computed from ${GSSAPILIBDIR}/libkrb5support.so defined in /usr/ports/Mk/Uses/gssapi.mk But, unlike base or heimdal, with MIT krb5, GSSAPILIBDIR is not defined. Have I missed a step, or is it a 'bug' ? Thanks, -- Philippe