On Wed, Jun 26, 2024 at 06:18:35PM +0800, Bo YU wrote:
> Hi,
> On Mon, Jun 24, 2024 at 09:40:02PM +0300, Adrian Bunk wrote:
> > Source: pycorrfit
> > Version: 1.1.7+dfsg-2
> > Severity: serious
> > Tags: ftbfs trixie sid
> >
> > 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 1233, 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
> > 225, in finalize_options
> > parsed_version = packaging.version.Version(self.egg_version)
> > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> > File
> > "/usr/lib/python3/dist-packages/setuptools/_vendor/packaging/version.py",
> > line 198, in __init__
> > raise InvalidVersion(f"Invalid version: '{version}'")
> > setuptools.extern.packaging.version.InvalidVersion: Invalid version:
> > 'unknown'
> > E: pybuild pybuild:389: build: plugin distutils failed with: exit code=1:
> > /usr/bin/python3 setup.py build
> > dh_auto_build: error: pybuild --build -i python{version} -p 3.12 returned
> > exit code 13
> > make[1]: *** [debian/rules:49: override_dh_auto_build] Error 25
>
> I can not reproduce it now locally:
>...
> So could we rebuild it again?
Still fails on the buildd:
https://buildd.debian.org/status/fetch.php?pkg=pycorrfit&arch=amd64&ver=1.1.7%2Bdfsg-2%2Bb2&stamp=1719400031&raw=0
Based on the error message, I wouldn't be surprised if the +b2 from the
binNMU version would be part of the problem.
> Regards,
cu
Adrian