https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-util/intel-graphics-compiler-1.0.5353 fails to compile. Discovered on: amd64 (internal ref: tinderbox)
Created attachment 696630 [details] build.log build log and emerge --info
Created attachment 696633 [details] 1-CMakeOutput.log 1-CMakeOutput.log
Possible context of error(s): Could not find a configuration file for package "LLVM" that is compatible
Seems like cmake requires providing exact version in find_package function, not just major as ebuild does. Attached a patch to fix it.
Created attachment 696987 [details, diff] fix cmake building by providing exact llvm version
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab5c607434d7c7c7b01987a0f9b7f1220d39eb3 commit cab5c607434d7c7c7b01987a0f9b7f1220d39eb3 Author: Conrad Kostecki <conikost@gentoo.org> AuthorDate: 2021-04-04 12:31:14 +0000 Commit: Conrad Kostecki <conikost@gentoo.org> CommitDate: 2021-04-04 12:41:46 +0000 dev-util/intel-graphics-compiler: fix compilation Closes: https://bugs.gentoo.org/779661 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> .../intel-graphics-compiler/intel-graphics-compiler-1.0.5353.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)