Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 744862 - media-libs/mesa-20.0.8 w/ LLVM 10: error: 'std::index_sequence' has not been declared (PATCH)
Summary: media-libs/mesa-20.0.8 w/ LLVM 10: error: 'std::index_sequence' has not been ...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2020-09-26 19:48 UTC by Luke-Jr
Modified: 2020-09-28 21:25 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luke-Jr 2020-09-26 19:48:29 UTC
See https://bugzilla.redhat.com/show_bug.cgi?id=1803351

Fix:

diff -ur mesa-20.0.8.orig/meson.build mesa-20.0.8/meson.build
--- mesa-20.0.8.orig/meson.build        2020-06-11 21:21:16.000000000 -0400
+++ mesa-20.0.8/meson.build     2020-09-26 15:42:44.901854473 -0400
@@ -730,7 +730,7 @@
       #error "AltiVec not enabled"
       #endif''',
       name : 'Altivec')
-    clover_cpp_std += ['cpp_std=gnu++11']
+    clover_cpp_std += ['cpp_std=gnu++14']
   endif
 else
   dep_clc = null_dep
Comment 1 Matt Turner gentoo-dev 2020-09-28 21:25:06 UTC
Should be fixed in 20.1.x. Planning to remove 20.0 from the tree.