Comment 58 for bug 830440

Revision history for this message
Georg H. (georg-mails) wrote :

I have the same behavior like #50

1) Check if skype is installed:
# dpkg -l skype:i386
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name Version Beschreibung
+++-==============-==============-============================================
ii skype:i386 2.2.0.35-0onei VOIP and instant messaging client

2.1) Upgrade my system:

# apt-get upgrade
Reading package lists... Done
[...]
update-initramfs: Generating /boot/initrd.img-3.0.0-12-generic
Das folgende Paket verschwand von Ihrem System, da alle
Dateien von anderen Paketen überschrieben wurden:
  skype
Hinweis: Dies wird automatisch und absichtlich von dpkg durchgeführt.

=> Skype is replaced by another package (but why and which one?)

2.2) Install other packages has the same result:

# apt-get install appmenu-gtk:i386 libdbusmenu-glib4:i386 libdbusmenu-gtk4:i386
[...]
appmenu-gtk:i386 (0.3.0-0ubuntu1) wird eingerichtet ...
Trigger für libc-bin werden verarbeitet ...
ldconfig deferred processing now taking place
Das folgende Paket verschwand von Ihrem System, da alle
Dateien von anderen Paketen überschrieben wurden:
  skype
Hinweis: Dies wird automatisch und absichtlich von dpkg durchgeführt.

=> Skype is replaced by another package (but why and which one?)

3) Show package status:

# dpkg -l skype:i386
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name Version Beschreibung
+++-==============-==============-============================================
un skype:i386 <keine> (keine Beschreibung vorhanden)

4) But skype is still there:
:~$ ls -la /usr/bin/skype
-rwxr-xr-x 1 root root 21362968 2011-06-08 12:26 /usr/bin/skype

5) At this point all the dependencies between skype and all 32bit libs are gone. So apt want to "autoremove" them.

==> I think, there is something wrong with dpkg or with the skype package. Thanks!