[Mesa-dev] [PATCH 02/13] mesa/dri: always link against shared glapi

Aaron Watry awatry at gmail.com
Mon May 8 19:30:57 UTC 2017


On Mon, May 8, 2017 at 9:30 AM, Emil Velikov <emil.l.velikov at gmail.com>
wrote:

> On 8 May 2017 at 11:05, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> > On 8 May 2017 at 10:24, Grazvydas Ignotas <notasas at gmail.com> wrote:
> >> That indeed helps, thanks.
> >> I guess it becomes "--with-dri-driverdir is broken by this commit" then.
> >>
> > I'm not setting with-dri-driverdir, which would explain why I'm not
> > seeing any issues here.
> >
> > Thanks for the report guys, I'm looking into it.
> Can you guys purge any .la files in the install location alongside the
> make/git clean?
> That seems to have solved it on my end.
>
> If that doesn't solve it - what is the fully configure line that you
> guys are using?
>
>
After removing the --with-dri-drivers to get mesa to make install properly,
I can no longer reproduce the issue when I add that back in to my
configure.. :(

For reference, my configure command is (while in ~/src/mesa/build):

CXXFLAGS='' CFLAGS=' -O2 -march=native' LD='ld.gold' LDFLAGS='' CC='gcc'
CXX='g++' /home/awatry/src/mesa/autogen.sh  --prefix=/usr/local
--with-dri-drivers= --with-dri-driverdir=/usr/local/lib/dri --enable-dri3
--enable-nine --with-llvm-prefix=/usr/local --enable-opencl
--enable-opencl-icd=yes --enable-glx-tls --with-platforms=drm,x11
--enable-gles1 --enable-gles2 --enable-texture-float --enable-va
--enable-gallium-tests --with-gallium-drivers=radeonsi,r600,swrast
--with-vulkan-drivers=radeon --enable-omx

Hope that helps.

Thanks
> Emil
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170508/f6394305/attachment.html>


More information about the mesa-dev mailing list