<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Build fails on ppc64le with meson"
href="https://bugs.freedesktop.org/show_bug.cgi?id=108943#c6">Comment # 6</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Build fails on ppc64le with meson"
href="https://bugs.freedesktop.org/show_bug.cgi?id=108943">bug 108943</a>
from <span class="vcard"><a class="email" href="mailto:fdo-bugs@engestrom.ch" title="Eric Engestrom <fdo-bugs@engestrom.ch>"> <span class="fn">Eric Engestrom</span></a>
</span></b>
<pre>(In reply to Igor Gnatenko from <a href="show_bug.cgi?id=108943#c3">comment #3</a>)
<span class="quote">> > What OS are you running this on?
>
> Fedora Rawhide. I'm mesa maintainer in Fedora and trying to switch from
> autotools to meson in our RPM package.
>
> > and what toolchain?
>
> GCC, the standard one in Fedora ;)</span >
Oh, good to see you're doing the move! Don't hesitate to cc me and Dylan on any
meson issue you have.
(In reply to Igor Gnatenko from <a href="show_bug.cgi?id=108943#c4">comment #4</a>)
<span class="quote">> Interestingly it works fine if I use autotools as a buildsystem.</span >
Good comparison point, I forgot to ask that.
(In reply to Igor Gnatenko from <a href="show_bug.cgi?id=108943#c4">comment #4</a>)
<span class="quote">> ../src/gallium/state_trackers/clover/tgsi/compiler.cpp:35:2: error: #error
> "`vector` is #define'd"
> #error "`vector` is #define'd"
> ^~~~~</span >
So that really is the issue :/
(In reply to Igor Gnatenko from <a href="show_bug.cgi?id=108943#c5">comment #5</a>)
<span class="quote">> Might it be related to this meson part:
>
> if get_option('power8') != 'false'
> ...
> endif
>
> ?</span >
Yes indeed, it sounds like a reasonable candidate for this issue.
You can try disabling it with `meson configure -D power8=false`.
I'll try to have a closer look tomorrow so see if `-mpower8-vector` is meant to
work with C++ or not.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>