Issue1146231
Created on 2005-02-22 13:10 by aimacintyre, last changed 2006-01-24 20:01 by gregory.p.smith.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
setup.py.diff.25
|
aimacintyre,
2005-02-22 13:10
|
setup.py patch to correct bsddb3 build problems on FreeBSD |
|
|
|
msg47840 - (view) |
Author: Andrew I MacIntyre (aimacintyre) |
Date: 2005-02-22 13:10 |
|
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).
|
|
msg47841 - (view) |
Author: Andrew I MacIntyre (aimacintyre) |
Date: 2005-03-09 22:34 |
|
Logged In: YES
user_id=250749
applied as version 1.204.2.3 (2.4) / 1.216 (head)
|
|
msg47842 - (view) |
Author: Georg Brandl (georg.brandl) |
Date: 2005-03-14 15:33 |
|
Logged In: YES
user_id=1188172
Should this be closed, then?
|
|
msg47843 - (view) |
Author: Gregory P. Smith (gregory.p.smith) |
Date: 2006-01-24 20:01 |
|
Logged In: YES
user_id=413
closing, looks like this was already applied.
|
|
| Date |
User |
Action |
Args |
| 2005-02-22 13:10:38 | aimacintyre | create | |
|