Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to install sunshine on debian Trixie gives error #1313

Open
MaxandreOgeret opened this issue Jan 26, 2025 · 2 comments
Open

Trying to install sunshine on debian Trixie gives error #1313

MaxandreOgeret opened this issue Jan 26, 2025 · 2 comments

Comments

@MaxandreOgeret
Copy link

MaxandreOgeret commented Jan 26, 2025

Hey, trying to install sunshine like so, gives the following error:

deb-get install sunshine
[!] ERROR! sunshine is not supported on Debian 13.

I run debian Trixie:

lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux trixie/sid
Release: n/a
Codename: trixie

  • deb-get version : 0.4.4

I see two issues:

  • sunshine provides packages for debian 12, which should be compatible with Debian Trixie.
  • Debian 13 is not released yet and the error message is confusing.

How to solve that ?
Willing to make a PR if given a direction where to start :)

@silentJET85
Copy link
Contributor

Unfortunately, it doesn't seem like their .debs are forward compatible. At least, not without manual workarounds.
After manually installing their Bookworm package in Debian sid, it gives this error when trying to run it:

sunshine: error while loading shared libraries: libminiupnpc.so.17: cannot open shared object file: No such file or directory

If you symlink libminiupnpc.so.18 to libminiupnpc.so.17, it seems to work, but I'm pretty sure that's beyond the scope of deb-get.

@MaxandreOgeret
Copy link
Author

MaxandreOgeret commented Jan 29, 2025

I installed sunshine-debian-bookworm-amd64.deb on Trixie and I had no issues. Currently using it.
Will check where those libs are coming from in my case once Im back at my desktop.

[Edit] Indeed this dep is missing, so I must have created the symlink some time ago. So will build it from source.
But it still leaves the issue that the error message is confusing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants