Not creating man page for index Not creating man page for lifecycle Not creating man page for using_client_side_encryption Not creating man page for visual-studio-guide ninja: build stopped: subcommand failed. * ERROR: dev-libs/mongo-c-driver-1.18.0::gentoo failed (compile phase): * ninja -v -j4 -l0 failed ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_gnome-j4-20220529-111158 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-12.1.1 * clang/llvm (if any): /usr/lib/llvm/14 14.0.4 Python 3.9.13 Available Ruby profiles: (none found) Available Rust versions: [1] rust-bin-1.61.0 * The following VMs are available for generation-2: 1) Eclipse Temurin JDK 11.0.15_p10 [openjdk-bin-11] *) Eclipse Temurin JDK 17.0.3_p7 [openjdk-bin-17] 3) Eclipse Temurin JDK 8.332_p09 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 [2] openjdk-bin-11 [3] openjdk-bin-17 system-vm The Glorious Glasgow Haskell Compilation System, version 8.10.4 php cli: [1] php8.1 * HEAD of ::gentoo commit 9dac9cd8b0102b593e9f22ae069d004a97487c46 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Wed Jun 1 11:08:58 2022 +0000 2022-06-01 11:08:57 UTC emerge -qpvO dev-libs/mongo-c-driver [ebuild N ] dev-libs/mongo-c-driver-1.18.0 USE="icu ssl -debug -examples -sasl -static-libs -test"
Created attachment 781997 [details] emerge-info.txt
Created attachment 782000 [details] dev-libs:mongo-c-driver-1.18.0:20220601-112803.log.bz2
Created attachment 782003 [details] emerge-history.txt.bz2
Created attachment 782006 [details] environment
Created attachment 782009 [details] etc.portage.tar.bz2
Created attachment 782012 [details] logs.tar.bz2
Created attachment 782015 [details] temp.tar.bz2
*** This bug has been marked as a duplicate of bug 854465 ***
Well, that bug had a bit more correct (imho) title and was seen by bug-wranglers, although it was reported after this, so I inititially decided to mark *this* bug as duplicate of *that*. Although, after more thinking I decided to revert it and mark in chronological order. Sorry for flood :(
*** Bug 854465 has been marked as a duplicate of this bug. ***
By the way, error persists even on 1.19.0 (not in gentoo repo yet) tarball.
I was trying to fix this. This occurs because the docs are depending on libbson's docs, which aren't created here (as those are part of dev-libs/libbson). AS a result we get an unknown bson module in doc generation. I was managing to advance weirdly by changing the usage to straight "verbatim" view of those links, but ultimately this was staring to grow with more weird seds, so I stopped. This was my code, if it helps you. sed -e 's/:symbol:`bson:\(.*\)`/``\1``/' \ -e 's/:symbol:`\(bson_.*\)`/``\1``/' \ -i src/libmongoc/doc/*.rst || die sed -e 's/:symbol:`\(bson_.*\)`/``\1``/' \ -i src/libmongoc/doc/includes/*.txt || die ========================================= As a result I decided to just cap to <dev-python/sphinx-5 for now. I also think this dep should be a BDEPEND only, but I might be mistaken here! As this cap might inconvenience our users, I suggest to hide it behind a IUSE="doc" flag, which affects "ENABLE_MAN_PAGES" Cmake flag. This flag still confirms to the QA policy for man/doc USE flags, as this add "problematic" dependency. But since this isn't my package, I leave the decision to @ultrabug (an ACK for me to do it myself is also fine).
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac5bcae60e4c8838e8b3e9568765873426842a77 commit ac5bcae60e4c8838e8b3e9568765873426842a77 Author: Arthur Zamarin <arthurzam@gentoo.org> AuthorDate: 2022-07-09 14:42:52 +0000 Commit: Arthur Zamarin <arthurzam@gentoo.org> CommitDate: 2022-07-09 14:44:05 +0000 dev-libs/mongo-c-driver: cap to <dev-python/sphinx-5 Bug: https://bugs.gentoo.org/849023 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> .../{mongo-c-driver-1.18.0.ebuild => mongo-c-driver-1.18.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
(there is sphinx-7.2.6 stable (and the only available) and both mongo-c-driver 1.24.4 (~) and 1.18.0-r1 (stable) compile just fine with it (at least, here)