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

Bug 668556

Summary: dev-libs/beignet: support clang 7.0
Product: Gentoo Linux Reporter: David Heidelberg (okias) <david>
Component: Current packagesAssignee: Marek Szuba <marecki>
Status: RESOLVED INVALID    
Severity: normal CC: jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description David Heidelberg (okias) 2018-10-14 08:05:02 UTC
-       <sys-devel/clang-6.0.9999:=[${MULTILIB_USEDEP}]
+       <sys-devel/clang-7.0.9999:=[${MULTILIB_USEDEP}]

compile tested, works.
Comment 1 Marek Szuba archtester gentoo-dev 2018-10-16 10:40:13 UTC
Unfortunately since you forgot to bump LLVM_MAX_SLOT to 7 as well, you have ended up building Beignet against an older version of LLVM after all - and with both clang dependency and LLVM_MAX_SLOT bumped Beignet fails to compile. Feel free to reopen this bug should you come up with a patch which makes this package support llvm-7, just make sure you submit it upstream first.