On 05/29/16 10:46, J. García wrote:
El sáb, 28-05-2016 a las 17:26 -0600, J. García escribió:

BTW, eix won't help you here, I tried it, so the next step is to find
what provides the symbol 'Imf_2_1::Header::view', after some searches
with find and then google, I arrived at opencv(though not 100% sure),
so you might need to rebuild that and make sure(read the log) g++ is
being called with std=c++11. tracking this sort of stuff might be
tricky.
I was left with the doubt if opencv was the package causing trouble,
and it is not, so I searched a bit more in depth, and I have found the
library you need to rebuild, it is libIlmImf.so, and this time I'm
sure.

Looking for the package:

$ qfile /usr/lib64/libIlmImf.so
media-libs/openexr (/usr/lib64/libIlmImf.so)

Looking for the symbol:

$ readelf -s /usr/lib64/libIlmImf.so  | grep   '.*Header.*view.*'
  1617: 000000000004a350    25 FUNC    GLOBAL DEFAULT   10
_ZNK7Imf_2_16Header4viewB
  2248: 0000000000049e60    25 FUNC    GLOBAL DEFAULT   10
_ZN7Imf_2_16Header4viewB5

So you need to: emerge --oneshot media-libs/openexr


I kicked off a revdep-rebuild between your previous email and this one. I got 280 packages that needed a rebuild so I've let it go and in turn I'll rerun the Blender install.

        Fingers crossed,
                Andrew

Reply via email to