[Mesa-dev] [Bug 70766] Run-time link error in swrast_dri.so
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Nov 19 01:11:30 PST 2013
https://bugs.freedesktop.org/show_bug.cgi?id=70766
--- Comment #1 from octoploid <octoploid at yandex.com> ---
Similar thing here:
(EE) AIGLX error: dlopen of /usr/lib64/dri/r600_dri.so failed
(/usr/lib64/dri/r600_dri.so: undefined symbol: _ZTIN4llvm18format_object_baseE)
(EE) AIGLX error: dlopen of /usr/lib64/dri/swrast_dri.so failed
(/usr/lib64/dri/swrast_dri.so: undefined symbol:
_ZTIN4llvm18format_object_baseE)
% c++filt _ZTIN4llvm18format_object_baseE
typeinfo for llvm::format_object_base
Your patch to src/gallium/auxiliary/Makefile.am fixes the issue.
Please note that:
% llvm-config --cxxflags
-I/usr/local/include -fPIC -fvisibility-inlines-hidden -Wall -W
-Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic
-Wno-long-long -Wno-maybe-uninitialized -Wnon-virtual-dtor -O3 -DNDEBUG -pipe
-D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS
-D__STDC_LIMIT_MACROS
doesn't include -fno-rtti for llvm 3.4 even when llvm was build without
run-time type information (the default).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20131119/10b343e2/attachment.html>
More information about the mesa-dev
mailing list