Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  [SOLVED] d-u wants to remove many KDE apps  (Read 5807 times)

freedom

  • Guest
[SOLVED] d-u wants to remove many KDE apps
« on: 2015/01/05, 14:52:05 »
When trying to d-u  I get
Code: [Select]
apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be REMOVED:
  akonadiconsole akregator baloo-utils baloo4 blogilo kaddressbook kalarm kde-config-touchpad kde-plasma-desktop kde-workspace kde-workspace-bin kdeartwork
  kdebase-workspace-bin kdepim kdepim-kresources kdepim-runtime kgpg kjots kleopatra kmail knode knotes konsolekalendar kontact konversation kopete
  korganizer kscreensaver libakonadi-calendar4 libakonadi-contact4 libakonadi-kcal4 libcalendarsupport4 libeventviews4 libincidenceeditorsng4 libkalarmcal2
  libkblog4 libkcal4 libkcalutils4 libkdepim4 libkdepimdbusinterfaces4 libkolab0 libkopete4 libkpimidentities4 libkpimutils4 libksieveui4 libktnef4
  libmailcommon4 libmailimporter4 libmessagecomposer4 libmessagecore4 libmessagelist4 libmessageviewer4 libmicroblog4 libnoteshared4 libpimcommon4
  libtemplateparser4 plasma-dataengines-workspace plasma-desktop plasma-widget-lancelot plasma-widget-milou plasma-widgets-addons plasma-widgets-workspace
  python-kde4 siduction-art-kde-indiansummer siduction-art-ksplash-indiansummer
The following NEW packages will be installed:
  linux-headers-3.18-1.towo.2-siduction-amd64 linux-image-3.18-1.towo.2-siduction-amd64
The following packages have been kept back:
  libkcalcore4 libkholidays4
The following packages will be upgraded:
  anacron apt apt-utils bind9-host binutils bluez cpio cpp-4.9 dbus dbus-x11 debhelper distro-defaults dnsutils dpkg dpkg-dev file fonts-droid g++-4.9
  gcc-4.8-base gcc-4.9 gcc-4.9-base glances gnupg-agent gnupg2 gpgsm grub-common grub-efi-amd64-bin grub-efi-ia32-bin grub-pc grub-pc-bin grub2-common
  ifupdown imagemagick imagemagick-6.q16 imagemagick-common kdepimlibs-kio-plugins libakonadi-kabc4 libakonadi-kde4 libakonadi-kmime4 libakonadi-notes4
  libapt-inst1.5 libapt-pkg4.12 libasan1 libatomic1 libav-tools libavcodec56 libavdevice55 libavfilter5 libavformat56 libavresample2 libavutil54 libbind9-90
  libbluetooth3 libcilkrts5 libdb5.3 libdlrestrictions1 libdns-export100 libdns100 libdpkg-perl libgcc-4.9-dev libgcc1 libgfortran3 libgomp1 libgpgme++2
  libhogweed2 libical1 libirs-export91 libisc-export95 libisc95 libisccc90 libisccfg-export90 libisccfg90 libitm1 libjasper1 libkabc4 libkimap4 libkldap4
  libkmbox4 libkmime4 libkontactinterface4a libkpimtextedit4 libkresources4 libkxmlrpcclient4 liblsan0 liblwres90 liblzo2-2 libmagic1 libmagickcore-6.q16-2
  libmagickwand-6.q16-2 libmailtransport4 libmbim-glib4 libmbim-proxy libmspack0 libnettle4 libnm-glib-vpn1 libnm-glib4 libnm-util2 libnss3 libperl5.20
  libpolkit-qt-1-1 libpython3.4-minimal libpython3.4-stdlib libqgpgme1 libquadmath0 libquvi7 libsane libsane-common libsqlite3-0 libstdc++-4.9-dev libstdc++6
  libswscale3 libsyndication4 libtiff5 libtiff5-dev libtiffxx5 libtsan0 libubsan0 linux-headers-siduction-amd64 linux-image-siduction-amd64 man-db mdadm
  mime-support network-manager ntp perl perl-base perl-modules python-reportbug python3.4 python3.4-minimal reportbug sane-utils scdaemon sidu-base
  sidu-manual sidu-manual-data signing-party smartmontools sudo unzip vim vim-common vim-runtime whois wireless-regdb xdg-utils
146 upgraded, 2 newly installed, 65 to remove and 2 not upgraded.
Need to get 147 MB of archives.
After this operation, 6648 kB disk space will be freed.
I had trouble with upgrades on my netbook and kdenext repo but
this problem is on my desktop machine at work where kdenext repo is not enabled.
Here is active repos
Code: [Select]
siduction.list
# official siduction-lists
# BASE
deb http://ftp.uni-stuttgart.de/siduction/base unstable main
deb-src http://ftp.uni-stuttgart.de/siduction/base unstable main

# EXTRA
deb http://ftp.uni-stuttgart.de/siduction/extra unstable main
deb-src http://ftp.uni-stuttgart.de/siduction/extra unstable main

# FIXES
deb http://ftp.uni-stuttgart.de/siduction/fixes unstable main contrib non-free
deb-src http://ftp.uni-stuttgart.de/siduction/fixes unstable main

# KDE next
#deb http://packages.siduction.org/kdenext/ unstable main

So for now I postponed dist-upgrade  :-\
« Last Edit: 2015/01/05, 15:33:53 by freedom »

freedom

  • Guest
Re: d-u wants to remove many KDE apps
« Reply #1 on: 2015/01/05, 15:33:26 »
SOLVED
aptitude once again saves the day...  :D I will start to using it instead of apt-get

libical1a was the problem which break and replaces libical1 on which (to be REMOVED) KDE apps depends

so aptitude offers a solution to remove libical1 and install libical1a to satisfy dependencies.

 8)

Offline ayla

  • User
  • Posts: 1.744
Re: [SOLVED] d-u wants to remove many KDE apps
« Reply #2 on: 2015/01/05, 17:06:03 »
Code: [Select]
cal@neskaya:~cal: apt-rdepends libical1 > cal1
Reading package lists... Done
Building dependency tree
Reading state information... Done
cal@neskaya:~cal: apt-rdepends libical1a > cal1a
Reading package lists... Done
Building dependency tree
Reading state information... Done

cal@neskaya:~cal: diff cal1 cal1a
1c1
< libical1
---
> libical1a


cal@neskaya:~cal: LAND=C apt-cache policy libical1a
libical1a:
  Installiert:           (keine)
  Installationskandidat: 1.0-1.3
  Versionstabelle:
     1.0-1.3 0
        500 http://http.debian.net/debian/ unstable/main amd64 Packages
cal@neskaya:~cal: LAND=C apt-cache policy libical1
libical1:
  Installiert:           1.0-1.2
  Installationskandidat: 1.0-1.2
  Versionstabelle:
 *** 1.0-1.2 0
        500 http://http.debian.net/debian/ unstable/main amd64 Packages
        100 /var/lib/dpkg/status

No difference on the dependencies of the two packages, but according to your problem in this other thread:

Quote
cal@neskaya:~cal: apt-rdepends libkontactinterface4a > kont4a
Reading package lists... Done
Building dependency tree       
Reading state information... Done
cal@neskaya:~cal: apt-rdepends libkontactinterface4 > kont4
Reading package lists... Done
Building dependency tree       
Reading state information... Done
cal@neskaya:~cal: diff kont4 kont4a
1c1
< libkontactinterface4
---
> libkontactinterface4a
3,10c3,10
<   Depends: libkdecore5 (>= 4:4.14)
<   Depends: libkdeui5 (>= 4:4.14)
<   Depends: libkio5 (>= 4:4.14)
<   Depends: libkparts4 (>= 4:4.14)
<   Depends: libqt4-dbus (>= 4:4.5.3)
<   Depends: libqt4-xml (>= 4:4.5.3)
<   Depends: libqtcore4 (>= 4:4.7.0~beta1)
<   Depends: libqtgui4 (>= 4:4.5.3)
---
>   Depends: libkdecore5 (>= 4:4.13)
>   Depends: libkdeui5 (>= 4:4.13)
>   Depends: libkio5 (>= 4:4.13)
>   Depends: libkparts4 (>= 4:4.13)
>   Depends: libqt4-dbus (>= 4:4.8)
>   Depends: libqt4-xml (>= 4:4.8)
>   Depends: libqtcore4 (>= 4:4.8)
>   Depends: libqtgui4 (>= 4:4.8)

cal@neskaya:~cal: LANG=C apt-cache policy libkdecore5
libkdecore5:
  Installed: 4:4.14.3-siduction1
  Candidate: 4:4.14.3-siduction1
  Version table:
 *** 4:4.14.3-siduction1 0
        500 http://packages.siduction.org/kdenext/ unstable/main amd64 Packages
        100 /var/lib/dpkg/status
     4:4.14.2-4 0
        500 http://http.debian.net/debian/ unstable/main amd64 Packages
cal@neskaya:~cal: LANG=C apt-cache policy libqt4-dbus
libqt4-dbus:
  Installed: 4:4.8.6+git64-g5dc8b2b+dfsg-2+b1
  Candidate: 4:4.8.6+git64-g5dc8b2b+dfsg-2+b1
  Version table:
 *** 4:4.8.6+git64-g5dc8b2b+dfsg-2+b1 0
        500 http://http.debian.net/debian/ unstable/main amd64 Packages
        100 /var/lib/dpkg/status


You have installed stuff out of kdenext repo then commentet out this repo later and fixed broken dependencies with aptitude, I guess? Your dist-upgrade today happend on the same base?

If I'm right it seems not a good idea doing so. Siduction repos sometimes contain siduction specific stuff, often you can see this when the package name ends  in "-siduction". Pulling in other packages to replace this packages may cause exactly what you have discovered now.

Offline bad_aptitude

  • User
  • Posts: 78
Re: Not Solved d-u wants to remove many KDE apps
« Reply #3 on: 2015/01/05, 23:40:40 »
I encountered the same problem as freedom but with different repercussions.
3 days ago ago when I went to do a dist-upgrade on a brand new install, 60+ packages are listed to be removed. So I aborted the upgrade.

Oddly, even though I had aborted the dist-upgrade,  I then could not launch KDE because of a "seg fault".  ???
I repeated the fresh install yesterday and again went to do a dist upgrade 12 hours ago. I had the same issue of 60+ packages listed to be removed. Again, I aborted the upgrade and again I could not launch KDE because of a "seg fault". I've been around since the kanotix days and I've never encountered anything like this.

I have not added KDENEXT to the repos.

I don't want to use aptitude (in keeping with my handle  ;) )
So, do I just have to wait?

freedom

  • Guest
Re: [SOLVED] d-u wants to remove many KDE apps
« Reply #4 on: 2015/01/06, 09:28:48 »
You have installed stuff out of kdenext repo then commentet out this repo later and fixed broken dependencies with aptitude, I guess? Your dist-upgrade today happend on the same base?
No, nothing was installed or updated from kdenext repo.
As I said, this problem was on my desktop computer and problem in other thread was on netbook.

I don't want to use aptitude
I see no reason for that because it can save you from lots of aggravation in this kind of situation.  :D
« Last Edit: 2015/01/06, 09:33:02 by freedom »

Offline der_bud

  • User
  • Posts: 1.072
  • member
Re: [SOLVED] d-u wants to remove many KDE apps
« Reply #5 on: 2015/01/06, 14:00:05 »
I did this step by step, (no kdenext active):

1. update lists   [ LANG=C apt-get update ]
2. safe upgrade the upgradeable packages (without removes)   [ LANG=C apt-get --with-new-pkgs upgrade ]
3. make note of packages to be removed   [ LANG=C apt-get dist-upgrade --assume-no > removed.txt ]
4. dist-upgrade (accept removal), probably best done in init 3   [ LANG=C apt-get dist-upgrade ]
5. reinstall the removed packages   [ LANG=C apt-get install kde-plasma-desktop... $foo $bar ...  ]

The last command fixed libical1 -> libical1a and libkcalcore4 stuff and reinstalled all formerly removed stuff. Worked for me, just me 8)!
Du lachst? Wieso lachst du? Das ist doch oft so, Leute lachen erst und dann sind sie tot.

Offline JohnML

  • User
  • Posts: 22
Re: [SOLVED] d-u wants to remove many KDE apps
« Reply #6 on: 2015/01/06, 18:23:50 »
A) Danke für die Tipps!!


B) ... benötige ich aber scheints gar nicht mehr:



Die folgenden Pakete werden ENTFERNT:
  libical1
Die folgenden NEUEN Pakete werden installiert:
  libical1a


.. und der Rest als update ... so soll das sein!


Würde mich aber jetzt noch interessieren, was eigentlich hinter dem Problem stand?!!


Vermutlich die feinmaschige Logik von apt. die mir eh zu hoch ist :-))


Das Warten hat sich also gelohnt!!

Offline spacepenguin

  • User
  • Posts: 862
    • spacepenguin.de
Re: [SOLVED] d-u wants to remove many KDE apps
« Reply #7 on: 2015/01/18, 16:55:38 »
Funny, there is nothing hold back on my system, libical1 is on "status" and a d-u doesn't want to remove anything and it also does not want to install libical1a?? kde-next ist enabled...

If I try to manually install libical1a then it wants to remove half of KDE...

So shall I stay with libical1? Although it isn't in any repository? My system doesn't propose to upgrade...

It seems to me kde-next still is not comatible with libical1a? Couldn't siduction come in with a compatible version in kde-next?
Susan | Hardware: SysProfile
Music-Profile: http://www.last.fm/de/user/spacepengu