Skip site navigation (1)Skip section navigation (2)
Date:      16 Sep 2001 04:17:15 -0000
From:      Sean Chittenden <sean@chittenden.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30604: postgresql7 doesn't build with kerberos5
Message-ID:  <20010916041715.46122.qmail@wheel.tgd.net>

next in thread | raw e-mail | index | archive | help

>Number:         30604
>Category:       ports
>Synopsis:       postgresql7 doesn't build with kerberos5
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 15 21:20:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Sean Chittenden
>Release:        FreeBSD 4.4-RC i386
>Organization:
>Environment:
System: FreeBSD wheel.tgd.net 4.4-RC FreeBSD 4.4-RC #0: Fri Sep 14 01:09:13 PDT 2001 sean@wheel.tgd.net:/usr/obj/usr/src/sys/WHEEL i386


	
>Description:
	Regardless of what input you provide, krb5 is not built with postgresql7
>How-To-Repeat:
	cd /usr/ports/databases/postgresql7 && make install clean
>Fix:

	I thought the following would fix the problem, but it doesn't (but I
	think is still a bug that needs to be fixed).  If, after a
	make configure, you look at config.status, you'll see that krb5 was
	not built (search for krb5).  Rerunning ./configure with the options
	specified at the top of config.status += --with-krb5=/usr/local seems
	to fix the problem, but isn't right from a user perspective.  If you
	need a kerberos system, write me privately and I can arrange access
	to my env.  -sc

--- configure.postgresql.orig   Sat Sep 15 21:07:05 2001
+++ configure.postgresql        Sat Sep 15 21:05:50 2001
@@ -271,7 +271,7 @@
        fi
        cat <<-EOF >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
                .if defined(KRB5_HOME) && exists(\${KRB5_HOME})
-               CONFIGURE_KRB=  --with-krb5=\${KRB5_HOME}
+               CONFIGURE_ARGS+=        --with-krb5=\${KRB5_HOME}
                .endif

        EOF
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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