Control: tags -1 + patch On Wed, Mar 1, 2023 at 3:10 PM Shengjing Zhu <z...@debian.org> wrote: > I realized there probably was no need for runtime detection after some > discussion with others. > > After all, it has already dispatched the right _time64 function. But > on i386, the only case to use _time64 function is when compiled with > D_TIME_BITS=64. > So there shouldn't be two variants of stat64 struct. It's just > fakeroot is using the wrong one. > fakeroot should compile its all time64 funcs with D_TIME_BITS=64, then > it should get the right struct. (only these _time64 parts, so be in > separate files.) > > I'm still exploring this idea, but anyone more familiar with autoconf > would be helpful! >
Please see the patch https://salsa.debian.org/clint/fakeroot/-/merge_requests/22 -- Shengjing Zhu