Bonsoir,
J'ai quelques soucis que je n'arrive pas à régler moi même. J'essaye d'installer un .rpm de crossover (fonctionnel sur mon autre pc également sous fedora 17) mais je reçois ce message:
erreur: Dépendances requises:
ld-linux.so.2 est nécessaire pour crossover-11.3.1-1.i386
libc.so.6 est nécessaire pour crossover-11.3.1-1.i386
libc.so.6(GLIBC_2.3) est nécessaire pour crossover-11.3.1-1.i386
libdl.so.2 est nécessaire pour crossover-11.3.1-1.i386
libm.so.6 est nécessaire pour crossover-11.3.1-1.i386
libICE.so.6 est nécessaire pour crossover-11.3.1-1.i386
libSM.so.6 est nécessaire pour crossover-11.3.1-1.i386
libX11.so.6 est nécessaire pour crossover-11.3.1-1.i386
libXext.so.6 est nécessaire pour crossover-11.3.1-1.i386
libXi.so.6 est nécessaire pour crossover-11.3.1-1.i386
libfreetype.so.6 est nécessaire pour crossover-11.3.1-1.i386
libz.so.1 est nécessaire pour crossover-11.3.1-1.i386
libasound.so.2 est nécessaire pour crossover-11.3.1-1.i386
libGL.so.1 est nécessaire pour crossover-11.3.1-1.i386
libXrandr.so.2 est nécessaire pour crossover-11.3.1-1.i386
Je fais des petites recherches pour savoir d'où viennent ces libraries à coups de yum provides et ainsi je découvre qu'ils viennent de multiples logiciels. A chaque fois que je veux les installer pour résoudre ces dépendances j'obtiens le message suivant:
Erreur : Multilib version problems found. This often means that the root
cause is something else and multilib version checking is just
pointing out that there is a problem. Eg.:
1. You have an upgrade for glibc which is missing some
dependency that another package requires. Yum is trying to
solve this by installing an older version of glibc of the
different architecture. If you exclude the bad architecture
yum will tell you what the root cause is (which package
requires what). You can try redoing the upgrade with
--exclude glibc.otherarch ... this should give you an error
message showing the root cause of the problem.
2. You have multiple architectures of glibc installed, but
yum can only see an upgrade for one of those arcitectures.
If you don't want/need both architectures anymore then you
can remove the one with the missing update and everything
will work.
3. You have duplicate versions of glibc installed already.
You can use "yum check" to get yum show these errors.
...you can also use --setopt=protected_multilib=false to remove
this checking, however this is almost never the correct thing to
do as something else is very likely to go wrong (often causing
much more problems).
protection contre les différentes versions de bibliothèques : glibc-2.15-58.fc17.i686 != glibc-2.15-57.fc17.x86_64
Je test avec un yum list glibc et j'obtiens ceci:
Paquets installés
glibc.x86_64 2.15-57.fc17 installed
glibc.x86_64 2.15-58.fc17 installed
Paquets disponibles
glibc.i686 2.15-58.fc17 updates
D'après ce que j'ai vu glibc est quelque chose d'assez gros et je ne peux pas installer la version i686 parce que la même erreur survient systématiquement et ce pour la plupart des programmes que j'essaie d'installer via yum. Je fais un petit test avec un yum install wine par exemple et là :
Erreur : Multilib version problems found. This often means that the root
cause is something else and multilib version checking is just
pointing out that there is a problem. Eg.:
1. You have an upgrade for gnutls which is missing some
dependency that another package requires. Yum is trying to
solve this by installing an older version of gnutls of the
different architecture. If you exclude the bad architecture
yum will tell you what the root cause is (which package
requires what). You can try redoing the upgrade with
--exclude gnutls.otherarch ... this should give you an error
message showing the root cause of the problem.
2. You have multiple architectures of gnutls installed, but
yum can only see an upgrade for one of those arcitectures.
If you don't want/need both architectures anymore then you
can remove the one with the missing update and everything
will work.
3. You have duplicate versions of gnutls installed already.
You can use "yum check" to get yum show these errors.
...you can also use --setopt=protected_multilib=false to remove
this checking, however this is almost never the correct thing to
do as something else is very likely to go wrong (often causing
much more problems).
protection contre les différentes versions de bibliothèques : gnutls-2.12.20-4.fc17.i686 != gnutls-2.12.17-1.fc17.x86_64
Erreur : protection contre les différentes versions de bibliothèques : glibc-2.15-58.fc17.i686 != glibc-2.15-57.fc17.x86_64
Erreur : protection contre les différentes versions de bibliothèques : 1:dbus-libs-1.4.10-7.fc17.i686 != 1:dbus-libs-1.4.10-6.fc17.x86_64
Pour résumer c'est le bordel et je suis coincé :hammer:
Je vous remercie d'avance.