View Issue Details

IDProjectCategoryView StatusLast Update
0005029DarkRadiantCompilation/Buildpublic30.04.2019 13:42
Reporterjanex Assigned Toorbweaver  
PrioritynormalSeveritynormalReproducibilityalways
Status closedResolutionnot fixable 
PlatformLinuxOSManjaro LinuxOS Version18.0.4
Product Version2.6.0 
Summary0005029: Compilation canceled because of ModuleNotFoundError
DescriptionCompilation is cancelled with:
>> ModuleNotFoundError: No module named 'sphinx_rtd_theme'
Steps To Reproducegit clone https://aur.archlinux.org/pybind11.git
cd pybind11
sudo pacman -S cmake python-pytest python-numpy
makepkg PKGBUILD
Additional InformationTerminal output at the end of compilation:

Configuration error:
There is a programmable error in your configuration file:

Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/sphinx/config.py", line 361, in eval_config_file
    execfile_(filename, namespace)
  File "/usr/lib/python3.7/site-packages/sphinx/util/pycompat.py", line 86, in execfile_
    exec(code, _globals)
  File "/home/janexx/DarkRadiant/pybind11/src/pybind11-2.2.4/docs/conf.py", line 121, in <module>
    import sphinx_rtd_theme
ModuleNotFoundError: No module named 'sphinx_rtd_theme'

make: *** [Makefile:141: man] Fehler 2
==> FEHLER: Ein Fehler geschah in build().
    Breche ab...
TagsNo tags attached.

Activities

orbweaver

orbweaver

30.04.2019 13:42

developer   ~0011772

This does not appear to be a DarkRadiant issue. The 'pybind11' project is not part of DarkRadiant and is not under the control of the Dark Mod team, therefore we cannot fix compilation issues with this library. Such issues should be taken up with the pybind11 developers and/or the maintainer of the Arch package that you are trying to build via pacman.

Issue History

Date Modified Username Field Change
24.04.2019 22:51 janex New Issue
30.04.2019 13:42 orbweaver Note Added: 0011772
30.04.2019 13:42 orbweaver Status new => closed
30.04.2019 13:42 orbweaver Assigned To => orbweaver
30.04.2019 13:42 orbweaver Resolution open => not fixable