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

Bug 868504

Summary: >=sys-devel/llvm-15.0.0_rc2[-doc] and >=sys-devel/clang-15.0.0_rc2[-doc]: no pregenerated man pages
Product: Gentoo Linux Reporter: Boris Staletic <boris.staletic>
Component: Current packagesAssignee: LLVM support project <llvm>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: clang_info
emerge --info for sys-devel/llvm

Description Boris Staletic 2022-09-04 21:37:43 UTC
Both, clang and llvm, version 15.0.0 now pull in dev-python/sphinx, even without `doc` USE flag.

Version 14 of the toolchain worked fine without sphinx.
I do not see anything in the ebuild that would explain this difference in behaviour.

I will attach the output of emerge --info for llvm and clang.
Comment 1 Boris Staletic 2022-09-04 21:40:53 UTC
Created attachment 803236 [details]
clang_info

emerge --info for sys-devel/clang
Comment 2 Boris Staletic 2022-09-04 21:42:44 UTC
Created attachment 803239 [details]
emerge --info for sys-devel/llvm
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-09-04 21:46:28 UTC
From llvm.org.eclass:
```
# @ECLASS_VARIABLE: _LLVM_NEWEST_MANPAGE_RELEASE
# @INTERNAL
# @DESCRIPTION:
# The newest release of LLVM for which manpages were generated.
_LLVM_NEWEST_MANPAGE_RELEASE=14.0.6
```

They'll be generated for the keyworded, non-RC versions.