ports/56866: ports/news/inn-stable ovdb support can't build with berkeleyDB 4.1

wxluo at cc.ntnu.edu.tw wxluo at cc.ntnu.edu.tw
Sun Sep 14 12:20:23 UTC 2003


>Number:         56866
>Category:       ports
>Synopsis:       ports/news/inn-stable ovdb support can't build with berkeleyDB 4.1
>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:   Sun Sep 14 05:20:20 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Wei-xuan Luo <wxluo at cc.ntnu.edu.tw>
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
FreeBSD Server
>Environment:
System: FreeBSD bioinfo.biol.ntnu.edu.tw 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #0: Sun Sep 7 01:11:19 CST 2003 root at bioinfo.biol.ntnu.edu.tw:/usr/obj/usr/src/sys/SERVER i386
with ports/databases/db41 installed

	
>Description:
	When building inn-stable with --with-berkeleydb:
        (ports/database/db41 already installed)

        [above error msg deleted]
	
        gmake[1]: *** [ovdb/ovdb.o] Error 1
	gmake[1]: Leaving directory /usr/ports/news/inn-stable/work/inn-2.4.0/storage'
	gmake: *** [all-storage] Error 2
	*** Error code 2

	Stop in /usr/ports/news/inn-stable.

>How-To-Repeat:
	cd /usr/ports/news/inn-stable
        ADD --with-berkeleydb in Makefile
        make
>Fix:

--- configure.orig	Sun Sep 14 19:28:19 2003
+++ configure	Sun Sep 14 19:28:40 2003
@@ -5827,7 +5827,7 @@
         done
     fi
     if test x"$BERKELEY_DB_DIR" = xyes ; then
-        for v in db4 db3 db2 ; do
+        for v in db41 db4 db3 db2 ; do
             if test -d "/usr/local/include/$v" ; then
                 BERKELEY_DB_LDFLAGS="-L/usr/local/lib"
                 BERKELEY_DB_CFLAGS="-I/usr/local/include/$v"
@@ -5837,7 +5837,7 @@
             fi
         done
         if test x"$BERKELEY_DB_LIB" = x ; then
-            for v in db4 db3 db2 ; do
+            for v in db41 db4 db3 db2 ; do
                 if test -d "/usr/include/$v" ; then
                     BERKELEY_DB_CFLAGS="-I/usr/include/$v"
                     BERKELEY_DB_LIB="-l$v"
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list