Bug#1093278: paraview needs a stricter python dependency
Adrian Bunk
bunk at debian.org
Fri Jan 17 10:34:59 GMT 2025
Package: paraview
Version: 5.13.2+dfsg-1
Severity: serious
X-Debbugs-Cc: debian-python at lists.debian.org
Control: affects -1 python3-paraview
https://tracker.debian.org/pkg/paraview
Issues preventing migration:
∙ ∙ autopkgtest for paraview/5.13.2+dfsg-1: amd64: Regression or new test ♻ (reference ♻), arm64: Regression or new test ♻ (reference ♻), i386: Regression or new test ♻ (reference ♻), s390x: No tests, superficial or marked flaky ♻ (reference ♻)
...
102s autopkgtest [08:08:20]: test paraviewtest.py: [-----------------------
2257
103s Traceback (most recent call last):
2258
103s File "/usr/lib/python3/dist-packages/paraview/__init__.py", line 220, in <module>
2259
103s from .modules import vtkRemotingCore
2260
103s ImportError: /usr/lib/python3/dist-packages/paraview/modules/../../../../x86_64-linux-gnu/libvtkWrappingPythonCore3.13-pv5.13.so.1: undefined symbol: Py_HashPointer
2261
103s
2262
103s During handling of the above exception, another exception occurred:
2263
103s
2264
103s Traceback (most recent call last):
2265
103s File "/tmp/autopkgtest-lxc.v_rmusek/downtmp/build.mDJ/src/debian/tests/paraviewtest.py", line 5, in <module>
2266
103s from paraview.simple import *
2267
103s File "/usr/lib/python3/dist-packages/paraview/__init__.py", line 222, in <module>
2268
103s import _paraview_modules_static
2269
103s ModuleNotFoundError: No module named '_paraview_modules_static'
2270
103s autopkgtest [08:08:21]: test paraviewtest.py: -----------------------]
2271
103s paraviewtest.py FAIL non-zero exit status 1
...
The problem is that paraview and python3-paraview support only the default Python,
but this is not expressed in the dependencies.
The failure is because the default Python currently differs in testing and sid.
debian-python added to Cc, is there some trick to generate
python3 (>= 3.13~), python3 (<< 3.14)
dependencies for these packages?
More information about the debian-science-maintainers
mailing list