From nobody@FreeBSD.org  Wed May 17 05:25:43 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DF52616A40A
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 17 May 2006 05:25:43 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 46D7943D5C
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 17 May 2006 05:25:43 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k4H5PguM036186
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 17 May 2006 05:25:42 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k4H5PgR8036184;
	Wed, 17 May 2006 05:25:42 GMT
	(envelope-from nobody)
Message-Id: <200605170525.k4H5PgR8036184@www.freebsd.org>
Date: Wed, 17 May 2006 05:25:42 GMT
From: Andrei Fomin <a.fomin@hcsds.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: mod_auth_kerb configure script faults with heimdal
X-Send-Pr-Version: www-2.3

>Number:         97385
>Category:       ports
>Synopsis:       www/mod_auth_kerb configure script faults with heimdal
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    dinoex
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 17 05:30:17 GMT 2006
>Closed-Date:    Mon Jul 23 16:45:54 CEST 2007
>Last-Modified:  Mon Jul 23 14:50:01 GMT 2007
>Originator:     Andrei Fomin
>Release:        FreeBSD 4.11-RELEASE
>Organization:
JSC HC "Siberian Business Union"
>Environment:
FreeBSD mail.nvt.kem 4.11-RELEASE FreeBSD 4.11-RELEASE #0: Tue Aug  9 15:02:30 KRAST 2005     root@mail.nvt.kem:/usr/src/sys/compile/mail.nvt.kem  i386

>Description:
Can't install mod_auth_kerb with heimdal backend. Configure failed.

#cd /usr/ports/www/mod_auth_kerb

#make config
(Set [X] BASE_KERBEROS5  Use the base Kerberos 5 (Heimdal))

#make
...
...
checking gssapi.h usability... no
checking gssapi.h presence... no
checking for gssapi.h... no
checking gssapi/gssapi.h usability... no
checking gssapi/gssapi.h presence... no
checking for gssapi/gssapi.h... no
checking for krb5_init_context in -lkrb5... no
checking for krb5_init_context in -lkrb5... (cached) no
checking for krb5_init_context in -lkrb5... (cached) no
configure: error: No Kerberos enviroment found
===>  Script "configure" failed unexpectedly.
Please report the problem to apache@FreeBSD.org [maintainer] and attach the
"/usr/ports/www/mod_auth_kerb/work/mod_auth_kerb-5.0-rc6/config.log" including
the output of the failure of your make command. Also, it might be a good idea
to provide an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1

Stop in /usr/ports/www/mod_auth_kerb.

>How-To-Repeat:
See above.
>Fix:
Change Makefile.

The original lines 

 .if defined(WITH_BASE_KERBEROS5)
 KRB5_HOME=      /usr
 .else

was changed to 

 .if defined(WITH_BASE_KERBEROS5)
 KRB5_HOME=      ${LOCALBASE}
 .else

And "make" works properly.
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->apache 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue May 30 19:12:47 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer(s). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=97385 
State-Changed-From-To: open->feedback 
State-Changed-By: pav 
State-Changed-When: Wed Mar 14 20:22:10 UTC 2007 
State-Changed-Why:  
Can you try it with mod_auth_kerb-5.1 ? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=97385 
Responsible-Changed-From-To: apache->dinoex 
Responsible-Changed-By: dinoex 
Responsible-Changed-When: Mon Jul 23 16:34:50 CEST 2007 
Responsible-Changed-Why:  
I will take care of it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=97385 
State-Changed-From-To: feedback->closed 
State-Changed-By: dinoex 
State-Changed-When: Mon Jul 23 16:45:36 CEST 2007 
State-Changed-Why:  
a fix was committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=97385 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/97385: commit references a PR
Date: Mon, 23 Jul 2007 14:45:24 +0000 (UTC)

 dinoex      2007-07-23 14:45:19 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/mod_auth_kerb    Makefile 
   Log:
   - drop confusing OPTIONS
   - support build with heimdal from ports
   PR:             97385
   
   Revision  Changes    Path
   1.18      +9 -11     ports/www/mod_auth_kerb/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
