Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 877823 - dev-python/mkdocs-bootswatch-1.1-r2 - ERROR - Config value: theme. Error: Unrecognised theme name: flatly. The
Summary: dev-python/mkdocs-bootswatch-1.1-r2 - ERROR - Config value: theme. Error: Unr...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Nowa Ammerlaan
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-21 08:27 UTC by Toralf Förster
Modified: 2023-08-25 09:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,19.83 KB, text/plain)
2022-10-21 08:27 UTC, Toralf Förster
Details
dev-python:mkdocs-bootswatch-1.1-r2:20221021-041232.log (dev-python:mkdocs-bootswatch-1.1-r2:20221021-041232.log,54.41 KB, text/plain)
2022-10-21 08:28 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,60.06 KB, application/x-bzip)
2022-10-21 08:28 UTC, Toralf Förster
Details
environment (environment,138.50 KB, text/plain)
2022-10-21 08:28 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,12.14 KB, application/x-bzip)
2022-10-21 08:28 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,34.40 KB, application/x-bzip)
2022-10-21 08:28 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2022-10-21 08:27:58 UTC
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"
Comment 1 Toralf Förster gentoo-dev 2022-10-21 08:27:59 UTC
Created attachment 824915 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-10-21 08:28:00 UTC
Created attachment 824917 [details]
dev-python:mkdocs-bootswatch-1.1-r2:20221021-041232.log
Comment 3 Toralf Förster gentoo-dev 2022-10-21 08:28:02 UTC
Created attachment 824919 [details]
emerge-history.txt.bz2
Comment 4 Toralf Förster gentoo-dev 2022-10-21 08:28:03 UTC
Created attachment 824921 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-10-21 08:28:04 UTC
Created attachment 824923 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-10-21 08:28:06 UTC
Created attachment 824925 [details]
temp.tar.bz2
Comment 7 Larry the Git Cow gentoo-dev 2023-08-25 09:12:23 UTC
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(-)