[Mesa-dev] [Bug 63650] gallium/opencl opencl-examples test failures

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Apr 17 11:37:35 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=63650

--- Comment #3 from Iaroslav <pontostroy at gmail.com> ---
I build with OBS and do not have all logs.
2-3 weeks ago, all works.

I had some problem with the libclc corrected in this way

./configure.py --prefix=/usr --with-llvm-config=/usr/bin/llvm-config

for 32/64 bit i got this

OPT r600--/lib/builtins.opt.cedar.bc
LLVM-CXX utils/prepare-builtins.o
LINK utils/prepare-builtins
/usr/lib/libLLVMSupport.a(Signals.o): In function
`llvm::sys::PrintStackTrace(_IO_FILE*)':
Signals.cpp:(.text+0x565): undefined reference to `dladdr'
Signals.cpp:(.text+0x6ca): undefined reference to `dladdr'
clang: error: linker command failed with exit code 1 (use -v to see invocation)

sed -i -e 's|-lLLVMSupport|-lLLVMSupport -ldl|g' Makefile

for 64 bit

the problem of finding a header file in /usr/lib64/clang/3.3/include/

sed -i -e 's|-I/usr/include|-I/usr/include -I%_libdir/clang/3.3/include/|g'
Makefile
sed -i -e 's|.bc.d -target r600--|bc.d -target r600--
-I%_libdir/clang/3.3/include/|g' Makefile
sed -i -e 's|/usr/lib/|%_libdir/|g' Makefile

-- 
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/20130417/9752cbd9/attachment.html>


More information about the mesa-dev mailing list