I all, I had Retropie installed via https://github.com/RetroPie/RetroPie-Setup that worked well until I upgraded from Buster to Bullseye (the new Debian stable).
After the distro upgrade, I run the script to update all the Retropie packages. Some packets gets upgraded via new binary, other packages needs to be compiled from source. I encountered two issues now:
- (Temporary solved) The installation of SDL1 fails due to
RetroPie-Setup/scriptmodules/supplementary/sdl1.sh
script. It is not yet able to handle “Debian 11” case so it fails. I’ve managed to temporary fix it by adding the case by myself. See https://github.com/RetroPie/RetroPie-Setup/issues/3411
- (Not solved) Emulationstation does not run anymore with error:
missing shared libraries: libbrcmGLESv2.so: cannot open shared object file
This is because the emulationstation needed to be recompiled and some related packages was missing during the build.
If it helps, my sources.list are:
deb http://raspbian.raspberrypi.org/raspbian/ stable main contrib non-free
deb https://archive.raspberrypi.org/debian/ bullseye main
Has anyone had the same problem?