Re: GSSAPILIBDIR not filled while trying to build cyrus-sasl2-gssapi

2014-12-03 Thread Hiroki Sato
Scot Hetzel swhet...@gmail.com wrote
  in cacdu+f8fphx+a4ao_-tddkqh+ysqekhbdajbomam+n8jw4v...@mail.gmail.com:

sw On Tue, Dec 2, 2014 at 8:38 AM, Philippe Lauget li...@lrnx.net 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


pgp1wP3r8UGap.pgp
Description: PGP signature


Re: GSSAPILIBDIR not filled while trying to build cyrus-sasl2-gssapi

2014-12-03 Thread Philippe Lauget
Le 04/12/2014 03:36, Hiroki Sato a écrit :
 Scot Hetzel swhet...@gmail.com wrote
   in cacdu+f8fphx+a4ao_-tddkqh+ysqekhbdajbomam+n8jw4v...@mail.gmail.com:
 
 sw On Tue, Dec 2, 2014 at 8:38 AM, Philippe Lauget li...@lrnx.net 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
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: GSSAPILIBDIR not filled while trying to build cyrus-sasl2-gssapi

2014-12-02 Thread Scot Hetzel
On Tue, Dec 2, 2014 at 8:38 AM, Philippe Lauget li...@lrnx.net wrote:
 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,

Looks like it has been fixed in r373797

http://svnweb.freebsd.org/ports/head/Mk/Uses/gssapi.mk?view=log


-- 
DISCLAIMER:

No electrons were maimed while sending this message. Only slightly bruised.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org