Having a problem with upgrading Zope2.7 on Debian - when I run apt-get I keep getting Setting up zope2.7 (2.7.2-0-4) ... Traceback (most recent call last): File "/usr/lib/zope2.7/debian/fhs.py", line 31, in ? os.symlink(J((shared , a) ),J((debian , libd , a) )) OSError: [Errno 17] File exists dpkg: error processing zope2.7 (--configure): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: zope2.7 E: Sub-process /usr/bin/dpkg returned an error code (1) Any suggestions? Is there a more specific place for asking zope/debian specific questions? Cheers David
On 03.Jan 2005 - 15:07:30, David Cake wrote:
Having a problem with upgrading Zope2.7 on Debian - when I run apt-get I keep getting Setting up zope2.7 (2.7.2-0-4) ...
You should do an update, Zope 2.7 is 2.7.3 in current Debian testing and unstable and woody has no zope27 (for woody I would suggest to compile python2.3 and zope27 from source)
Traceback (most recent call last): File "/usr/lib/zope2.7/debian/fhs.py", line 31, in ? os.symlink(J((shared , a) ),J((debian , libd , a) )) OSError: [Errno 17] File exists dpkg: error processing zope2.7 (--configure):
This is http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=288350 If you have the same problem with a 2.7.3 Zope2.7 I'd suggest to send a report to this bug.
Is there a more specific place for asking zope/debian specific questions?
Debian-ML of your choice of course. Andreas -- You are dishonest, but never to the point of hurting a friend.
At 1:36 PM +0100 3/1/05, Andreas Pakulat wrote:
On 03.Jan 2005 - 15:07:30, David Cake wrote:
Having a problem with upgrading Zope2.7 on Debian - when I run apt-get I keep getting Setting up zope2.7 (2.7.2-0-4) ...
You should do an update, Zope 2.7 is 2.7.3 in current Debian testing and unstable and woody has no zope27 (for woody I would suggest to compile python2.3 and zope27 from source)
Traceback (most recent call last): File "/usr/lib/zope2.7/debian/fhs.py", line 31, in ? os.symlink(J((shared , a) ),J((debian , libd , a) )) OSError: [Errno 17] File exists dpkg: error processing zope2.7 (--configure):
This is http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=288350
Yep, that was the bug I submitted - wrongly, as it appears I've been bitten by an out of date debian mirror.
If you have the same problem with a 2.7.3 Zope2.7 I'd suggest to send a report to this bug.
Thanks - that seems to have fixed it. Cheers David
participants (2)
-
Andreas Pakulat -
David Cake