Your message dated Sun, 24 May 2026 16:33:55 +0000
with message-id <[email protected]>
and subject line Bug#1137488: fixed in mkdocs-rss-plugin 1.19.0-2
has caused the Debian Bug report #1137488,
regarding mkdocs-rss-plugin: 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.)


-- 
1137488: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1137488
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:mkdocs-rss-plugin
Version: 1.19.0-1
Severity: serious
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,
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/202605/

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)

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:mkdocs-rss-plugin, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
adding 'mkdocs_rss_plugin/integrations/theme_material_social_plugin.py'
adding 'mkdocs_rss_plugin/templates/default.xsl'
adding 'mkdocs_rss_plugin/templates/rss.xml.jinja2'
adding 'mkdocs_rss_plugin-1.19.0.dist-info/licenses/LICENSE'
adding 'mkdocs_rss_plugin-1.19.0.dist-info/METADATA'
adding 'mkdocs_rss_plugin-1.19.0.dist-info/WHEEL'
adding 'mkdocs_rss_plugin-1.19.0.dist-info/entry_points.txt'
adding 'mkdocs_rss_plugin-1.19.0.dist-info/top_level.txt'
adding 'mkdocs_rss_plugin-1.19.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built mkdocs_rss_plugin-1.19.0-py3-none-any.whl
I: pybuild plugin_pyproject:168: Unpacking wheel built for python3.13 with 
"installer" module
PYTHONPATH=. mkdocs build -d /<<PKGBUILDDIR>>/debian/html -f 
/<<PKGBUILDDIR>>/mkdocs.yml
Traceback (most recent call last):
  File "/usr/bin/mkdocs", line 6, in <module>
    cli()
    ~~~^^
  File "/usr/lib/python3/dist-packages/click/core.py", line 1161, in __call__
    return self.main(*args, **kwargs)
           ~~~~~~~~~^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/click/core.py", line 1082, in main
    rv = self.invoke(ctx)
  File "/usr/lib/python3/dist-packages/click/core.py", line 1697, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
                           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
  File "/usr/lib/python3/dist-packages/click/core.py", line 1443, in invoke
    return ctx.invoke(self.callback, **ctx.params)
           ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/click/core.py", line 788, in invoke
    return __callback(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/mkdocs/__main__.py", line 285, in 
build_command
    cfg = config.load_config(**kwargs)
  File "/usr/lib/python3/dist-packages/mkdocs/config/base.py", line 374, in 
load_config
    errors, warnings = cfg.validate()
                       ~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/mkdocs/config/base.py", line 231, in 
validate
    run_failed, run_warnings = self._validate()
                               ~~~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/mkdocs/config/base.py", line 188, in 
_validate
    self[key] = config_option.validate(value)
                ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
  File "/usr/lib/python3/dist-packages/mkdocs/config/config_options.py", line 
186, in validate
    return self.run_validation(value)
           ~~~~~~~~~~~~~~~~~~~^^^^^^^
  File "/usr/lib/python3/dist-packages/mkdocs/config/config_options.py", line 
1065, in run_validation
    self.load_plugin_with_namespace(name, cfg)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/mkdocs/config/config_options.py", line 
1103, in load_plugin_with_namespace
    return (name, self.load_plugin(name, config))
                  ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/mkdocs/config/config_options.py", line 
1121, in load_plugin
    plugin_cls = self.installed_plugins[name].load()
  File "/usr/lib/python3.13/importlib/metadata/__init__.py", line 179, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 1023, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/<<PKGBUILDDIR>>/mkdocs_rss_plugin/plugin.py", line 42, in <module>
    from mkdocs_rss_plugin.util import Util
  File "/<<PKGBUILDDIR>>/mkdocs_rss_plugin/util.py", line 19, in <module>
    from cachecontrol import CacheControl
ModuleNotFoundError: No module named 'cachecontrol'
make[1]: *** [debian/rules:26: override_dh_auto_build] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:22: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: mkdocs-rss-plugin
Source-Version: 1.19.0-2
Done: Colin Watson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
mkdocs-rss-plugin, 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 mkdocs-rss-plugin 
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: Sun, 24 May 2026 17:11:28 +0100
Source: mkdocs-rss-plugin
Architecture: source
Version: 1.19.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1137488
Changes:
 mkdocs-rss-plugin (1.19.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Add <!nodoc> to python3-cachecontrol build-dependency (closes:
     #1137488).
   * Test nocheck and nodoc build profiles in Salsa CI.
Checksums-Sha1:
 dd0be11160b51a45ae276e7fb2fa9df41371d340 2853 mkdocs-rss-plugin_1.19.0-2.dsc
 e67a1e8225bc5155bdf49504b94b719221e65240 6292 
mkdocs-rss-plugin_1.19.0-2.debian.tar.xz
 585a5bce6da0633068edfd1252e68cef9102034f 659480 
mkdocs-rss-plugin_1.19.0-2.git.tar.xz
 c2b04f673eae281fb28640c696e6c34fc03c836b 17466 
mkdocs-rss-plugin_1.19.0-2_source.buildinfo
Checksums-Sha256:
 3e472f3f873f6e254db45a15f5c9494e66fca9ee3f6248f412b32cf0a88b3c9f 2853 
mkdocs-rss-plugin_1.19.0-2.dsc
 f86125c3f951bd4de742d1f63e6b442dee987a447c6991973c3d4fcd7070e29f 6292 
mkdocs-rss-plugin_1.19.0-2.debian.tar.xz
 bb4fd31078ea705b85484e423e00f77df130a9938362ad1d0ada40760c980eec 659480 
mkdocs-rss-plugin_1.19.0-2.git.tar.xz
 e35bc4e57188b5df4a5414e163c99e752370de98b0dbbed3383bd8c8c291cc81 17466 
mkdocs-rss-plugin_1.19.0-2_source.buildinfo
Files:
 f24b6c9cda89e7cd3191b21d82c897de 2853 python optional 
mkdocs-rss-plugin_1.19.0-2.dsc
 aef2dc7c7bd33700b7eff30488bc51c7 6292 python optional 
mkdocs-rss-plugin_1.19.0-2.debian.tar.xz
 4a8063325ca574d500c3c513b2a41c9d 659480 python None 
mkdocs-rss-plugin_1.19.0-2.git.tar.xz
 ec3e24fd59ba85df4245af0586acf809 17466 python optional 
mkdocs-rss-plugin_1.19.0-2_source.buildinfo
Git-Tag-Info: tag=74e97c0135fb6b3f0a7a9f1a5eff3ca3ece43412 
fp=ac0a4ff12611b6fccf01c111393587d97d86500b
Git-Tag-Tagger: Colin Watson <[email protected]>

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

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmoTI70ACgkQYG0ITkaD
wHlm3w/8D4fVQk/X9O0dI1ylPOTAaRwBV3hNy/5dZqnmUCa91dch01eRVZOqDvc4
5XKtsZHATMd/FIXd0GEJHe9ya45ZT1Yi/Hc5ZBFqXwjaQFWs9vK02uqHTKoeBV2A
mJ9Y7p/a5E/3T+3ZSMkiDeO1BKmIZ0bmnW0f1Tbkupc4MEJgR8mCpWJcIgFOEcRz
+KvHX0UJsvlyBG0BdYx2SyFTH1HGi6qFQw61yj2SrJbK0HmWCGdbzRBS6Qgi7/kr
/b1jeArEllZiE8DcqSuybf3TFCH+FNFe86ULGEToP8g3T7vqF98z+Hq0416qNQeW
APH8XZJup9Mhqr5xfZmpqSVc+tx8uMeOg425VmnrhG1cxOl3RWRc/Q0+rCGr6HIc
kZjyBpIkbSBsM0OXkL7aYWjUYuGz5EovPTd7/JIm3acBuFbLOnI0J1oSHvWl3z67
Wo9pFcHHSAPeGuYZv1sqPn5bO7SkUfJxAM0JuGKOqmyBcNZRwbhWBdRzozEdIAse
XaLLKZ4iyrU/+T8gpYwpPPMiylIUkTG5xICuDfrOne3iiMpw4uAv3p8aF/NnSGd8
m9umkqubR7SO3jYZiK0yQ2LvdRhLmaCJl+J9jnJUANS3vLPoi37dcu1v2YilDDPX
c+ys2dEmw1VbbbFVlhS+yTtlNhdBlUWhUTMW7ieesIk6GrqePZM=
=n4JB
-----END PGP SIGNATURE-----

Attachment: pgprbXqfiKGoS.pgp
Description: PGP signature


--- End Message ---

Reply via email to