[Python-bugs-list] [ python-Bugs-828050 ] Solaris tar doesn't like Python-2.3.2.tar.gz

SourceForge.net noreply at sourceforge.net
Wed Oct 22 04:10:42 EDT 2003


Bugs item #828050, was opened at 2003-10-22 18:00
Message generated for change (Comment added) made by anthonybaxter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=828050&group_id=5470

Category: Build
Group: Python 2.3
>Status: Closed
>Resolution: Rejected
Priority: 5
Submitted By: Ronald Oussoren (ronaldoussoren)
Assigned to: Nobody/Anonymous (nobody)
Summary: Solaris tar doesn't like Python-2.3.2.tar.gz

Initial Comment:
Sun's tar on Solaris 8 and 9 cannot expand Python
-2.3.2.tar.gz:

$ gunzip < Python-2.3.2.tar.gz | tar xf -
tar: directory checksum error

GNU tar doesn't have that problem, but needs to be installed 
seperately. 

uname -a for the systems I tested:
- SunOS mai-ambessa 5.8 Generic_108528-03 sun4u sparc 
SUNW,Ultra-60
- SunOS gironde 5.9 Generic sun4u sparc SUNW,Ultra-5_10


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

>Comment By: Anthony Baxter (anthonybaxter)
Date: 2003-10-22 18:10

Message:
Logged In: YES 
user_id=29957

This is documented on the Build bugs section of the 2.3.2
webpages 
(http://www.python.org/2.3.2/bugs.html#build). It's not
something I plan to do anything about - the ancient tar
shipped on platforms such as Solaris is beyond help. The
appropriate fix is to get Sun to ship a newer tar. Or simply
download gnutar - packages are available from, e.g.
www.sunfreeware.com.



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

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



More information about the Python-bugs-list mailing list