From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 76082] New: Metro Last Light fail to start
Date: Wed, 12 Mar 2014 17:00:26 +0000
Message-ID:
Priority
medium
Bug ID
76082
Assignee
dri-devel@lists.freedesktop.org
Summary
Metro Last Light fail to start
Severity
normal
Classification
Unclassified
OS
All
Reporter
lordheavym@gmail.com
Hardware
Other
Status
NEW
Version
git
Component
Drivers/Gallium/radeonsi
Product
Mesa
No segfault, it just refuse to start
* glxinfo
OpenGL renderer string: Gallium 0.4 on AMD PITCAIRN
OpenGL core profile version string: 3.3 (Core Profile) Mesa 10.2.0-devel
(git-6e627b4)
* llvm-3.5svn
* mesa-git
Bisecting gives me:
[lordh@archMain tst]$ git bisect bad
d9b983519c63b9072677364a6e399d213a1855e5 is the first bad commit
commit d9b983519c63b9072677364a6e399d213a1855e5
Author: Ilia Mirkin <imirkin@alum.mit.edu>
Date: Mon Feb 24 12:43:17 2014 -0500
build: llvm libs may not be in system search path, add rpath
On my gentoo system, llvm libs are in /usr/lib64/llvm, and llvm-config
--ldflags does not provide the rpath (it does, of course, provide a -L).
This adds the llvm dir to the rpath. It should be harmless if the path
is a system path, and should make things work when it's not.
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
Tested-by: Emil Velikov <emil.l.velikov@gmail.com>
:100644 100644 b8e3161e116521771eb08a84b6c4e70f357ced52
0e0fd1820f415f5298be947c1598a38b91d37340 M configure.ac