Bug#1145333: blender: factory-startup fails due to missing libEGL.so.1 and libGL.so.1
Emanuele Rocca <[email protected]>
| Newsgroups | gmane.linux.debian.devel.multimedia |
|---|---|
| Message-ID | <aowCCaBj5BQzKzZk__21157.6772200473$1787560538$gmane$org@ariel.home> |
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