Your message dated Wed, 01 Oct 2025 12:19:47 +0000
with message-id <[email protected]>
and subject line Bug#1116881: fixed in python-semantic-release 10.4.1-1
has caused the Debian Bug report #1116881,
regarding python-semantic-release: FTBFS with the nocheck build profile
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.)


-- 
1116881: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1116881
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-semantic-release
Version: 10.3.1-2
Severity: important
Tags: forky sid ftbfs
User: [email protected]
Usertags: ftbfs-nocheck-profile

Dear maintainer:

During a rebuild of all packages in unstable using the nocheck build profile,
your package failed to build.

Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202509/

A wiki page discussing how to reproduce bugs in this category and
possible solutions is available here:

https://wiki.debian.org/qa.debian.org/FTBFS/Nocheck

(It's a wiki, so you are welcome to contribute)

[ Note: This is RC, but I will wait at least two weeks before raising
the severities, there are a lot of gcc-15 and CMake 4 bugs open now ].

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:python-semantic-release, so that this is 
still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
adding 'python_semantic_release-10.3.1.dist-info/METADATA'
adding 'python_semantic_release-10.3.1.dist-info/WHEEL'
adding 'python_semantic_release-10.3.1.dist-info/entry_points.txt'
adding 'python_semantic_release-10.3.1.dist-info/top_level.txt'
adding 'python_semantic_release-10.3.1.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built python_semantic_release-10.3.1-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with 
"installer" module
   debian/rules execute_after_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cd docs; PYTHONPATH=../src make man; PYTHONPATH=../src LC_ALL=C.UTF-8 
LANGUAGE=C.UTF-8 sphinx-build -bhtml . _build/html
make[2]: Entering directory '/<<PKGBUILDDIR>>/docs'
sphinx-build -b man -d _build/doctrees   . _build/man
Running Sphinx v8.2.3

Configuration error!

Versions
========

* Platform:         linux; 
(Linux-6.12.48+deb13-cloud-amd64-x86_64-with-glibc2.41)
* Python version:   3.13.7 (CPython)
* Sphinx version:   8.2.3
* Docutils version: 0.21.2
* Jinja2 version:   3.1.6
* Pygments version: 2.18.0

Last Messages
=============

None.

Loaded Extensions
=================

None.

Traceback
=========

      File "/usr/lib/python3/dist-packages/sphinx/config.py", line 616, in 
eval_config_file
        raise ConfigError(msg % traceback.format_exc()) from exc
    sphinx.errors.ConfigError: There is a programmable error in your 
configuration file:
    
    Traceback (most recent call last):
      File "/usr/lib/python3/dist-packages/sphinx/config.py", line 601, in 
eval_config_file
        exec(code, namespace)  # NoQA: S102
        ~~~~^^^^^^^^^^^^^^^^^
      File "/<<PKGBUILDDIR>>/docs/conf.py", line 8, in <module>
        import semantic_release  # noqa: E402
        ^^^^^^^^^^^^^^^^^^^^^^^
      File "/<<PKGBUILDDIR>>/src/semantic_release/__init__.py", line 7, in 
<module>
        from semantic_release.commit_parser import (
        ...<6 lines>...
        )
      File "/<<PKGBUILDDIR>>/src/semantic_release/commit_parser/__init__.py", 
line 5, in <module>
        from semantic_release.commit_parser.angular import (
        ...<2 lines>...
        )
      File "/<<PKGBUILDDIR>>/src/semantic_release/commit_parser/angular.py", 
line 15, in <module>
        from git.objects.commit import Commit
    ModuleNotFoundError: No module named 'git'


The full traceback has been saved in:
/tmp/sphinx-err-fhstrl8o.log

To report this error to the developers, please open an issue at 
<https://github.com/sphinx-doc/sphinx/issues/>. Thanks!
Please also report this if it was a user error, so that a better error message 
can be provided next time.
make[2]: *** [Makefile:131: man] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/docs'
Running Sphinx v8.2.3

Configuration error!

Versions
========

* Platform:         linux; 
(Linux-6.12.48+deb13-cloud-amd64-x86_64-with-glibc2.41)
* Python version:   3.13.7 (CPython)
* Sphinx version:   8.2.3
* Docutils version: 0.21.2
* Jinja2 version:   3.1.6
* Pygments version: 2.18.0

Last Messages
=============

None.

Loaded Extensions
=================

None.

Traceback
=========

      File "/usr/lib/python3/dist-packages/sphinx/config.py", line 616, in 
eval_config_file
        raise ConfigError(msg % traceback.format_exc()) from exc
    sphinx.errors.ConfigError: There is a programmable error in your 
configuration file:
    
    Traceback (most recent call last):
      File "/usr/lib/python3/dist-packages/sphinx/config.py", line 601, in 
eval_config_file
        exec(code, namespace)  # NoQA: S102
        ~~~~^^^^^^^^^^^^^^^^^
      File "/<<PKGBUILDDIR>>/docs/conf.py", line 8, in <module>
        import semantic_release  # noqa: E402
        ^^^^^^^^^^^^^^^^^^^^^^^
      File "/<<PKGBUILDDIR>>/src/semantic_release/__init__.py", line 7, in 
<module>
        from semantic_release.commit_parser import (
        ...<6 lines>...
        )
      File "/<<PKGBUILDDIR>>/src/semantic_release/commit_parser/__init__.py", 
line 5, in <module>
        from semantic_release.commit_parser.angular import (
        ...<2 lines>...
        )
      File "/<<PKGBUILDDIR>>/src/semantic_release/commit_parser/angular.py", 
line 15, in <module>
        from git.objects.commit import Commit
    ModuleNotFoundError: No module named 'git'


The full traceback has been saved in:
/tmp/sphinx-err-r025oudo.log

To report this error to the developers, please open an issue at 
<https://github.com/sphinx-doc/sphinx/issues/>. Thanks!
Please also report this if it was a user error, so that a better error message 
can be provided next time.
make[1]: *** [debian/rules:11: execute_after_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:8: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: python-semantic-release
Source-Version: 10.4.1-1
Done: Colin Watson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-semantic-release, 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.
Colin Watson <[email protected]> (supplier of updated python-semantic-release 
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: Wed, 01 Oct 2025 13:07:42 +0100
Source: python-semantic-release
Architecture: source
Version: 10.4.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1116881
Changes:
 python-semantic-release (10.4.1-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release.
   * Fix profiles of several build-dependencies (closes: #1116881).
   * Don't run sphinx-build in the nodoc build profile.
   * Override several false positives from Lintian.
Checksums-Sha1:
 1a9863ea432402b923de921e584b63db94f97eb4 3391 
python-semantic-release_10.4.1-1.dsc
 16f92eb64bb1f50ce101061a06d34e2c11020a24 676608 
python-semantic-release_10.4.1.orig.tar.gz
 94d1b67254cbca7d618d99e2a4556e4e8d52eab3 5180 
python-semantic-release_10.4.1-1.debian.tar.xz
Checksums-Sha256:
 864962e04f0233931627cb83dc21d669fec967a29ba536c01b0241b6fcce5da7 3391 
python-semantic-release_10.4.1-1.dsc
 f9e916addee35ea673e77f7facf954f25aecb63e1fe7d930933403fc52ca01a2 676608 
python-semantic-release_10.4.1.orig.tar.gz
 be730bbb9849c480dd849eb8a09ac01108dc1636c3f3f22bae1f7d89f9bef80e 5180 
python-semantic-release_10.4.1-1.debian.tar.xz
Files:
 7a26a214b16020b4b7db12ff9637a097 3391 python optional 
python-semantic-release_10.4.1-1.dsc
 390f2dfc2becd605ec4f7157d76691fb 676608 python optional 
python-semantic-release_10.4.1.orig.tar.gz
 c98b695a746ad48560b3e2b14ec111e2 5180 python optional 
python-semantic-release_10.4.1-1.debian.tar.xz

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

iQIzBAEBCgAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmjdGbwACgkQOTWH2X2G
UAurEg/7Bk5/iOBCpWrtQHXbA4Q9wxGphaeMXxPU04f6M4e5I5f2IlF8WcjzIpXC
6zqpU0/mjCGtYxHIptYDJqQy5IZE0L9M+ZX2ijf2G0TODW+Jvyr+EbX2FhpQ6Krx
tA2WRLbZuzEIva4bP+yWA5d9YBwG5hlxiv7LP9XoztZEKYvxnXfeo5tJVD2ImLZQ
KlagXEFG7ez8oVs0AyQ7qkmRNDKID8RdAR241OdqcPvMBPZcZcpHSv/EPhJnDc5g
pWmgCADRlJCrrsdXRUMi0R2pi8bbJVEff0hNH+ntj1ZOH3znmLj0K0UBd/6azTlU
yAx6pfAW80PmzNhN7G0WekGZnfvheYan/fvFLnOZb83E5JKQWOuQ34N1QUHulPhb
IrfGH9D687tEVdZjP45JsgevEnkiTu75tVfNjx2PY3YNcD2FlrWtsalAPozcASH8
tubrwW1YB0WWX6BaeuxlvtrbWeZPCG9/dZM13cWTchVg4DOnQ4G7uO+lsCXUmN55
8X2sjtbf1eebZ4hOFh312MwmG4Wh+9G3wm8+VfVKI8zJz0alARiI/v0mOf5IZ+su
txDnYx8f4Lc/mWWAX8YS+sUCobSGsJNQQ1C2DRTwuuwKuMLW/Qr53imG1b2Dp7t4
073FujNdDH7rAmgRxTYKrpdkXKrcEvbxX9R2MM9iWOlXoCXeWQA=
=UV3q
-----END PGP SIGNATURE-----

Attachment: pgpvCWDndEdgY.pgp
Description: PGP signature


--- End Message ---

Reply via email to