From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 6 15:23:29 2004 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 29C5216A4CE for ; Fri, 6 Feb 2004 15:23:29 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D67D43D68 for ; Fri, 6 Feb 2004 15:23:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i16NKBbv042914 for ; Fri, 6 Feb 2004 15:20:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i16NKBqM042913; Fri, 6 Feb 2004 15:20:11 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 6 Feb 2004 15:20:11 -0800 (PST) Resent-Message-Id: <200402062320.i16NKBqM042913@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, "Douglas K. Rand" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38F6716A4CE for ; Fri, 6 Feb 2004 15:10:09 -0800 (PST) Received: from agena.meridian-enviro.com (agena.meridian-enviro.com [207.109.235.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7BE743D3F for ; Fri, 6 Feb 2004 15:10:07 -0800 (PST) (envelope-from rand@meridian-enviro.com) Received: from delta.meridian-enviro.com (delta.meridian-enviro.com [10.10.10.43])i16NA6e27228 for ; Fri, 6 Feb 2004 17:10:06 -0600 (CST) (envelope-from rand@meridian-enviro.com) Received: (from rand@localhost)i16NA6Go044909; Fri, 6 Feb 2004 17:10:06 -0600 (CST) (envelope-from rand) Message-Id: <200402062310.i16NA6Go044909@delta.meridian-enviro.com> Date: Fri, 6 Feb 2004 17:10:06 -0600 (CST) From: "Douglas K. Rand" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/62454: jabberd WITH_BDB=YES won't configure X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Douglas K. Rand" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2004 23:23:29 -0000 >Number: 62454 >Category: ports >Synopsis: jabberd WITH_BDB=YES won't configure >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 06 15:20:11 PST 2004 >Closed-Date: >Last-Modified: >Originator: Douglas K. Rand >Release: FreeBSD 4.9-RELEASE-p1 i386 >Organization: Meridian Environmental Technology, Inc. >Environment: System: FreeBSD delta.meridian-enviro.com 4.9-RELEASE-p1 FreeBSD 4.9-RELEASE-p1 #19: Fri Jan 23 15:21:16 CST 2004 rand@delta.meridian-enviro.com:/usr/obj/usr/src/sys/DELTA i386 >Description: When trying to build the net/jabberd port and using the Berkeley DB package for the database, the configure script incorrectly finds /usr/include/db.h instead of /usr/local/include/db41/db.h. This happens because jabberd's configure script adds a -I/usr/include to the cc command line, which makes cc look in the "wrong" directory first. >How-To-Repeat: make WITH_BDB=YES configure >Fix: As a hack, I added --oldincludedir=/nonexistant to CONFIGURE_ARGS which prevents the -I/usr/include from showing up on the command line when configure tries to test for the Berkeley DB packages. Everything still works since cc always checks /usr/include. >Release-Note: >Audit-Trail: >Unformatted: