Today I get no error and no GUI, process hangs.
AI has apparently tracked this down to
Code: Select all
readelf -d blender | grep -i rpath
# no outputCode: Select all
ldd /usr/bin/blender | grep "not found"
libblender_cpu_check.so => not found
libosdGPU.so.3.6.0 => not found
libosdCPU.so.3.6.0 => not found
libIex.so.32 => not found
libOpenEXR.so.32 => not found
libOpenEXRCore.so.32 => not found
libIlmThread.so.32 => not found
libImath.so.30 => not found
libMaterialXFormat.so.1 => not found
libMaterialXCore.so.1 => not found
libembree4.so.4 => not found
libcycles_kernel_oneapi_aot.so => not found
libsycl.so.8 => not found
libOpenColorIO.so.2.4 => not found
libOpenImageIO.so.3.0 => not found
libOpenImageIO_Util.so.3.0 => not found
libOpenImageDenoise.so.2 => not found
liboslcomp.so.1.14 => not found
liboslexec.so.1.14 => not found
liboslquery.so.1.14 => not found
liboslnoise.so.1.14 => not found
libusd_ms.so => not found
I want to be angry at this, but I would rather just like to know what has happened.
Currently emerge reports
Code: Select all
glibc 2.41-r10
binutils 2.45.1
Let me know if there are any diagnostic steps I can take to improve this post.
I am interested in if anyone manually builds Blender from source, my understanding is that the dependencies are many and varied. This is just about the only thing I do not let emerge build from scratch.

