Your message dated Wed, 21 Dec 2022 20:37:42 +0000
with message-id <e1p85qq-00btms...@fasolo.debian.org>
and subject line Bug#1026616: fixed in mkdocstrings-python-legacy 0.2.3-4
has caused the Debian Bug report #1026616,
regarding mkdocstrings-python-legacy: FTBFS: make: *** [debian/rules:15: 
binary] Error 25
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.)


-- 
1026616: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026616
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mkdocstrings-python-legacy
Version: 0.2.3-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221220 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary --with python3 --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
>    dh_auto_build -O--buildsystem=pybuild
> 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_mkdocstrings 
> * Building wheel...
> 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/pdm/pep517/api.py", line 75, in 
> build_wheel
>     builder.build(wheel_directory, metadata_directory=metadata_directory)
>   File "/usr/lib/python3/dist-packages/pdm/pep517/wheel.py", line 151, in 
> build
>     self._copy_module()
>   File "/usr/lib/python3/dist-packages/pdm/pep517/wheel.py", line 321, in 
> _copy_module
>     root = self.meta.config.package_dir or self.location
>            ^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/pdm/pep517/base.py", line 154, in meta
>     self._meta.validate(True)
>   File "/usr/lib/python3/dist-packages/pdm/pep517/metadata.py", line 58, in 
> validate
>     return validate_pep621(self.data, raising)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/pdm/pep517/validator.py", line 85, in 
> validate_pep621
>     raise PEP621ValidationError(validator.errors)
> pdm.pep517.exceptions.PEP621ValidationError: {'license-expression': ['unknown 
> field']}
> 
> ERROR Backend subproccess exited when trying to invoke build_wheel
> E: pybuild pybuild:386: build: plugin pyproject failed with: exit code=1: 
> python3.11 -m build --skip-dependency-check --no-isolation --wheel --outdir 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mkdocstrings 
> I: pybuild plugin_pyproject:107: Building wheel for python3.10 with "build" 
> module
> I: pybuild base:240: python3.10 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_mkdocstrings 
> * Building wheel...
> 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/pdm/pep517/api.py", line 75, in 
> build_wheel
>     builder.build(wheel_directory, metadata_directory=metadata_directory)
>   File "/usr/lib/python3/dist-packages/pdm/pep517/wheel.py", line 151, in 
> build
>     self._copy_module()
>   File "/usr/lib/python3/dist-packages/pdm/pep517/wheel.py", line 321, in 
> _copy_module
>     root = self.meta.config.package_dir or self.location
>   File "/usr/lib/python3/dist-packages/pdm/pep517/base.py", line 154, in meta
>     self._meta.validate(True)
>   File "/usr/lib/python3/dist-packages/pdm/pep517/metadata.py", line 58, in 
> validate
>     return validate_pep621(self.data, raising)
>   File "/usr/lib/python3/dist-packages/pdm/pep517/validator.py", line 85, in 
> validate_pep621
>     raise PEP621ValidationError(validator.errors)
> pdm.pep517.exceptions.PEP621ValidationError: {'license-expression': ['unknown 
> field']}
> 
> ERROR Backend subproccess exited when trying to invoke build_wheel
> E: pybuild pybuild:386: build: plugin pyproject failed with: exit code=1: 
> python3.10 -m build --skip-dependency-check --no-isolation --wheel --outdir 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_mkdocstrings 
> dh_auto_build: error: pybuild --build -i python{version} -p "3.11 3.10" 
> returned exit code 13
> make: *** [debian/rules:15: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2022/12/20/mkdocstrings-python-legacy_0.2.3-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221220&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: mkdocstrings-python-legacy
Source-Version: 0.2.3-4
Done: Carsten Schoenert <c.schoen...@t-online.de>

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

Debian distribution maintenance software
pp.
Carsten Schoenert <c.schoen...@t-online.de> (supplier of updated 
mkdocstrings-python-legacy 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, 21 Dec 2022 21:01:09 +0100
Source: mkdocstrings-python-legacy
Architecture: source
Version: 0.2.3-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Carsten Schoenert <c.schoen...@t-online.de>
Closes: 1026616
Changes:
 mkdocstrings-python-legacy (0.2.3-4) unstable; urgency=medium
 .
   * [4bae7e0] Add patch from patch-queue branch
     Added patch:
     pyproject.toml-Transform-license-expression-into-license.patch
     PEP621 only knows about a field 'license', renaming the existing field
     'license-expression' to the valid naming so PEP621 validation will pass.
     (Closes: #1026616)
   * [f474534] d/control: Add BuildProfileSpecs, use dh-sequence-python3
   * [7c2b923] d/control: Bump Standards-Version to 4.6.2
     No further changes needed.
   * [3d08968] d/rules: Drop --with on the default target
Checksums-Sha1:
 345175e15add0c6d9df71b1522884348e804725e 2590 
mkdocstrings-python-legacy_0.2.3-4.dsc
 424a434bf3467ab68f2a9544cb09d54a62d565ae 4272 
mkdocstrings-python-legacy_0.2.3-4.debian.tar.xz
 6d8742165bde66435d96978e5718acf40d8c7a9b 8804 
mkdocstrings-python-legacy_0.2.3-4_amd64.buildinfo
Checksums-Sha256:
 cf785582fd44b299ef4f3359584c5fa507ca39ad329950d77a56135352e947e6 2590 
mkdocstrings-python-legacy_0.2.3-4.dsc
 53426190b9814a9797ee12cae9dc6083ef23e8934ebcfdc30ceec37f4744c8c8 4272 
mkdocstrings-python-legacy_0.2.3-4.debian.tar.xz
 c84bc0f086ccfa57d1811d334df99c855e457f434dfb3e831e6dc4e340f252f6 8804 
mkdocstrings-python-legacy_0.2.3-4_amd64.buildinfo
Files:
 8e6861a05eeb24da9452eaab79c6a9f3 2590 python optional 
mkdocstrings-python-legacy_0.2.3-4.dsc
 267230ca7c58d46a2b4cdf19c45e58e1 4272 python optional 
mkdocstrings-python-legacy_0.2.3-4.debian.tar.xz
 9957db4bbadec08b94b9d3cd98dce85a 8804 python optional 
mkdocstrings-python-legacy_0.2.3-4_amd64.buildinfo

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

iQJMBAEBCgA2FiEEtw38bxNP7PwBHmKqgwFgFCUdHbAFAmOjad4YHGMuc2Nob2Vu
ZXJ0QHQtb25saW5lLmRlAAoJEIMBYBQlHR2wF2EP/RYe2+yw43j3IImY4ZqrW9B5
sv+UYdFeXJU+4EDRa2J7HbWlihk2gICw5okxE+lK8RmIQR2D0a5BSBSDLfIDsg+v
GYCe+xjMl7YUvr5w43TNLMbvAICu/mneOLeiOe7Sh50sjzN3uoVUPGl4M1N8ANqY
AC04ZMBBHNw1OwSXF2FVJxGI+UKS7/vffiXKqccW2j8Q3Z9eJtWt/gIdeLLEpI9l
XNLnWNGxlWm56KkFA/38FgPmxME20QY+NfywYxRSuTaWDgmwc7dAEa1VTPe8/b65
v917dg9klgjNK5rSRDe/EQ0l2nVdiF4l8jTfwUHHErkbtiRo8MNUDqJntNzyzBlz
+5L/Q3GHZ3rgPyF8nAyiYOlqINOXYjB+d5UkWAtfe2Rp+3ysI1hViuaKCUzP83m5
vxbTos7PKtXTzPn6b13csHnJ5puuV0MrFtNXDiz11W3NnHfNviJ/DwWrMksiyXw8
sz7wzk4obqAzBiKKWi00J1eKxkhWayxCRHt/wqlu9MBIl3/I9gOdwKPuY3VbVAS2
jo7P858V1OWDwnFEFtZRgWEq3c0LW4aqfGTGb3arX1+QVURR5kUGMgBQY2iddMJl
h2Edsa6AENEKWNIbZ4YeLbJXvRZeF/RdTnCAFDnBecCewzakq6W1ehh2OrIkD/oj
/ePJ46OFc7kfqRqV32Sh
=bc0v
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to