Summary: | dev-util/intel-graphics-compiler-1.0.5353 fails to compile with gcc-11 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gentoo, sam, toralf |
Priority: | Normal | Keywords: | PMASKED, PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://github.com/gentoo/gentoo/pull/21917 https://bugs.gentoo.org/show_bug.cgi?id=814098 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 732706 | ||
Attachments: | build.log.xz |
Description
Agostino Sarubbo
![]() Created attachment 706686 [details]
build.log.xz
build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Possible context of error(s): /var/tmp/portage/dev-util/intel-graphics-compiler-1.0.5353/work/intel-graphics-compiler-igc-1.0.5353/visa/iga/IGALibrary/IR/SWSBSetter.cpp:823:39: error: ‘numeric_limits’ is not a member of ‘std’ I solved this problem through two upstream patches: "686a9df.patch a58a44a. patch" https://github.com/intel/intel-graphics-compiler/commit/a58a44a7fadad77215687ed9ce9a94a69920e022 https://github.com/intel/intel-graphics-compiler/commit/686a9dff23330454a8553a34915b1c87886d3ce1 The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3bf4d0a615d6b44ba33a7df7c5cd3739920020f commit f3bf4d0a615d6b44ba33a7df7c5cd3739920020f Author: Sam James <sam@gentoo.org> AuthorDate: 2021-08-01 20:58:58 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-08-01 21:00:00 +0000 profiles: last-rite dev-util/intel-graphics-compiler Bug: https://bugs.gentoo.org/763651 Bug: https://bugs.gentoo.org/774009 Bug: https://bugs.gentoo.org/789027 Signed-off-by: Sam James <sam@gentoo.org> profiles/package.mask | 5 +++++ 1 file changed, 5 insertions(+) The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=169a449987cebdd7bdce2ca70974b56a7ae4a532 commit 169a449987cebdd7bdce2ca70974b56a7ae4a532 Author: Jan Henke <Jan.Henke@taujhe.de> AuthorDate: 2021-08-08 16:17:27 +0000 Commit: Conrad Kostecki <conikost@gentoo.org> CommitDate: 2021-08-16 17:09:09 +0000 dev-util/intel-graphics-compiler: Version bump 1.0.8173 Also fixes compilation on GCC 11 and call to python during building. Bug: https://github.com/gentoo/gentoo/pull/21917 Closes: https://bugs.gentoo.org/789027 Closes: https://bugs.gentoo.org/763651 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Jan Henke <Jan.Henke@taujhe.de> Signed-off-by: Conrad Kostecki <conikost@gentoo.org> dev-util/intel-graphics-compiler/Manifest | 1 + ...hics-compiler-1.0.8173-fix-missing-limits.patch | 23 +++++++ ...cs-compiler-1.0.8173-opencl-clang_version.patch | 31 +++++++++ .../intel-graphics-compiler-1.0.8173.ebuild | 74 ++++++++++++++++++++++ dev-util/intel-graphics-compiler/metadata.xml | 9 ++- 5 files changed, 137 insertions(+), 1 deletion(-) *** Bug 808630 has been marked as a duplicate of this bug. *** |