--delete action prints "Bad file descriptor" due to insufficient privilege

2023-02-02 Thread Maxim Cournoyer
Hello, I stumbled on the following output when attempting to delete a file from a GNU tar produced archive, using GNU tar 1.34 on Guix: --8<---cut here---start->8--- $ tar -f tar-pack.tar --delete './var/guix/db/db.sqlite' tar: tar-pack.tar: Cannot read: Bad fi

Re: --delete action prints "Bad file descriptor" due to insufficient privilege

2023-02-04 Thread Maxim Cournoyer
Hi, "Sergey Poznyakoff" writes: > Hi Maxim, > > I cannot reproduce this with the recent version of tar (1.34). FWIW, > tar 1.29 is working fine as well. What version are you using? I used tar 1.34 as packaged in GNU Guix. -- Thanks, Maxim

Re: --delete action prints "Bad file descriptor" due to insufficient privilege

2023-02-05 Thread Maxim Cournoyer
Hi! Maxim Cournoyer writes: > Hi, > > "Sergey Poznyakoff" writes: > >> Hi Maxim, >> >> I cannot reproduce this with the recent version of tar (1.34). FWIW, >> tar 1.29 is working fine as well. What version are you using? > > I used ta