Re: Upgrading to current gives dependency problem after kernel upgrade and boot
Igmar Palsenberg <[email protected]> Wed, 4 Apr 2012 11:06:46 +0200
| Newsgroups | gmane.linux.openwall.user |
|---|---|
| Message-ID | <[email protected]> |
> # uname -a > Linux owltst 2.6.18-274.18.1.el5.028stab098.1.owl1 #1 SMP Sat Feb 25 > 12:53:41 MSK 2012 x86_64 GNU/Linux > > But when I tried to upgrade to the userland, I got dependency errors: > # rpm -Fvh ~build/RPMS/*.rpm > error: Failed dependencies: > libmpc.so.2()(64bit) is needed by gcc-4.6.2-owl4 > libmpfr.so.4()(64bit) is needed by gcc-4.6.2-owl4 > libmpc.so.2()(64bit) is needed by gcc-c++-4.6.2-owl4 > libmpfr.so.4()(64bit) is needed by gcc-c++-4.6.2-owl4 > libgomp.so.1()(64bit) is needed by john-1.7.9.4-owl1 > libgomp.so.1(GOMP_1.0)(64bit) is needed by john-1.7.9.4-owl1 > libgomp.so.1(OMP_1.0)(64bit) is needed by john-1.7.9.4-owl1 -Fvh only works in installed packages. Not on new dependancies. RPM doesn't handle this case, that's where normally yum and friends come to help. Do an install of mpfr, libgomp. and mpc (rpm -ivh --force), and try the upgrade again. Igmar