* [Bug 68544] cannot build mesa 9.2 without llvm
2013-08-25 20:10 [Bug 68544] New: cannot build mesa 9.2 without llvm bugzilla-daemon
@ 2013-08-25 21:18 ` bugzilla-daemon
2013-08-26 0:15 ` bugzilla-daemon
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2013-08-25 21:18 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 483 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=68544
--- Comment #1 from Kris <email@zero-io.net> ---
Created attachment 84625
--> https://bugs.freedesktop.org/attachment.cgi?id=84625&action=edit
Fix order of "and"/"or" for AM_CONDITIONAL
Seems to be problem within configure.ac,
occuring since:
http://cgit.freedesktop.org/mesa/mesa/commit/configure.ac?id=0d3b1b0e
Added possible patch, needs testing.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1619 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 8+ messages in thread* [Bug 68544] cannot build mesa 9.2 without llvm
2013-08-25 20:10 [Bug 68544] New: cannot build mesa 9.2 without llvm bugzilla-daemon
2013-08-25 21:18 ` [Bug 68544] " bugzilla-daemon
@ 2013-08-26 0:15 ` bugzilla-daemon
2013-08-26 16:20 ` bugzilla-daemon
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2013-08-26 0:15 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 679 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=68544
--- Comment #2 from Emil Velikov <emil.l.velikov@gmail.com> ---
Seems like test always priorities the _and_ over _or_ :)
Kris' patch does the right thing, although it can be simplified to either:
test "x$HAVE_GALLIUM_I915" = xyes -o "x$HAVE_GALLIUM_SOFTPIPE" = xyes && test
"x$MESA_LLVM" = x1
or
test "x$HAVE_GALLIUM_I915" = xyes -a "x$MESA_LLVM" = x1 -o
"x$HAVE_GALLIUM_SOFTPIPE" = xyes -a "x$MESA_LLVM" = x1
Feel free to test either one(all three :P) and send the git patch to the ML
mesa-dev@lists.freedesktop.org
Thanks for spotting this :)
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1565 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 8+ messages in thread* [Bug 68544] cannot build mesa 9.2 without llvm
2013-08-25 20:10 [Bug 68544] New: cannot build mesa 9.2 without llvm bugzilla-daemon
2013-08-25 21:18 ` [Bug 68544] " bugzilla-daemon
2013-08-26 0:15 ` bugzilla-daemon
@ 2013-08-26 16:20 ` bugzilla-daemon
2013-08-26 21:47 ` bugzilla-daemon
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2013-08-26 16:20 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 256 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=68544
--- Comment #3 from Xavier Miller <xavier.miller@cauwe.org> ---
The proposed patch worked for me (Gentoo Linux, mesa-9.2.0_rc2)
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1004 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 8+ messages in thread* [Bug 68544] cannot build mesa 9.2 without llvm
2013-08-25 20:10 [Bug 68544] New: cannot build mesa 9.2 without llvm bugzilla-daemon
` (2 preceding siblings ...)
2013-08-26 16:20 ` bugzilla-daemon
@ 2013-08-26 21:47 ` bugzilla-daemon
2013-08-26 21:56 ` bugzilla-daemon
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2013-08-26 21:47 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 298 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=68544
--- Comment #4 from Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> ---
Patch sent:
http://lists.freedesktop.org/archives/mesa-dev/2013-August/043891.html
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1165 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 8+ messages in thread* [Bug 68544] cannot build mesa 9.2 without llvm
2013-08-25 20:10 [Bug 68544] New: cannot build mesa 9.2 without llvm bugzilla-daemon
` (3 preceding siblings ...)
2013-08-26 21:47 ` bugzilla-daemon
@ 2013-08-26 21:56 ` bugzilla-daemon
2013-08-26 22:20 ` bugzilla-daemon
2013-08-27 5:13 ` bugzilla-daemon
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2013-08-26 21:56 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 288 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=68544
--- Comment #5 from Kris <email@zero-io.net> ---
Cleaner patch already in mailing list:
http://lists.freedesktop.org/archives/mesa-dev/2013-August/043882.html
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1106 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 8+ messages in thread* [Bug 68544] cannot build mesa 9.2 without llvm
2013-08-25 20:10 [Bug 68544] New: cannot build mesa 9.2 without llvm bugzilla-daemon
` (4 preceding siblings ...)
2013-08-26 21:56 ` bugzilla-daemon
@ 2013-08-26 22:20 ` bugzilla-daemon
2013-08-27 5:13 ` bugzilla-daemon
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2013-08-26 22:20 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 247 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=68544
--- Comment #6 from Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> ---
Ah sorry, I missed that somehow.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1029 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 8+ messages in thread* [Bug 68544] cannot build mesa 9.2 without llvm
2013-08-25 20:10 [Bug 68544] New: cannot build mesa 9.2 without llvm bugzilla-daemon
` (5 preceding siblings ...)
2013-08-26 22:20 ` bugzilla-daemon
@ 2013-08-27 5:13 ` bugzilla-daemon
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2013-08-27 5:13 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 830 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=68544
Matt Turner <mattst88@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Assignee|dri-devel@lists.freedesktop |mattst88@gmail.com
|.org |
CC| |dri-devel@lists.freedesktop
| |.org
--- Comment #7 from Matt Turner <mattst88@gmail.com> ---
Committed, thanks! Should get picked to the 9.2 branch before release.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2422 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 8+ messages in thread