[Mesa-dev] [Bug 108943] Build fails on ppc64le with meson
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Dec 4 17:54:10 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=108943
--- Comment #6 from Eric Engestrom <fdo-bugs at engestrom.ch> ---
(In reply to Igor Gnatenko from comment #3)
> > 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 ;)
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 comment #4)
> Interestingly it works fine if I use autotools as a buildsystem.
Good comparison point, I forgot to ask that.
(In reply to Igor Gnatenko from comment #4)
> ../src/gallium/state_trackers/clover/tgsi/compiler.cpp:35:2: error: #error
> "`vector` is #define'd"
> #error "`vector` is #define'd"
> ^~~~~
So that really is the issue :/
(In reply to Igor Gnatenko from comment #5)
> Might it be related to this meson part:
>
> if get_option('power8') != 'false'
> ...
> endif
>
> ?
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.
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20181204/2b5f44c2/attachment.html>
More information about the mesa-dev
mailing list