Package: src:astropy-healpix
Version: 0.2-4
Severity: serious
Tags: sid buster

astropy-healpix ftbfs (Python 3.7 build error):

x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-I/usr/lib/python3/dist-packages/numpy/core/include -Icextern/astrometry.net
-Iastropy_healpix -I/usr/include/python3.7m -c astropy_healpix/core_cython.c -o
build/temp.linux-amd64-3.7/astropy_healpix/core_cython.o -O2 -fopenmp -Wp,-w
-Wno-unused-function
astropy_healpix/core_cython.c: In function ‘__Pyx__ExceptionSave’:
astropy_healpix/core_cython.c:11434:21: error: ‘PyThreadState’ {aka ‘struct
_ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’?
     *type = tstate->exc_type;
                     ^~~~~~~~
                     curexc_type
astropy_healpix/core_cython.c:11435:22: error: ‘PyThreadState’ {aka ‘struct
_ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’?
     *value = tstate->exc_value;
                      ^~~~~~~~~
                      curexc_value
astropy_healpix/core_cython.c:11436:19: error: ‘PyThreadState’ {aka ‘struct
_ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’?
     *tb = tstate->exc_traceback;
                   ^~~~~~~~~~~~~
                   curexc_traceback
astropy_healpix/core_cython.c: In function ‘__Pyx__ExceptionReset’:
astropy_healpix/core_cython.c:11443:24: error: ‘PyThreadState’ {aka ‘struct
_ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’?
     tmp_type = tstate->exc_type;
                        ^~~~~~~~
                        curexc_type
astropy_healpix/core_cython.c:11444:25: error: ‘PyThreadState’ {aka ‘struct
_ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’?
     tmp_value = tstate->exc_value;
                         ^~~~~~~~~
                         curexc_value
astropy_healpix/core_cython.c:11445:22: error: ‘PyThreadState’ {aka ‘struct
_ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’?
     tmp_tb = tstate->exc_traceback;
                      ^~~~~~~~~~~~~
                      curexc_traceback
astropy_healpix/core_cython.c:11446:13: error: ‘PyThreadState’ {aka ‘struct
_ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’?
     tstate->exc_type = type;
             ^~~~~~~~
             curexc_type
astropy_healpix/core_cython.c:11447:13: error: ‘PyThreadState’ {aka ‘struct
_ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’?
     tstate->exc_value = value;
             ^~~~~~~~~
             curexc_value
astropy_healpix/core_cython.c:11448:13: error: ‘PyThreadState’ {aka ‘struct
_ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’?
     tstate->exc_traceback = tb;
             ^~~~~~~~~~~~~
             curexc_traceback
astropy_healpix/core_cython.c: In function ‘__Pyx__GetException’:
astropy_healpix/core_cython.c:11503:24: error: ‘PyThreadState’ {aka ‘struct
_ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’?
     tmp_type = tstate->exc_type;
                        ^~~~~~~~
                        curexc_type
astropy_healpix/core_cython.c:11504:25: error: ‘PyThreadState’ {aka ‘struct
_ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’?
     tmp_value = tstate->exc_value;
                         ^~~~~~~~~
                         curexc_value
astropy_healpix/core_cython.c:11505:22: error: ‘PyThreadState’ {aka ‘struct
_ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’?
     tmp_tb = tstate->exc_traceback;
                      ^~~~~~~~~~~~~
                      curexc_traceback
astropy_healpix/core_cython.c:11506:13: error: ‘PyThreadState’ {aka ‘struct
_ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’?
     tstate->exc_type = local_type;
             ^~~~~~~~
             curexc_type
astropy_healpix/core_cython.c:11507:13: error: ‘PyThreadState’ {aka ‘struct
_ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’?
     tstate->exc_value = local_value;
             ^~~~~~~~~
             curexc_value
astropy_healpix/core_cython.c:11508:13: error: ‘PyThreadState’ {aka ‘struct
_ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’?
     tstate->exc_traceback = local_tb;
             ^~~~~~~~~~~~~
             curexc_traceback
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
E: pybuild pybuild:338: build: plugin distutils failed with: exit code=1:
/usr/bin/python3.7 setup.py build
dh_auto_build: pybuild --build --test-pytest -i python{version} -p "3.7 3.6"
returned exit code 13
make: *** [debian/rules:9: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

Reply via email to