Your message dated Sat, 20 Jun 2020 11:33:45 +0000 with message-id <[email protected]> and subject line Bug#955114: fixed in mongo-c-driver 1.16.1-1.1 has caused the Debian Bug report #955114, regarding FTBFS: the taglist extension is not safe for parallel reading 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.) -- 955114: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955114 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: mongo-c-driver Severity: serious Justification: fails to build from source (but built successfully in the past) Tags: ftbfs patch Hi, During a test recompilation with the new ICU release I've realized your package FTBFS in Sid due to a possible behavior change of Sphinx. The relevant output is: [ 0%] Building HTML documentation with Sphinx [...] Warning, treated as error: the taglist extension is not safe for parallel reading The following patch fixes this, please apply it as time permits: --- mongo-c-driver-1.16.1.orig/build/cmake/SphinxBuild.cmake +++ mongo-c-driver-1.16.1/build/cmake/SphinxBuild.cmake @@ -40,7 +40,7 @@ function (sphinx_build_html target_name ${CMAKE_COMMAND} -E env "PYTHONDONTWRITEBYTECODE=1" ${SPHINX_EXECUTABLE} - -j ${NPROCS} -qEW -b html + -j 1 -qEW -b html -c "${CMAKE_CURRENT_SOURCE_DIR}" "${CMAKE_CURRENT_SOURCE_DIR}" "${SPHINX_HTML_DIR}" @@ -133,7 +133,7 @@ function (sphinx_build_man target_name) ${CMAKE_COMMAND} -E env "PYTHONDONTWRITEBYTECODE=1" ${SPHINX_EXECUTABLE} - -j ${NPROCS} -qEW -b man + -j 1 -qEW -b man -c "${CMAKE_CURRENT_SOURCE_DIR}" "${CMAKE_CURRENT_SOURCE_DIR}" "${SPHINX_MAN_DIR}" Regards, Laszlo/GCS
--- End Message ---
--- Begin Message ---Source: mongo-c-driver Source-Version: 1.16.1-1.1 Done: Adrian Bunk <[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. Adrian Bunk <[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: Thu, 18 Jun 2020 18:02:18 +0300 Source: mongo-c-driver Architecture: source Version: 1.16.1-1.1 Distribution: unstable Urgency: high Maintainer: Mongo C Driver Team <[email protected]> Changed-By: Adrian Bunk <[email protected]> Closes: 955114 Changes: mongo-c-driver (1.16.1-1.1) unstable; urgency=high . * Non-maintainer upload. * Backport fix for FTBFS with Sphinx 2.4. (Closes: #955114) Checksums-Sha1: 7790fc474c3ae260a864123756fcc59174baab62 2486 mongo-c-driver_1.16.1-1.1.dsc a32efd189c5121e92685ecb7f724f1c802b54907 11864 mongo-c-driver_1.16.1-1.1.debian.tar.xz Checksums-Sha256: dbb76c88b8ee4b16d89e9ce383165edf32f3662482a26f8fd6606bdd65b50310 2486 mongo-c-driver_1.16.1-1.1.dsc ab98c6f653ffe40e68f5bfce3c1643dd3463fa6a4c1be3752c64188aa10ac4ff 11864 mongo-c-driver_1.16.1-1.1.debian.tar.xz Files: cf0cacc1c4bb3c78d1548bb82f8808da 2486 libs optional mongo-c-driver_1.16.1-1.1.dsc 9769fa2af59807c6c7a1f185b48e6a0f 11864 libs optional mongo-c-driver_1.16.1-1.1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAl7rg30ACgkQiNJCh6LY mLFByg/+MRbCzRcdIkPkLi0fcerw/imkljH4JcggMeCltdgZEdXtsheYFaQUO3Qg HaD1g2mH5R47mweyZbuA8Y8OQDipBNyN/XOuLf4OxcnfiB0E6O+sHAM5hl73UdIK +VH/P7KzH7Fh8wi411MwiXatBF2xflWGkU9qKHJgKBEP5xkGEHjdlWxTqQWsNev2 O2AEXHrW4fqAM/SX81fyqJ9hMhiYHkePWbl/wj6x1PQM3Vi5S8WlkVqCAE6ItnCM /9G0UyvCcYOlNzUkRYwWVo9YNa1tbnDioLOcgSKvVK0fg3VACcNOh7NrxCGrp70a lzaRsCpIIDPJ9LBbVrBrmDxIytBZRkva9ripmBqiM5LX4VGy05gKAqtQyZ7iBvs3 Sxy+k08DRXfw3KijTiJTpxGPJuqehsrUlz0F6rmZyuGKn4hV5JTsDDq9fZNrFrdL dEdGsM6jQ0qmCepwQLlLw2GDUItF9uAt129HOs/9IKGmMI4VSG06U0uA/anyhF9A GYTNuMJ4Io309VmKAUsS1BrJtlWHiqB0yKVAGPEwZCcXPaJmPKwoUxBWzERfjM3k vuM32/lkiNn0kN1Iy+H8oyH4YvmaBkt5KCrq6E0rwk2Iic2xoAQixgfA3SqVYXkY 6EjU9aHzxz674fNHPfPi7hFJH3tLjT8CCS09RXK5Y0e3yuzzJ4k= =NmxB -----END PGP SIGNATURE-----
--- End Message ---

