Source: blender Version: 5.0.1+dfsg-3+b1 After installing blender in a clean Debian Sid chroot, I tried to start the program in factory-startup mode:
$ blender -b --factory-startup -o /tmp/blender-test- -F PNG -f 1 [...] Couldn't open libEGL.so.1: libEGL.so.1: cannot open shared object file: No such file or directory Aborted (core dumped) blender -b --factory-startup -o /tmp/blender-test- -F PNG -f 1 After installing libegl1, I got the same message but this time about libGL.so.1. After installing libgl1 as well, blender ran successfully and the expected cube was rendered under /tmp/blender-test-0001.png. It seems that the package may need to depend on libEGL and libGL? This issue can be reproduced on both amd64 and arm64. Thanks, ema

