[ python-Bugs-962918 ] 2.3.4 can not be installed over 2.3.3

SourceForge.net noreply at sourceforge.net
Tue Jun 1 02:59:08 EDT 2004


Bugs item #962918, was opened at 2004-05-29 23:54
Message generated for change (Comment added) made by zgoda
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=962918&group_id=5470

Category: Build
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Jarek Zgoda (zgoda)
Assigned to: Nobody/Anonymous (nobody)
Summary: 2.3.4 can not be installed over 2.3.3

Initial Comment:
When trying to install newly-compiled 2.3.4 over
existing 2.3.3 I ran into "libinstall error" on
zipfile.py. After removing whole /usr/lib/python2.3 and
installing from scratch the installation was succesful.
I think it's some omission from installer script, since
I didn't have any problem when I upgraded 2.3.0 to
2.3.2 ant thet to 2.3.3.

----------------------------------------------------------------------

>Comment By: Jarek Zgoda (zgoda)
Date: 2004-06-01 08:59

Message:
Logged In: YES 
user_id=92222

System is Slackware Linux 9.1/2.6.6, Python 2.3.3 (version
that I tried to overwrite) was compiled by me on the same
machine.
Error message was as I wrote: "libinstall error". Command
chain was very usual: 
./configure --prefix=/usr --disable-ipv6
make
make test
make install
Error was raised during last step, the very last entry
before error occured on the list of installed libraries was
zipfile.py.

----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2004-05-31 23:09

Message:
Logged In: YES 
user_id=21627

What operating system are you using? Can you report the
precise wording of the error that you get, and the command
that you have invoked to trigger this error?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=962918&group_id=5470



More information about the Python-bugs-list mailing list