[Mesa-dev] [Bug 81785] MESA checks on configure for llvm 3.4.2 and fails to build with 3.4.2 being installed

2019-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81785 Timothy Arceri changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Mesa-dev] [Bug 81785] MESA checks on configure for llvm 3.4.2 and fails to build with 3.4.2 being installed

2014-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81785 Emil Velikov emil.l.veli...@gmail.com changed: What|Removed |Added CC|

[Mesa-dev] [Bug 81785] MESA checks on configure for llvm 3.4.2 and fails to build with 3.4.2 being installed

2014-07-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81785 --- Comment #6 from Marek Olšák mar...@gmail.com --- LLVM's configure isn't very good either. It ignores --libdir. -- You are receiving this mail because: You are the assignee for the bug. ___

[Mesa-dev] [Bug 81785] MESA checks on configure for llvm 3.4.2 and fails to build with 3.4.2 being installed

2014-07-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81785 --- Comment #7 from darkvis...@gmx.eu --- Yes... you need to patch a few libdir locations but at least MESA compiles fine with configure/LLVM while i spent a whole day to compile MESA with cmake/LLVM just to finally give up on using cmake. --

[Mesa-dev] [Bug 81785] MESA checks on configure for llvm 3.4.2 and fails to build with 3.4.2 being installed

2014-07-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81785 --- Comment #8 from Jan Vesely jano.ves...@gmail.com --- (In reply to comment #7) Yes... you need to patch a few libdir locations but at least MESA compiles fine with configure/LLVM while i spent a whole day to compile MESA with cmake/LLVM

[Mesa-dev] [Bug 81785] MESA checks on configure for llvm 3.4.2 and fails to build with 3.4.2 being installed

2014-07-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81785 --- Comment #9 from Marek Olšák mar...@gmail.com --- (In reply to comment #7) Yes... you need to patch a few libdir locations but at least MESA compiles fine with configure/LLVM while i spent a whole day to compile MESA with cmake/LLVM just to

[Mesa-dev] [Bug 81785] MESA checks on configure for llvm 3.4.2 and fails to build with 3.4.2 being installed

2014-07-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81785 --- Comment #10 from darkvis...@gmx.eu --- I was using llvm cmake until MESA 10.2 and had no problems with REQUIRES_RTTI=1, worked very well. The only module that failed after upgrading from 10.0.x to 10.2.x was xa, which complains about missing

[Mesa-dev] [Bug 81785] MESA checks on configure for llvm 3.4.2 and fails to build with 3.4.2 being installed

2014-07-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81785 --- Comment #1 from Tobias Klausmann tobias.klausm...@mni.thm.de --- I had the exact same problem, but came to the conclusion that LLVM needs to be patched to resolve this. This was done for Opensuse and works fine!

[Mesa-dev] [Bug 81785] MESA checks on configure for llvm 3.4.2 and fails to build with 3.4.2 being installed

2014-07-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81785 --- Comment #2 from darkvis...@gmx.eu --- According to the llvm announcement for 3.4.2 it is API compatible with 3.4. MESA checks for the API (which is 3.4) and not for the version (which is 3.4.2). Yes, patching LLVM works as does patching MESA

[Mesa-dev] [Bug 81785] MESA checks on configure for llvm 3.4.2 and fails to build with 3.4.2 being installed

2014-07-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81785 --- Comment #3 from Emil Velikov emil.l.veli...@gmail.com --- (In reply to comment #1) I had the exact same problem, but came to the conclusion that LLVM needs to be patched to resolve this. This was done for Opensuse and works fine!

[Mesa-dev] [Bug 81785] MESA checks on configure for llvm 3.4.2 and fails to build with 3.4.2 being installed

2014-07-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81785 --- Comment #4 from Tobias Klausmann tobias.klausm...@mni.thm.de --- (In reply to comment #3) (In reply to comment #1) I had the exact same problem, but came to the conclusion that LLVM needs to be patched to resolve this. This was done for

[Mesa-dev] [Bug 81785] MESA checks on configure for llvm 3.4.2 and fails to build with 3.4.2 being installed

2014-07-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81785 --- Comment #5 from darkvis...@gmx.eu --- There is at least one more difference in a cmake build of llvm compared to a configure build which will cause mesa fail to compile (missing symbols): If you are using shared libraries in llvm you should