Your message dated Wed, 03 Jun 2026 18:34:33 +0000
with message-id <[email protected]>
and subject line Bug#1135502: fixed in mongo-c-driver 2.3.1-1
has caused the Debian Bug report #1135502,
regarding mongo-c-driver: FTBFS: exception: 'DirectoryHTMLBuilder' object has
no attribute 'script_files'
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.)
--
1135502: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1135502
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:mongo-c-driver
Version: 2.3.0-1
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/202605/
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:mongo-c-driver, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean
debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f VERSION_CURRENT
dh_auto_clean
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
[ "ON" = "ON" ] || echo "arch-only build; not building documentation"
echo 2.3.0 > VERSION_CURRENT
dh_auto_configure -- \
-DENABLE_MONGOC=ON \
-DENABLE_MAN_PAGES=ON \
-DENABLE_HTML_DOCS=ON \
-DENABLE_MAINTAINER_FLAGS=ON \
-DENABLE_TESTS=OFF \
-DENABLE_ZLIB=SYSTEM \
-DUSE_BUNDLED_UTF8PROC=OFF
cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb
PKG_CONFIG=/usr/bin/pkg-config cmake -DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON
-DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON
-DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run
-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles"
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu
-DENABLE_MONGOC=ON -DENABLE_MAN_PAGES=ON -DENABLE_HTML_DOCS=ON
-DENABLE_MAINTAINER_FLAGS=ON -DENABLE_TESTS=OFF -DENABLE_ZLIB=SYSTEM
-DUSE_BUNDLED_UTF8PROC=OFF ..
-- The C compiler identification is GNU 15.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Looking for a CXX compiler
-- Looking for a CXX compiler - /usr/bin/c++
-- The CXX compiler identification is GNU 15.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Performing Test HAVE_LLD_LINKER_SUPPORT
-- Performing Test HAVE_LLD_LINKER_SUPPORT - Failed
-- Found Python3: /usr/bin/python3 (found version "3.13.12") found components:
Interpreter
-- Using bundled libbson
-- Looking for snprintf
-- Looking for snprintf - found
-- Performing Test BSON_HAVE_TIMESPEC
-- Performing Test BSON_HAVE_TIMESPEC - Success
-- Looking for gmtime_r
-- Looking for gmtime_r - found
-- Looking for rand_r
-- Looking for rand_r - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for strlcpy
-- Looking for strlcpy - found
-- Looking for stdbool.h
-- Looking for stdbool.h - found
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Looking for strnlen
-- Looking for strnlen - found
-- Looking for aligned_alloc
-- Looking for aligned_alloc - not found
-- Found Sphinx: /usr/bin/sphinx-build
-- Looking for sched_getcpu
-- Looking for sched_getcpu - not found
-- libmongoc version (from VERSION_CURRENT file): 2.3.0
-- Searching for zlib CMake packages
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.3.2")
-- zlib found version "1.3.2"
-- zlib include path "/usr/include"
-- zlib libraries "/usr/lib/x86_64-linux-gnu/libz.so"
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file stdarg.h
-- Looking for include file stdarg.h - found
-- Searching for compression library zstd
-- Found PkgConfig: /usr/bin/pkg-config (found version "2.5.1")
-- Checking for module 'libzstd'
-- Found libzstd, version 1.5.7
-- Found zstd version 1.5.7 in /usr/include
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "3.6.2")
-- libmongoc TLS : OpenSSL
-- Looking for ASN1_STRING_get0_data
-- Looking for ASN1_STRING_get0_data - found
-- Found SASL2: 2.1.28 (found suitable version "2.1.28", minimum required is
"2.0")
-- Using SASL backend : Cyrus
-- Looking for sasl_client_done
-- Looking for sasl_client_done - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of socklen_t
-- Check size of socklen_t - done
-- Looking for res_nsearch
-- Looking for res_nsearch - found
-- Looking for res_search
-- Looking for res_search - found
-- Looking for res_ndestroy
-- Looking for res_ndestroy - not found
-- Looking for res_nclose
-- Looking for res_nclose - found
-- Detected parameters: accept (int, struct sockaddr *, socklen_t *)
-- Searching for compression library header snappy-c.h
-- Found in /usr/include
-- Searching for libsnappy
-- Found /usr/lib/x86_64-linux-gnu/libsnappy.so
-- Searching for libmongocrypt
-- libmongocrypt found at /usr/lib/x86_64-linux-gnu/libmongocrypt.so
-- libmongocrypt include path /usr/include
-- libmongocrypt version 1.17.3
-- Performing Test MONGOC_HAVE_SS_FAMILY
-- Performing Test MONGOC_HAVE_SS_FAMILY - Success
-- Compiling against Cyrus SASL
-- Searching for utf8proc on system
-- Checking for module 'libutf8proc'
-- Found libutf8proc, version 3.2.3
-- Adding -fPIC to compilation of mongoc_static components
-- Building with MONGODB-AWS auth support
CMake Deprecation Warning at build/cmake/GenerateUninstaller.cmake:6
(cmake_policy):
The OLD behavior for policy CMP0147 will be removed from a future version
of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
Call Stack (most recent call first):
CMakeLists.txt:485 (include)
-- Build files generated for:
-- build system: Unix Makefiles
-- The following features have been enabled:
* TLS, for secure network communication (OpenSSL)
* Cryptography, cryptographic primitives (OpenSSL)
* AWS Authentication, authenticate with MongoDB servers using credentials from
AWS instance metadata
* SASL Authentication, authenticate with MongoDB servers using SASL: âSimple
Authentication and Security Layerâ (Cyrus)
-- Configuring done (2.9s)
-- Generating done (2.5s)
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
FETCHCONTENT_FULLY_DISCONNECTED
-- Build files have been written to: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build
cd obj-x86_64-linux-gnu && make -j2 INSTALL="install
--strip-program=true" VERBOSE=1
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -P
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/VerifyGlobs.cmake
/usr/bin/cmake -S/<<PKGBUILDDIR>> -B/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
--check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu//CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f src/libmongoc/doc/CMakeFiles/mongoc-man.dir/build.make
src/libmongoc/doc/CMakeFiles/mongoc-man.dir/depend
make -f src/libmongoc/doc/CMakeFiles/mongoc-html.dir/build.make
src/libmongoc/doc/CMakeFiles/mongoc-html.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/src/libmongoc/doc
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/libmongoc/doc
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/libmongoc/doc/CMakeFiles/mongoc-man.dir/DependInfo.cmake
"--color=" mongoc-man
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/src/libmongoc/doc
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/libmongoc/doc
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/libmongoc/doc/CMakeFiles/mongoc-html.dir/DependInfo.cmake
"--color=" mongoc-html
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f src/libmongoc/doc/CMakeFiles/mongoc-man.dir/build.make
src/libmongoc/doc/CMakeFiles/mongoc-man.dir/build
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f src/libmongoc/doc/CMakeFiles/mongoc-html.dir/build.make
src/libmongoc/doc/CMakeFiles/mongoc-html.dir/build
[ 0%] Building manual pages with Sphinx
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/libmongoc/doc && /usr/bin/cmake -E
env PYTHONDONTWRITEBYTECODE=1 /usr/bin/sphinx-build -qW -b man -c
/<<PKGBUILDDIR>>/src/libmongoc/doc -d
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/libmongoc/doc/man.doctrees
/<<PKGBUILDDIR>>/src/libmongoc/doc
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/libmongoc/doc/man
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 0%] Building HTML documentation with Sphinx
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/libmongoc/doc && /usr/bin/cmake -E
env PYTHONDONTWRITEBYTECODE=1 /usr/bin/sphinx-build -qnW -b dirhtml -j 2 -c
/<<PKGBUILDDIR>>/src/libmongoc/doc -d
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/libmongoc/doc/html.doctrees
/<<PKGBUILDDIR>>/src/libmongoc/doc
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/libmongoc/doc/html
Extension error (mongoc_common)!
Versions
========
* Platform: linux;
(Linux-6.12.85+deb13-cloud-amd64-x86_64-with-glibc2.42)
* Python version: 3.13.12 (CPython)
* Sphinx version: 9.1.0
* Docutils version: 0.22.4
* Jinja2 version: 3.1.6
* Pygments version: 2.19.2
Last Messages
=============
done
copying assets...
copying static files...
Writing evaluated template result to
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/libmongoc/doc/html/_static/documentation_options.js
Writing evaluated template result to
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/libmongoc/doc/html/_static/language_data.js
Writing evaluated template result to
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/libmongoc/doc/html/_static/basic.css
copying static files: done
copying extra files...
copying extra files: done
copying assets: done
Loaded Extensions
=================
* sphinx.ext.mathjax (9.1.0)
* alabaster (1.0.0)
* mongoc (1.0)
* sphinx.ext.intersphinx (9.1.0)
* cmakerefdomain (unknown version)
* sphinx_design (0.7.0)
* furo (2025.12.19)
* sphinx_basic_ng (1.0.0.beta2)
Traceback
=========
File "/usr/lib/python3/dist-packages/sphinx/events.py", line 452, in emit
raise ExtensionError(
...<3 lines>...
) from exc
sphinx.errors.ExtensionError: Handler <function generate_html_redirs at
0x7fd19eda6200> for event 'html-page-context' threw an exception (exception:
'DirectoryHTMLBuilder' object has no attribute 'script_files')
The full traceback has been saved in:
/tmp/sphinx-err-1axezymy.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[3]: *** [src/libmongoc/doc/CMakeFiles/mongoc-html.dir/build.make:2465:
src/libmongoc/doc/html/api.html] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:3518:
src/libmongoc/doc/CMakeFiles/mongoc-html.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 0%] Built target mongoc-man
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:169: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j2 INSTALL="install
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:33: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: mongo-c-driver
Source-Version: 2.3.1-1
Done: Roberto C. Sanchez <[email protected]>
We believe that the bug you reported is fixed in the latest version of
mongo-c-driver, 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.
Roberto C. Sanchez <[email protected]> (supplier of updated mongo-c-driver
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, 03 Jun 2026 13:42:28 -0400
Source: mongo-c-driver
Architecture: source
Version: 2.3.1-1
Distribution: unstable
Urgency: medium
Maintainer: Mongo C Driver Team <[email protected]>
Changed-By: Roberto C. Sanchez <[email protected]>
Closes: 1135502 1138319
Changes:
mongo-c-driver (2.3.1-1) unstable; urgency=medium
.
* New upstream release (Closes: #1135502, #1138319)
Checksums-Sha1:
2d754ab98a89623f9ce4363ff0234e5816f546b8 2697 mongo-c-driver_2.3.1-1.dsc
4d03a3a052c244c5b591fe2c805e2d8e7b0619b5 7413397
mongo-c-driver_2.3.1.orig.tar.gz
0099edbd2746060116f0de868440adb4894a0ca0 10084
mongo-c-driver_2.3.1-1.debian.tar.xz
f173d4abfedfc083ee2e7092c342a29211ff6587 10154
mongo-c-driver_2.3.1-1_amd64.buildinfo
Checksums-Sha256:
df3623be12f98cdbb2e67be7c73576628404e214066d2f06709c0cec80ee6aa6 2697
mongo-c-driver_2.3.1-1.dsc
a82c2a361dfa4937a1a12522a0675c99b72f8f81bd76429c816681c50c7bc881 7413397
mongo-c-driver_2.3.1.orig.tar.gz
02b35b0c2126fb3b8840b4aa068474f91fe08c681cd710c7072d9618bf6883e0 10084
mongo-c-driver_2.3.1-1.debian.tar.xz
c9cd4006f26a0deece0cdcc4ce7fd7285724ae28b5466226f623f2d0d6b41376 10154
mongo-c-driver_2.3.1-1_amd64.buildinfo
Files:
fb48d5949d502406532a04f439706763 2697 libs optional mongo-c-driver_2.3.1-1.dsc
997f571dc291f822e6d4b4af17b2f1d2 7413397 libs optional
mongo-c-driver_2.3.1.orig.tar.gz
7953df10ac6f5e68cc093b41cd10aa9f 10084 libs optional
mongo-c-driver_2.3.1-1.debian.tar.xz
6aa5e2c73e3b5454af34d294519cda56 10154 libs optional
mongo-c-driver_2.3.1-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEIYZ1DR4ae5UL01q7ldFmTdL1kUIFAmogcJwACgkQldFmTdL1
kUIh6RAAo/caAsIqGTvnwbJaCoJSzjY+70Rw4jhRZyZTIH9C/Qqdhk8KaUPYKsiQ
JJscKGMq7arK//aeYWe74iuChOT8f/5Q0hUf9DLmil1s09/3SPR524/Op8WYi5pS
Vtr49FmB2PlQjlcMOXBRPcHuq9T3kcEE7Xjw9n//RRKWUcDMyanSbC3ILgGtuHwG
a9KVnvt7lPaHrbxDrutYzkNKHJDzFmxKir6lzHFhgVAGwTXlrUOjjWQbRKNVc4ch
7kSm/SgoJL36nY41kjZtYP7EA3JkqNAuP9k43Q76+458pCsshTcLHecOFNlLtK0R
2layqgXq7RKzrZTYRH7nfWmuE272dkqnk+AIFI3D4aDtfLjAJJgk2KsRXBNZsFrP
q4YYucVYNFfoCLA7eyn1EXXecKKejI42t9w6megW7BNeekLCudGd36vXPivvycb4
Z44VusaldgOsw4N1d+ylDkHkjJweA40bClauqRsbwMyL1hPJYOFPaOxoBgP1Emar
6H4gDDiUTwIgR0MMx4+pJm8cudOnVdu7Z7ouyVGxBi9KA3O3t1UNF4xwADHDZjDd
vRctygRtgbdozztLKGSIrrwnsTUAG7p4sTLj4GPHKLQW5GNTfHk0TRF0AvoaoPcG
9MGBCDwrSG4vZ+SDx2u8nc0U7HOZdrOORhwEm52MyoYGGl6bRuU=
=BvIW
-----END PGP SIGNATURE-----
pgprQG9hvP4si.pgp
Description: PGP signature
--- End Message ---