2022-10-21 06:12:35,887 gpep517 INFO Installation complete * Using python3.10 in global scope * python3_10: running distutils-r1_run_phase python_compile_all /var/tmp/portage/dev-python/mkdocs-bootswatch-1.1-r2/work/mkdocs-bootswatch-1.1 /var/tmp/portage/dev-python/mkdocs-bootswatch-1.1-r2/work/mkdocs-bootswatch-1.1 ERROR - Config value: 'theme'. Error: Unrecognised theme name: 'flatly'. The available installed themes are: mkdocs, readthedocs Aborted with 1 Configuration Errors! ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_gnome-j4-20221018-143214 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-11 [2] x86_64-pc-linux-gnu-12 * clang/llvm (if any): clang version 15.0.3 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/15/bin Configuration file: /etc/clang/clang.cfg /usr/lib/llvm/15 15.0.3 Python 3.10.8 Available Rust versions: [1] rust-bin-1.64.0 * The following VMs are available for generation-2: 1) Eclipse Temurin JDK 11.0.16.1_p1 [openjdk-bin-11] *) Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17] 3) Eclipse Temurin JDK 8.345_p01 [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 9.0.2 php cli (if any): GNU Make 4.3 HEAD of ::gentoo commit cf577839a65f3a942828b1c2a51595fef883a5b2 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Fri Oct 21 03:31:50 2022 +0000 2022-10-21 03:31:49 UTC emerge -qpvO dev-python/mkdocs-bootswatch [ebuild N ] dev-python/mkdocs-bootswatch-1.1-r2 USE="doc" PYTHON_TARGETS="python3_10 -python3_8 -python3_9 -python3_11"
Created attachment 824915 [details] emerge-info.txt
Created attachment 824917 [details] dev-python:mkdocs-bootswatch-1.1-r2:20221021-041232.log
Created attachment 824919 [details] emerge-history.txt.bz2
Created attachment 824921 [details] environment
Created attachment 824923 [details] etc.portage.tar.bz2
Created attachment 824925 [details] temp.tar.bz2
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db04534a538f2980e1d48dfbec7a8d4143c75d0a commit db04534a538f2980e1d48dfbec7a8d4143c75d0a Author: Andrew Ammerlaan <andrewammerlaan@gentoo.org> AuthorDate: 2023-08-25 09:10:10 +0000 Commit: Andrew Ammerlaan <andrewammerlaan@gentoo.org> CommitDate: 2023-08-25 09:12:16 +0000 docs.eclass: fix sphinx/mkdocs docs building in pep517 mode This patch copies the sphinx-build logic from python-utils-r1.eclass to use 'python -m mkdocs' instead of plain 'mkdocs' whenever possible. This fixes building mkdocs themes in pep517 mode where the very themes we are installing would otherwise be unavailable for building the documentation. Closes: https://bugs.gentoo.org/878047 Closes: https://bugs.gentoo.org/877823 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> eclass/docs.eclass | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-)