Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Dec 2014 15:38:49 +0100
From:      Philippe Lauget <lists@lrnx.net>
To:        ports@freebsd.org
Subject:   GSSAPILIBDIR not filled while trying to build cyrus-sasl2-gssapi
Message-ID:  <547DCEF9.3060501@lrnx.fr>

next in thread | raw e-mail | index | archive | help
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




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