Bug 1043156 - DNF tries to install package for wrong arch
Summary: DNF tries to install package for wrong arch
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: dnf
Version: 20
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Packaging Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-14 11:49 UTC by Tomas Mlcoch
Modified: 2013-12-20 13:33 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-20 13:33:36 UTC
Type: Bug


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.