Re: Need help fixing KDE

2001-10-30 Thread P. de Vicente
El Mar 30 Oct 2001 00:02, John Gay escribió:
> After the serious problems of last nights attempts to install KDE2.2
> I've now found myself stuck with a broken KDE and no apperent way to fix
> it? Everything I try insists on removing ALL of KDE! I can't install KDE
> from unstable due to missing packages, but I can't fix my previous
> set-up either. apt-get install kde/unstable produces:
>
> progeny:/home/jgay# apt-get install kde/unstable
> Reading Package Lists... Done
> Building Dependency Tree... Done
> Selected version 4:2.2.8 (Debian:unstable) for kde
> You might want to run `apt-get -f install' to correct these:
> Sorry, but the following packages have unmet dependencies:
>kde: Depends: kdelibs3 (>= 4:2.2.1-12) but 4:2.1.2-3 is to be installed
> Depends: libkmid (>= 4:2.2.1-12) or
>  libkmid-alsa (>= 4:2.2.1-12) but it is not going to be
> installed
> Depends: kdebase-audiolibs (>= 4:2.2.1.0-4) but it is not going
> to be installed
> Depends: libkdenetwork1 (>= 4:2.2.1-1) but it is not going to be
> installed
> Depends: kate (>= 4:2.2.1.0-4) but it is not going to be installed
> Depends: konsole (>= 4:2.2.1.0-4) but it is not going to be
> installed
> Depends: kscreensaver (>= 4:2.2.1.0-4) but it is not going to be
> installed
> Depends: kruler but it is not going to be installed
> Depends: kdict but it is not going to be installed
> Depends: artsbuilder but it is not going to be installed
> Depends: noatun but it is not going to be installed
> Depends: knewsticker but it is not going to be installed
> Depends: ktimer but it is not going to be installed
> Depends: kcoloredit but it is not going to be installed
>kdebase: Depends: kdelibs3 (>= 4:2.2.1-11) but 4:2.1.2-3 is to be
> installed
>kdebase-libs: Depends: kdelibs3 (>= 4:2.2.1-11) but 4:2.1.2-3 is to
> be installed
>konqueror: Depends: kdelibs3 (>= 4:2.2.1-11) but 4:2.1.2-3 is to be
> installed
>libkonq3: Depends: kdelibs3 (>= 4:2.2.1-11) but 4:2.1.2-3 is to be
> installed
> E: Unmet dependencies. Try 'apt-get -f install' with no packages (or
> specify a solution).
> progeny:/home/jgay#
>   As you can see, there are several packages that just won't be
> installed, and this stops me from installing KDE from unstable at all.
> I've tried both dselect and apt to try to get back to my original
> set-up, but the first thing that needs to be removed is kdelibs3 4:2.2.1
> and this forces the removal of ALL my current KDE! I don't want to loose
> everything! But I do want to get KDE back. Gnome is just too awkward for
> me to use. Does anyone know how I can reverse this without loosing
> everything? I've even had to resort to using Mozilla for my mail because
> kmail is broke too.

  Here comes another advise from the many you have received. 
I would remove all KDE and reinstall again and I would remove it orderly. I 
think that measure is not a drastric one, altough it seems it is, because:
- You will keep your ~/.kde which contains all your personal 
settings.
- You do not need to download all packages again provided you do not 
"apt-get update" since the last time you did and you did not "apt-get clean", 
because they are already in /var/cache/apt/archives. 

 I think I found your same problem in one machine when moving from potato to 
woody + KDE 2.2.1 some time ago, and the way I sorted it out was to remove 
all KDE and reinstall from unstable (directly to KDE 2.2.1 not upgrade from 
KDE 2.1.1). 

Hope that helps,

Pablo de Vicente
KDE spanish translation team




Re: Need help fixing KDE

2001-10-30 Thread John Gay
>
>What happens with:
>apt-get -t unstable install kdelib3 (and so on)
>
>John Batistic
>
Even that fails with similar messages. Basically, the problem was that
kdelibs3_4%2.2.1 managed to install itself but kde will not install because
it's looking for packages that are not even in unstable yet.

After much fighting and swearing, I eventually partially fixed the problem
using dpkg --force-downgrade --force-overwrite -i kdelibs3_4%2.1.1* and
several other packages that had been upgrade to 2.2.1 I had to list several
packages on the one command due to the same packages provided by different
packages in the different versions. I can finally log into KDE again, but
kmail and konqueror both fail to start due to something about not finding
Polish_7KDialog even though I only use English? I tried to re-install and
reconfigure these packages, but I still have this problem, so I'm still
stuck with Mozilla for mail at the moment.

Of course these are the types of problem to be expecting from unstable. I
probably just picked a bad time to try upgrading jsut when Ivan had updated
several things but the all haven't reached the mirrors yet. I think for the
moment, I'll stay with testing, once I can get this polish problem worked
out.

Thanks for all the ideas and help! I can't imaging getting this type of
assistance from Redmond!

Cheers,

 John Gay




Re: Need help fixing KDE

2001-10-29 Thread John Batistic
On Mon, 29 Oct 2001 23:02:26 +
John Gay <[EMAIL PROTECTED]> wrote:

> After the serious problems of last nights attempts to install KDE2.2 
> I've now found myself stuck with a broken KDE and no apperent way to fix

> it? Everything I try insists on removing ALL of KDE! I can't install KDE

> from unstable due to missing packages, but I can't fix my previous 
> set-up either. apt-get install kde/unstable produces:
> 
> progeny:/home/jgay# apt-get install kde/unstable
> Reading Package Lists... Done
> Building Dependency Tree... Done
> Selected version 4:2.2.8 (Debian:unstable) for kde
> You might want to run `apt-get -f install' to correct these:
> Sorry, but the following packages have unmet dependencies:
>kde: Depends: kdelibs3 (>= 4:2.2.1-12) but 4:2.1.2-3 is to be
installed

What happens with:

apt-get -t unstable install kdelib3 (and so on)

John Batistic




Re: Need help fixing KDE

2001-10-29 Thread Greg Madden
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 29 October 2001 02:02 pm, John Gay wrote:
> After the serious problems of last nights attempts to install KDE2.2
> I've now found myself stuck with a broken KDE and no apperent way to
> fix it? Everything I try insists on removing ALL of KDE! I can't
> install KDE from unstable due to missing packages, but I can't fix my
> previous set-up either. apt-get install kde/unstable produces:

I have seen that before, didn't take notes but fumbled my way through.  
Of course it is trying to install the wrong kdelibs3 package so 
everything else fails.  Try dpkg -i kdelibs3 & then use dpkg --purge on 
the packages listed as depends. I think it would be helpful to install 
kdelibs3 first then kdebase before task kde.
- -- 
Greg Madden

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE73hP/gFopErbyUAoRAmqXAJ9aWsbt9oalgcFNKxWAd1ecEHRsOgCeJxaC
yNM5hh7EvWx6aftacU8SJ3Q=
=7NRA
-END PGP SIGNATURE-




Re: Need help fixing KDE

2001-10-29 Thread David Bishop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


While I can't wade through all the dependency problems, if apt or dselect 
isn't doing it for you, try downloading the packages by hand and using dpkg.  
To see the options to override dependencies and whatnot, man dpkg.  

HTH.

On Monday 29 October 2001 04:02 pm, John Gay wrote:
> After the serious problems of last nights attempts to install KDE2.2
> I've now found myself stuck with a broken KDE and no apperent way to fix
> it? Everything I try insists on removing ALL of KDE! I can't install KDE
> from unstable due to missing packages, but I can't fix my previous
> set-up either. apt-get install kde/unstable produces:
>
> progeny:/home/jgay# apt-get install kde/unstable
> Reading Package Lists... Done
> Building Dependency Tree... Done
> Selected version 4:2.2.8 (Debian:unstable) for kde
> You might want to run `apt-get -f install' to correct these:
> Sorry, but the following packages have unmet dependencies:
>kde: Depends: kdelibs3 (>= 4:2.2.1-12) but 4:2.1.2-3 is to be installed
> Depends: libkmid (>= 4:2.2.1-12) or
>  libkmid-alsa (>= 4:2.2.1-12) but it is not going to be
> installed
> Depends: kdebase-audiolibs (>= 4:2.2.1.0-4) but it is not going
> to be installed
> Depends: libkdenetwork1 (>= 4:2.2.1-1) but it is not going to be
> installed
> Depends: kate (>= 4:2.2.1.0-4) but it is not going to be installed
> Depends: konsole (>= 4:2.2.1.0-4) but it is not going to be
> installed
> Depends: kscreensaver (>= 4:2.2.1.0-4) but it is not going to be
> installed
> Depends: kruler but it is not going to be installed
> Depends: kdict but it is not going to be installed
> Depends: artsbuilder but it is not going to be installed
> Depends: noatun but it is not going to be installed
> Depends: knewsticker but it is not going to be installed
> Depends: ktimer but it is not going to be installed
> Depends: kcoloredit but it is not going to be installed
>kdebase: Depends: kdelibs3 (>= 4:2.2.1-11) but 4:2.1.2-3 is to be
> installed
>kdebase-libs: Depends: kdelibs3 (>= 4:2.2.1-11) but 4:2.1.2-3 is to
> be installed
>konqueror: Depends: kdelibs3 (>= 4:2.2.1-11) but 4:2.1.2-3 is to be
> installed
>libkonq3: Depends: kdelibs3 (>= 4:2.2.1-11) but 4:2.1.2-3 is to be
> installed
> E: Unmet dependencies. Try 'apt-get -f install' with no packages (or
> specify a solution).
> progeny:/home/jgay#
>   As you can see, there are several packages that just won't be
> installed, and this stops me from installing KDE from unstable at all.
> I've tried both dselect and apt to try to get back to my original
> set-up, but the first thing that needs to be removed is kdelibs3 4:2.2.1
> and this forces the removal of ALL my current KDE! I don't want to loose
> everything! But I do want to get KDE back. Gnome is just too awkward for
> me to use. Does anyone know how I can reverse this without loosing
> everything? I've even had to resort to using Mozilla for my mail because
> kmail is broke too.
>
> Cheers,
>
>   John Gay

- -- 
D.A.Bishop
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE73eZVKEJ4huP2XBERAq5JAKCi/QR+d9JldoQTGDLhSo40qVALBQCguBOA
CM2Cma6iVcd9MBcf69CCC8Y=
=yTHR
-END PGP SIGNATURE-




Re: Need help fixing KDE

2001-10-29 Thread Fabian Jansen
John Gay wrote:

> progeny:/home/jgay# apt-get install kde/unstable

Hi!
Try
apt-get -t unstable install kde
and apt-get will resolve the dependencies properly!
bye, Fabian




Need help fixing KDE

2001-10-29 Thread John Gay
After the serious problems of last nights attempts to install KDE2.2 
I've now found myself stuck with a broken KDE and no apperent way to fix 
it? Everything I try insists on removing ALL of KDE! I can't install KDE 
from unstable due to missing packages, but I can't fix my previous 
set-up either. apt-get install kde/unstable produces:

progeny:/home/jgay# apt-get install kde/unstable
Reading Package Lists... Done
Building Dependency Tree... Done
Selected version 4:2.2.8 (Debian:unstable) for kde
You might want to run `apt-get -f install' to correct these:
Sorry, but the following packages have unmet dependencies:
  kde: Depends: kdelibs3 (>= 4:2.2.1-12) but 4:2.1.2-3 is to be installed
   Depends: libkmid (>= 4:2.2.1-12) or
libkmid-alsa (>= 4:2.2.1-12) but it is not going to be 
installed
   Depends: kdebase-audiolibs (>= 4:2.2.1.0-4) but it is not going 
to be installed
   Depends: libkdenetwork1 (>= 4:2.2.1-1) but it is not going to be 
installed
   Depends: kate (>= 4:2.2.1.0-4) but it is not going to be installed
   Depends: konsole (>= 4:2.2.1.0-4) but it is not going to be 
installed
   Depends: kscreensaver (>= 4:2.2.1.0-4) but it is not going to be 
installed
   Depends: kruler but it is not going to be installed
   Depends: kdict but it is not going to be installed
   Depends: artsbuilder but it is not going to be installed
   Depends: noatun but it is not going to be installed
   Depends: knewsticker but it is not going to be installed
   Depends: ktimer but it is not going to be installed
   Depends: kcoloredit but it is not going to be installed
  kdebase: Depends: kdelibs3 (>= 4:2.2.1-11) but 4:2.1.2-3 is to be 
installed
  kdebase-libs: Depends: kdelibs3 (>= 4:2.2.1-11) but 4:2.1.2-3 is to 
be installed
  konqueror: Depends: kdelibs3 (>= 4:2.2.1-11) but 4:2.1.2-3 is to be 
installed
  libkonq3: Depends: kdelibs3 (>= 4:2.2.1-11) but 4:2.1.2-3 is to be 
installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or 
specify a solution).
progeny:/home/jgay#
 As you can see, there are several packages that just won't be 
installed, and this stops me from installing KDE from unstable at all. 
I've tried both dselect and apt to try to get back to my original 
set-up, but the first thing that needs to be removed is kdelibs3 4:2.2.1 
and this forces the removal of ALL my current KDE! I don't want to loose 
everything! But I do want to get KDE back. Gnome is just too awkward for 
me to use. Does anyone know how I can reverse this without loosing 
everything? I've even had to resort to using Mozilla for my mail because 
kmail is broke too.

Cheers,
John Gay