Bug 1958897 - python-zarr fails to build with Python 3.10: Many TypeErrors from lmdb.cffi
Summary: python-zarr fails to build with Python 3.10: Many TypeErrors from lmdb.cffi
Keywords:
Status: CLOSED DUPLICATE of bug 1949437
Alias: None
Product: Fedora
Classification: Fedora
Component: python-zarr
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Elliott Sales de Andrade
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 1904386
Blocks: PYTHON3.10
TreeView+ depends on / blocked
 
Reported: 2021-05-10 11:53 UTC by Miro Hrončok
Modified: 2021-05-12 15:12 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-05-12 15:12:36 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Miro Hrončok 2021-05-10 11:53:53 UTC
python-zarr fails to build with Python 3.10.0b1:

...
E       TypeError: initializer for ctype 'char *' must be a cdata pointer, not numpy.ndarray
/usr/lib64/python3.10/site-packages/lmdb/cffi.py:1438: TypeError
...
E       TypeError: len() of unsized object
/usr/lib64/python3.10/site-packages/lmdb/cffi.py:1439: TypeError
...
FAILED zarr/tests/test_core.py::TestArrayWithLMDBStore::test_array_0d - TypeE...
FAILED zarr/tests/test_core.py::TestArrayWithLMDBStore::test_compressors - Ty...
FAILED zarr/tests/test_core.py::TestArrayWithLMDBStore::test_iteration_exceptions
FAILED zarr/tests/test_core.py::TestArrayWithLMDBStore::test_store_has_binary_values
FAILED zarr/tests/test_core.py::TestArrayWithLMDBStore::test_store_has_text_keys
FAILED zarr/tests/test_core.py::TestArrayWithLMDBStoreNoBuffers::test_array_0d
FAILED zarr/tests/test_core.py::TestArrayWithLMDBStoreNoBuffers::test_compressors
FAILED zarr/tests/test_core.py::TestArrayWithLMDBStoreNoBuffers::test_iteration_exceptions
FAILED zarr/tests/test_core.py::TestArrayWithLMDBStoreNoBuffers::test_store_has_binary_values
FAILED zarr/tests/test_core.py::TestArrayWithLMDBStoreNoBuffers::test_store_has_bytes_values
FAILED zarr/tests/test_core.py::TestArrayWithLMDBStoreNoBuffers::test_store_has_text_keys
FAILED zarr/tests/test_hierarchy.py::TestGroupWithLMDBStore::test_move - Type...
FAILED zarr/tests/test_hierarchy.py::TestGroupWithLMDBStore::test_setitem - T...
FAILED zarr/tests/test_storage.py::TestLMDBStore::test_writeable_values - Typ...
==== 14 failed, 1924 passed, 367 skipped, 2 xfailed, 11 warnings in 54.41s =====

For the build logs, see:
https://copr-be.cloud.fedoraproject.org/results/@python/python3.10/fedora-rawhide-x86_64/02172746-python-zarr/

For all our attempts to build python-zarr with Python 3.10, see:
https://copr.fedorainfracloud.org/coprs/g/python/python3.10/package/python-zarr/

Testing and mass rebuild of packages is happening in copr. You can follow these instructions to test locally in mock if your package builds with Python 3.10:
https://copr.fedorainfracloud.org/coprs/g/python/python3.10/

Let us know here if you have any questions.

Python 3.10 will be included in Fedora 35. To make that update smoother, we're building Fedora packages with early pre-releases of Python 3.10.
A build failure prevents us from testing all dependent packages (transitive [Build]Requires), so if this package is required a lot, it's important for us to get it fixed soon.
We'd appreciate help from the people who know this package best, but if you don't want to work on this now, let us know so we can try to work around it on our side.

Comment 1 Elliott Sales de Andrade 2021-05-12 02:46:48 UTC
LMDB is still extremely outdated, so I'm not going to expend any time investigating this, even if the COPR is building latest, because it won't have an effect on Rawhide. And I suspect the problem is in LMDB anyway.

Comment 2 Miro Hrončok 2021-05-12 15:12:36 UTC

*** This bug has been marked as a duplicate of bug 1949437 ***


Note You need to log in before you can comment on or make changes to this bug.