FS#69984 - [python-plyvel] Incompatibility with newest leveldb?

Attached to Project: Community Packages
Opened by Steve M (smmalis37) - Sunday, 14 March 2021, 21:36 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 18 March 2021, 01:20 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
After updating to leveldb 1.23-1 this package is no longer importable:

```
$ python
Python 3.9.2 (default, Feb 20 2021, 18:40:11)
[GCC 10.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import plyvel
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.9/site-packages/plyvel/__init__.py", line 6, in <module>
from ._plyvel import ( # noqa
ImportError: /usr/lib/python3.9/site-packages/plyvel/_plyvel.cpython-39-x86_64-linux-gnu.so: undefined symbol: _ZTIN7leveldb10ComparatorE
```

Downgrading to leveldb 1.22-2 fixes the problem. Does it just need a rebuild for the new version or something?
This task depends upon

Closed by  Doug Newgard (Scimmia)
Thursday, 18 March 2021, 01:20 GMT
Reason for closing:  Fixed
Additional comments about closing:  leveldb 1.23-2
Comment by Doug Newgard (Scimmia) - Wednesday, 17 March 2021, 15:58 GMT
Does leveldb 1.23-2 fix this?
Comment by Steve M (smmalis37) - Wednesday, 17 March 2021, 20:58 GMT
Yes it does, thanks!

Loading...