Your message dated Wed, 16 Sep 2026 20:34:09 +0000
with message-id <[email protected]>
and subject line Bug#1147910: fixed in python-sphinxcontrib.apidoc 0.6.0-5
has caused the Debian Bug report #1147910,
regarding python-sphinxcontrib.apidoc: FTBFS: E   ModuleNotFoundError: No 
module named 'pkg_resources'
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.)


-- 
1147910: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1147910
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-sphinxcontrib.apidoc
Version: 0.6.0-4
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

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

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

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 cannot 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-sphinxcontrib.apidoc, so that this is 
still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
    :license: BSD, see LICENSE for details.
    """
    
>   __import__('pkg_resources').declare_namespace(__name__)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
E   ModuleNotFoundError: No module named 'pkg_resources'

sphinxcontrib/__init__.py:12: ModuleNotFoundError

The above exception was the direct cause of the following exception:

test_params = {'shared_result': None}
app_params = _app_params(args=['html'], kwargs={'srcdir': 
PosixPath('/tmp/apidoc-c1y6a45r/invalid-directory'), 'builddir': 
PosixPath('/tmp/apidoc-c1y6a45r/invalid-directory/_build')})
make_app = <function make_app.<locals>.make at 0x7f2ff85312d0>
shared_result = <sphinx.testing.fixtures.SharedResult object at 0x7f2ff849c9d0>

    @pytest.fixture
    def app(
        test_params: dict[str, Any],
        app_params: _app_params,
        make_app: Callable[..., SphinxTestApp],
        shared_result: SharedResult,
    ) -> Iterator[SphinxTestApp]:
        """Provides the 'sphinx.application.Sphinx' object"""
        args, kwargs = app_params
>       app_ = make_app(*args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^

/usr/lib/python3/dist-packages/sphinx/testing/fixtures.py:159: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/lib/python3/dist-packages/sphinx/testing/fixtures.py:202: in make
    app_ = SphinxTestApp(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/sphinx/testing/util.py:177: in __init__
    super().__init__(
/usr/lib/python3/dist-packages/sphinx/application.py:308: in __init__
    self.setup_extension(extension)
/usr/lib/python3/dist-packages/sphinx/application.py:514: in setup_extension
    self.registry.load_extension(self, extname)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <sphinx.registry.SphinxComponentRegistry object at 0x7f2ff849e520>
app = <SphinxTestApp buildername='html'>, extname = 'sphinxcontrib.apidoc'

    def load_extension(self, app: Sphinx, extname: str) -> None:
        """Load a Sphinx extension."""
        if extname in app.extensions:  # already loaded
            return
        if extname in EXTENSION_BLACKLIST:
            logger.warning(
                __(
                    'the extension %r was already merged with Sphinx since '
                    'version %s; this extension is ignored.'
                ),
                extname,
                EXTENSION_BLACKLIST[extname],
            )
            return
    
        # update loading context
        prefix = __('while setting up extension %s:') % extname
        with prefixed_warnings(prefix):
            try:
                mod = import_module(extname)
            except ImportError as err:
                logger.verbose(__('Original exception:\n') + 
traceback.format_exc())
>               raise ExtensionError(
                    __('Could not import extension %s') % extname, err
                ) from err
E               sphinx.errors.ExtensionError: Could not import extension 
sphinxcontrib.apidoc (exception: No module named 'pkg_resources')

/usr/lib/python3/dist-packages/sphinx/registry.py:553: ExtensionError
=========================== short test summary info ============================
ERROR tests/test_ext.py::test_basics - sphinx.errors.ExtensionError: Could no...
ERROR tests/test_ext.py::test_advanced - sphinx.errors.ExtensionError: Could ...
ERROR tests/test_ext.py::test_advanced_negative - sphinx.errors.ExtensionErro...
ERROR tests/test_ext.py::test_missing_configuration - sphinx.errors.Extension...
ERROR tests/test_ext.py::test_invalid_directory - sphinx.errors.ExtensionErro...
============================== 5 errors in 0.40s ===============================
make[1]: *** [debian/rules:22: override_dh_auto_test] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:7: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: python-sphinxcontrib.apidoc
Source-Version: 0.6.0-5
Done: Thomas Goirand <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-sphinxcontrib.apidoc, 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.
Thomas Goirand <[email protected]> (supplier of updated 
python-sphinxcontrib.apidoc 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, 16 Sep 2026 22:16:20 +0200
Source: python-sphinxcontrib.apidoc
Architecture: source
Version: 0.6.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1147910
Changes:
 python-sphinxcontrib.apidoc (0.6.0-5) unstable; urgency=medium
 .
   * Convert to PEP 420 native namespace packages (Closes: #1147910).
Checksums-Sha1:
 c91133eda077a3efc9328a172a1f8ca1f8637591 2264 
python-sphinxcontrib.apidoc_0.6.0-5.dsc
 f1eed51e6dbd1a4572d4eaf5a183364cf31fe411 3360 
python-sphinxcontrib.apidoc_0.6.0-5.debian.tar.xz
 8c788eb879e5dd554bdbe4c91f60bccb09539306 7764 
python-sphinxcontrib.apidoc_0.6.0-5_amd64.buildinfo
Checksums-Sha256:
 c9138aa98077df4d632e1e013916261c7a58e174ebd8e16b07d274441af2ea14 2264 
python-sphinxcontrib.apidoc_0.6.0-5.dsc
 95de239c0ae10765344dce32ae5284a572ed15c0a17dbfa26adc3325ce2615d2 3360 
python-sphinxcontrib.apidoc_0.6.0-5.debian.tar.xz
 98dcbdfe6ecdd466cc2b0494222422b9be96c41c6cf05286629f6b3e0894efe1 7764 
python-sphinxcontrib.apidoc_0.6.0-5_amd64.buildinfo
Files:
 1a6016121ac1b0e49a8863f2f8dc0e22 2264 python optional 
python-sphinxcontrib.apidoc_0.6.0-5.dsc
 37bcf6393b40f3845e68868dafd52052 3360 python optional 
python-sphinxcontrib.apidoc_0.6.0-5.debian.tar.xz
 7657ebd98ae4c9f9604ccafca0143c7e 7764 python optional 
python-sphinxcontrib.apidoc_0.6.0-5_amd64.buildinfo

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

iQIzBAEBCgAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmqq+dEACgkQ1BatFaxr
Q/7XFA/+Mp8M9YAuJcoMXE4SJUDhgLq1ba8hA9vxrizWv1IDZDUJQ98c8DlIfGb+
m9zYeEpKlmTc0DXu0zLZ69kiiFLCCoWQe3WBKgr782JbVFps/J0JUqbrJaIswDw1
yDlIOpC3VBGAp1qaxjFxYVOexSqRIv+t+A3t4OhgR7x0VYMrZUUPPHF6YyPYc0FJ
OkqLK+qoR5HVT3StjK8RS/INwWl+ujquVVnNzlmpFs5t64A4//odNvzr/vFZsQZb
4Qi6jcEULSDhickS+yWYLSddqHYofZEPCmE9Gy9m+qIgVkH8rwuh6gkBBklOtLPu
LSli5Wm6F0WskNgEdL/Qt6FrL/MEkyXVYjP8oqVAYjDIZnkfZ7xm4xTr67iFKmSk
nF1jVZVUSSQqYRaVbb1UUvnihxbyKoMJiZssIVGt5Sdr3zOcVqNaMscKIfdmF0y0
OvCDBflamJj9ymMPGMHMA0BM6scQNHobDCqZQFnb5iMpzGx3h2m7imfkE4N7bjlg
9bhJ87wrcHgx3/SCqzGjuY7OKnQ7BbEVqClNRzk0uaRYNVkF15a9z5vDjkXnh8tM
RMAMo7N76D000QVzilL/G1wisyPnLmZzGNXMPVd96iXc63ke33EluiPaaw1RQ+BL
kYjGaIMl2ezVz7ePADzGfgyiUujQMNAN1DpbbNAhga5uibV+AE8=
=F+Ti
-----END PGP SIGNATURE-----

Attachment: pgpK9PHIpfzIW.pgp
Description: PGP signature


--- End Message ---

Reply via email to