Your message dated Tue, 03 Oct 2023 07:49:09 +0000
with message-id <[email protected]>
and subject line Bug#1042632: fixed in python-drizzle 1.14.3-1
has caused the Debian Bug report #1042632,
regarding python-drizzle: FTBFS with Sphinx 7.1, docutils 0.20: error: invalid
command 'build_sphinx'
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.)
--
1042632: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042632
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-drizzle
Version: 1.13.4-1
Severity: important
Tags: ftbfs
User: [email protected]
Usertags: sphinx7.1
Hi,
python-drizzle fails to build with Sphinx 7.1 and docutils 0.20, both of which
are currently available in experimental.
Relevant part (hopefully):
> x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2
> -Wl,-z,relro -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2
> build/temp.linux-x86_64-cpython-311/<<PKGBUILDDIR>>/src/cdrizzleapi.o
> build/temp.linux-x86_64-cpython-311/<<PKGBUILDDIR>>/src/cdrizzleblot.o
> build/temp.linux-x86_64-cpython-311/<<PKGBUILDDIR>>/src/cdrizzlebox.o
> build/temp.linux-x86_64-cpython-311/<<PKGBUILDDIR>>/src/cdrizzlemap.o
> build/temp.linux-x86_64-cpython-311/<<PKGBUILDDIR>>/src/cdrizzleutil.o
> build/temp.linux-x86_64-cpython-311/<<PKGBUILDDIR>>/src/tests/utest_cdrizzle.o
> -L/usr/lib/x86_64-linux-gnu -lm -o
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_drizzle/build/drizzle/cdrizzle.cpython-311-x86_64-linux-gnu.so
> echo 1.13.4
> 1.13.4
> python3 setup.py build_ext -i build_sphinx
> /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: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)
> usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
> or: setup.py --help [cmd1 cmd2 ...]
> or: setup.py --help-commands
> or: setup.py cmd --help
>
> error: invalid command 'build_sphinx'
> make[1]: *** [debian/rules:16: override_dh_auto_build] Error 1
The full build log is available from:
http://qa-logs.debian.net/2023/07/30/exp/python-drizzle_1.13.4-1_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 [email protected] 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;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=sphinx7.1&[email protected]&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: python-drizzle
Source-Version: 1.14.3-1
Done: Ole Streicher <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-drizzle, 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.
Ole Streicher <[email protected]> (supplier of updated python-drizzle 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: Tue, 03 Oct 2023 08:44:00 +0200
Source: python-drizzle
Architecture: source
Version: 1.14.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Astro Team <[email protected]>
Changed-By: Ole Streicher <[email protected]>
Closes: 1042632
Changes:
python-drizzle (1.14.3-1) unstable; urgency=medium
.
* New upstream version 1.14.3
* Call "python3 -m sphinx" directly (Closes: #1042632)
Checksums-Sha1:
73ed54ce630458f1f8da7115509e3036a93d32d5 2410 python-drizzle_1.14.3-1.dsc
1b13e5df62a4676fa2bb134f5c0eafb5b36335ca 47172338
python-drizzle_1.14.3.orig.tar.gz
fb4cd7d123f29c4076cd82d9f40e9cad1ecccfd4 5480
python-drizzle_1.14.3-1.debian.tar.xz
Checksums-Sha256:
24ccdf20ab75228a8029239134d9deca5f56e82d0f63a3dcd9ed81d31202232f 2410
python-drizzle_1.14.3-1.dsc
4aff2f87c64c2772423feca3577d81b1eeeb164da9d13d185bcc3cb8e115bd61 47172338
python-drizzle_1.14.3.orig.tar.gz
37b3de85918aa82e46de442af10a37bcae22d465908b5aa8b8d760a4d686adb8 5480
python-drizzle_1.14.3-1.debian.tar.xz
Files:
9672cda7c701b4fc4d710a7a8ec5e812 2410 science optional
python-drizzle_1.14.3-1.dsc
3cfb60c1a63166f40bdc01041371639c 47172338 science optional
python-drizzle_1.14.3.orig.tar.gz
7ecb4222c3193cea980f7e5ad2ed637a 5480 science optional
python-drizzle_1.14.3-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE7/BpV0Ra2/h0L3qtmk9WvbkOGL0FAmUbwpoACgkQmk9WvbkO
GL1vTA/+PqC3TkPFBfGjLRALzeqmQ/2xBUgFoek2IExieNc3TAQCuAqz8GlMQaG5
uahw36PLXR+BZnnLJ2Apf34sNxLm4A76kxkzIYQ9qFk87JhzykrIzD9MyTxEXc6A
3vtVZm9+3z/xFsOrvfdgRQLduxi7r+rMaxhcuLiSdMtyZE0+ParCtw2phpNQbRyV
Pgj4YREtO8dtNxZRlNnv7tsWQAWYvoktmYNeSR90SdV9eFOSjyByKsWTTQtXPRjN
7eeG69R8jkqKpXJEKHE0ec2nzEx1ANMt2G72HTQriwDI/A2NSo2m43/02CMwGuND
cXJwFDEZOM4+2dtRyuMgrbU7L3qH4TmySpG2a3HRvIz8gjQRaYZKwZkJUf1xPA9S
QDxDBQEzNcDCKuKiHl+rlfhmT0DkVL5sRwBIE0SYt5iBWM5kiFE75dsMrWtAaPzX
b+OHJN5Rw/uECQjfqLiWjlg4yQ4xH5hJtjJU1mBo1DcNXsztGqrxKdnj+NCg8H7o
Va3QRYK6XtlQBU7m9Z/hoqyWgziF7eVYoM6ohxDnQHB4dwPhjRBoO0yxtN4hfNBz
AXU1AMIRccoktp4Vr8Hzlhn9TBSpblRQNXOQD5Y9L/W3zVeAC1CBaeDoJhbkLwN7
v5VhFNYTNwkkPAVMMTO5rJlUwNRq/cq/LuUohiOeK3LWklzI1M8=
=1JNa
-----END PGP SIGNATURE-----
--- End Message ---