|
Message-Id: <CC7C7274-A24C-43B2-8AB3-2C6A66C72ECE@palsenberg.com> Date: Wed, 4 Apr 2012 11:06:46 +0200 From: Igmar Palsenberg <igmar@...senberg.com> To: owl-users@...ts.openwall.com Subject: Re: Upgrading to current gives dependency problem after kernel upgrade and boot > # 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
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.