Hi,

Quoting Clint Adams (2022-11-01 20:10:34)
> On Tue, Nov 01, 2022 at 07:44:05PM +0100, Johannes Schauer Marin Rodrigues 
> wrote:
> > the normal user "user" which suggests to me that the function is not
> > wrapped by fakeroot even though it should. Other functions that might be
> > interesting from glibc 2.34 and might need wrapping are
> > __fstatat64_time64 and __lstat64_time64.
> 
> If we only need to wrap the form with _time64 and not the one without, it
> should be easy to add that to the WRAPPED for loop in configure.ac .

only the form with _time64 is needed. On 64bit, __stat64_time64 is not used but
just a simple stat() is done. I've had to wrap the same functions on 32 bit
only in fakechroot as well

https://github.com/dex4er/fakechroot/pull/108

Do you have a patch for fakeroot that I can try?

Thanks!

cheers, josch

Attachment: signature.asc
Description: signature

Reply via email to