From owner-freebsd-ports@FreeBSD.ORG Thu Dec 4 07:48:39 2014 Return-Path: Delivered-To: freebsd-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 57BF3C49 for ; Thu, 4 Dec 2014 07:48:39 +0000 (UTC) Received: from mail-2y.bbox.fr (mail-2y.bbox.fr [194.158.98.15]) by mx1.freebsd.org (Postfix) with ESMTP id 15D99900 for ; Thu, 4 Dec 2014 07:48:38 +0000 (UTC) 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 C6021C8; Thu, 4 Dec 2014 08:48:27 +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 sB47m8Yw051365 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 4 Dec 2014 08:48:20 +0100 (CET) (envelope-from lists@lrnx.fr) Message-ID: <548011B6.90409@lrnx.fr> Date: Thu, 04 Dec 2014 08:48:06 +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: freebsd-ports@freebsd.org Subject: Re: GSSAPILIBDIR not filled while trying to build cyrus-sasl2-gssapi References: <547DCEF9.3060501@lrnx.fr> <20141204.113621.806699077856820420.hrs@allbsd.org> In-Reply-To: <20141204.113621.806699077856820420.hrs@allbsd.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit 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: Thu, 04 Dec 2014 07:48:39 -0000 Le 04/12/2014 03:36, Hiroki Sato a écrit : > Scot Hetzel wrote > in : > > sw> On Tue, Dec 2, 2014 at 8:38 AM, Philippe Lauget wrote: > sw> > Hi, > sw> > > sw> > I'm trying to build /usr/ports/security/cyrus-sasl2-gssapi with MIT krb5 > sw> > from a fresh port tree : > sw> > > sw> > ===> License BSD4CLAUSE accepted by the user > sw> > ===> Found saved configuration for cyrus-sasl-gssapi-2.1.26_3 > sw> > ===> cyrus-sasl-gssapi-2.1.26_3 depends on file: /usr/local/sbin/pkg - > sw> > found > sw> > ===> Fetching all distfiles required by cyrus-sasl-gssapi-2.1.26_3 for > sw> > building > sw> > ===> Extracting for cyrus-sasl-gssapi-2.1.26_3 > sw> > => SHA256 Checksum OK for cyrus-sasl-2.1.26.tar.gz. > sw> > ===> Patching for cyrus-sasl-gssapi-2.1.26_3 > sw> > ===> Applying FreeBSD patches for cyrus-sasl-gssapi-2.1.26_3 > sw> > ===> cyrus-sasl-gssapi-2.1.26_3 depends on executable: libtool - found > sw> > ===> cyrus-sasl-gssapi-2.1.26_3 depends on file: /libkrb5support.so - > sw> > not found > sw> > ===> Verifying install for /libkrb5support.so in /usr/ports/security/krb5 > sw> > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > sw> > > sw> > ===> License MIT accepted by the user > sw> > ===> Found saved configuration for krb5-1.13 > sw> > ===> krb5-1.13 depends on file: /usr/local/sbin/pkg - found > sw> > ===> Fetching all distfiles required by krb5-1.13 for building > sw> > ===> Extracting for krb5-1.13 > sw> > .... > sw> > > sw> > > sw> > krb5-1.13 is already installed on my system, i have KRB5_HOME=/usr/local > sw> > in /etc/make.conf > sw> > > sw> > Of course, /libkrb5support.so does not exist, and the check should point > sw> > to /usr/local/lib/libkrb5support.so, or, from the path computed from > sw> > ${GSSAPILIBDIR}/libkrb5support.so defined in /usr/ports/Mk/Uses/gssapi.mk > sw> > > sw> > But, unlike base or heimdal, with MIT krb5, GSSAPILIBDIR is not defined. > sw> > > sw> > Have I missed a step, or is it a 'bug' ? > sw> > Thanks, > sw> > > sw> Looks like it has been fixed in r373797 > sw> > sw> http://svnweb.freebsd.org/ports/head/Mk/Uses/gssapi.mk?view=log > > Yes, sorry for the breakage. > > -- Hiroki > Thanks for your fix ! -- Philippe