Bug#1071738: pysatellites: segfault on arm64 with scipy 1.12

2024-06-04 Thread Georges Khaznadar
Hello Drew, thank you for your report. I shall push a dirty workaround: the file debian/tests/test_gui.py will call scipy to compute the difference between two screenshots only when platform.machine() == 'x86_64'. The test is skipped on arm64, ppc64el and s390x and some other architectures. Sho

Bug#1071738: pysatellites: segfault on arm64 with scipy 1.12

2024-06-04 Thread Drew Parsons
Source: pysatellites Version: 2.7-2 Followup-For: Bug #1071738 Control: severity 1071738 serious The error is persistent after uploading scipy 1.12 to unstable, so bumping severity to serious. ppc64el and s390x are also affected.

Bug#1071738: pysatellites: segfault on arm64 with scipy 1.12

2024-05-24 Thread Drew Parsons
On 2024-05-24 15:41, Georges Khaznadar wrote: Hello Drew, I could not reproduce with my machine the issue which you are describing: - I installed python3-scipy 1.12.0-1exp3 over 1.11.4-10 - I launched the test suite : $ cd ~//pysatellites ~//pysatellites$ make pyuic5 pysat.ui -o UI_p

Bug#1071738: pysatellites: segfault on arm64 with scipy 1.12

2024-05-24 Thread Georges Khaznadar
Hello Drew, I could not reproduce with my machine the issue which you are describing: - I installed python3-scipy 1.12.0-1exp3 over 1.11.4-10 - I launched the test suite : $ cd ~//pysatellites ~//pysatellites$ make pyuic5 pysat.ui -o UI_pysat.py pyuic5 graphe.ui -o UI_graphe.py ~//py

Bug#1071738: pysatellites: segfault on arm64 with scipy 1.12

2024-05-24 Thread Drew Parsons
Source: pysatellites Version: 2.7-2 Severity: important pysatellites is failing tests with segfault against scipy 1.12 (from experimental) and python3.11. 157s = test session starts == 157s platform linux -- Python 3.11.9, pytest-8.1.2, plu