Your message dated Thu, 16 Apr 2020 18:49:03 +0000
with message-id <e1jp9zp-0003bf...@fasolo.debian.org>
and subject line Bug#955115: fixed in imexam 0.9.1-1
has caused the Debian Bug report #955115,
regarding imexam: FTBFS with Sphinx 2.4: AttributeError: can't set attribute
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 ow...@bugs.debian.org
immediately.)
--
955115: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955115
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: imexam
Version: 0.8.1-2
Severity: important
Tags: ftbfs
User: python-modules-t...@lists.alioth.debian.org
Usertags: sphinx2.4
Hi,
imexam fails to build with Sphinx 2.4, currently available in
experimental.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> py3versions: no X-Python3-Version in control file, using supported versions
> python3 setup.py build_sphinx
> running build_sphinx
> running build
> running build_py
> running build_ext
> Running Sphinx v2.4.3
> photutils not installed, photometry functionality in imexam() not available
> making output directory... done
> loading intersphinx inventory from https://docs.python.org/3/objects.inv...
> loading intersphinx inventory from
> /<<PKGBUILDDIR>>/astropy_helpers/astropy_helpers/sphinx/local/python3_local_links.inv...
> loading intersphinx inventory from
> https://docs.scipy.org/doc/numpy/objects.inv...
> loading intersphinx inventory from
> https://docs.scipy.org/doc/scipy/reference/objects.inv...
> loading intersphinx inventory from http://matplotlib.org/objects.inv...
> loading intersphinx inventory from
> http://docs.astropy.org/en/stable/objects.inv...
> loading intersphinx inventory from
> http://ginga.readthedocs.io/en/latest/objects.inv...
> intersphinx inventory has moved: http://matplotlib.org/objects.inv ->
> https://matplotlib.org/objects.inv
> intersphinx inventory has moved:
> http://ginga.readthedocs.io/en/latest/objects.inv ->
> https://ginga.readthedocs.io/en/latest/objects.inv
> [autosummary] generating autosummary for: imexam/comparison_iraf.rst,
> imexam/current_capability.rst, imexam/dependencies.rst,
> imexam/description.rst, imexam/example1.rst, imexam/example2.rst,
> imexam/example3.rst, imexam/example4.rst, imexam/example5.rst,
> imexam/examples.rst, imexam/imexam_command.rst, imexam/iraf_imexam.rst,
> imexam/reference_api.rst, imexam/updates.rst, imexam/walkthrough.rst,
> imexam/xpa_commands.rst, index.rst
> [automodsumm] imexam/reference_api.rst: found 5 automodsumm entries to
> generate
> building [mo]: all of 0 po files
> building [html]: all source files
> updating environment: [new config] 22 added, 0 changed, 0 removed
> reading sources... [ 4%] api/imexam.connect.Connect
> reading sources... [ 9%] api/imexam.ds9_viewer.ds9
> reading sources... [ 13%] api/imexam.ginga_viewer.ginga
> reading sources... [ 18%] api/imexam.ginga_viewer.ginga_general
> reading sources... [ 22%] api/imexam.imexamine.Imexamine
> reading sources... [ 27%] imexam/comparison_iraf
> reading sources... [ 31%] imexam/current_capability
> reading sources... [ 36%] imexam/dependencies
> reading sources... [ 40%] imexam/description
> reading sources... [ 45%] imexam/example1
> reading sources... [ 50%] imexam/example2
> reading sources... [ 54%] imexam/example3
> reading sources... [ 59%] imexam/example4
> reading sources... [ 63%] imexam/example5
> reading sources... [ 68%] imexam/examples
> reading sources... [ 72%] imexam/imexam_command
> reading sources... [ 77%] imexam/iraf_imexam
> reading sources... [ 81%] imexam/reference_api
> /usr/lib/python3/dist-packages/astropy/config/configuration.py:557:
> ConfigurationMissingWarning: Configuration defaults will be used due to
> FileNotFoundError:2 on None
> warn(ConfigurationMissingWarning(msg))
> WARNING: CacheMissingWarning: Remote data cache could not be accessed due to
> FileNotFoundError: [Errno 2] No such file or directory:
> '/sbuild-nonexistent/.astropy' [astropy.utils.data]
> WARNING: CacheMissingWarning: Not clearing data cache - cache inaccessible
> due to FileNotFoundError: [Errno 2] No such file or directory:
> '/sbuild-nonexistent/.astropy' [astropy.utils.data]
> WARNING: CacheMissingWarning: ('Cache directory cannot be read or created,
> providing data in temporary file instead.',
> '/tmp/astropy-download-18637-1l6317ug') [astropy.utils.data]
> /<<PKGBUILDDIR>>/build/lib.linux-x86_64-3.8/imexam/imexamine.py:715:
> SyntaxWarning: "is not" with a literal. Did you mean "!="?
> if fitform.name is not "Polynomial1D":
> /<<PKGBUILDDIR>>/build/lib.linux-x86_64-3.8/imexam/imexamine.py:743:
> SyntaxWarning: "is" with a literal. Did you mean "=="?
> if fitform.name is "Gaussian1D":
> /<<PKGBUILDDIR>>/build/lib.linux-x86_64-3.8/imexam/imexamine.py:747:
> SyntaxWarning: "is" with a literal. Did you mean "=="?
> elif fitform.name is "Moffat1D":
> /<<PKGBUILDDIR>>/build/lib.linux-x86_64-3.8/imexam/imexamine.py:750:
> SyntaxWarning: "is" with a literal. Did you mean "=="?
> elif fitform.name is "MexicanHat1D":
> /<<PKGBUILDDIR>>/build/lib.linux-x86_64-3.8/imexam/imexamine.py:753:
> SyntaxWarning: "is" with a literal. Did you mean "=="?
> elif fitform.name is "Polynomial1D":
> /<<PKGBUILDDIR>>/build/lib.linux-x86_64-3.8/imexam/imexamine.py:757:
> SyntaxWarning: "is" with a literal. Did you mean "=="?
> elif fitform.name is "AiryDisk2D":
> /<<PKGBUILDDIR>>/build/lib.linux-x86_64-3.8/imexam/imexamine.py:767:
> SyntaxWarning: "is" with a literal. Did you mean "=="?
> if fitform.name is "AiryDisk2D":
> /<<PKGBUILDDIR>>/build/lib.linux-x86_64-3.8/imexam/imexamine.py:798:
> SyntaxWarning: "is" with a literal. Did you mean "=="?
> if fitform.name is "Gaussian1D":
> /<<PKGBUILDDIR>>/build/lib.linux-x86_64-3.8/imexam/imexamine.py:808:
> SyntaxWarning: "is" with a literal. Did you mean "=="?
> elif fitform.name is "Moffat1D":
> /<<PKGBUILDDIR>>/build/lib.linux-x86_64-3.8/imexam/imexamine.py:816:
> SyntaxWarning: "is" with a literal. Did you mean "=="?
> elif fitform.name is "MexicanHat1D":
> /<<PKGBUILDDIR>>/build/lib.linux-x86_64-3.8/imexam/imexamine.py:822:
> SyntaxWarning: "is" with a literal. Did you mean "=="?
> elif fitform.name is "Polynomial1D":
> /<<PKGBUILDDIR>>/build/lib.linux-x86_64-3.8/imexam/imexamine.py:827:
> SyntaxWarning: "is" with a literal. Did you mean "=="?
> elif fitform.name is "AiryDisk2D":
> /<<PKGBUILDDIR>>/build/lib.linux-x86_64-3.8/imexam/imexamine.py:1087:
> SyntaxWarning: "is" with a literal. Did you mean "=="?
> if fitform.name is "Gaussian1D":
> /<<PKGBUILDDIR>>/build/lib.linux-x86_64-3.8/imexam/imexamine.py:1103:
> SyntaxWarning: "is" with a literal. Did you mean "=="?
> elif fitform.name is "Moffat1D":
> /<<PKGBUILDDIR>>/build/lib.linux-x86_64-3.8/imexam/imexamine.py:1118:
> SyntaxWarning: "is" with a literal. Did you mean "=="?
> elif fitform.name is "MexicanHat1D":
>
> Exception occurred:
> File
> "/<<PKGBUILDDIR>>/astropy_helpers/astropy_helpers/extern/automodapi/automodsumm.py",
> line 136, in run
> self.warnings = []
> AttributeError: can't set attribute
> The full traceback has been saved in /tmp/sphinx-err-0xd_10zf.log, if you
> want to report the issue to the developers.
> Please also report this if it was a user error, so that a better error
> message can be provided next time.
> A bug report can be filed in the tracker at
> <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
> /usr/lib/python3/dist-packages/astropy/config/configuration.py:557:
> ConfigurationMissingWarning: Configuration defaults will be used due to
> FileNotFoundError:2 on None
> warn(ConfigurationMissingWarning(msg))
> /usr/lib/python3/dist-packages/astropy_helpers/setup_helpers.py:161:
> AstropyDeprecationWarning: The package argument to generate_version_py has
> been deprecated and will be removed in future. Specify the package name in
> setup.cfg instead
> warnings.warn('The package argument to generate_version_py has '
> /usr/lib/python3/dist-packages/astropy_helpers/setup_helpers.py:166:
> AstropyDeprecationWarning: The version argument to generate_version_py has
> been deprecated and will be removed in future. Specify the version number in
> setup.cfg instead
> warnings.warn('The version argument to generate_version_py has '
> /usr/lib/python3/dist-packages/astropy_helpers/setup_helpers.py:171:
> AstropyDeprecationWarning: The release argument to generate_version_py has
> been deprecated and will be removed in future. We now use the presence of the
> "dev" string in the version to determine whether this is a release
> warnings.warn('The release argument to generate_version_py has '
> /usr/lib/python3/dist-packages/astropy_helpers/setup_helpers.py:186:
> AstropyDeprecationWarning: Specifying the package name using the
> "package_name" option in setup.cfg is deprecated - use the "name" option
> instead.
> warnings.warn('Specifying the package name using the "package_name" '
> /usr/lib/python3/dist-packages/astropy_helpers/version_helpers.py:239:
> AstropyDeprecationWarning: The packagename argument to generate_version_py
> has been deprecated and will be removed in future. Specify the package name
> in setup.cfg instead
> warnings.warn('The packagename argument to generate_version_py has '
> /usr/lib/python3/dist-packages/astropy_helpers/version_helpers.py:244:
> AstropyDeprecationWarning: The version argument to generate_version_py has
> been deprecated and will be removed in future. Specify the version number in
> setup.cfg instead
> warnings.warn('The version argument to generate_version_py has '
> /usr/lib/python3/dist-packages/astropy_helpers/version_helpers.py:249:
> AstropyDeprecationWarning: The release argument to generate_version_py has
> been deprecated and will be removed in future. We now use the presence of the
> "dev" string in the version to determine whether this is a release
> warnings.warn('The release argument to generate_version_py has '
> /usr/lib/python3/dist-packages/astropy_helpers/version_helpers.py:264:
> AstropyDeprecationWarning: Specifying the package name using the
> "package_name" option in setup.cfg is deprecated - use the "name" option
> instead.
> warnings.warn('Specifying the package name using the "package_name" '
> Sphinx Documentation subprocess failed with return code 2
> make[1]: *** [debian/rules:19: override_dh_installdocs-indep] Error 2
The full build log is available from:
http://qa-logs.debian.net/2020/03/26/imexam_0.8.1-2_unstable_sphinx243.log
Please see [1] for Sphinx changelog, which may give a hint of what changes in
Sphinx caused this error.
Also see [2] for the list of deprecated/removed APIs and possible alternatives
to them.
Sphinx 2.4 is going to be uploaded to unstable in a couple of weeks. When that
happens, the severity of this bug will be bumped to serious.
In case you have questions, please Cc sph...@packages.debian.org on reply.
[1]: https://www.sphinx-doc.org/en/2.0/changes.html
[2]:
https://www.sphinx-doc.org/en/2.0/extdev/deprecated.html#dev-deprecated-apis
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: imexam
Source-Version: 0.9.1-1
Done: Ole Streicher <oleb...@debian.org>
We believe that the bug you reported is fixed in the latest version of
imexam, 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 955...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ole Streicher <oleb...@debian.org> (supplier of updated imexam 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 08 Apr 2020 16:31:09 +0200
Source: imexam
Architecture: source
Version: 0.9.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Astronomy Team
<debian-astro-maintain...@lists.alioth.debian.org>
Changed-By: Ole Streicher <oleb...@debian.org>
Closes: 955115 956236
Changes:
imexam (0.9.1-1) unstable; urgency=low
.
* New upstream version 0.9.1. Rediff patches. Closes: #955115, #956236
* Adjust build deps. Remove unneeded build dep minversion
* Don't remake xpa libs
* Don't fail on build_sphinx
Checksums-Sha1:
476220400d2af42191dd50de1cf558a46e47ec64 2361 imexam_0.9.1-1.dsc
81391e1cd7a20fa4cb2858c0e94ad274bac7819f 21359358 imexam_0.9.1.orig.tar.gz
44fd8319ea6ad0798d1419338d409af1f4c0c295 4744 imexam_0.9.1-1.debian.tar.xz
Checksums-Sha256:
23ded3f66ec87401f089724509873c1b379193af4d6da62733b782f66cd44d8c 2361
imexam_0.9.1-1.dsc
a5b73604b693c003d10e41a77016e3fd16ec035519aa74de8508e6614aa72652 21359358
imexam_0.9.1.orig.tar.gz
fefd9f498abe4b3855b92f8c3fd2b50f4d50d2fe59678ac8ff7cda4d0b3e8c5a 4744
imexam_0.9.1-1.debian.tar.xz
Files:
0aafe479c4742b1ffbdfd00e18bc3ce2 2361 science optional imexam_0.9.1-1.dsc
07aae0abbbe4983665fd31fa2aa3b07f 21359358 science optional
imexam_0.9.1.orig.tar.gz
d767c4a471cad98ec5f3052ae4be5c4c 4744 science optional
imexam_0.9.1-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAl6YpXIACgkQcRWv0HcQ
3PeOdw//QXQg9T5SJYwSoPTB9TOoNvrS0K6cFtvyvcX2kn99ZdoCG/M3ZHgtRPjt
vrxlPb/jROIRs3V+gSEAqXXyBv7Mfk6qCsHFFsW1tQodaDGDBitK3l8DWv43ePgE
bIhgH2Fn4sN8TKcCbQtEI0RiBv5lcAG6NlUs2PaYx6Sr7rLp809A8plWfpaQI58K
zblvwARDnrY/T2axQMAjuNew3YI0WFi3G7H96VDy81e6UWlMkJUWj/GXANxxwyKH
RNDRgXLRCzbyB/R4F72ycb6v5nSk+XWo6HQBkMCG6Dolv6lwSfX9Hd0koguUQQQj
C+ifAXCcHRJ267VpZFdG8usmx7F/KWtKm3ubv+3KLU6LzwPCXg4Y1dSwVEO+AT46
LoHZ7NhfvHeOroG2F1mphePLZbgIqzCWEcAz9+oh9gLhsPcx0TDwcQ/pYezn3v/D
plNGJGzE7/wK+kw/ct/tr05tXmN5QI5CzlQIERcpPplJhN09mTyuaYFiqK2CcmiU
yHa7M8tzJJHm83mI06ua6MUlbl8m4n1wi4GWGnsmn/QkPNMsbJ16+Ejdwj1GjZ7Y
P2gx8orm//l4G80I1Reivc3xOWBP9nfTWWjvw9N+AGus/4u20uyE/XnKT2d9LIvn
5SoxCjJv2Dhc6uHocgR9OM+gy+NUWvN9IUdNpTwG/NtC04VOiK0=
=LB3N
-----END PGP SIGNATURE-----
--- End Message ---