$ sudo pacman -Syuv
there is nothing to do
$ blender
blender: error while loading shared libraries: libsycl.so.8: cannot open shared object file: No such file or directory
$ ls -la /opt/intel/oneapi/2025.0/lib/libsycl.so.8
lrwxrwxrwx 1 root root 18 17. Feb 2025 /opt/intel/oneapi/2025.0/lib/libsycl.so.8 -> ./libsycl.so.8.0.0*
I see Arch has blender 17:5.1.0-2 but Manjaro (stable) has 17:5.0.1-8.
Any suggestions? Downloaded from blender.org it works.
/t/blender-5.1.0-linux-x64 $ ldd $(which blender) | grep libsycl.so
libsycl.so.8 => not found
libsycl.so.8 => not found
/t/blender-5.1.0-linux-x64 $ pamac search -f libsycl.so.8
/opt/intel/oneapi/2025.0/lib/libsycl.so.8 is owned by intel-oneapi-basekit
/opt/intel/oneapi/2025.0/lib/libsycl.so.8.0.0 is owned by intel-oneapi-basekit
/opt/intel/oneapi/2025.0/lib/libsycl.so.8.0.0-gdb.py is owned by intel-oneapi-basekit
/opt/intel/oneapi/compiler/2025.0/lib/libsycl.so.8 is owned by intel-oneapi-basekit
/opt/intel/oneapi/compiler/2025.0/lib/libsycl.so.8.0.0 is owned by intel-oneapi-basekit
/opt/intel/oneapi/compiler/2025.0/lib/libsycl.so.8.0.0-gdb.py is owned by intel-oneapi-basekit
also
$ ldd $(which blender) | grep "not found"
libsycl.so.8 => not found
libsvml.so => not found
libirng.so => not found
libimf.so => not found
libintlc.so.5 => not found
libsycl.so.8 => not found
The ArchLinux version uses a hardcoded path. Therefore, use the following variable for the downloaded version: LD_PRELOAD="/opt/intel/oneapi/compiler/latest/lib/libsycl.so.8".