Bug 188707

Summary: switches at the end are not recognized
Product: [Fedora] Fedora Reporter: Nerijus Baliūnas <nerijus>
Component: tarAssignee: Peter Vrabec <pvrabec>
Status: CLOSED ERRATA QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 5   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-04-25 23:55:08 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Nerijus Baliūnas 2006-04-12 14:13:55 UTC
I have a commercial application which I cannot install, as it uses
/bin/tar -xf $cdPathDir/IMAGES.DIR/FS.0 ./install/tmp -b1 2>/dev/null
I get:
/bin/tar: -b1: Not found in archive
/bin/tar: Error exit delayed from previous errors

It works if I move "-b1" to the beginning:
/bin/tar -b1 -xf $cdPathDir/IMAGES.DIR/FS.0 ./install/tmp 2>/dev/null

IMHO it is a regression. It works with tar-1.13.25.

Comment 1 Peter Vrabec 2006-04-24 13:40:30 UTC
I have found the patch: 
http://lists.gnu.org/archive/html/bug-tar/2005-01/msg00012.html 
 
update somes soon, thx. for report 

Comment 2 Nerijus Baliūnas 2006-04-25 02:00:16 UTC
I've just tested the patch, it works, thanks.

Comment 3 Nerijus Baliūnas 2006-04-25 23:55:08 UTC
tar-1.15.90-1.FC5 fixes it.