Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #16683
| From | Adrian Bunk <bunk@debian.org> |
|---|---|
| Newsgroups | linux.debian.bugs.dist, linux.debian.maint.python |
| Subject | Bug#1093278: paraview needs a stricter python dependency |
| Date | 2025-01-17 11:40 +0100 |
| Message-ID | <K5RVD-9Bg8-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Cross-posted to 2 groups.
Package: paraview Version: 5.13.2+dfsg-1 Severity: serious X-Debbugs-Cc: debian-python@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?
Back to linux.debian.maint.python | Previous | Next — Next in thread | Find similar
Bug#1093278: paraview needs a stricter python dependency Adrian Bunk <bunk@debian.org> - 2025-01-17 11:40 +0100 Bug#1093278: paraview needs a stricter python dependency Colin Watson <cjwatson@debian.org> - 2025-01-19 14:50 +0100 Bug#1093278: paraview needs a stricter python dependency Adrian Bunk <bunk@debian.org> - 2025-01-22 23:00 +0100
csiph-web