[Patches] [ python-Patches-1146231 ] bsddb3 build problems on FreeBSD (2.4 + 2.5)

SourceForge.net noreply at sourceforge.net
Tue Jan 24 21:01:06 CET 2006


Patches item #1146231, was opened at 2005-02-22 05:10
Message generated for change (Comment added) made by greg
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1146231&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: Python 2.4
>Status: Closed
Resolution: Accepted
Priority: 5
Submitted By: Andrew I MacIntyre (aimacintyre)
Assigned to: Nobody/Anonymous (nobody)
Summary: bsddb3 build problems on FreeBSD (2.4 + 2.5)

Initial Comment:
FreeBSD's ports system has another variation on naming
the Sleepcat DB library.

The attached patch adds support for this naming
variation.  The patch is actually for CVS head, but
applies to the 2.4 maintenance branch (with an offset).

In my particular case, my FreeBSD box has both DB 4.1
and DB 4.0 installed; the build was finding the 4.1
headers and compiling against them, but then linking to
the 4.0 library. In consequence, all the tests which
depend on the _bsddb module (test_anydbm, test_bsddb,
test_bsddb185, test_shelve, test_whichdb) were failing
or dumping core.

This patch (or something with similar effect) should be
applied in time for 2.4.1 in my opinion (I could do
that, but would like the release manager's approval).

----------------------------------------------------------------------

>Comment By: Gregory P. Smith (greg)
Date: 2006-01-24 12:01

Message:
Logged In: YES 
user_id=413

closing, looks like this was already applied.

----------------------------------------------------------------------

Comment By: Georg Brandl (birkenfeld)
Date: 2005-03-14 07:33

Message:
Logged In: YES 
user_id=1188172

Should this be closed, then?

----------------------------------------------------------------------

Comment By: Andrew I MacIntyre (aimacintyre)
Date: 2005-03-09 14:34

Message:
Logged In: YES 
user_id=250749

applied as version 1.204.2.3 (2.4) / 1.216 (head)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1146231&group_id=5470


More information about the Patches mailing list