tags 303454 + unreproducible tags 303454 + moreinfo thanks * Thomas Labourdette ([EMAIL PROTECTED]) disait : > Installation failed with error messages : > dpkg : erreur de traitement de > /var/cache/apt/archives/tecnoballz-data_0.91-1_all.deb (--unpack) : > tentative de remplacement de > « /usr/share/games/tecnoballz/edmap01.data », qui appartient aussi au > paquet tecnoballz > dpkg-deb: sous-processus paste tué par le signal (Relais brisé (pipe)) > Préparation du remplacement de tecnoballz 0.90.6-3 (en utilisant > .../tecnoballz_0.91-1_i386.deb) ... > Dépaquetage de la mise à jour de tecnoballz ... > Des erreurs ont été rencontrées pendant l'exécution : > /var/cache/apt/archives/tecnoballz-data_0.91-1_all.deb > E: Sub-process /usr/bin/dpkg returned an error code (1)
He he :) Your problem comes from the fact that you installed tecnoballz _before_ it was shipped with Debian. The first unofficial package you installed was providing data files as well as binary. That's not the case in the Debian archive. That bug could not appear with a pure Debian sources.list (I mean, using only sid/sarge packages could not produce the bug). Anyway, you can fix the problem like that: # dpkg --force-overwrite -i /var/cache/apt/archives/tecnoballz-data_0.91-1_all.deb Or even, purging the package before upgrading would work fine I suppose: # apt-get remove --purge tecnoballz # apt-get clean # apt-get update # apt-get install tecnoballz Please confirm that the bug comes from the fact that you upgraded from the old unofficial package to the first Debian one, so I can close the bug safely. -- Alexis Sukrieh <[EMAIL PROTECTED]> http://www.sukria.net « Quidquid latine dictum sit, altum sonatur. » Whatever is said in Latin sounds profound.