ports/62454: jabberd WITH_BDB=YES won't configure
Douglas K. Rand
rand at meridian-enviro.com
Fri Feb 6 23:23:29 UTC 2004
>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 at 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:
More information about the freebsd-ports-bugs
mailing list