-
-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Describe the Bug
Hello maintainers, this is just a notification for you in case you are not aware of the recent state of sunshine on ArchLinux.
ArchLinux has recently bumped its soname version for libminiupnpc
from 19 to 21
Attempting to launch sushine
via systemctl --user start sunshine.service
shows the following error in console
/usr/bin/sunshine: error while loading shared libraries: libminiupnpc.so.19: cannot open shared object file: No such file or directory
The CI builds that would normally fix sunshine by rebuilding daily have been failing, so a new build is not created with a new linked soname.
Downgrading the library soname version is not possible, as ArchLinux does not support "partial upgrades" and other packages on the system rely on the new version.
Expected Behavior
- I would expect the daily CI that rebuilds the package to account for library changes to succeed.
- Once succeeded, I would expect the systemctl service to start sunshine correctly, as it did before the miniupnpc update.
Additional Context
Thank you for your work and dedication to this project!
EDIT: See comment, the sunshine-git
package from the beta
repository should be working now