[Python-modules-team] Bug#700782: python3-cxx-dev: unhandled symlink to directory conversion: /usr/include/python3.2

Andreas Beckmann anbe at debian.org
Sun Feb 17 14:02:05 UTC 2013


Package: python3-cxx-dev
Version: 6.2.4-2
Severity: serious
User: debian-qa at lists.debian.org
Usertags: piuparts

Hi,

an upgrade test with piuparts revealed that your package installs files
over existing symlinks and possibly overwrites files owned by other
packages. This usually means an old version of the package shipped a
symlink but that was later replaced by a real (and non-empty)
directory. This kind of overwriting another package's files cannot be
detected by dpkg.

This was observed on the following upgrade paths:

  squeeze -> wheezy

For /usr/share/doc/PACKAGE this may not be problematic as long as both
packages are installed, ship byte-for-byte identical files and are
upgraded in lockstep. But once one of the involved packages gets
removed, the other one will lose its documentation files, too,
including the copyright file, which is a violation of Policy 12.5:
http://www.debian.org/doc/debian-policy/ch-docs.html#s-copyrightfile

For other overwritten locations anything interesting may happen.

Note that dpkg intentionally does not replace directories with symlinks
and vice versa, you need the maintainer scripts to do this.
See in particular the end of point 4 in
http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#s-unpackphase

For switching from a symlink to a directory, the *preinst* script
should do something like this:

        DOCDIR=/usr/share/doc/@@PACKAGE@@

        if [ -L $DOCDIR ]; then
                rm $DOCDIR
        fi


>From the attached log (usually somewhere in the middle...):

0m54.2s INFO: dirname part contains a symlink:
  /usr/include/python3.2/CXX (python3-cxx-dev) != /usr/include/python3.2mu/CXX (?)
  /usr/include/python3.2/CXX/Config.hxx (python3-cxx-dev) != /usr/include/python3.2mu/CXX/Config.hxx (?)
  /usr/include/python3.2/CXX/Exception.hxx (python3-cxx-dev) != /usr/include/python3.2mu/CXX/Exception.hxx (?)
  /usr/include/python3.2/CXX/Extensions.hxx (python3-cxx-dev) != /usr/include/python3.2mu/CXX/Extensions.hxx (?)
  /usr/include/python3.2/CXX/IndirectPythonInterface.hxx (python3-cxx-dev) != /usr/include/python3.2mu/CXX/IndirectPythonInterface.hxx (?)
  /usr/include/python3.2/CXX/Objects.hxx (python3-cxx-dev) != /usr/include/python3.2mu/CXX/Objects.hxx (?)
  /usr/include/python3.2/CXX/Python3 (python3-cxx-dev) != /usr/include/python3.2mu/CXX/Python3 (?)
  /usr/include/python3.2/CXX/Python3/Config.hxx (python3-cxx-dev) != /usr/include/python3.2mu/CXX/Python3/Config.hxx (?)
  /usr/include/python3.2/CXX/Python3/CxxDebug.hxx (python3-cxx-dev) != /usr/include/python3.2mu/CXX/Python3/CxxDebug.hxx (?)
  /usr/include/python3.2/CXX/Python3/Exception.hxx (python3-cxx-dev) != /usr/include/python3.2mu/CXX/Python3/Exception.hxx (?)
  /usr/include/python3.2/CXX/Python3/ExtensionModule.hxx (python3-cxx-dev) != /usr/include/python3.2mu/CXX/Python3/ExtensionModule.hxx (?)
  /usr/include/python3.2/CXX/Python3/ExtensionOldType.hxx (python3-cxx-dev) != /usr/include/python3.2mu/CXX/Python3/ExtensionOldType.hxx (?)
  /usr/include/python3.2/CXX/Python3/ExtensionType.hxx (python3-cxx-dev) != /usr/include/python3.2mu/CXX/Python3/ExtensionType.hxx (?)
  /usr/include/python3.2/CXX/Python3/ExtensionTypeBase.hxx (python3-cxx-dev) != /usr/include/python3.2mu/CXX/Python3/ExtensionTypeBase.hxx (?)
  /usr/include/python3.2/CXX/Python3/Extensions.hxx (python3-cxx-dev) != /usr/include/python3.2mu/CXX/Python3/Extensions.hxx (?)
  /usr/include/python3.2/CXX/Python3/IndirectPythonInterface.hxx (python3-cxx-dev) != /usr/include/python3.2mu/CXX/Python3/IndirectPythonInterface.hxx (?)
  /usr/include/python3.2/CXX/Python3/Objects.hxx (python3-cxx-dev) != /usr/include/python3.2mu/CXX/Python3/Objects.hxx (?)
  /usr/include/python3.2/CXX/Python3/PythonType.hxx (python3-cxx-dev) != /usr/include/python3.2mu/CXX/Python3/PythonType.hxx (?)
  /usr/include/python3.2/CXX/Version.hxx (python3-cxx-dev) != /usr/include/python3.2mu/CXX/Version.hxx (?)
  /usr/include/python3.2/CXX/WrapPython.h (python3-cxx-dev) != /usr/include/python3.2mu/CXX/WrapPython.h (?)


This could be a change in a python package, not python3-cxx-dev itself,
please investigate and maybe reassign or adjust your install location.


cheers,

Andreas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: python3-cxx-dev_6.2.4-2.log.gz
Type: application/x-gzip
Size: 29184 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/python-modules-team/attachments/20130217/663b7922/attachment-0001.bin>


More information about the Python-modules-team mailing list