} done build finished with problems, 1 warning (with warnings treated as errors). make[1]: *** [Makefile:766: man/charliecloud.7] Error 1 make[1]: Leaving directory '/var/tmp/portage/sys-cluster/charliecloud-0.38/work/charliecloud-0.38/doc' make: *** [Makefile:409: all-recursive] Error 1 * ERROR: sys-cluster/charliecloud-0.38::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=sys-cluster/charliecloud-0.38::gentoo'`, ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 23.0_desktop_gnome_systemd-20241012-043003 UNMASKED: <sys-devel/gcc-15.0.9999:15 Requested by sam The attached etc.portage.tar.xz has all details. ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-15 * clang: clang version 19.1.1 llvm-config: 19.1.1 python: Python 3.12.7 Available Ruby profiles: [1] ruby32 (with Rubygems) [2] ruby33 (with Rubygems) * Available Rust versions: [1] rust-bin-1.81.0 * The following VMs are available for generation-2: 1) Eclipse Temurin JDK 17.0.12_p7 [openjdk-bin-17] *) Eclipse Temurin JDK 21.0.4_p7 [openjdk-bin-21] 3) Eclipse Temurin JDK 8.422_p05 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 [2] openjdk-bin-17 [3] openjdk-bin-21 system-vm go version go1.23.1 linux/amd64 php cli (if any): HEAD of ::gentoo commit af16cd4b222914f0bec68bd7be8ac9455511d7bc Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Tue Oct 15 16:33:23 2024 +0000 2024-10-15 16:33:23 UTC emerge -qpvO =sys-cluster/charliecloud-0.38 [ebuild N ] sys-cluster/charliecloud-0.38 USE="-ch-image -doc" PYTHON_SINGLE_TARGET="python3_12 -python3_10 -python3_11"
Created attachment 905978 [details] emerge-info.txt
Created attachment 905979 [details] emerge-history.txt
Created attachment 905980 [details] environment
Created attachment 905981 [details] etc.clang.tar.xz
Created attachment 905982 [details] etc.portage.tar.xz
Created attachment 905983 [details] logs.tar.xz
Created attachment 905984 [details] qlist-info.txt.xz
Created attachment 905985 [details] sys-cluster:charliecloud-0.38:20241015-170701.log
Created attachment 905986 [details] temp.tar.xz
Many thanks for the report! That's actually this upstream bug report: https://gitlab.com/charliecloud/main/-/issues/1929 i.e. caused by: >=dev-python/sphinx-rtd-theme-3.0.0 but it's also questionable that sphinx-build is executed with "-W" (which is kind of like -Werror), which is not really wanted for Gentoo. I'll check on that with upstream and backport a patch / two patches.
I've contacted upstream about removing "-W" for sphinx-build conditionally: https://gitlab.com/charliecloud/main/-/issues/1930 The linked PR for now removes "-W" downstream, which fixes this issue.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4777ea448c6b0d289068b3acd371c50e6844cb6b commit 4777ea448c6b0d289068b3acd371c50e6844cb6b Author: Oliver Freyermuth <o.freyermuth@googlemail.com> AuthorDate: 2024-10-15 20:31:08 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-11-06 13:35:14 +0000 sys-cluster/charliecloud: don't pass -W to sphinx-build This effectively works like -Werror and causes build failures such as #941591 from simple deprecation warnings. Closes: https://bugs.gentoo.org/941591 Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com> Closes: https://github.com/gentoo/gentoo/pull/39006 Signed-off-by: Sam James <sam@gentoo.org> sys-cluster/charliecloud/charliecloud-0.38.ebuild | 2 ++ sys-cluster/charliecloud/charliecloud-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+)