On Tue, 14 Jun 2011 13:09:50 +0200, Andreas Radke <a.ra...@arcor.de> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Can you please confirm the tarballs. gzip and bzip2 tarballs won't
> extract here throwing errors until you give tar -f parameter. I can't
> build packages because our packaging system uses simple bsdtar without
> further options.
> 
> tar -tvf ~/arch64/sources/MesaLib-7.10.2.tar.gz | grep ^h
> 
> shows nothing  for the working older releases but many broken links in
> the new archives.
> 
> [andyrtr@workstation64 foo]$ LANG=C tar -tvf 
> ~/arch64/sources/MesaLib-7.10.3.tar.gz | grep ^h

No errors for me. The following produces no errors.

$ # Fetch and unzip bz2
$ wget ftp://freedesktop.org/pub/mesa/7.10.3/MesaLib-7.10.3.tar.bz2
$ tar xvf MesaLib-7.10.3.tar.bz2

$ # Fetch and unzip gz
$ wget ftp://freedesktop.org/pub/mesa/7.10.3/MesaLib-7.10.3.tar.gz
$ tar xvf MesaLib-7.10.3.tar.gz

- Chad
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to