bugGNU tar - Bugs: bug #67114, 1.34: List: Partly fails on...

 
 

bug #67114: 1.34: List: Partly fails on self-supplied enumeration of archive members at command line

Submitter:  None
Submitted:  Mon 12 May 2025 04:01:48 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  gray
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 14 May 2025 03:37:07 PM UTC, comment #2: 

Thanks!

Anonymous
Wed 14 May 2025 01:00:26 PM UTC, comment #1: 

Fixed in commit 4303066730.

Sergey Poznyakoff <gray>
Group administrator
Mon 12 May 2025 04:01:48 PM UTC, original submission:  

tar 1.34 list operation partly fails on self-supplied enumeration of archive members at command line:

user@host:~/tmp$ tar --list --file=grub-2.00.tar.xz `tar --list --file=grub-2.00.tar.xz`
grub-2.00/
grub-2.00/po/
[...]
grub-2.00/build-aux/compile
tar: grub-2.00/po: Not found in archive
[...]
tar: grub-2.00/build-aux/compile: Not found in archive
tar: Exiting with failure status due to previous errors


It works with --no-recursion as tar apparently doesn't like duplicates:

user@host:~/tmp$ tar --list --file=grub-2.00.tar.xz grub-2.00/build-aux/compile grub-2.00/build-aux/compile
grub-2.00/build-aux/compile
tar: grub-2.00/build-aux/compile: Not found in archive
tar: Exiting with failure status due to previous errors


I believe it shouldn't fail.

grub-2.00.tar.xz

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by gray (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2025-05-14 gray StatusNone Fixed
        Assigned toNone gray
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.15-26b0.
    Corresponding source code