Summary: | gallium/opencl opencl-examples test failures | ||
---|---|---|---|
Product: | Mesa | Reporter: | Iaroslav Andrusyak <pontostroy> |
Component: | Other | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | minor | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | strace log |
Description
Iaroslav Andrusyak
2013-04-17 17:30:12 UTC
Can you post the config.log file from your mesa build? What commits of Mesa and LLVM are you using? You may want to try updating your mesa and llvm to the latest versions, if you haven't already. 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 Created attachment 78147 [details]
strace log
I can't reproduce this any more. Are you still seeing this bug? all test passes. 71 passes, 0 fails mesa-git 2013.06.09 llvm 3.4svn 2013.06.09 |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.