Your message dated Wed, 22 Aug 2018 17:49:01 +0000
with message-id <[email protected]>
and subject line Bug#906881: fixed in astropy-healpix 0.2-7
has caused the Debian Bug report #906881,
regarding [astropy-healpix] FTBFS on mips
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.)
--
906881: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906881
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: astropy-healpix
Source-Version: 0.2-2
Severity: wishlish
Control: forwarded -1 https://github.com/astropy/astropy-healpix/issues/86
Control: tags -1 patch
Control: affects -1 src:reproject
Hi Leo,
as long as the upstream issue #86 is unfixed, it may be useful to
apply this patch, which pragmatically fixes the issue. And it should
not harm the other archs too much -- the case that the function returns
a value that does not fit in 32 bit seems a bit rare to me in the moment.
The problem with the FTBFS is that astropy-healpix is a new dependency
for reproject, which now cannot migrate because of the missing mips build.
Best regards
Ole
From: Ole Streicher <[email protected]>
Date: Tue, 21 Aug 2018 21:06:34 +0200
Subject: Revert return type of healpix_rangesearch_radec_simple to int
This partially reverts https://github.com/astropy/astropy-healpix/pull/15
(commit #fd48d256364a33d37950c41e95736db6810e9f33), and pragmatically solves
the testing failure on MIPS big endian. See
https://github.com/astropy/astropy-healpix/issues/86
for the discussion. The patch should be reverted once a final solution
is found there.
---
cextern/astrometry.net/healpix-utils.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cextern/astrometry.net/healpix-utils.c b/cextern/astrometry.net/healpix-utils.c
index 809010f..c833a8f 100644
--- a/cextern/astrometry.net/healpix-utils.c
+++ b/cextern/astrometry.net/healpix-utils.c
@@ -139,7 +139,7 @@ ll* healpix_rangesearch_radec(double ra, double dec, double radius, int Nside, l
// The following is a version of the healpix_rangesearch_radec function
// that works with standard C types to make interfacing with Python easier.
-int64_t healpix_rangesearch_radec_simple(double ra, double dec, double radius,
+int healpix_rangesearch_radec_simple(double ra, double dec, double radius,
int Nside, int approx, int64_t **indices) {
double xyz[3];
ll* hps = ll_new(256);
@@ -151,5 +151,5 @@ int64_t healpix_rangesearch_radec_simple(double ra, double dec, double radius,
return(-1);
}
ll_copy(hps, 0, hps->N, *indices);
- return (int64_t)ll_size(hps);
+ return (int)ll_size(hps);
}
--- End Message ---
--- Begin Message ---
Source: astropy-healpix
Source-Version: 0.2-7
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: Wed, 22 Aug 2018 12:47:54 -0400
Source: astropy-healpix
Binary: python-astropy-healpix python3-astropy-healpix
Architecture: source amd64
Version: 0.2-7
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: 906881
Changes:
astropy-healpix (0.2-7) unstable; urgency=medium
.
* Fix build on mips by reverting an upstream change.
(Closes: #906881)
Checksums-Sha1:
38d15d1b18a5ed779e8ad1fe233e19e683b1ea76 2709 astropy-healpix_0.2-7.dsc
75d3c86be9c0928c141f1081bc0fada9f2702e40 7372
astropy-healpix_0.2-7.debian.tar.xz
4d73a3ceded5f3610db63d64cff3a710cb26eb58 11122
astropy-healpix_0.2-7_amd64.buildinfo
537364c642efbde93c3e92b36d19023da3f12e30 250572
python-astropy-healpix-dbgsym_0.2-7_amd64.deb
64231c80f9b52f035c5c555e223042aefa89f7e6 99808
python-astropy-healpix_0.2-7_amd64.deb
75e79d3fc5e0f607f3d116fb2a54aab7585cdb23 470260
python3-astropy-healpix-dbgsym_0.2-7_amd64.deb
9cf92a139ec4d3db0e979fc66110a1fa01030750 110152
python3-astropy-healpix_0.2-7_amd64.deb
Checksums-Sha256:
ade61e8aaed8c196bebb72074aa4c4c637b9f79b449a54a3f06232429ec9152f 2709
astropy-healpix_0.2-7.dsc
9c30bcfcd04362c809440f6f9ffb7f846492c6738ad32ea538bd29dae28afa9f 7372
astropy-healpix_0.2-7.debian.tar.xz
1f884388d1db76cdc2233fc983d650a8cf55ed1172a99346104e04e3b327b702 11122
astropy-healpix_0.2-7_amd64.buildinfo
7b0c529ce2f142a4324d0ad94fc692c1d52fa72420ccda2a94a5a465b68ee285 250572
python-astropy-healpix-dbgsym_0.2-7_amd64.deb
2442f3dbd3e2204a85bd16c083ff9c01adadacc1a659cb9bbbcb16a11bd26d8e 99808
python-astropy-healpix_0.2-7_amd64.deb
7f04d61818115e12c2825961425a9fc265b892438129ef9289ad3b5907f651e7 470260
python3-astropy-healpix-dbgsym_0.2-7_amd64.deb
1f279a8c77df6d310cb8fdca6fbf289a253e09631391c1e143c7a21ceb8cccac 110152
python3-astropy-healpix_0.2-7_amd64.deb
Files:
907b758af136df74a9cb97660bcba6c7 2709 python optional astropy-healpix_0.2-7.dsc
a3b7506436caafe85ff0e4d8de143c9d 7372 python optional
astropy-healpix_0.2-7.debian.tar.xz
46e6e44da832212674b4a61cea8e774e 11122 python optional
astropy-healpix_0.2-7_amd64.buildinfo
83a2229bf99e129ba54e1f839d6c4d24 250572 debug optional
python-astropy-healpix-dbgsym_0.2-7_amd64.deb
1b0d685dabd7e37167605060827be49d 99808 python optional
python-astropy-healpix_0.2-7_amd64.deb
c9057575d5055a45bd8faa0f7b0e959d 470260 debug optional
python3-astropy-healpix-dbgsym_0.2-7_amd64.deb
cecad9ea1c389f88bb1590b0ca6d71a1 110152 python optional
python3-astropy-healpix_0.2-7_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEETlIW+xCXmEEMK3UhbGdTGlqCeZ4FAlt9ngYACgkQbGdTGlqC
eZ7RtA/9Fi05eK9aAOqs7lJtjjnf7j84hz/5+9KAPokZ5GJReLuSN3O5FTI9KEez
+WqpD9Q/XxHBbt1xE+JUCG+iozAYu1zh6nyQ++i5Sha/QYoQ3Pvu165ksHO0CL/X
z5AH1WP5zBCj0OYWkQlfup2EXdSVBf/gtJFN6bl9p1b1Wiejgq0AlDQXzhV2vfUt
2wyvRNN9dd7MSYFYRSJkizqlyaHQwo2gTqalK9yIqSspiPKdDVdUiS0RiS0UTJ59
R9mNS4iJ7/hxTOeWGf+JpviBvZ2BOvFVO7PZCZfz/yS3AX1QJW62XHGJeuJjKlk5
WLpbrFY0YLka/uWANWLsHyFnG8GkTsNRcrt2qkdjeYRCaD4nL5blkQdkoILG5BLd
9ynpREVt3rQk4FwHs0tgdJemwxs5sIImMQD+ZnbCzFCaWU8rEfIdixPwSuNTFqz3
yWQIoOshWp3b5GlFnR/uC/2yF8lG1R4wWuSAWkCw3o1CTZpUJN+yTxSSaFeQLtla
oxpM7FShGj9LrN3d5lvZpsppyU3ww0dYV3Kb/EdifVBW1G5hYUVaNHvGgRewXWra
4ij4etLO1N1H4RI11JyRPONpL4Icuv2ayGfNF2lxjSf45PbJAF3a3hHAfz3SWduP
z1jt37l+bZlpd/dYtG9GNKTc8eueJbPKn1bozhnEOWPHv+O3wow=
=+D4+
-----END PGP SIGNATURE-----
--- End Message ---