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

rpm (nightly) install fails on Fedora 35 #138

Closed
joshurawr opened this issue Apr 23, 2022 · 3 comments · Fixed by #190
Closed

rpm (nightly) install fails on Fedora 35 #138

joshurawr opened this issue Apr 23, 2022 · 3 comments · Fixed by #190
Labels
fixed This issue has been fixed and will be available in the next release. os:Linux:Fedora OS is Fedora

Comments

@joshurawr
Copy link

joshurawr commented Apr 23, 2022

Describe the Bug

I've tried on a clean installation on fedora silverblue 35 using rpm-ostree install sunshine-fedora_35.rpm and fedora workstation 35 using dnf install sunshine-fedora_35.rpm

This is the error I'm seeing in both cases:

 Problem: conflicting requests
  - nothing provides libavcodec.so.58()(64bit) needed by sunshine-0.13.0-1.fc35.x86_64
  - nothing provides libavcodec.so.58(LIBAVCODEC_58)(64bit) needed by sunshine-0.13.0-1.fc35.x86_64
  - nothing provides libavdevice.so.58()(64bit) needed by sunshine-0.13.0-1.fc35.x86_64
  - nothing provides libavformat.so.58()(64bit) needed by sunshine-0.13.0-1.fc35.x86_64
  - nothing provides libavutil.so.56()(64bit) needed by sunshine-0.13.0-1.fc35.x86_64
  - nothing provides libavutil.so.56(LIBAVUTIL_56)(64bit) needed by sunshine-0.13.0-1.fc35.x86_64
  - nothing provides libswscale.so.5()(64bit) needed by sunshine-0.13.0-1.fc35.x86_64
  - nothing provides libswscale.so.5(LIBSWSCALE_5)(64bit) needed by sunshine-0.13.0-1.fc35.x86_64

Expected Behavior

installation succeeds

Additional Context

No response

Sunshine Host Operating System and Version

Fedora 35

Architecture

x86-64

Sunshine Version

nightly

GPU Type

Nvidia

GPU Model

Geforce RTX 3080

GPU Driver/Mesa Version

510

Capture Method (Linux Only)

No response

@joshurawr joshurawr changed the title Getting errors attempting to install nightly rpm on Fedora 35 rpm (nightly) install fails on Fedora 35 Apr 23, 2022
@ReenigneArcher
Copy link
Member

ReenigneArcher commented Apr 28, 2022

I think you need to install ffmpeg libraries. https://fedora.pkgs.org/35/rpmfusion-free-x86_64/ffmpeg-libs-4.4-7.fc35.x86_64.rpm.html

@thatsysadmin
Copy link
Contributor

thatsysadmin commented Apr 29, 2022

@joshurawr

As @ReenigneArcher said:
You're going to need to install RPMFusion Free and then you can run sudo dnf install ffmpeg -y to install ffmpeg. That should be able to get Sunshine to work in a basic configuration (no audio). Video should work however.

@ReenigneArcher
I put in a pull request to fix the ffmpeg dependency. When I figure out audio, I'll make sure to add the dependencies for it. Sorry for forgetting in my initial pull request.

@ReenigneArcher ReenigneArcher added the fixed This issue has been fixed and will be available in the next release. label May 12, 2022
@github-actions
Copy link

This issue has been fixed and will be available in the next release.

@ReenigneArcher ReenigneArcher mentioned this issue Jun 15, 2022
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed This issue has been fixed and will be available in the next release. os:Linux:Fedora OS is Fedora
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants