* [Bug 75929] New: Configuring Mesa to use shared libLLVM.so fails
@ 2014-03-08 22:58 bugzilla-daemon
2014-03-09 2:45 ` [Bug 75929] " bugzilla-daemon
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2014-03-08 22:58 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 973 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=75929
Priority: medium
Bug ID: 75929
Assignee: dri-devel@lists.freedesktop.org
Summary: Configuring Mesa to use shared libLLVM.so fails
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: rankincj@googlemail.com
Hardware: x86-64 (AMD64)
Status: NEW
Version: git
Component: Drivers/Gallium/r600
Product: Mesa
Created attachment 95379
--> https://bugs.freedesktop.org/attachment.cgi?id=95379&action=edit
Patch for configure.ac to fix building against libLLVM.so
Configuring Mesa to build on Fedora 20 with the shared libLLVM.so is ignoring
the new --enable-llvm-shared-libs option. It looks like two references to
"with_llvm_shared_libs" were missed in configure.ac.
I have attached a patch.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2491 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] 5+ messages in thread
* [Bug 75929] Configuring Mesa to use shared libLLVM.so fails
2014-03-08 22:58 [Bug 75929] New: Configuring Mesa to use shared libLLVM.so fails bugzilla-daemon
@ 2014-03-09 2:45 ` bugzilla-daemon
2014-03-09 13:47 ` bugzilla-daemon
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2014-03-09 2:45 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 428 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=75929
--- Comment #1 from Emil Velikov <emil.l.velikov@gmail.com> ---
Hi Chris
I have a similar patch [1] which also clears up the remaining messages. It's
queued up and I'm planning to commit it shortly. Thanks for the heads up.
[1] http://lists.freedesktop.org/archives/mesa-dev/2014-March/055316.html
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1286 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] 5+ messages in thread
* [Bug 75929] Configuring Mesa to use shared libLLVM.so fails
2014-03-08 22:58 [Bug 75929] New: Configuring Mesa to use shared libLLVM.so fails bugzilla-daemon
2014-03-09 2:45 ` [Bug 75929] " bugzilla-daemon
@ 2014-03-09 13:47 ` bugzilla-daemon
2014-03-11 17:10 ` bugzilla-daemon
2014-03-18 13:29 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2014-03-09 13:47 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 610 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=75929
--- Comment #2 from Dave Witbrodt <dawitbro@sbcglobal.net> ---
I've been having lots of trouble building Mesa for RadeonSI with recent LLVM
3.5 snapshots. I am happy to report that applying Emil's patch from comment 1,
in combination with attachment 95368 (from bug 75919), gets everything working
for me again. (Without 95368, I get static linkage to LLVM instead of shared,
which is comical since my build errors out unless I use the
"--enable-llvm-shared-libs" config option.)
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1786 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] 5+ messages in thread
* [Bug 75929] Configuring Mesa to use shared libLLVM.so fails
2014-03-08 22:58 [Bug 75929] New: Configuring Mesa to use shared libLLVM.so fails bugzilla-daemon
2014-03-09 2:45 ` [Bug 75929] " bugzilla-daemon
2014-03-09 13:47 ` bugzilla-daemon
@ 2014-03-11 17:10 ` bugzilla-daemon
2014-03-18 13:29 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2014-03-11 17:10 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 728 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=75929
Emil Velikov <emil.l.velikov@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Emil Velikov <emil.l.velikov@gmail.com> ---
Just committed the patch to master, so one should be able to enable/disable the
option on demand.
AFAICS one could do some clean-up wrt LLVM handling in configure.ac although
I'd rather leave that to someone more experienced in that area.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2193 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] 5+ messages in thread
* [Bug 75929] Configuring Mesa to use shared libLLVM.so fails
2014-03-08 22:58 [Bug 75929] New: Configuring Mesa to use shared libLLVM.so fails bugzilla-daemon
` (2 preceding siblings ...)
2014-03-11 17:10 ` bugzilla-daemon
@ 2014-03-18 13:29 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2014-03-18 13:29 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 528 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=75929
--- Comment #4 from Dave Witbrodt <dawitbro@sbcglobal.net> ---
Emil's patch (now applied in Mesa 9.2.0-devel), along with an LLVM 3.5 build
with the proper symlinks (bug 75919), nearly allows me to build Mesa for
RadeonSI. In my scrambling about to get the build working again, I forgot that
I also had to apply a patch from bug 70410 to get the build working.
Anyway, glad to see this bug closed.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1680 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] 5+ messages in thread
end of thread, other threads:[~2014-03-18 13:29 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-08 22:58 [Bug 75929] New: Configuring Mesa to use shared libLLVM.so fails bugzilla-daemon
2014-03-09 2:45 ` [Bug 75929] " bugzilla-daemon
2014-03-09 13:47 ` bugzilla-daemon
2014-03-11 17:10 ` bugzilla-daemon
2014-03-18 13:29 ` bugzilla-daemon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.