Blender needs older openvdb

openvdb 11.0.0-1 is in the repo, but blender 17:3.6.5-2 depends on the previous

blender: error while loading shared libraries: libopenvdb.so.10.1: cannot open shared object file: No such file or directory

Nevermind - my mistake I just noticed you’re on ARM.

blender does not start at all – it silently errors without any notification.

versions in package manager:

  • blender 17:3.6.5-2
  • openvdb 11.0.0-1

versions on packages.manjaro.org

~> ldd /usr/bin/blender | rg "not found"
	libosdGPU.so.3.5.0 => not found
	libosdCPU.so.3.5.0 => not found
	libOpenImageIO.so.2.4 => not found
	libOpenImageIO_Util.so.2.4 => not found
	libOpenColorIO.so.2.2 => not found
	libopenvdb.so.10.1 => not found