Your message dated Thu, 02 Mar 2023 10:19:42 +0000
with message-id <e1pxg2i-002are...@fasolo.debian.org>
and subject line Bug#1030456: fixed in drslib 0.3.1.p3-2.1
has caused the Debian Bug report #1030456,
regarding drslib: FTBFS: pkg_resources.extern.packaging.version.InvalidVersion:
Invalid version: '0.3.1p3'
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.)
--
1030456: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1030456
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: drslib
Version: 0.3.1.p3-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
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>>'
> py3versions: no X-Python3-Version in control file, using supported versions
> py3versions: no X-Python3-Version in control file, using supported versions
> python3.11 setup.py build
> /usr/lib/python3/dist-packages/setuptools/dist.py:548: UserWarning: The
> version specified ('0.3.1p3') is an invalid version, this may not work as
> expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440
> for more details.
> warnings.warn(
> running build
> running build_py
> creating build
> creating build/lib
> creating build/lib/drslib
> copying drslib/__init__.py -> build/lib/drslib
> copying drslib/drs_tree_check.py -> build/lib/drslib
> copying drslib/cmip3.py -> build/lib/drslib
> copying drslib/cordex.py -> build/lib/drslib
> copying drslib/specs.py -> build/lib/drslib
> copying drslib/publisher_tree.py -> build/lib/drslib
> copying drslib/exceptions.py -> build/lib/drslib
> copying drslib/drs_command.py -> build/lib/drslib
> copying drslib/cmip5.py -> build/lib/drslib
> copying drslib/translate_iface.py -> build/lib/drslib
> copying drslib/thredds.py -> build/lib/drslib
> copying drslib/translate_cmip3.py -> build/lib/drslib
> copying drslib/drs_tree.py -> build/lib/drslib
> copying drslib/mapfile.py -> build/lib/drslib
> copying drslib/mip_table.py -> build/lib/drslib
> copying drslib/config.py -> build/lib/drslib
> copying drslib/translate.py -> build/lib/drslib
> copying drslib/drs.py -> build/lib/drslib
> creating build/lib/drslib/p_cmip5
> copying drslib/p_cmip5/__init__.py -> build/lib/drslib/p_cmip5
> copying drslib/p_cmip5/product.py -> build/lib/drslib/p_cmip5
> copying drslib/p_cmip5/init.py -> build/lib/drslib/p_cmip5
> copying drslib/p_cmip5/time_slices.py -> build/lib/drslib/p_cmip5
> running egg_info
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/setup.py", line 14, in <module>
> setup(name='drslib',
> 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/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:
> '0.3.1p3'
> make[1]: *** [debian/rules:14: build-python3.11] Error 1
The full build log is available from:
http://qa-logs.debian.net/2023/02/03/drslib_0.3.1.p3-2_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230203;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230203&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 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: drslib
Source-Version: 0.3.1.p3-2.1
Done: Adrian Bunk <b...@debian.org>
We believe that the bug you reported is fixed in the latest version of
drslib, 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 1030...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Adrian Bunk <b...@debian.org> (supplier of updated drslib 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: Sat, 25 Feb 2023 23:47:55 +0200
Source: drslib
Architecture: source
Version: 0.3.1.p3-2.1
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry <mckins...@debian.org>
Changed-By: Adrian Bunk <b...@debian.org>
Closes: 1030456
Changes:
drslib (0.3.1.p3-2.1) unstable; urgency=medium
.
* Non-maintainer upload.
* setup.py: Use a valid version. (Closes: #1030456)
Checksums-Sha1:
a8992f819822a5dcf73b11f246c1e6c8a056046d 1858 drslib_0.3.1.p3-2.1.dsc
95d316555f05aa4bcb31fc9abc0fc83f78cc0613 18436
drslib_0.3.1.p3-2.1.debian.tar.xz
Checksums-Sha256:
56af4d14c7883e08b4c197bb671412523c7e3006b59f426cac080f0c20e89e09 1858
drslib_0.3.1.p3-2.1.dsc
63c510049f2a7d2c26e99ffa1564b41f2972289d0fee76dbc44882e18acc91fc 18436
drslib_0.3.1.p3-2.1.debian.tar.xz
Files:
4ddb909078703da43a32412df1feeb3a 1858 utils optional drslib_0.3.1.p3-2.1.dsc
e36181cf2a5bb724f53a5803926dd29e 18436 utils optional
drslib_0.3.1.p3-2.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmP6go0ACgkQiNJCh6LY
mLG5mA//YZn3egFd1KTwl2Ia4JCQSs5seDMlf/9UInoPGwcuXCrvdqb67iNveJoe
N4tA79UMr5tTcqfgeVswsDfqwdfvqXrJ7vO6A2snZ98uIhPgQzAvfz9S/jlaEnGf
N9KtupOqPXpr44VEgXVYeta0YUxnYOZpe0gvOe5kkt3cW5yynt+tXvsI5YiCuUT/
DZEOKt6r5j4k9KiNKs7USNgjOkVEXyO7cxaoFuc1rsOaIBlAC7KZxJhR4g3XPT1J
nQO/I9p3wgLr0lbE3oZlOaOCyFvc5uHympeLE8ttc0dxbN/cgPygwUwv7JITdceG
I7Lr+KGPmgF2jlLSrbce2ndIRlPrW6gm4leH5i1c9DN3axkIF3aRfzAl1EM1eh6X
ah3dR3Xgz+TEZWAigDBnC7HYe0VV8XtKWR5zhC0iNow3x73U0DU8rrAffpC+E+93
2MZQingUJfJnCqvUHCIBaH/smdkTt5oVyCdwN1j6eogPxUggb1EC9/WYI3r0BT8Y
qL7YvmvicJzrGVpH3r57qpVrKmNpFNA6npNoDxiw9d+4rqpANI2/r33wU8OK9abV
+6PfaZp1JWiRc2iV8ghOtR3PxhUz5BNYhV+LGRfr2f99A1Ao8kSLlN6zF4lAlT8C
zYhFJkA/kxdfuD/HIThvQPSE1INVX+0IxvgJXirWF9E4vftnjQs=
=ObtM
-----END PGP SIGNATURE-----
--- End Message ---