Bug 1043156

Summary: DNF tries to install package for wrong arch
Product: [Fedora] Fedora Reporter: Tomas Mlcoch <tmlcoch>
Component: dnfAssignee: Packaging Maintenance Team <packaging-team-maint>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: akozumpl, packaging-team-maint, pnemade, rholy, tmlcoch
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-20 13:33:36 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:

Description Tomas Mlcoch 2013-12-14 11:49:26 UTC
Description of problem:

DNF tries to install package for i686, but expected arch is x86_64.

$ uname -a
Linux localhost.localdomain 3.11.10-301.fc20.x86_64 #1 SMP Thu Dec 5 14:01:17 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

$ sudo dnf install openssl-devel
Resolving dependencies
--> Starting dependency resolution
--> Finished dependency resolution
Chyba: package openssl-devel-1:1.0.1e-30.fc20.i686 requires openssl-libs(x86-32) = 1:1.0.1e-30.fc20, but none of the providers can be installed

Yum works fine:
$ sudo yum install openssl-devel
Zavedené moduly: langpacks, refresh-packagekit
Řešení závislostí...
--> Kontrola transakce spuštěna
---> Balíček openssl-devel.x86_64 1:1.0.1e-31.fc20 bude instalován
--> Řešení závislostí dokončeno
...

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

$ rpm -q dnf libsolv hawkey librepo yum
dnf-0.4.9-1.fc20.noarch
libsolv-0.4.0-2.git4442b7f.fc20.x86_64
hawkey-0.4.6-1.fc20.x86_64
librepo-1.4.0-1.fc20.x86_64
yum-3.4.3-121.fc20.noarch

Comment 1 Ales Kozumplik 2013-12-16 07:48:04 UTC
Hi Tomas, thank you for the report. Can you please try again attaching all the depsolving details as described by http://dnf.baseurl.org/2013/11/25/reporting-depsolving-bugs/ ? Thank you.

Comment 2 Tomas Mlcoch 2013-12-20 13:33:36 UTC
Sorry for the late reaction, I couldn't provide the info sooner, the affected system was out of my reach.

With the current version of libsolv:
libsolv-0.4.1-0.gita8e47f1.fc20.x86_64
the bug seems to be fixed (no more reproducible).

Thank you

Closing