Subject: | cpan-libcpanplus-perl generates a dpkg error |
Date: | Sun, 9 Sep 2007 17:52:27 +0200 |
To: | bug-cpanplus [...] rt.cpan.org |
From: | Jeremiah Foster <jeremiah [...] jeremiahfoster.com> |
Hello,
dpkg will not overwrite files if they are from two different
packages. In this case, dpkg gets asked to overwrite a file called
MANIFEST.SKIP which was already installed by cpan-libextutils-
manifest-perl.
I think the best thing to do is not to try to overwrite that file, if
that file is found, just go to the next action since that file is
most likely going to be the same from the other package anyway.
Unpacking cpan-libextutils-makemaker-perl (from .../cpan-libextutils-
makemaker-perl_6.32-1_all.deb) ...
dpkg: error processing /var/cache/apt/archives/cpan-libextutils-
makemaker-perl_6.32-1_all.deb (--unpack):
trying to overwrite `/usr/local/share/perl/5.8.8/ExtUtils/
MANIFEST.SKIP', which is also in package cpan-libextutils-manifest-perl
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/cpan-libextutils-makemaker-perl_6.32-1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)