Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 687970 - dev-util/intel-graphics-compiler - remove -Werror
Summary: dev-util/intel-graphics-compiler - remove -Werror
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marek Szuba
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2019-06-12 23:06 UTC by Bernardo Meurer
Modified: 2019-07-03 15:58 UTC (History)
0 users

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


Attachments
Remove -Werror from IGC's CMakeLists.txt (werror.patch,427 bytes, patch)
2019-06-12 23:06 UTC, Bernardo Meurer
Details | Diff

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