Your message dated Thu, 09 Nov 2023 20:34:00 +0000
with message-id <e1r1biy-00aznk...@fasolo.debian.org>
and subject line Bug#1042641: fixed in bottleneck 1.3.5+ds1-3
has caused the Debian Bug report #1042641,
regarding bottleneck: 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 ow...@bugs.debian.org
immediately.)


-- 
1042641: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042641
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: bottleneck
Version: 1.3.5+ds1-2
Severity: important
Tags: ftbfs
User: python-modules-t...@lists.alioth.debian.org
Usertags: sphinx7.1

Hi,

bottleneck 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 -Wl,-z,now -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/bottleneck/src/nonreduce_axis.o 
> -L/usr/lib/x86_64-linux-gnu -o 
> build/lib.linux-x86_64-cpython-311/bottleneck/nonreduce_axis.cpython-311-x86_64-linux-gnu.so
> copying 
> build/lib.linux-x86_64-cpython-311/bottleneck/reduce.cpython-311-x86_64-linux-gnu.so
>  -> bottleneck
> copying 
> build/lib.linux-x86_64-cpython-311/bottleneck/move.cpython-311-x86_64-linux-gnu.so
>  -> bottleneck
> copying 
> build/lib.linux-x86_64-cpython-311/bottleneck/nonreduce.cpython-311-x86_64-linux-gnu.so
>  -> bottleneck
> copying 
> build/lib.linux-x86_64-cpython-311/bottleneck/nonreduce_axis.cpython-311-x86_64-linux-gnu.so
>  -> bottleneck
> PYTHONPATH=. python3 setup.py build_sphinx
> /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.
> 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:24: override_dh_auto_build-indep] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/07/30/exp/bottleneck_1.3.5+ds1-2_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: bottleneck
Source-Version: 1.3.5+ds1-3
Done: Nilesh Patra <nil...@debian.org>

We believe that the bug you reported is fixed in the latest version of
bottleneck, 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.
Nilesh Patra <nil...@debian.org> (supplier of updated bottleneck 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: SHA256

Format: 1.8
Date: Fri, 10 Nov 2023 00:40:14 +0530
Source: bottleneck
Architecture: source
Version: 1.3.5+ds1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Nilesh Patra <nil...@debian.org>
Closes: 1042641
Changes:
 bottleneck (1.3.5+ds1-3) unstable; urgency=medium
 .
   * Team Upload.
   * Use sphinx-build command instead of build_sphinx
     directive with setup.py (Closes: #1042641)
   * Add patch for extlinks to fix FTBFS with sphinx7.1
Checksums-Sha1:
 8c71bcb2de9283f90d1056f4a5a33f62bc91771f 1781 bottleneck_1.3.5+ds1-3.dsc
 f4d7e80c784b3409bf8c0c022dcf6d9556720f6d 6112 
bottleneck_1.3.5+ds1-3.debian.tar.xz
 078367d4806c806b5756e59bbf20f3b557846d8c 7996 
bottleneck_1.3.5+ds1-3_amd64.buildinfo
Checksums-Sha256:
 c65d4c549e69d32450c65f82faffcf15ad513c55ba2da6fdf8787532db347869 1781 
bottleneck_1.3.5+ds1-3.dsc
 3198a3ab30814b9ce44299dbcf0a82509b8ef8514bdfafea6990e26b1f679580 6112 
bottleneck_1.3.5+ds1-3.debian.tar.xz
 7813612760be94e6dc8fc744ed24ad326714d6346a26c2b1780ceb2132167216 7996 
bottleneck_1.3.5+ds1-3_amd64.buildinfo
Files:
 b40b011e93dd90a77bc5ab09e9e6a7fd 1781 python optional 
bottleneck_1.3.5+ds1-3.dsc
 fd88dff5cc8341660357de951772c16e 6112 python optional 
bottleneck_1.3.5+ds1-3.debian.tar.xz
 61ca8521858d22eb85af3490ec6e91ea 7996 python optional 
bottleneck_1.3.5+ds1-3_amd64.buildinfo

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

iIgEARYIADAWIQSglbZu4JAkvuai8HIqJ5BL1yQ+2gUCZU0z3hIcbmlsZXNoQGRl
Ymlhbi5vcmcACgkQKieQS9ckPtqERAD8CVyHLF5FiHVdL1dA67sEzYW7l3n/YSNv
4Jfmgl6K84AA/3c40cgkt5VYOwibRBraYFE1wcGm5eSXLKdwhkKIZ8kO
=ASWi
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to