|
From: Nguyen, D. J. \(M. Systems\) <Duo...@ng...> - 2005-03-29 18:15:48
|
I've just downloaded valgrind version 2.4.0 (valgrind-2.4.0.tar.tar) and get the following error when trying to extract the file to build tar xvfz valgrind-2.4.0.tar.tar gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error exit delayed from previous errors What am I doing wrong? Thank you in advance, James |
|
From: Jeroen N. W. <jn...@xs...> - 2005-03-29 18:18:51
|
> I've just downloaded valgrind version 2.4.0 (valgrind-2.4.0.tar.tar) and > get the > following error when trying to extract the file to build > > tar xvfz valgrind-2.4.0.tar.tar > > gzip: stdin: not in gzip format > tar: Child returned status 1 > tar: Error exit delayed from previous errors > > What am I doing wrong? My guess is that the file got unzipped during download. Try `tar xvf valgrind-2.4.0.tar.tar` (without the 'z'). Jeroen. |