bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-tar] Warning message when reading partial blocks from stdin.


From: Laurence Bond
Subject: [Bug-tar] Warning message when reading partial blocks from stdin.
Date: Thu, 14 Apr 2005 13:42:13 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1

Problem:
We have some generic script code which runs on multiple
platforms. Consequently it has to work with tar utilities
besides GNU tar.

On GNU Tar versions 1.14, 1.15 & 1.15.1, we get a warning out
about partial block reads eg

gzip -d -c a_tar_file.tar.gz | tar tvf - > /dev/null
gtar: Read 9216 bytes from -

No other tar utility we use generates this warning including earlier
versions of GNU tar. I recognise that this example could be recast
into a GNU specific form. However the issue is little bit more general
than decompression as the code in src/buffer.c seems to apply to any
input stream other than one created by tar for used with a decompression
tool.

The warning seems to be unnecessary. The fact it cannot be disabled is
alarming. Redirecting to stderr to /dev/null may mean genuine errors
or warnings are missed.


                                Laurence Bond





reply via email to

[Prev in Thread] Current Thread [Next in Thread]