Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 650256 Details for
Bug 730268
>=sys-devel/llvm-11[-doc]: Configuration error: There is a programmable error in your configuration file: ModuleNotFoundError: No module named 'recommonmark'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Minimal patch
llvm.patch (text/plain), 1.58 KB, created by
Arfrever Frehtes Taifersar Arahesis
on 2020-07-23 06:45:15 UTC
(
hide
)
Description:
Minimal patch
Filename:
MIME Type:
Creator:
Arfrever Frehtes Taifersar Arahesis
Created:
2020-07-23 06:45:15 UTC
Size:
1.58 KB
patch
obsolete
>From 9322a017b3fbb1a1d32aeb5de0adf95ce999e2a7 Mon Sep 17 00:00:00 2001 >From: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> >Date: Thu, 23 Jul 2020 06:41:22 +0000 >Subject: [PATCH] sys-devel/llvm: Do not build HTML documentation with > USE="-doc". > >Closes: https://bugs.gentoo.org/730268 >Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> >--- > sys-devel/llvm/llvm-11.0.0.9999.ebuild | 2 ++ > sys-devel/llvm/llvm-12.0.0.9999.ebuild | 2 ++ > 2 files changed, 4 insertions(+) > >diff --git a/sys-devel/llvm/llvm-11.0.0.9999.ebuild b/sys-devel/llvm/llvm-11.0.0.9999.ebuild >index d0bcbd3665f..cd35eed070e 100644 >--- a/sys-devel/llvm/llvm-11.0.0.9999.ebuild >+++ b/sys-devel/llvm/llvm-11.0.0.9999.ebuild >@@ -392,6 +392,8 @@ multilib_src_configure() { > -DLLVM_BUILD_DOCS=ON > -DLLVM_ENABLE_OCAMLDOC=OFF > -DLLVM_ENABLE_SPHINX=ON >+ -DSPHINX_OUTPUT_HTML=$(usex doc ON OFF) >+ -DSPHINX_OUTPUT_MAN=ON > -DLLVM_ENABLE_DOXYGEN=OFF > -DLLVM_INSTALL_UTILS=ON > -DCMAKE_INSTALL_MANDIR="${EPREFIX}/usr/lib/llvm/${SLOT}/share/man" >diff --git a/sys-devel/llvm/llvm-12.0.0.9999.ebuild b/sys-devel/llvm/llvm-12.0.0.9999.ebuild >index d0bcbd3665f..cd35eed070e 100644 >--- a/sys-devel/llvm/llvm-12.0.0.9999.ebuild >+++ b/sys-devel/llvm/llvm-12.0.0.9999.ebuild >@@ -392,6 +392,8 @@ multilib_src_configure() { > -DLLVM_BUILD_DOCS=ON > -DLLVM_ENABLE_OCAMLDOC=OFF > -DLLVM_ENABLE_SPHINX=ON >+ -DSPHINX_OUTPUT_HTML=$(usex doc ON OFF) >+ -DSPHINX_OUTPUT_MAN=ON > -DLLVM_ENABLE_DOXYGEN=OFF > -DLLVM_INSTALL_UTILS=ON > -DCMAKE_INSTALL_MANDIR="${EPREFIX}/usr/lib/llvm/${SLOT}/share/man" >-- >2.27.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 730268
: 650256