Subject: bin/26362: pax-as-tar: volume end detection still broken
To: None <gnats-bugs@gnats.NetBSD.org>
From: Matthias Drochner <M.Drochner@fz-juelich.de>
List: netbsd-bugs
Date: 07/19/2004 13:05:39
>Number: 26362
>Category: bin
>Synopsis: pax-as-tar: volume end detection still broken
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: bin-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon Jul 19 11:07:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator: Matthias Drochner
>Release: NetBSD 2.0G, also 2.0 branch
>Organization:
KFA Juelich
>Environment:
System: NetBSD zelz26 2.0G NetBSD 2.0G (ZELZ26) #44: Tue Jul 13 21:30:46 MEST
2004 drochner@zelz26:/home/drochner/netbsd/sys/arch/i386/compile/ZELZ26 i386
Architecture: i386
Machine: i386
>Description:
There is at least one archive file which triggers an error message
(and non-zero exit status) with pax-as tar. The same file unpacks without
error with GNU tar.
Appearently the output files are created correctly, just a spurious
error is reported.
$ tar tzf ../../distfiles/ReportLab_1_19.tgz 2>&1|tail -3
reportlab-1_19/reportlab/tools/pythonpoint/styles/standard.py
tar: End of archive volume 1 reached
tar: Unexpected EOF on archive file
$ gtar tzf ../../distfiles/ReportLab_1_19.tgz 2>&1|tail -3
reportlab-1_19/reportlab/tools/pythonpoint/styles/modern.py
reportlab-1_19/reportlab/tools/pythonpoint/styles/projection.py
reportlab-1_19/reportlab/tools/pythonpoint/styles/standard.py
>How-To-Repeat:
Try to unpack ftp://ftp.reportlab.com/ReportLab_1_19.tgz.
(cd /usr/pkgsrc/print/py-reportlab; make)
>Fix:
???
>Release-Note:
>Audit-Trail:
>Unformatted: