Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Tue, 3 Apr 2012 04:27:12 +0000
From: Zenny <garbytrash@...il.com>
To: owl-users@...ts.openwall.com
Subject: Upgrading to current gives dependency problem after kernel upgrade
 and boot

Hi:

I tried to upgrade to the latest kernel and userland. The kernel
upgrade went well:

# 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


To solve, I tried to force install john,
# rpm -Fvh ~build/RPMS/john-1.7.9.4-owl1.x86_64.rpm
error: Failed dependencies:
	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

# rpm -Fvh ~build/RPMS/gcc-4.6.2-owl4.x86_64.rpm
error: Failed dependencies:
	cpp = 1:4.6.2-owl4 is needed by gcc-4.6.2-owl4
	libgcc >= 1:4.6.2-owl4 is needed by gcc-4.6.2-owl4
	libgmp.so.10()(64bit) is needed by gcc-4.6.2-owl4
	libmpc.so.2()(64bit) is needed by gcc-4.6.2-owl4
	libmpfr.so.4()(64bit) is needed by gcc-4.6.2-owl4
	gcc = 1:3.4.5-owl5 is needed by (installed) gcc-c++-3.4.5-owl5

# rpm -Fvh ~build/RPMS/gcc-c++-4.6.2-owl4.x86_64.rpm
error: Failed dependencies:
	gcc = 1:4.6.2-owl4 is needed by gcc-c++-4.6.2-owl4
	cpp = 1:4.6.2-owl4 is needed by gcc-c++-4.6.2-owl4
	libgmp.so.10()(64bit) is needed by gcc-c++-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

But no change. Any pointer? Thanks!

/z

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.