https://bugs.freedesktop.org/show_bug.cgi?id=70766
--- Comment #1 from octoploid <octopl...@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.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev