Hide Forgot
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
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.
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