Problem installing bundle-kde

Hydroglow

Registered
I keep getting this..............


dpkg -i /sw/fink/dists/stable/crypto/binary-darwin-powerpc/kdelibs3-ssl_3.0.7-4_darwin-powerpc.deb /sw/fink/dists/stable/crypto/binary-darwin-powerpc/kdelibs3-ssl-dev_3.0.7-4_darwin-powerpc.deb
dpkg: regarding .../kdelibs3-ssl_3.0.7-4_darwin-powerpc.deb containing kdelibs3-ssl:
kdelibs3 conflicts with keramik
kdelibs3-ssl provides keramik and is to be installed.
dpkg: error processing /sw/fink/dists/stable/crypto/binary-darwin-powerpc/kdelibs3-ssl_3.0.7-4_darwin-powerpc.deb (--install):
conflicting packages - not installing kdelibs3-ssl
dpkg: regarding .../kdelibs3-ssl-dev_3.0.7-4_darwin-powerpc.deb containing kdelibs3-ssl-dev:
kdelibs3-ssl-dev conflicts with kdelibs3
kdelibs3 (version 3.0.7-4) is installed.
dpkg: error processing /sw/fink/dists/stable/crypto/binary-darwin-powerpc/kdelibs3-ssl-dev_3.0.7-4_darwin-powerpc.deb (--install):
conflicting packages - not installing kdelibs3-ssl-dev
Errors were encountered while processing:
/sw/fink/dists/stable/crypto/binary-darwin-powerpc/kdelibs3-ssl_3.0.7-4_darwin-powerpc.deb
/sw/fink/dists/stable/crypto/binary-darwin-powerpc/kdelibs3-ssl-dev_3.0.7-4_darwin-powerpc.deb
### execution of dpkg failed, exit code 1
Failed: can't batch-install packages: /sw/fink/dists/stable/crypto/binary-darwin-powerpc/kdelibs3-ssl_3.0.7-4_darwin-powerpc.deb /sw/fink/dists/stable/crypto/binary-darwin-powerpc/kdelibs3-ssl-dev_3.0.7-4_darwin-powerpc.deb
[Hydraulixs-Computer:~] hydraulix%



What can I do to fix this problem. And is Exit code 1 something to do with my not having permission to write files in a directory?
 
The exit code of one just means it exited with an error. commands exit with a code of 0 if they are successful, and > 0 if they aren't, it's up to the individual app to decide if it's giong to return an actual error code, or just 1. You problem is you need to uninstall the keramik package. What it appears might have happened, you might have instlaled the non-ssl kde libs, and you can't have both the ssl and the non-ssl versions. Check to see if you have the sll version installed. You might always want to take a look at "fink commander" which is a gui interface to fink that lets you know what you can/can't install.

Brian
 
kdelibs3-ssl-dev conflicts with kdelibs3
it seems to me that you have kdelibs3 installed and are trying to install kdelibs3-ssl-dev over it...somehow you need to uninstall "normal" kdelibs3 in order to get latter one to install. dunno how it's done, maybe sudo fink remove kdelibs3? I take no responsibility if something goes AWOL when issuing this command.
 
Thanks all for the help. I got it working I just installed the second choice for KDE (I forget which one it was)
 
Back
Top