Your message dated Tue, 07 Mar 2023 21:49:26 +0000
with message-id <[email protected]>
and subject line Bug#1030464: fixed in aiomysql 0.1.1-2
has caused the Debian Bug report #1030464,
regarding aiomysql: FTBFS: 
pkg_resources.extern.packaging.version.InvalidVersion: Invalid version: 
'unknown'
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.)


-- 
1030464: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1030464
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: aiomysql
Version: 0.1.1-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20230203 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_build
> I: pybuild plugin_pyproject:107: Building wheel for python3.11 with "build" 
> module
> I: pybuild base:240: python3.11 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_aiomysql 
> * Building wheel...
> running bdist_wheel
> running build
> running build_py
> creating build
> creating build/lib
> creating build/lib/aiomysql
> copying aiomysql/__init__.py -> build/lib/aiomysql
> copying aiomysql/log.py -> build/lib/aiomysql
> copying aiomysql/pool.py -> build/lib/aiomysql
> copying aiomysql/cursors.py -> build/lib/aiomysql
> copying aiomysql/connection.py -> build/lib/aiomysql
> copying aiomysql/_version.py -> build/lib/aiomysql
> copying aiomysql/utils.py -> build/lib/aiomysql
> creating build/lib/aiomysql/sa
> copying aiomysql/sa/__init__.py -> build/lib/aiomysql/sa
> copying aiomysql/sa/transaction.py -> build/lib/aiomysql/sa
> copying aiomysql/sa/engine.py -> build/lib/aiomysql/sa
> copying aiomysql/sa/result.py -> build/lib/aiomysql/sa
> copying aiomysql/sa/connection.py -> build/lib/aiomysql/sa
> copying aiomysql/sa/exc.py -> build/lib/aiomysql/sa
> running egg_info
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/pep517/in_process/_in_process.py", 
> line 351, in <module>
>     main()
>   File "/usr/lib/python3/dist-packages/pep517/in_process/_in_process.py", 
> line 333, in main
>     json_out['return_val'] = hook(**hook_input['kwargs'])
>                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/pep517/in_process/_in_process.py", 
> line 249, in build_wheel
>     return _build_backend().build_wheel(wheel_directory, config_settings,
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 413, 
> in build_wheel
>     return self._build_with_temp_dir(['bdist_wheel'], '.whl',
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 398, 
> in _build_with_temp_dir
>     self.run_setup()
>   File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 335, 
> in run_setup
>     exec(code, locals())
>   File "<string>", line 1, in <module>
>   File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 108, in 
> setup
>     return distutils.core.setup(**attrs)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 
> 185, in setup
>     return run_commands(dist)
>            ^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 
> 201, in run_commands
>     dist.run_commands()
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
> 969, in run_commands
>     self.run_command(cmd)
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1213, in 
> run_command
>     super().run_command(command)
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
> 988, in run_command
>     cmd_obj.run()
>   File "/usr/lib/python3/dist-packages/wheel/bdist_wheel.py", line 325, in run
>     self.run_command("build")
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 
> 318, in run_command
>     self.distribution.run_command(command)
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1213, in 
> run_command
>     super().run_command(command)
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
> 988, in run_command
>     cmd_obj.run()
>   File 
> "/usr/lib/python3/dist-packages/setuptools/_distutils/command/build.py", line 
> 132, in run
>     self.run_command(cmd_name)
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 
> 318, in run_command
>     self.distribution.run_command(command)
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1213, in 
> run_command
>     super().run_command(command)
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
> 988, in run_command
>     cmd_obj.run()
>   File "/usr/lib/python3/dist-packages/setuptools/command/build_py.py", line 
> 63, in run
>     self.build_package_data()
>   File "/usr/lib/python3/dist-packages/setuptools/command/build_py.py", line 
> 159, in build_package_data
>     for target, srcfile in self._get_package_data_output_mapping():
>   File "/usr/lib/python3/dist-packages/setuptools/command/build_py.py", line 
> 151, in _get_package_data_output_mapping
>     for package, src_dir, build_dir, filenames in self.data_files:
>                                                   ^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/setuptools/command/build_py.py", line 
> 72, in __getattr__
>     self.data_files = self._get_data_files()
>                       ^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/setuptools/command/build_py.py", line 
> 84, in _get_data_files
>     self.analyze_manifest()
>   File "/usr/lib/python3/dist-packages/setuptools/command/build_py.py", line 
> 181, in analyze_manifest
>     self.run_command('egg_info')
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 
> 318, in run_command
>     self.distribution.run_command(command)
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1213, in 
> run_command
>     super().run_command(command)
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
> 987, in run_command
>     cmd_obj.ensure_finalized()
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 
> 111, in ensure_finalized
>     self.finalize_options()
>   File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 
> 219, in finalize_options
>     parsed_version = parse_version(self.egg_version)
>                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File 
> "/usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging/version.py", 
> line 266, in __init__
>     raise InvalidVersion(f"Invalid version: '{version}'")
> pkg_resources.extern.packaging.version.InvalidVersion: Invalid version: 
> 'unknown'
> 
> ERROR Backend subprocess exited when trying to invoke build_wheel
> E: pybuild pybuild:388: build: plugin pyproject failed with: exit code=1: 
> python3.11 -m build --skip-dependency-check --no-isolation --wheel --outdir 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_aiomysql 
> dh_auto_build: error: pybuild --build -i python{version} -p 3.11 returned 
> exit code 13
> make[1]: *** [debian/rules:24: override_dh_auto_build] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/02/03/aiomysql_0.1.1-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230203;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230203&[email protected]&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 mark 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: aiomysql
Source-Version: 0.1.1-2
Done: Étienne Mollier <[email protected]>

We believe that the bug you reported is fixed in the latest version of
aiomysql, 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.
Étienne Mollier <[email protected]> (supplier of updated aiomysql 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, 07 Mar 2023 22:13:05 +0100
Source: aiomysql
Architecture: source
Version: 0.1.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Étienne Mollier <[email protected]>
Closes: 1030464
Changes:
 aiomysql (0.1.1-2) unstable; urgency=medium
 .
   * Team upload.
   * d/control: cleanup aiomysql/_scm_version.py.
     This allows the package to be rebuildable from a clean state after a
     first build attempt.
   * d/control: build depends on python3-setuptools-scm.
     This fixes a failure to build from source.
     Thanks to s3v <[email protected]> (Closes: #1030464)
Checksums-Sha1:
 e8ddd86c2a4149f91eddf2de64cb5dc162bdd744 2506 aiomysql_0.1.1-2.dsc
 fbad53bbfd2a5ec10172439a469f7cecb8fe954b 3828 aiomysql_0.1.1-2.debian.tar.xz
 f7ef9ac3389737551499be27f1c6990f8577bd14 8407 aiomysql_0.1.1-2_amd64.buildinfo
Checksums-Sha256:
 018ed7ab5c7ed2e33299de83d5b6a540e7778e361ba80e2fd348f448a3d9373b 2506 
aiomysql_0.1.1-2.dsc
 5b87167fbb2b5e7be82733b603c003674f8957c86f053b31b3e32269244f8ccd 3828 
aiomysql_0.1.1-2.debian.tar.xz
 aaaaf38cba6d9ce338b1205332e9c76f391c597da27dbfcd40f1f7be9c5c4566 8407 
aiomysql_0.1.1-2_amd64.buildinfo
Files:
 7c298f8c398b84160a377ac24a231b99 2506 python optional aiomysql_0.1.1-2.dsc
 7e42ededf0126f7ce7725a5054aa2b78 3828 python optional 
aiomysql_0.1.1-2.debian.tar.xz
 9c014632bc3fb7c1d05afe5e66dd4116 8407 python optional 
aiomysql_0.1.1-2_amd64.buildinfo

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

iQJIBAEBCgAyFiEEj5GyJ8fW8rGUjII2eTz2fo8NEdoFAmQHq9sUHGVtb2xsaWVy
QGRlYmlhbi5vcmcACgkQeTz2fo8NEdoZEQ//SQLBlV1bdphQhOhN55naRMw2gYHb
Zo5KCnmugkEgl3zCOIcLkhDl8djOag8i+IAdsJgIsfPiHeIciv4TVh/i+hk8oOGC
tCBXSbunOU6DkD+bFON6kDM6RpjxvevCFrLe7r8olJEx4phzBNnOROXEB4i/oxlg
Dlk+N4gl1WPjj35hyfKshIduxYcdGnm6aEtuMWybvP+n81h3wPTMnlI9KFuM81GK
NjAgn3aMZ4x4z+Hc+rYLd3ams2KcaqUQFZFrdXKz1UXJ3ncO9nFVoHcf9/fZOtvq
whBbCtB/hhIHcAL9E6671O+2Yuo1AExDDD3znsylI3cA0klW60EJg9Q1dHfc54cB
lkEjO5BuX8DY+I2ByHzcAfAo9zl0t0dTKfdum3zWczlvsY3bZNVjj/r0m+DWTr/H
/XoSXwW2pEIPa17b8Dzjz+xD/CI8yGS/cAXC493eNqbxKbXsyRGOz596YB9HgEIs
pxy2d58D++ezyLVfphcSp+QzPhUnwnIhS0yImm9TFSD9qS9xlmy9zsQweiEImLzE
02DOySw7MrxI9XXepXb/dTY1wQFjAr7yJdYGwWZ1KpP4Ej8tiMo3Th5m05ioYjNf
aeX0wlv8TVpV7H1+OGSXHUEGFVQmzsjuKv5ihLh3SezAHlbyPGPtX4w3WZLzBXAy
dmf57Q5ObkordiQ=
=Tmm+
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to