[Insight-users] Download checksum failure
Luis Ibanez
luis.ibanez@kitware.com
Tue, 05 Nov 2002 08:15:51 -0500
Hi Neil,
I just double-checked downloading the tar.gz files
on Linux and everything works fine.
* InsightToolkit-1.0.0.tar.gz
What method did you used for downloading the files ?
If you use a web browser, some have the tendency
to interpret the tgz files and introduce changes
during the download. (e.g. MS Explorer).
Could you please repeat the download using a more
reliable metod ?
Something like "wget" maybe a better tool.
You can verify the checksum of the download file:
cksum InsightToolkit-1.0.0.tar.gz
returns
3052334797 7960256 InsightToolkit-1.0.0.tar.gz
and
sum -s InsightToolkit-1.0.0.tar.gz
returns
23385 15548 InsightToolkit-1.0.0.tar.gz
Another suspect could be the "tar" version of SUN.
(just a guess...)
Do you have a gnu tar installed ?
Please let us know what you find.
Thanks
Luis
============================================
Neil Killeen wrote:
> Hello
>
> I have downloaded the gzipped tar files of the distribution
>
> InsightToolkit-1.0.0.tar.gz
> InsightToolkit-1.0.0-doxygen.tar.gz
>
> after unzipping I attempted to extract the archives. e.g.
>
> % tar xvf InsightToolkit-1.0.0.tar
>
> Both tar files give me checksum error part way through the extraction
> process. I have verified that I am not encountering
>
> - a quota limitation
> - a disk space limitiation
> - a download failure
>
> I am doing this with a SUN workstation running
>
> % uname -a
> SunOS elara 5.6 Generic_105181-12 sun4u sparc SUNW,Ultra-1
>
> % which gzip
> /usr/local/gnu/bin/gzip
>
> % which tar
> /usr/bin/tar
>
>
> I was able to download and inflate the zipped archives
>
> InsightToolkit-1.0.0.zip
> InsightToolkit-1.0.0-doxygen.zip
>
> without problem. So I imagine the gzipped tar archives are corrupt.
>
> regards
> Neil Killeen
>
> _______________________________________________
> Insight-users mailing list
> Insight-users@public.kitware.com
> http://public.kitware.com/mailman/listinfo/insight-users
>
>