Bug 1644292

Summary: libplacebo: missing dependency libshaderc_shared.so.1
Product: [Fedora] Fedora Reporter: Christoph Erhardt <fedora>
Component: libplaceboAssignee: Nicolas Chauvet (kwizart) <kwizart>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 29CC: kwizart, trevor
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-11-05 09:41:49 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Christoph Erhardt 2018-10-30 12:07:41 UTC
Description of problem:

libplacebo cannot be installed on Fedora 29 because it has a dependency on the file libshaderc_shared.so.1, for which no provider exists. There is no package named libshaderc or similar in the repositories.

Version-Release number of selected component (if applicable):

libplacebo-0.6.0-2.fc29

How reproducible:

sudo dnf install libplacebo

Actual results:

Error: 
 Problem: conflicting requests
  - nothing provides libshaderc_shared.so.1 needed by libplacebo-0.6.0-2.fc29.i686
  - nothing provides libshaderc_shared.so.1()(64bit) needed by libplacebo-0.6.0-2.fc29.x86_64

Expected results:

The package should install fine.

Additional info:

This prevents the installation of vlc from RPM Fusion.

Comment 1 Christoph Erhardt 2018-10-30 12:13:35 UTC
Ah, the dependency package in question already exists but is still stuck in updates-testing.

Workaround:
sudo dnf install --enablerepo=updates-testing libshaderc

I suggest keeping this bug open until libshaderc lands in the stable repository.

Comment 2 Nicolas Chauvet (kwizart) 2018-11-05 09:41:49 UTC

*** This bug has been marked as a duplicate of bug 1641934 ***