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

> On 8 May 2017 at 11:05, Emil Velikov <emil.l.veli...@gmail.com> wrote:
> > On 8 May 2017 at 10:24, Grazvydas Ignotas <nota...@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
>
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to