From owner-freebsd-ports@FreeBSD.ORG Thu Dec 4 02:36:46 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 477EC993 for ; Thu, 4 Dec 2014 02:36:46 +0000 (UTC) Received: from mail.allbsd.org (gatekeeper.allbsd.org [IPv6:2001:2f0:104:e001::32]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.allbsd.org", Issuer "RapidSSL CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C1733F4 for ; Thu, 4 Dec 2014 02:36:45 +0000 (UTC) Received: from alph.d.allbsd.org ([IPv6:2001:2f0:104:e010:862b:2bff:febc:8956]) (authenticated bits=56) by mail.allbsd.org (8.14.9/8.14.8) with ESMTP id sB42aOOp079337 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 4 Dec 2014 11:36:34 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (localhost [IPv6:::1]) (authenticated bits=0) by alph.d.allbsd.org (8.14.9/8.14.8) with ESMTP id sB42aNe1079279; Thu, 4 Dec 2014 11:36:23 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Thu, 04 Dec 2014 11:36:21 +0900 (JST) Message-Id: <20141204.113621.806699077856820420.hrs@allbsd.org> To: swhetzel@gmail.com Subject: Re: GSSAPILIBDIR not filled while trying to build cyrus-sasl2-gssapi From: Hiroki Sato In-Reply-To: References: <547DCEF9.3060501@lrnx.fr> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 6.6 on Emacs 24.4 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Thu_Dec__4_11_36_21_2014_079)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.97.4 at gatekeeper.allbsd.org X-Virus-Status: Clean X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mail.allbsd.org [IPv6:2001:2f0:104:e001::32]); Thu, 04 Dec 2014 11:36:39 +0900 (JST) X-Spam-Status: No, score=-97.9 required=13.0 tests=CONTENT_TYPE_PRESENT, RDNS_NONE,SPF_SOFTFAIL,USER_IN_WHITELIST autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on gatekeeper.allbsd.org Cc: lists@lrnx.net, ports@freebsd.org 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 02:36:46 -0000 ----Security_Multipart(Thu_Dec__4_11_36_21_2014_079)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 ----Security_Multipart(Thu_Dec__4_11_36_21_2014_079)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEABECAAYFAlR/yKUACgkQTyzT2CeTzy0MowCcD8irBaIWPu1cipf3CdTRcsgK Iz8An1hupSewOAEEoapxs5Ko0HPnMQxO =9ZpW -----END PGP SIGNATURE----- ----Security_Multipart(Thu_Dec__4_11_36_21_2014_079)----