Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 851216

Summary: sys-devel/llvm-14.0.5 failed to compile without installing dev-python/sphinx
Product: Gentoo Linux Reporter: Federico Justus Denkena <federico.denkena>
Component: Current packagesAssignee: LLVM support project <llvm>
Status: RESOLVED FIXED    
Severity: normal CC: ionen, joj.pacovi
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Federico Justus Denkena 2022-06-11 12:30:08 UTC
When compiling sys-devel/llvm-14.0.5, the process fails due to missing SPHINX_EXECUTABLE. After manually installing dev-python/sphinx the compilation progresses without error. 

Reproducible: Always

Steps to Reproduce:
1. Update llvm on a system without dev-python/sphinx (command: emmerge -avuD @world)
Actual Results:  
Update fails due to missing SPHINX_EXECUTABLE

Expected Results:  
llvm compiles sucessfully

Probably easy to resolve by adding dev-python/sphinx as a dependency.
Comment 1 Larry the Git Cow gentoo-dev 2022-06-11 14:00:44 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7b6f7f58d4bdec7a8579a7cc3ea6247d1a9db49

commit b7b6f7f58d4bdec7a8579a7cc3ea6247d1a9db49
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2022-06-11 13:53:13 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2022-06-11 13:58:12 +0000

    sys-devel/llvm: switch to pregen manpages for 14.0.5
    
    Taking the liberty to fix myself, the tarball is already there.
    
    Closes: https://bugs.gentoo.org/851216
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 sys-devel/llvm/llvm-14.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Ionen Wolkens gentoo-dev 2022-06-11 15:18:58 UTC
*** Bug 851222 has been marked as a duplicate of this bug. ***