You are not logged in.

1

Saturday, May 13th 2006, 12:26pm

KPackage Errors

Every time I try to install an RPM package with KPackage, I get failed dependencies like this:

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<.9/Win4LinPro.6.0.9/Win4LinPro-6.0.0-09.i386.rpm';echo RESULT=$?
error: Failed dependencies:
	/bin/sh is needed by Win4LinPro-6.0.0-09
	ld-linux.so.2 is needed by Win4LinPro-6.0.0-09
	libX11.so.6 is needed by Win4LinPro-6.0.0-09
	libXext.so.6 is needed by Win4LinPro-6.0.0-09
	libXi.so.6 is needed by Win4LinPro-6.0.0-09
	libc.so.6 is needed by Win4LinPro-6.0.0-09
	libcrypt.so.1 is needed by Win4LinPro-6.0.0-09
	libdl.so.2 is needed by Win4LinPro-6.0.0-09
	libgdk-1.2.so.0 is needed by Win4LinPro-6.0.0-09
	libglib-1.2.so.0 is needed by Win4LinPro-6.0.0-09
	libgmodule-1.2.so.0 is needed by Win4LinPro-6.0.0-09
	libgtk-1.2.so.0 is needed by Win4LinPro-6.0.0-09
	libm.so.6 is needed by Win4LinPro-6.0.0-09
	libnsl.so.1 is needed by Win4LinPro-6.0.0-09
	libutil.so.1 is needed by Win4LinPro-6.0.0-09
	libz.so.1 is needed by Win4LinPro-6.0.0-09
	libpthread.so.0 is needed by Win4LinPro-6.0.0-09
	libc.so.6(GLIBC_2.0) is needed by Win4LinPro-6.0.0-09
	libc.so.6(GLIBC_2.1) is needed by Win4LinPro-6.0.0-09
	libc.so.6(GLIBC_2.1.3) is needed by Win4LinPro-6.0.0-09
	libc.so.6(GLIBC_2.2) is needed by Win4LinPro-6.0.0-09
	libcrypt.so.1(GLIBC_2.0) is needed by Win4LinPro-6.0.0-09
	libdl.so.2(GLIBC_2.0) is needed by Win4LinPro-6.0.0-09
	libdl.so.2(GLIBC_2.1) is needed by Win4LinPro-6.0.0-09
	libm.so.6(GLIBC_2.0) is needed by Win4LinPro-6.0.0-09
	libm.so.6(GLIBC_2.1) is needed by Win4LinPro-6.0.0-09
	libnsl.so.1(GLIBC_2.0) is needed by Win4LinPro-6.0.0-09
	libpthread.so.0(GLIBC_2.0) is needed by Win4LinPro-6.0.0-09
	libpthread.so.0(GLIBC_2.1) is needed by Win4LinPro-6.0.0-09
	libpthread.so.0(GLIBC_2.2) is needed by Win4LinPro-6.0.0-09
	libutil.so.1(GLIBC_2.0) is needed by Win4LinPro-6.0.0-09
RESULT=1


I'm using Gentoo and I'm sure I have most, if not all of those files.
What's wrong?

2

Wednesday, May 17th 2006, 9:25pm

RE: KPackage Errors

?(

3

Wednesday, February 28th 2007, 3:43am

RE: KPackage Errors

I have the same problem )musix pack= no solution

4

Wednesday, February 28th 2007, 11:36am

Gentoo does not use rpm as package system.

rpm is a package manager that keeps a database of all installed software and what they provide and depend on.

when installing new software, rpm looks in the database if all the dependencies are solved.

gentoo does not use rpm, so there is not such a database available, so none of the dependencies are solved, while it it possible that all needed applications and libraries are on you system.

What can you do about it?

1 - first check if you have all those files installed. Then install the ones you missed with the gentoo package manager (emerge i guess)

2 install the rpm-package with kpackager and select the options that forces the installation and makes kpackage discard any dependencies.

3 you could also install from the commandline:

Source code

1
 rpm -i --force --nodeps Win4LinPro-6.0.0-09.i386.rpm
Help mee om KDE 3.5.5 in het Nederlands te vertalen