Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 934241 - llvm-utils.eclass fails tests when clang:19 is not installed
Summary: llvm-utils.eclass fails tests when clang:19 is not installed
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-14 09:05 UTC by Ulrich Müller
Modified: 2024-06-14 09:05 UTC (History)
0 users

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 Ulrich Müller gentoo-dev 2024-06-14 09:05:09 UTC
$ ./llvm-utils.sh 
 * Testing llvm_fix_clang_version CC=clang for 19.0.0git78b4e7c5 ...
die: clang-19 does not seem to exist

Could this be converted to a soft failure please? When we aim for running eclass tests in CI, we cannot assume that any package is installed on the system (especially not when it's package.masked).