[issue6949] Support Berkeley DB 4.8

2010-03-14 Thread Matthias Klose
Matthias Klose added the comment: with this patch the following test cases fail. the tests need backports as well. with this patch there's still one test failure, which I do see with db4.7 as well. will wait for test results on different platforms and then submit to the trunk. the setup.py c

[issue6949] Support Berkeley DB 4.8

2010-03-14 Thread Matthias Klose
Matthias Klose added the comment: the remaining test failure is test_bsddb3 Berkeley DB 4.8.24: (August 14, 2009) Test path prefix: /tmp/z-test_bsddb3-25705 Exception in thread reader 0: Traceback (most recent call last): File "/home/packages/python/2.6/python2.6-2.6.5~rc2/Lib/threading.py",

[issue6949] Support Berkeley DB 4.8

2010-03-15 Thread Matthias Klose
Matthias Klose added the comment: checked in after testing on {arm,i486,x86_64,powerpc,sparc,ia64}-linux with no test failures. fixed in r78974 on the trunk fixed in r78975 on the py3k branch -- resolution: -> fixed status: open -> closed ___ Pyth

[issue6949] Support Berkeley DB 4.8

2010-03-15 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: I am about to integrate pybsddb 4.8.4, that compiles against BDB 4.8. Oracle is going to publish a new Berkeley DB lib in a month or less. I have the pybsddb release ready, too. -- ___ Python tracker

[issue6949] Support Berkeley DB 4.8

2010-03-15 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Doko, bsddb3 is suppose to be "out" of py3k. -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue6949] Support Berkeley DB 4.8

2010-03-15 Thread Matthias Klose
Matthias Klose added the comment: jcea: yes, but we want _dbm be able to build with 4.8.x as well. -- ___ Python tracker ___ ___ Pytho

[issue6949] Support Berkeley DB 4.8

2009-09-19 Thread Arfrever Frehtes Taifersar Arahesis
New submission from Arfrever Frehtes Taifersar Arahesis : Python doesn't detect Berkeley DB 4.8. After updating setup.py, _bsddb module fails to build due to some changes in Berkeley DB. I'm attaching patch which seems to fix these problems. Changes in setup.py were made by me. Changes in Modul

[issue6949] Support Berkeley DB 4.8

2009-09-19 Thread R. David Murray
Changes by R. David Murray : -- assignee: -> jcea nosy: +jcea priority: -> normal stage: -> patch review type: -> feature request ___ Python tracker ___ __