On 02/08/2017 12:47 AM, Mick wrote: > On Tuesday 07 Feb 2017 18:24:06 Corbin Bird wrote: >> On 02/07/2017 05:02 PM, Mick wrote: >>> How could I go beyond this point? >>> >>> ===================================================== >>> /var/tmp/portage/media- >>> libs/mesa-12.0.1/work/mesa-12.0.1/src/gallium/state_track >>> ers/clover/llvm/invocation.cpp:212:75: error: no matching function for >>> call to ‘ >>> clang::CompilerInvocation::setLangDefaults(clang::LangOptions&, >>> clang::InputKind >>> , llvm::Triple, clang::LangStandard::Kind)’ >>> ===================================================== >>> >>> Extract from compile log attached. >>> >>> I am running sys-devel/clang-runtime-3.9.1 like so: >>> Installed versions: 3.9.1(21:25:30 07/02/17)(openmp -libcxx >>> ABI_MIPS="- >>> >>> n32 -n64 -o32" ABI_PPC="-32 -64" ABI_S390="-32 -64" ABI_X86="64 -32 -x32") >> ----------- >> If you would please, post if the USE flag "opencl" is set in >> "make.conf", or in "package.use" for any packages. >> >> >> Corbin > Yes! It had sneaked in make.conf. I removed it and am re-emerging now. > > Thanks. :-) ------- Your Welcome.
Easy way to find the def of that USE flag ( it gave away the error ) : ~ # equery u media-libs/mesa + + opencl : Enable the Clover Gallium OpenCL state tracker. Easy way to check what else currently installed that may be using that USE flag : ~ # equery h opencl * Searching for USE flag opencl ... [IP-] [ ] media-gfx/imagemagick-6.9.7.4:0/6.9.7.4 [IP-] [ ] media-libs/mesa-17.0.0_rc2:0 [IP-] [ ] media-libs/x264-0.0.20160712:0/148 [IP-] [ ] sys-apps/hwloc-1.11.2:0/5 Corbin