OVH Community, votre nouvel espace communautaire.

PROBLEME MISE A JOUR PACKAGE ' nss-softokn-freebl '


websahib
20/01/2015, 16h05
Citation Envoyé par databeille
En clair, la commande à utiliser est :
Code:
sudo yum remove nss-softokn-freebl.i686
On a des paquets en dépendance (glibc, libstdc++, compat-libstdc++) mais qui sont également en doublon d'architecture.

On peut voir les paquets installés en architecture i686 avec la commande suivante :
Code:
sudo rpm -qa | grep i686
De mon côté, j'ai également un doublon sur libgcc.
Et ben MERCI !!!!

databeille
19/11/2014, 16h23
Citation Envoyé par detoldim
J'ai réglé mon problème grâce à ce post : https://www.centos.org/forums/viewto...p?f=13&t=46002
En clair, la commande à utiliser est :
Code:
sudo yum remove nss-softokn-freebl.i686
On a des paquets en dépendance (glibc, libstdc++, compat-libstdc++) mais qui sont également en doublon d'architecture.

On peut voir les paquets installés en architecture i686 avec la commande suivante :
Code:
sudo rpm -qa | grep i686
De mon côté, j'ai également un doublon sur libgcc.

detoldim
27/10/2014, 06h52
J'ai réglé mon problème grâce à ce post : https://www.centos.org/forums/viewto...p?f=13&t=46002

detoldim
27/10/2014, 06h46
J'ai le même problème sur mon VPS Classic.

FPB
20/10/2014, 12h21
Bonjour,

Lors d'une mise à jour de différents package sur mon VPS Cloud, pour un de ceux-ci, j'ai le message suivant :
Vous savez pourquoi ?

Now updating nss-softokn-freebl ..
Installing package(s) with command yum -y install nss-softokn-freebl ..
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* base: ftp.ciril.fr
* epel: mirror.i3d.net
* extras: ftp.ciril.fr
* rpmforge: mirror.nl.leaseweb.net
* updates: ftp.ciril.fr
1516 packages excluded due to repository priority protections
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package nss-softokn-freebl.x86_64 0:3.14.3-10.el6_5 will be updated
---> Package nss-softokn-freebl.x86_64 0:3.14.3-12.el6_5 will be an update
--> Finished Dependency Resolution
Error: 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 nss-softokn-freebl which is missing some
dependency that another package requires. Yum is trying to
solve this by installing an older version of nss-softokn-freebl 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 nss-softokn-freebl.otherarch ... this should give you an error
message showing the root cause of the problem.

2. You have multiple architectures of nss-softokn-freebl 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 nss-softokn-freebl 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).

Protected multilib versions: nss-softokn-freebl-3.14.3-12.el6_5.x86_64 != nss-softokn-freebl-3.14.3-10.el6_5.i686
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
.. install failed!