% ls -l /sw/src/unzip*
-rw-r--r-- 1 root admin 1068662 Nov 25 15:14 /sw/src/unzip550.tar.gz
If that looks all right, check the size on your gzip executable:
which gzip | xargs ls -l -rwxr-xr-x 1 root admin 72528 Sep 23 10:26 /sw/bin/gzip
The builtin gzip on my machine (10.2.8) is smaller:
-rwxr-xr-x 1 root wheel 64868 Sep 23 10:26 /usr/bin/gzip
On Tuesday, November 25, 2003, at 03:05 PM, Richard Stocker wrote:
My OS is Jaguar 10.2.8
Fink: Package manager version: 0.16.2 Distribution version: 0.6.2
Error message:
Do you want to continue? [Y/n] y
rm -rf unzip-5.50-4
mkdir -p /sw/src/unzip-5.50-4
gzip -dc /sw/src/unzip550.tar.gz | /sw/bin/tar -xf -
### execution of gzip failed, exit code 138
Unpacking the file unzip550.tar.gz of package unzip-5.50-4 failed. The most
likely cause for this is a corrupted or incomplete download. Do you want to
delete the tarball and download it again? [Y/n] y
rm -f /sw/src/unzip550.tar.gz
curl -f -L -O http://distfiles.opendarwin.org/unzip550.tar.gz
% Total % Received % Xferd Average Speed Time Curr.
Dload Upload Total Current Left Speed
100 1043k 100 1043k 0 0 59870 0 0:00:17 0:00:17 0:00:00 63210
gzip -dc /sw/src/unzip550.tar.gz | /sw/bin/tar -xf -
### execution of gzip failed, exit code 138
Unpacking the file unzip550.tar.gz of package unzip-5.50-4 failed. The most
likely cause for this is a corrupted or incomplete download. Do you want to
delete the tarball and download it again? [Y/n] n
Failed: unpacking file unzip550.tar.gz of package unzip-5.50-4 failed
I checked that the permissions are correct.
Any help will be gratefully appreciated.
Rick
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
