Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 851216 - sys-devel/llvm-14.0.5 failed to compile without installing dev-python/sphinx
Summary: sys-devel/llvm-14.0.5 failed to compile without installing dev-python/sphinx
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: LLVM support project
URL:
Whiteboard:
Keywords:
: 851222 (view as bug list)
Depends on:
Blocks:
 
Reported: 2022-06-11 12:30 UTC by Federico Justus Denkena
Modified: 2022-06-11 15:18 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***