I tested one of my package (spyder) with piuparts.
The "install upgrade and purge" test failed with remaing files
13m27.1s INFO: Warning: Package purging left files on system:
/usr/share/pyshared/spyderlib owned by: python-spyderlib
/usr/share/pyshared/spyderlib/doc not owned
13m27.1s INFO: PASS: Installation, upgrade and purging tests.
doing the install test by hand, it seems that
installing and purging the old is ok (no remaining files)
installing and purging the new package is ok (no remaining files)
The problem triggered only during the upgrade
Investigating a little more on this I played with the dpkg --debug level
and I got this
D000010: process_archive: checking //usr/share/pyshared/spyderlib/doc/_sources/editor.txt for same files on upgrade/downgrade
D000010: process_archive: not removing //usr/share/pyshared/spyderlib/doc/_sources/editor.txt, since it matches /usr/share/doc/python-spyderlib/html/_sources/editor.txt
and at the end
dpkg*: avertissement*:*impossible de supprimer l'ancien répertoire «*/usr/share/pyshared/spyderlib/doc/_sources*»*: Le dossier n'est pas vide
sorry for the french
it mean sorry I can not remove the directory it is not empty
indeed dpkg decided not to remove identical files during an upgrade
Is it normal ?
thanks
Frederic
--
To UNSUBSCRIBE, email to debian-dpkg-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: A2A20EC3B8560D408356CAC2FC148E5320A679F1@SUN-DAG1.synchrotron-soleil.fr">http://lists.debian.org/A2A20EC3B8560D408356CAC2FC148E5320A679F1@SUN-DAG1.synchrotron-soleil.fr
Can you provide the old and new version of the package?
I think you have a symlink somewhere in your package, and while you
expected it to be replaced by a directory on upgrade, this did not happen.
And thus the old files were kept... because the place where they have been
moved to doesn't exist, it's still a symlink to the old place.
Cheers,
--
Raphaël Hertzog ◈ Debian Developer
Follow my Debian News â–¶ http://RaphaelHertzog.com (English)
▶ http://RaphaelHertzog.fr (Français)
--
To UNSUBSCRIBE, email to debian-dpkg-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20110807072259.GP14498@rivendell.home.ouaza.com">h ttp://lists.debian.org/20110807072259.GP14498@rivendell.home.ouaza.com
08-07-2011, 07:46 AM
PICCA Frédéric-Emmanuel
remaining files after an upgrade
> Can you provide the old and new version of the package?
here they are :
http://people.debian.org/~picca/spyder/
> I think you have a symlink somewhere in your package, and while you
> expected it to be replaced by a directory on upgrade, this did not happen.
> And thus the old files were kept... because the place where they have been
> moved to doesn't exist, it's still a symlink to the old place.
Here what I did
spyder-old
/usr/share/pyshare/spyderlib/doc (real files)
/usr/share/doc/spyder/html -> link to previous directory
/usr/share/doc/python-spyderlib/html -> same link
spyder-new
mode the doc into python-spyderlib
/usr/share/doc/python-spyderlib/html (real files)
/usr/share/doc/spyder/html -> link to the real files
Cheers
Frederic
--
To UNSUBSCRIBE, email to debian-dpkg-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: A2A20EC3B8560D408356CAC2FC148E5320A67A13@SUN-DAG1.synchrotron-soleil.fr">http://lists.debian.org/A2A20EC3B8560D408356CAC2FC148E5320A67A13@SUN-DAG1.synchrotron-soleil.fr
So this is the transition that I mentionned and that dpkg does not do.
You have to remove /usr/share/doc/python-spyderlib/html in "preinst
upgrade" to let dpkg install the new directory.
Cheers,
--
Raphaël Hertzog ◈ Debian Developer
Follow my Debian News â–¶ http://RaphaelHertzog.com (English)
▶ http://RaphaelHertzog.fr (Français)
--
To UNSUBSCRIBE, email to debian-dpkg-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20110807075629.GC15148@rivendell.home.ouaza.com">h ttp://lists.debian.org/20110807075629.GC15148@rivendell.home.ouaza.com
08-07-2011, 08:49 AM
PICCA Frédéric-Emmanuel
remaining files after an upgrade
Thanks, I will do this in the preinst
I think that I am not the first one affected by that sort of problem.
Is there a FAQ for package transition usual mistakes ? like this one.
thanks
Frederic
--
To UNSUBSCRIBE, email to debian-dpkg-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: A2A20EC3B8560D408356CAC2FC148E5320A67A57@SUN-DAG1.synchrotron-soleil.fr">http://lists.debian.org/A2A20EC3B8560D408356CAC2FC148E5320A67A57@SUN-DAG1.synchrotron-soleil.fr
Follow my Debian News â–¶ http://RaphaelHertzog.com (English)
▶ http://RaphaelHertzog.fr (Français)
--
To UNSUBSCRIBE, email to debian-dpkg-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20110807121233.GG16803@rivendell.home.ouaza.com">h ttp://lists.debian.org/20110807121233.GG16803@rivendell.home.ouaza.com