On Sun, Dec 16, 2007 at 01:54:08 +0000, Philip Prindeville wrote:
> bzcat /home/philipp/trunk/dl/vim-7.1.tar.bz2 | tar -C 
> /home/philipp/trunk/build_i586   -xf -
> tar: Read 5120 bytes from -
> 
> Any idea why (re: the short read on "tar")?

This is not a problem.  Tar doesn't complain if you decompress the .bz2 file at
first and then "tar -xf" the decompressed file (.tar).  Tar doesn't know the
size of the uncompressed file (yet) when it's still compressed because Tar is
reading from stdin.  Try this:

(bzcat ~/.../.../vim-7.1.tar.bz2 ; dd bs=5120 if=/dev/zero count=1 ) |
tar tvf -

Does it help?


Adri
ᴠɪᴍ ⒎ ①

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Raspunde prin e-mail lui