I can confirm fakeroot fails it's own tests now, at least on amd* arm*
i386* while it doesn't on ppc64el, riscv64 and s390x.

tar -cf - tar | gzip -9 > faketar1.tar.gz
fakeroot tar -cf - tar | gzip -9 > faketar2.tar.gz

mkdir 1
mkdir 2

tar xvf faketar1.tar.gz -C 1 
tar xvf faketar2.tar.gz -C 2

ls -l tar/2/2
total 4
drwsr-xr-x 2 daemon sys 4096 Aug  4 18:05 2.hello
-rwsr--r-- 1 daemon sys    0 Aug  4 18:05 file


ls -l 2/tar/2/2
total 4
drwsr-xr-x 2 root root 4096 Aug  4 18:05 2.hello
-rwsr--r-- 1 root root    0 Aug  4 18:05 file


same dir, different outcome

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2160614

Title:
  id: fakeroot does not fake root (regression: 0.8.0 -> 0.9.0)

To manage notifications about this bug go to:
https://bugs.launchpad.net/rust-coreutils/+bug/2160614/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to