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

Bug 687970

Summary: dev-util/intel-graphics-compiler - remove -Werror
Product: Gentoo Linux Reporter: Bernardo Meurer <bernardo>
Component: Current packagesAssignee: Marek Szuba <marecki>
Status: RESOLVED FIXED    
Severity: normal Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Remove -Werror from IGC's CMakeLists.txt

Description Bernardo Meurer 2019-06-12 23:06:38 UTC
Created attachment 579684 [details, diff]
Remove -Werror from IGC's CMakeLists.txt

IGC rather unfortunately enables -Werror on their CMakeLists, which means the compilation often fails. This patch disables -Werror.
Comment 1 Bernardo Meurer 2019-06-12 23:07:30 UTC
I'm submitting this since compiling IGC 1.0.8 fails due to some alloca warning.
Comment 2 Marek Szuba archtester gentoo-dev 2019-07-03 15:58:33 UTC
Might as well, IMHO unconditionally upgrading all possible warnings to errors *is* excessive in a release. I'll add your patch to the 1.0.9 ebuild, which I shall push into the tree shortly.