Your message dated Mon, 20 Aug 2018 13:14:39 +0000
with message-id <[email protected]>
and subject line Bug#906192: fixed in astropy-healpix 0.2-6
has caused the Debian Bug report #906192,
regarding astropy-healpix ftbfs (Python 3.7 build error)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
906192: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906192
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
Source: astropy-healpix
Source-Version: 0.2-6

We believe that the bug you reported is fixed in the latest version of
astropy-healpix, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Leo Singer <[email protected]> (supplier of updated astropy-healpix package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 20 Aug 2018 08:46:36 -0400
Source: astropy-healpix
Binary: python-astropy-healpix python3-astropy-healpix
Architecture: source amd64
Version: 0.2-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Maintainers 
<[email protected]>
Changed-By: Leo Singer <[email protected]>
Description:
 python-astropy-healpix - HEALPix representation of spherical data - Python 2
 python3-astropy-healpix - HEALPix representation of spherical data - Python 3
Closes: 902713 906192
Changes:
 astropy-healpix (0.2-6) unstable; urgency=medium
 .
   * Fix "astropy-healpix ftbfs (Python 3.7 build error)": should
     have been noted in last release (Closes: #906192)
   * Fix "flaky autopkgtest: tolerance too small?": should have been
     noted in last release (Closes: #902713)
   * Update Standards-Version to 4.2.0.
   * Remove installed *.c files.
Checksums-Sha1:
 1180bb671896b154e883c1bc6c94800d53a25b87 2709 astropy-healpix_0.2-6.dsc
 dd3041407daa2e87e7d8ff897e3869e070c7f5eb 6852 
astropy-healpix_0.2-6.debian.tar.xz
 b704aab87b155a3971a2307c1b246dd2dd9be867 11117 
astropy-healpix_0.2-6_amd64.buildinfo
 aceababb17531946dbf546285568b4f2ae27fb39 250420 
python-astropy-healpix-dbgsym_0.2-6_amd64.deb
 5bd5ab4499986113d13410871283ff88e9af5ff6 99856 
python-astropy-healpix_0.2-6_amd64.deb
 474465ed7c7485a349d8c625647ab4aaec70e9d6 470896 
python3-astropy-healpix-dbgsym_0.2-6_amd64.deb
 17bf27cf31a1bf942263cf189197156ad8a88547 110052 
python3-astropy-healpix_0.2-6_amd64.deb
Checksums-Sha256:
 7d4757a7f3ac9c4f292d005e521cdcc77b18f489c2ff6b3b4d2ab4b5d1ae155f 2709 
astropy-healpix_0.2-6.dsc
 b47391895ee66d9bfce9e0dd0623d11d8bbf778527adba9784ed7810f4ec4f91 6852 
astropy-healpix_0.2-6.debian.tar.xz
 1bc814a3116e36203526172ed6d90e447cc23602e5d63f05701658bc578156e7 11117 
astropy-healpix_0.2-6_amd64.buildinfo
 c321353e279707b6337d7b1a472d6e51a24d39d0c976a493ff8346144b0d3d7d 250420 
python-astropy-healpix-dbgsym_0.2-6_amd64.deb
 896edbd24d544fad9794a2e57bfb9038d00e9e0678f1337ba9a48c78da618655 99856 
python-astropy-healpix_0.2-6_amd64.deb
 0108f7c2b459d2c8baee303741563831cf8ce1f05d708499520fbd406acf3cf4 470896 
python3-astropy-healpix-dbgsym_0.2-6_amd64.deb
 07fb05301680332031ca0a0440b47ef02a9e2446d5c50676ce448b2503ab4210 110052 
python3-astropy-healpix_0.2-6_amd64.deb
Files:
 94cc4c781a9f0a6544c5d824efc299e2 2709 python optional astropy-healpix_0.2-6.dsc
 0a3b5546b39aa56034ab63440d45bf32 6852 python optional 
astropy-healpix_0.2-6.debian.tar.xz
 eb0c32ae0405b22cdcbdd0b6f6fe418b 11117 python optional 
astropy-healpix_0.2-6_amd64.buildinfo
 5077285495c0d9ccd688b5c54609d957 250420 debug optional 
python-astropy-healpix-dbgsym_0.2-6_amd64.deb
 8d6b33605b8cf2f3c47cf698656e332e 99856 python optional 
python-astropy-healpix_0.2-6_amd64.deb
 0c7c519e3ce646cf6d24f124adfc5f95 470896 debug optional 
python3-astropy-healpix-dbgsym_0.2-6_amd64.deb
 b8671e9ba6c3dc00545af55dba1873da 110052 python optional 
python3-astropy-healpix_0.2-6_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEETlIW+xCXmEEMK3UhbGdTGlqCeZ4FAlt6ueUACgkQbGdTGlqC
eZ5s6hAAozipzE2AtLPWFzkPQK0SjgsQgaGcYN+kzlRgLEVRMhtJmOHw6odi4TuC
3qHw9i5x83HumZwby3gxdyfbqbSGpqKKFr6ZtidbLoMaNbozAxhQXgfWkSCj2S4c
a1ZnuvrVyfWlJcTA0YtYhQf/RyfNCYjNrwqt7TOruHNzm+5NgheXxkOn4S8fQxgx
70DtpxLUVmAGAPRLkgudTpggLnCXaecSTfd03hUrqKmWMp7sE7aVh18yXoAKekDM
5oVoMIuaHlUR+UJRKujfSDWtqaNDqBybbRQ3saAHGlvyUq/2KbaS7ALJ3nMKcUO1
u1V7R43UtTCMnIeXqoLit0T/7v+8wR/1RVXQoNB2t2nxYC2AcVm34ovuyJkqQQr8
/ohrxTVAyTHwtFNl3QUmhHepGrvSF75KmcDdZlaGN/VjYldt9FF52tm/VgJDOBgQ
icITZVDYVgmdruTa4RjIgjjn0e+LrWToTF58SmzUFBU0ZoSgGW/KTPU1JlNK63yI
1uJmwNOoy+d4Pxzuf0L8D1RT8xu0uS7MX9EinhS4fHxnUaphHfvDegUFK9i6HDWv
QzGrT+Ewuo4lnyRGb+9BlZ7d3bypeSL/GDpaLq8M679bA9YWzEa0FThJ6RlXK5oP
AnmG7B5mIwS739RKatn5KsGseyNpUmXMW9UPypvsvJkkrjZfYSo=
=tCd1
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to