Re: [Bug-tar] gtar's ACL support is still unusable

2019-03-15 Thread Sergey Poznyakoff
Hi Joerg, Thanks for reporting. I'll investigate this. Regards, Sergey

Re: [Bug-tar] gtar's ACL support is still unusable

2019-03-15 Thread Pavel Raiskup
Thanks for the report! +cc acl-devel On Thursday, March 14, 2019 2:51:10 PM CET Joerg Schilling wrote: > Trying to unpack the reference archives for the POSIX ACL proposal from > 1993 that was withdrawn in 1997 results in something like: > > /tmp/tar-1.31/src/tar --acls -xpf acl-test3.tar.gz

Re: [Bug-tar] gtar's ACL support is still unusable

2019-03-15 Thread Joerg Schilling
Pavel Raiskup wrote: > Thanks for the report! +cc acl-devel > > On Thursday, March 14, 2019 2:51:10 PM CET Joerg Schilling wrote: > > Trying to unpack the reference archives for the POSIX ACL proposal from > > 1993 that was withdrawn in 1997 results in something like: > > > > /tmp/tar-1.31/src/t

Re: [Bug-tar] [Acl-devel] gtar's ACL support is still unusable

2019-03-15 Thread Andreas Grünbacher
Am Fr., 15. März 2019 um 11:12 Uhr schrieb Pavel Raiskup : > > Thanks for the report! +cc acl-devel > > On Thursday, March 14, 2019 2:51:10 PM CET Joerg Schilling wrote: > > Trying to unpack the reference archives for the POSIX ACL proposal from > > 1993 that was withdrawn in 1997 results in someth

[Bug-tar] Tar options do not work together

2019-03-15 Thread Павел Самсонов
export TAR_OPTIONS=--delay-directory-restore --no-overwrite-dir tar -xvf source.tar.gz source/ Aborted Tar options --delay-directory-restore and --no-overwrite-dir do not work together in last tar version (1.31).

Re: [Bug-tar] Tar options do not work together

2019-03-15 Thread Sergey Poznyakoff
Hi, ha escrit: > export TAR_OPTIONS=--delay-directory-restore --no-overwrite-dir > tar -xvf source.tar.gz > source/ > Aborted > > Tar options --delay-directory-restore and --no-overwrite-dir do not work > together in last tar version (1.31). It's been fixed in 1.32. Regards, Sergey