Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 868504 - >=sys-devel/llvm-15.0.0_rc2[-doc] and >=sys-devel/clang-15.0.0_rc2[-doc]: no pregenerated man pages
Summary: >=sys-devel/llvm-15.0.0_rc2[-doc] and >=sys-devel/clang-15.0.0_rc2[-doc]: no ...
Status: RESOLVED INVALID
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:
Depends on:
Blocks:
 
Reported: 2022-09-04 21:37 UTC by Boris Staletic
Modified: 2022-09-04 21:46 UTC (History)
0 users

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


Attachments
clang_info (clang_info,7.20 KB, application/octet-stream)
2022-09-04 21:40 UTC, Boris Staletic
Details
emerge --info for sys-devel/llvm (llvm_info,7.11 KB, application/octet-stream)
2022-09-04 21:42 UTC, Boris Staletic
Details

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