From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 10 23:30:04 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 669FD16A4CE for ; Tue, 10 May 2005 23:30:04 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2984D43D7E for ; Tue, 10 May 2005 23:30:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4ANU4TD033212 for ; Tue, 10 May 2005 23:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4ANU43G033208; Tue, 10 May 2005 23:30:04 GMT (envelope-from gnats) Resent-Date: Tue, 10 May 2005 23:30:04 GMT Resent-Message-Id: <200505102330.j4ANU43G033208@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Garrett Wollman Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D89016A4CE for ; Tue, 10 May 2005 23:28:09 +0000 (GMT) Received: from isfahel.csail.mit.edu (isfahel.csail.mit.edu [128.30.28.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id E286443D80 for ; Tue, 10 May 2005 23:28:08 +0000 (GMT) (envelope-from wollman@isfahel.csail.mit.edu) Received: from isfahel.csail.mit.edu (localhost [127.0.0.1]) by isfahel.csail.mit.edu (8.13.3/8.13.3) with ESMTP id j4ANS8RU060135 for ; Tue, 10 May 2005 19:28:08 -0400 (EDT) (envelope-from wollman@isfahel.csail.mit.edu) Received: (from root@localhost) by isfahel.csail.mit.edu (8.13.3/8.13.3/Submit) id j4ANS7f9060127; Tue, 10 May 2005 19:28:07 -0400 (EDT) (envelope-from wollman) Message-Id: <200505102328.j4ANS7f9060127@isfahel.csail.mit.edu> Date: Tue, 10 May 2005 19:28:07 -0400 (EDT) From: Garrett Wollman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/80869: postgresql80-* does not handle Kerberos correctly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Garrett Wollman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2005 23:30:04 -0000 >Number: 80869 >Category: ports >Synopsis: postgresql80-* does not handle Kerberos correctly >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 10 23:30:03 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Garrett Wollman >Release: FreeBSD 5.4-STABLE i386 >Organization: MIT >Environment: System: FreeBSD isfahel.csail.mit.edu 5.4-STABLE FreeBSD 5.4-STABLE #0: Wed Apr 13 23:55:37 EDT 2005 wollman@isfahel.csail.mit.edu:/usr/src/sys/i386/compile/CSAIL i386 postgresql80-client with MIT Kerberos (1.4.1, but this is not relevant) >Description: postgresql80-{server,client} tries to force configure to use the specified Kerberos implementation by putting the libraries in LDFLAGS. This is wrong; in order for libpq to be linked properly, the libraries need to end up in configure's LIBS variable instead. >How-To-Repeat: Build postgresql80-client. Notice how things that use libpq fail to link because of unresolved dependencies. >Fix: Workaround: edit the makefile to add $(LDFLAGS) to the $(filter ..., $(LIBS)) in src/libpq and rebuild libpq.so.4. >Release-Note: >Audit-Trail: >Unformatted: