Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 922257 - dev-python/tables-3.9.2 fails to build: Unsupported Blosc2 version installed! Blosc2 2.11.0+ required. Found version 2.10.5. Update it via `pip install blosc2 -U`.
Summary: dev-python/tables-3.9.2 fails to build: Unsupported Blosc2 version installed!...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 920603
  Show dependency tree
 
Reported: 2024-01-17 01:10 UTC by matoro
Modified: 2024-01-17 07:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log and emerge --info (file_922257.txt,10.42 KB, text/plain)
2024-01-17 01:11 UTC, matoro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matoro archtester 2024-01-17 01:10:39 UTC
python3.11 -m gpep517 build-wheel --prefix=/usr --backend setuptools.build_meta --output-fd 3 --wheel-dir /var/tmp/portage/dev-python/tables-3.9.2/work/tables-3.9.2-python3_11/wheel
2024-01-17 01:05:51,576 gpep517 INFO Building wheel via backend setuptools.build_meta
[01/17/24 01:05:51] WARNING  pyproject.toml does not contain a tool.setuptools_scm section                                    setuptools.py:119
cpuinfo failed, assuming no CPU features: No module named 'cpuinfo'
* Using Python 3.11.7 (main, Dec 28 2023, 05:22:34) [GCC 11.4.1 20230622]
* Found cython 3.0.6
* USE_PKGCONFIG: True
* Found HDF5 headers at ``/usr/include``, library at ``/usr/lib``.
* Found LZO 2 headers at ``/usr/include``, library at ``/usr/lib``.
.. WARNING:: Could not find the LZO 2 runtime.
   The LZO 2 shared library was *not* found in the default library
   paths. In case of runtime problems, please remember to install it.
* Skipping detection of LZO 1 since LZO 2 has already been found.
* Found bzip2 headers at ``/usr/include``, library at ``/usr/lib``.
.. WARNING:: Could not find the bzip2 runtime.
   The bzip2 shared library was *not* found in the default library
   paths. In case of runtime problems, please remember to install it.
* Found blosc headers at ``/usr/include``, library at ``/usr/lib``.
* Run 'blosc2_find_directories_hook'
* Unable to find blosc2 wheel.
* Found blosc2 headers at ``/usr/include``, library at ``/usr/lib``.
.. WARNING:: Unsupported Blosc2 version installed! Blosc2 2.11.0+ required. Found version 2.10.5.  Update it via `pip install blosc2 -U`.
[1/1] Cythonizing tables/utilsextension.pyx
[1/1] Cythonizing tables/hdf5extension.pyx
[1/1] Cythonizing tables/tableextension.pyx
[1/1] Cythonizing tables/linkextension.pyx
[1/1] Cythonizing tables/_comp_lzo.pyx
[1/1] Cythonizing tables/_comp_bzip2.pyx
[1/1] Cythonizing tables/lrucacheextension.pyx
[1/1] Cythonizing tables/indexesextension.pyx
.. ERROR:: Unable to find the blosc2 library.
 * ERROR: dev-python/tables-3.9.2::gentoo failed (compile phase):

Reproducible: Always
Comment 1 matoro archtester 2024-01-17 01:11:51 UTC
Created attachment 882443 [details]
build.log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2024-01-17 07:41:02 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8da97d139616ae4e46ba4ecdd094d15789be660

commit e8da97d139616ae4e46ba4ecdd094d15789be660
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2024-01-17 07:34:07 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-01-17 07:40:58 +0000

    dev-python/tables: Bump blosc2 dep
    
    Closes: https://bugs.gentoo.org/922257
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/tables/tables-3.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)