Re: [Mesa-dev] configure fails to find llvm since recent llvm commit.

2017-07-04 Thread Rafael Avila de Espindola
Emil Velikov writes: > On 4 July 2017 at 16:04, Rafael Avila de Espindola > wrote: >> Emil Velikov writes: >> >>> So the version is FOOgit-$SHA while the DSO uses, FOOsvn. At the same >>> time at least 3.9.0/3.9.1 has broken llvm-config --libnames/libfiles, >>> so we cannot rely on that. >>> Do

Re: [Mesa-dev] configure fails to find llvm since recent llvm commit.

2017-07-04 Thread Rafael Avila de Espindola
Emil Velikov writes: > So the version is FOOgit-$SHA while the DSO uses, FOOsvn. At the same > time at least 3.9.0/3.9.1 has broken llvm-config --libnames/libfiles, > so we cannot rely on that. > Doesn't seem like LLVM is giving us something robust to work with here. > > LLVM users/devs (Rafael),

Re: [Mesa-dev] configure fails to find llvm since recent llvm commit.

2017-07-04 Thread Emil Velikov
On 4 July 2017 at 16:47, Rafael Avila de Espindola wrote: > Emil Velikov writes: > >> On 4 July 2017 at 16:04, Rafael Avila de Espindola >> wrote: >>> Emil Velikov writes: >>> So the version is FOOgit-$SHA while the DSO uses, FOOsvn. At the same time at least 3.9.0/3.9.1 has broken ll

Re: [Mesa-dev] configure fails to find llvm since recent llvm commit.

2017-07-04 Thread Emil Velikov
On 4 July 2017 at 16:04, Rafael Avila de Espindola wrote: > Emil Velikov writes: > >> So the version is FOOgit-$SHA while the DSO uses, FOOsvn. At the same >> time at least 3.9.0/3.9.1 has broken llvm-config --libnames/libfiles, >> so we cannot rely on that. >> Doesn't seem like LLVM is giving us

Re: [Mesa-dev] configure fails to find llvm since recent llvm commit.

2017-07-04 Thread Mike Lothian
Hi I'm not seeing this issue on Gentoo. My llvm-config --version shows "5.0.0git-79da0992d18" I'm attaching the patch we use Regards Mike On Tue, 4 Jul 2017 at 10:10 Emil Velikov wrote: > On 3 July 2017 at 22:51, Andy Furniss wrote: > > Emil Velikov wrote: > >> > >> On 3 July 2017 at 16:31,

Re: [Mesa-dev] configure fails to find llvm since recent llvm commit.

2017-07-04 Thread Emil Velikov
On 3 July 2017 at 22:51, Andy Furniss wrote: > Emil Velikov wrote: >> >> On 3 July 2017 at 16:31, Andy Furniss wrote: >>> >>> Rafael Avila de Espindola wrote: What check is configure doing? >>> >>> >>> >>> Not sure just a user. >>> Is the llvm build a clean one? What is the va

Re: [Mesa-dev] configure fails to find llvm since recent llvm commit.

2017-07-03 Thread Rafael Avila de Espindola
What check is configure doing? Is the llvm build a clean one? What is the value of LLVM_APPEND_VC_REV? Cheers, Rafael Andy Furniss writes: > Don't know if mesa needs changing or it's an llvm needs fixing issue, > but since llvm commit > > commit 78fbc18aed8024139cb87c5db69ab5b43dc615d6 > Aut

Re: [Mesa-dev] configure fails to find llvm since recent llvm commit.

2017-07-03 Thread Andy Furniss
Emil Velikov wrote: On 3 July 2017 at 16:31, Andy Furniss wrote: Rafael Avila de Espindola wrote: What check is configure doing? Not sure just a user. Is the llvm build a clean one? What is the value of LLVM_APPEND_VC_REV? It is a clean build. A reply to the list advised to start usin

Re: [Mesa-dev] configure fails to find llvm since recent llvm commit.

2017-07-03 Thread Emil Velikov
On 3 July 2017 at 16:31, Andy Furniss wrote: > Rafael Avila de Espindola wrote: >> >> What check is configure doing? > > > Not sure just a user. > >> Is the llvm build a clean one? What is the value of LLVM_APPEND_VC_REV? > > > It is a clean build. > A reply to the list advised to start using > >

Re: [Mesa-dev] configure fails to find llvm since recent llvm commit.

2017-07-03 Thread Andy Furniss
Rafael Avila de Espindola wrote: What check is configure doing? Not sure just a user. Is the llvm build a clean one? What is the value of LLVM_APPEND_VC_REV? It is a clean build. A reply to the list advised to start using -DLLVM_APPEND_VC_REV=OFF With this it is OK. __

Re: [Mesa-dev] configure fails to find llvm since recent llvm commit.

2017-07-03 Thread Andy Furniss
Laurent Carlier wrote: Le lundi 3 juillet 2017, 13:53:12 CEST Andy Furniss a écrit : Don't know if mesa needs changing or it's an llvm needs fixing issue, but since llvm commit commit 78fbc18aed8024139cb87c5db69ab5b43dc615d6 Author: Rafael Espindola Date: Fri Jun 30 18:48:33 2017 +

Re: [Mesa-dev] configure fails to find llvm since recent llvm commit.

2017-07-03 Thread Laurent Carlier
Le lundi 3 juillet 2017, 13:53:12 CEST Andy Furniss a écrit : > Don't know if mesa needs changing or it's an llvm needs fixing issue, > but since llvm commit > > commit 78fbc18aed8024139cb87c5db69ab5b43dc615d6 > Author: Rafael Espindola > Date: Fri Jun 30 18:48:33 2017 + > > Completel

[Mesa-dev] configure fails to find llvm since recent llvm commit.

2017-07-03 Thread Andy Furniss
Don't know if mesa needs changing or it's an llvm needs fixing issue, but since llvm commit commit 78fbc18aed8024139cb87c5db69ab5b43dc615d6 Author: Rafael Espindola Date: Fri Jun 30 18:48:33 2017 + Completely disable git/svn version checking if not needed. Working with git on a