Bug 1415142
| Summary: | Broken downgrade path from nss-3.28.1-1.2 to nss-3.27.0-1.3 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Martin Babinsky <mbabinsk> |
| Component: | dnf | Assignee: | rpm-software-management |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | high | ||
| Version: | 25 | CC: | dueno, emaldona, hkario, jmracek, kdudka, kengert, mbabinsk, packaging-team-maint, rpm-software-management, vmukhame |
| Target Milestone: | --- | Keywords: | EasyFix, Reopened, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-02-17 11:14:16 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
Martin Babinsky
2017-01-20 11:58:15 UTC
Hubert found out it works if all required packages are given to dnf explicitly. dnf downgrade nss-devel nss-util nss-util-devel nss-softokn nss-sysinit nss-softokn-freebl-devel nss nss-softokn-devel nss-tools nss-softokn-devel dnf apparently doesn't figure it out automatically. *** This bug has been marked as a duplicate of bug 1326157 *** Are you sure it's a duplicate? In the given scenario, *NO* i686 packages were installed. The downgrade attempted to install i686 packages with no apparent reason. (In reply to Kai Engert (:kaie) from comment #3) > Are you sure it's a duplicate? > > In the given scenario, *NO* i686 packages were installed. The downgrade > attempted to install i686 packages with no apparent reason. hmm, right. Actually it means that you don't have %{?_isa} somewhere in requires. Please re-run with --debugsolver and attach debugdata directory. Link to the (rather hefty) debugdata from the failed downgrade here: https://mbabinsk.fedorapeople.org/f25_nss_dowgrade_debugdata.zip Can you please try that with DNF-2.0 in f26? we should put ALLOW_DOWNGRADE flag to solver in command downgrade or when --allowerasing is set. Please downgrade command was completely refactored (including added ALLOW_DOWNGRADE flag). Please can you try the latest version from rawhide (fc26) or from our testing repository (dnf copr enable rpmsoftwaremanagement/dnf-nightly) where are version for fc24+. Thanks a lot Jaroslav One additional information, please try to run downgrade command without --allowerasing option. Now it allows auto downgrade of dependencies and solver also prefers downgrade from package removal (without --allowerasing option it cannot remove any package). Jaroslav And I cannot reproduce it with following versions: dnf-2.1.0-1.git.3.6c48a55.fc25.noarch libsolv-0.6.25-1.fc25.x86_64 libdnf-0.7.3-1.fc25.x86_64 Probably the problem is already fixed as I mentioned above or I have a different system setup. (In reply to Jaroslav Mracek from comment #9) > And I cannot reproduce it with following versions: > > dnf-2.1.0-1.git.3.6c48a55.fc25.noarch > libsolv-0.6.25-1.fc25.x86_64 > libdnf-0.7.3-1.fc25.x86_64 > > Probably the problem is already fixed as I mentioned above or I have a > different system setup. You definitely have different setup, but actually bug has been fixed. |