Source: mongo-c-driver Version: 1.16.1-1 Severity: important Tags: ftbfs User: python-modules-t...@lists.alioth.debian.org Usertags: sphinx2.4
Hi, mongo-c-driver fails to build with Sphinx 2.4, currently available in experimental. Relevant part (hopefully): > make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' > [ 1%] 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 -j 4 -qEW -b man -c > /<<PKGBUILDDIR>>/src/libmongoc/doc /<<PKGBUILDDIR>>/src/libmongoc/doc > /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/libmongoc/doc/man > [ 1%] 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 -j 4 -qEW -b html -c > /<<PKGBUILDDIR>>/src/libmongoc/doc /<<PKGBUILDDIR>>/src/libmongoc/doc > /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/libmongoc/doc/html > /usr/lib/python3.8/importlib/__init__.py:127: RemovedInSphinx30Warning: > sphinx.environment.NoUri is deprecated. Check CHANGES for Sphinx API > modifications. > return _bootstrap._gcd_import(name[level:], package, level) > > Warning, treated as error: > the taglist extension is not safe for parallel reading > Not creating man page for api > Not creating man page for index > make[3]: *** [src/libbson/doc/CMakeFiles/bson-man.dir/build.make:530: > src/libbson/doc/man/bson_append_array.3] Error 2 The full build log is available from: http://qa-logs.debian.net/2020/03/26/mongo-c-driver_1.16.1-1_unstable_sphinx243.log Please see [1] for Sphinx changelog, which may give a hint of what changes in Sphinx caused this error. Also see [2] for the list of deprecated/removed APIs and possible alternatives to them. Sphinx 2.4 is going to be uploaded to unstable in a couple of weeks. When that happens, the severity of this bug will be bumped to serious. In case you have questions, please Cc sph...@packages.debian.org on reply. [1]: https://www.sphinx-doc.org/en/2.0/changes.html [2]: https://www.sphinx-doc.org/en/2.0/extdev/deprecated.html#dev-deprecated-apis 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! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures.