Bug 1844134

Summary: nothing provides libzstd.so.1()(64bit) needed by squashfuse-0.1.102-1.el8.x86_64
Product: [Fedora] Fedora EPEL Reporter: Tom Hirst <tom.hirst>
Component: squashfuseAssignee: Kyle Fazzari <kyrofa>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: epel8CC: kyrofa, michel
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: 2022-01-14 08:45:54 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 Tom Hirst 2020-06-04 17:14:45 UTC
Description of problem:

Cannot install squashfuse - missing dependency

Version-Release number of selected component (if applicable):
0.1.102-1.el8.x86_64

How reproducible:
Always


Steps to Reproduce:
sudo dnf install squashfuse --enablerepo=PowerTools

Actual results:
Error: 
 Problem: conflicting requests
  - nothing provides libzstd.so.1()(64bit) needed by squashfuse-0.1.102-1.el8.x86_64


Expected results:

squashfuse installs correctly, pulling in libzstd.

Comment 1 Michel Lind 2022-01-13 19:13:23 UTC
(In reply to Tom Hirst from comment #0)
> Description of problem:
> 
> Cannot install squashfuse - missing dependency
> 
> Version-Release number of selected component (if applicable):
> 0.1.102-1.el8.x86_64
> 
> How reproducible:
> Always
> 
> 
> Steps to Reproduce:
> sudo dnf install squashfuse --enablerepo=PowerTools
> 
> Actual results:
> Error: 
>  Problem: conflicting requests
>   - nothing provides libzstd.so.1()(64bit) needed by
> squashfuse-0.1.102-1.el8.x86_64
> 
> 

What CentOS version are you on? 

libzstd-1.4.4-1.el8 in CentOS baseos definitely has this dependency

$ sudo dnf repoquery --whatprovides 'libzstd.so.1()(64bit)'
Last metadata expiration check: 2:39:27 ago on Thu 13 Jan 2022 04:33:20 PM UTC.
libzstd-0:1.4.4-1.el8.x86_64

Comment 2 Tom Hirst 2022-01-14 08:45:54 UTC
This is no longer an issue on either CentOS 8 or CentOS 8 stream - I'm guessing the dependency chain got fixed at some point after I reported the bug (in June 2020), so this can be closed now.

Thanks