Your message dated Mon, 30 Oct 2023 20:36:01 +0000
with message-id <e1qxyzr-00axuy...@fasolo.debian.org>
and subject line Bug#1042600: fixed in imexam 0.9.1-5
has caused the Debian Bug report #1042600,
regarding imexam: FTBFS with Sphinx 7.1, docutils 0.20: make[1]: ***
[debian/rules:14: override_dh_installdocs-indep] Error 25
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.)
--
1042600: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042600
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: imexam
Version: 0.9.1-4
Severity: important
Tags: ftbfs
User: python-modules-t...@lists.alioth.debian.org
Usertags: sphinx7.1
Hi,
imexam fails to build with Sphinx 7.1 and docutils 0.20, both of which
are currently available in experimental.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> python3 setup.py build_sphinx
> /usr/lib/python3/dist-packages/pythran/tables.py:4530: FutureWarning: In the
> future `np.bool` will be defined as the corresponding NumPy scalar.
> if not hasattr(numpy, method):
> /usr/lib/python3/dist-packages/pythran/tables.py:4563: FutureWarning: In the
> future `np.bytes` will be defined as the corresponding NumPy scalar.
> obj = getattr(themodule, elem)
> Sphinx is not installed, can't build documents!!
>
> Cython found
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'description-file' will not be supported in
> future
> versions. Please use the underscore name 'description_file' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'upload-dir' will not be supported in future
> versions. Please use the underscore name 'upload_dir' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'show-response' will not be supported in
> future
> versions. Please use the underscore name 'show_response' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84:
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are
> deprecated.
> !!
>
>
> ********************************************************************************
> Requirements should be satisfied by a PEP 517 installer.
> If you are using pip, you can try `pip install --use-pep517`.
>
> ********************************************************************************
>
> !!
> dist.fetch_build_eggs(dist.setup_requires)
> WARNING: The wheel package is not available.
> /usr/lib/python3/dist-packages/setuptools/dist.py:945:
> DistDeprecationWarning: use_2to3 is ignored.
> ep.load()(self, ep.name, value)
> running build_sphinx
> error: error in setup.cfg: command 'BuildSphinx' has no such option
> 'source_dir'
> make[1]: [debian/rules:13: override_dh_installdocs-indep] Error 1 (ignored)
> dh_installdocs
> dh_installdocs: error: Cannot find (any matches for) "docs/_build/html"
> (tried in ., debian/tmp)
>
> make[1]: *** [debian/rules:14: override_dh_installdocs-indep] Error 25
The full build log is available from:
http://qa-logs.debian.net/2023/07/30/exp/imexam_0.9.1-4_unstable_sphinx-exp.log
Please see [1] for Sphinx changelog and [2] for Docutils changelog.
Also see [3] for the list of deprecated/removed APIs in Sphinx and possible
alternatives to them.
Some notable changes in Sphinx 6 and Sphinx 7:
- Sphinx no longer includes jquery.js and underscore.js by default.
Please use python3-sphinxcontrib.jquery package if you are using a custom
template and it still needs jquery.
- The setup.py build_sphinx command was removed. Please instead call
sphinx-build or "python3 -m sphinx" directly.
- For packages using the extlinks extension, the caption should contain
exactly one "%s" placeholder (if caption is not None).
In case you have questions, please Cc sph...@packages.debian.org on reply.
[1]: https://www.sphinx-doc.org/en/master/changes.html
[2]:
https://repo.or.cz/docutils.git/blob/refs/tags/docutils-0.20.1:/RELEASE-NOTES.txt
[3]:
https://www.sphinx-doc.org/en/master/extdev/deprecated.html#dev-deprecated-apis
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=sphinx7.1;users=python-modules-t...@lists.alioth.debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=sphinx7.1&fusertaguser=python-modules-t...@lists.alioth.debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
--- End Message ---
--- Begin Message ---
Source: imexam
Source-Version: 0.9.1-5
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 1042...@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: Mon, 30 Oct 2023 20:41:38 +0100
Source: imexam
Architecture: source
Version: 0.9.1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Team
<debian-astro-maintain...@lists.alioth.debian.org>
Changed-By: Ole Streicher <oleb...@debian.org>
Closes: 1042600
Changes:
imexam (0.9.1-5) unstable; urgency=medium
.
* Directly call sphinx_build (Closes: #1042600)
Checksums-Sha1:
ba52ea51a7ec64e7275ebb54644d03725aabf9d3 2361 imexam_0.9.1-5.dsc
6561200dcd72d718af7b40be04e2c9ba50a0e234 6992 imexam_0.9.1-5.debian.tar.xz
Checksums-Sha256:
6fdfcdfc6bcd16c23849d8b0ffed7830ba7ce8d77198ea23a2ba371209f4b007 2361
imexam_0.9.1-5.dsc
084f04ce09867625754fb9881b6cdd09717615e9d4934d17c355a27b5ef1f03a 6992
imexam_0.9.1-5.debian.tar.xz
Files:
813befcfdfdd075fa867b6938d801edc 2361 science optional imexam_0.9.1-5.dsc
f3948be783fcff7b1ec88154db948883 6992 science optional
imexam_0.9.1-5.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE7/BpV0Ra2/h0L3qtmk9WvbkOGL0FAmVACzUACgkQmk9WvbkO
GL0ZXw//YPClmJ5VCQsYOQIZn24TxEY0EhwAgf7wa1vg9hCb3jpcsjn4QWEp1uZk
53hh1IU7N9oNYj0S7sHPZq+4SqRvGBTLPK8OsrDRQR6SZLKjoyXFV04Tz22BEzS0
TyFsILhooO10p3d56Sv0wqYqm93tsOQIWvqBZL1RJL1t9yjLIEySGGiTAM6R+6VI
p49A3EItHfeIDrB9mygHC5c83/FgXMLjSMU4jgykQ9s0UE6vKudxzPhj/22L2iba
hKQOkAW8EAb+JyIDAmAaTId9IVoKk452YaPSNAIwo9TlM8iA9+O6ZkM4HDnbschP
0uXlZGIQlOnpGlHv9BfPNYHosvOhWe8JcFO8TPwTbQfss1hwD0MwHAt4CQW7Dd68
Oqkj6GKmHk4NYQa/nVtnKtxLaUigpbv8CijiMXy58vcU5SqqSk1Nwu+VZAT2nkJf
jd43Kn8Zyo0x2696WTMd3MrE2K5pPW6+kgo6coWQignU6/nnqquSinqd/57j3z2X
LrxRGmRc3F2mmbZANXZC7kTHhfHytjiQYy/ZAPG4sdx3bzmJU3BD+izbAY6G6oC0
AhE5t47DbWBNdQaaqwcIcpB13InyiIFZla3QLIXGW2EUtGm1TD64ovf9iY9FBgw5
Q8TiTnbmSv5Sf+gQ0/nFthBl3k96ebIH6iiv0mbtweLc+6CGVXg=
=46iC
-----END PGP SIGNATURE-----
--- End Message ---