Attachments (7)
Change History (28)
comment:1 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 20 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:3 by , 20 years ago
Summary: | Berkeley DB-4.3.21 → Berkeley DB-4.3.27 |
---|
New version. Up to 4.3.27 now.
by , 20 years ago
Attachment: | Python-2.4-db43.patch added |
---|
Python update for the newest Berkeley DB.
comment:6 by , 20 years ago
attachments.description: | Support for the newest Berkeley DB. → Python update for the newest Berkeley DB. |
---|
comment:8 by , 20 years ago
A problem could be the GNOME-1.4 libs. Berkeley DB is required for gnome-libs and GNU-Cash is dependant on gnome-libs.
A workaround would be to require db-3.3 for gnome-libs (it works), and I know what GNU-Cash will find db-3.3 before it finds db-4.x
So, if the DB API change affects gnome-libs, we could probably get away with just changing the required dependency to db-3.3
comment:9 by , 20 years ago
Well, it would be illogical to patch such an old software as Gnome 1.4 to utilize the bleedeing egde Berkeley DB. I've almost forgot we have DB-3.3 in the book. :)
comment:11 by , 20 years ago
Cyrus SASL and Heimdal OK. DB-4.3 support added to OpenLDAP in 2.2.19 release.
comment:14 by , 20 years ago
GConf-1.0.9 will only look for db3 or less, this is why DB3 was listed as an optional dependency of gnome-libs. Kind of kill two birds with one stone thing.
comment:15 by , 20 years ago
attachments.isobsolete: | 0 → 1 |
---|
comment:17 by , 20 years ago
Are you sure that kdeaddons doesn't use DB? Noted from the kdeaddons make log.
/bin/sh ../../libtool --silent --mode=link --tag=CXX g++ [snip] -lkio -lnoatun -ldb_cxx
comment:18 by , 20 years ago
Good catch. I didn't grep for C++ API but nothing changed there anyways.
comment:19 by , 20 years ago
attachments.isobsolete: | 0 → 1 |
---|
comment:20 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
I've noticed some API changes like DB->set_errcall and DB->stat methods during Python compilation. Reopening this bug...