Your message dated Wed, 02 Nov 2022 11:04:52 +0000
with message-id <e1oqbyc-002xhk...@fasolo.debian.org>
and subject line Bug#1020073: fixed in pyfai 0.21.3+dfsg1-2
has caused the Debian Bug report #1020073,
regarding pyfai: FTBFS: distutils.errors.DistutilsError: Command 
'['/usr/bin/python3.10', '-m', 'pip', '--disable-pip-version-check', 'wheel', 
'--no-deps', '-w', '/tmp/tmpymrbi1ta', '--quiet', 'setuptools<60.0.0']' 
returned non-zero exit status 1.
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.)


-- 
1020073: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020073
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pyfai
Version: 0.21.3+dfsg1-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220917 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  fakeroot debian/rules clean
> dh clean --buildsystem=pybuild
>    dh_auto_clean -O--buildsystem=pybuild
>       install -d 
> /<<BUILDDIR>>/pyfai-0.21.3\+dfsg1/debian/.debhelper/generated/_source/home
>       pybuild --clean -i python{version} -p 3.10
> I: pybuild base:240: python3.10 setup.py clean 
> /<<PKGBUILDDIR>>/setup.py:43: DeprecationWarning: The distutils package is 
> deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 
> 632 for potential alternatives
>   from distutils.command.clean import clean as Clean
> /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:18: UserWarning: 
> Distutils was imported before Setuptools, but importing Setuptools also 
> replaces the `distutils` module in `sys.modules`. This may lead to 
> undesirable behaviors or errors. To avoid these issues, avoid using distutils 
> directly, ensure that setuptools is installed in the traditional way (e.g. 
> not an editable install), and/or make sure that setuptools is always imported 
> before distutils.
>   warnings.warn(
> /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:33: UserWarning: 
> Setuptools is replacing distutils.
>   warnings.warn("Setuptools is replacing distutils.")
> INFO: Disabling color, you really want to install colorlog.
> INFO:pythran:Disabling color, you really want to install colorlog.
> INFO:pyFAI.setup:Use setuptools with cython
> INFO:pyFAI.setup:Use setuptools.setup
> /usr/lib/python3/dist-packages/setuptools/installer.py:27: 
> SetuptoolsDeprecationWarning: setuptools.installer is deprecated. 
> Requirements should be satisfied by a PEP 517 installer.
>   warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/installer.py:34: UserWarning: 
> Unbuilt egg for pyFAI [unknown version] (/<<PKGBUILDDIR>>)
>   pkg_resources.get_distribution('wheel')
> WARNING: The wheel package is not available.
> /usr/lib/python3/dist-packages/setuptools/installer.py:60: UserWarning: 
> Unbuilt egg for pyFAI [unknown version] (/<<PKGBUILDDIR>>)
>   environment = pkg_resources.Environment()
> /usr/bin/python3.10: No module named pip
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/setuptools/installer.py", line 82, in 
> fetch_build_egg
>     subprocess.check_call(cmd)
>   File "/usr/lib/python3.10/subprocess.py", line 369, in check_call
>     raise CalledProcessError(retcode, cmd)
> subprocess.CalledProcessError: Command '['/usr/bin/python3.10', '-m', 'pip', 
> '--disable-pip-version-check', 'wheel', '--no-deps', '-w', 
> '/tmp/tmpymrbi1ta', '--quiet', 'setuptools<60.0.0']' returned non-zero exit 
> status 1.
> 
> The above exception was the direct cause of the following exception:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/setup.py", line 1137, in <module>
>     setup_package()
>   File "/<<PKGBUILDDIR>>/setup.py", line 1133, in setup_package
>     setup(**setup_kwargs)
>   File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 86, in 
> setup
>     _install_setup_requires(attrs)
>   File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 80, in 
> _install_setup_requires
>     dist.fetch_build_eggs(dist.setup_requires)
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 875, in 
> fetch_build_eggs
>     resolved_dists = pkg_resources.working_set.resolve(
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 789, 
> in resolve
>     dist = best[req.key] = env.best_match(
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1075, 
> in best_match
>     return self.obtain(req, installer)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1087, 
> in obtain
>     return installer(requirement)
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 945, in 
> fetch_build_egg
>     return fetch_build_egg(self, req)
>   File "/usr/lib/python3/dist-packages/setuptools/installer.py", line 84, in 
> fetch_build_egg
>     raise DistutilsError(str(e)) from e
> distutils.errors.DistutilsError: Command '['/usr/bin/python3.10', '-m', 
> 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', 
> '/tmp/tmpymrbi1ta', '--quiet', 'setuptools<60.0.0']' returned non-zero exit 
> status 1.
> E: pybuild pybuild:379: clean: plugin distutils failed with: exit code=1: 
> python3.10 setup.py clean 
> dh_auto_clean: error: pybuild --clean -i python{version} -p 3.10 returned 
> exit code 13
> make: *** [debian/rules:15: clean] Error 25


The full build log is available from:
http://qa-logs.debian.net/2022/09/17/pyfai_0.21.3+dfsg1-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220917;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220917&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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!

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

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: pyfai
Source-Version: 0.21.3+dfsg1-2
Done: Picca Frédéric-Emmanuel <pi...@debian.org>

We believe that the bug you reported is fixed in the latest version of
pyfai, 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 1020...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Picca Frédéric-Emmanuel <pi...@debian.org> (supplier of updated pyfai 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, 02 Nov 2022 11:21:44 +0100
Source: pyfai
Architecture: source
Version: 0.21.3+dfsg1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian PaN Maintainers 
<debian-pan-maintain...@alioth-lists.debian.net>
Changed-By: Picca Frédéric-Emmanuel <pi...@debian.org>
Closes: 1020073
Changes:
 pyfai (0.21.3+dfsg1-2) unstable; urgency=medium
 .
   * migrate to setuptools > 60 (Closes: #1020073)
Checksums-Sha1:
 bcaa8f06e0b64bfca5017db905ff667e3f28f856 2909 pyfai_0.21.3+dfsg1-2.dsc
 82d00f03e9890b476dc9a0da4bec228671537566 32300 
pyfai_0.21.3+dfsg1-2.debian.tar.xz
Checksums-Sha256:
 0943cf31ab782a3852ca42c7a65e65e07409277324ab46ddef3dad8ff8dc6338 2909 
pyfai_0.21.3+dfsg1-2.dsc
 5b37c55bc0975806401154981195d3b64ac77d28211b633e225fc8e685981fe4 32300 
pyfai_0.21.3+dfsg1-2.debian.tar.xz
Files:
 eb505e58fcb4dcc586ce810bae8eeba1 2909 science optional pyfai_0.21.3+dfsg1-2.dsc
 6b921a7d938f8ba66ab598dc37b5342d 32300 science optional 
pyfai_0.21.3+dfsg1-2.debian.tar.xz

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

iQJFBAEBCgAvFiEE2bRTt5m4gw2UXmoKW/VOXhK5ALsFAmNiSfMRHHBpY2NhQGRl
Ymlhbi5vcmcACgkQW/VOXhK5ALvoRg//XVHWJYUi6SX/xieuHPd5edoUXXWqMHOU
pnSEAuMSCpQMnrssxn3r3dC0RGhVu/L4NVAZjnBAlTLuJyD9WitA7F1yj+w6aj0i
tt6mhh/8Vws2EAJOjktm5UrA4IAwgSyNItGYeAlxXIGP93S7LPw5gVzrYXx57PpZ
sS78hDjui4IUt1v+TzicOdasKBqp1kMMzs+BOArqk/bK9vlE8uEvCOzgy67dEcD4
oHYplyEIu07Jzawz8NMLBR0dkvVDz35YvRVofp2KJ51J1lYzJUo9ZEuRV/oBwzOB
Al6olQjuYHtM8anf4EBkiwJUjKxBdUFyeID955eOpnwU8Zgp2zaW5frrsyzXAmP3
WzeEBTDEc+MQydMkga/7z56lZDN6hxGXwu1CCxjyYxpNCFDVxqMwfRavR+M8dbvv
Vv+92yePlu8xVNTaJeDbYanOq3uLOxVg39ua/7FKlpvjNRcCKRoSRDaBzWdu3KmO
Pe67FBvxtImqeFlxFdz/WZgDhhnAhm9tjn4pm18R9waQUQiF5GglEvH5sygEg5KA
zfp+uiwp1nVp9eMRLTSYkEPKqsvnmWmqwtUfG0L+1Ofsa2NSomMzC6j2wYw52kHf
mAlZb2IBzt0pn/d/+gr5qD64R0UaxKKZwQvNo86mPbbs33Cec7uVY5wBqAfGqkRV
7+0amkSVQ2M=
=jaqx
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to