Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1924565

Summary: R-zoo fails to install on Fedora 34 because of a badly specified depedendency
Product: [Fedora] Fedora Reporter: José Matos <jamatos>
Component: RAssignee: Elliott Sales de Andrade <quantum.analyst>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: i.ucar86, quantum.analyst, spotrh
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: R-4.0.3-3.fc34 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-02-03 09:57:03 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:
Bug Depends On:    
Bug Blocks: 1924267    

Description José Matos 2021-02-03 08:29:16 UTC
R-zoo Fails To Install in Fedora 34:

can't install R-zoo:
  - nothing provides R(lattice) >= 0.20.27 needed by R-zoo-1.8.8-5.fc34.x86_64

R-zoo requires R(lattice) >= 0.20.27 while R-core provides R(lattice) = 0.20-41.

R(lattice) is provided by R-core, the issue is related with the traditional confusion between the dash and dot in the version tag.

Notice the difference between the two virtual provides:
# repoquery -q --repo=rawhide --provides R-core | grep lattice
R(lattice) = 0.20-41
R-lattice = 0.20.41

I am not sure what changed in this regard so I am opening a report here.

Comment 1 José Matos 2021-02-03 08:34:00 UTC
FWIW I know that I can patch the DESCRIPTION file to pick the right dependency but I think that it is better to fix the root cause.

From my preliminary analysis this is the only package that has this problem since all the other packages that required R(lattice) do not have a versioned dependency.

Comment 2 Elliott Sales de Andrade 2021-02-03 08:49:57 UTC
This is due to bug 1896753, for which I switched the generator to normalize versions, as it's better than having to fix the DESCRIPTION when different packages disagree. The provides in R-core are done manually though, and will need to be fixed.

Comment 3 Fedora Update System 2021-02-03 09:57:03 UTC
FEDORA-2021-10ca0a9230 has been pushed to the Fedora 34 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 4 José Matos 2021-02-03 15:05:27 UTC
Thank you. :-)