Bug#964621: fakeroot: statx function not wrapped, causing FTBFS

2020-09-21 Thread jhcha54008
X-Debbugs-CC: 964621-submit...@bugs.debian.org, 
940056-submit...@bugs.debian.org, 968868-submit...@bugs.debian.org, Aurelien 
Jarno 

Hi, 

should this bug be merged with #940056 and #968868 ?

Regards,

JH Chatenet



Bug#964621: fakeroot: statx function not wrapped, causing FTBFS

2020-09-21 Thread Clint Adams
On Mon, Sep 21, 2020 at 12:48:25PM +0200, jhcha54008 wrote:
> should this bug be merged with #940056 and #968868 ?

If statx is the only reason for the failures.



Bug#964621: fakeroot: statx function not wrapped, causing FTBFS

2020-09-22 Thread jhcha54008
Le lundi 21 septembre à 23h 11mn 37s (+), Clint Adams a écrit :
> On Mon, Sep 21, 2020 at 12:48:25PM +0200, jhcha54008 wrote:
> > should this bug be merged with #940056 and #968868 ?
> 
> If statx is the only reason for the failures.

Hi,

Oops, you're right : the test 't.xattr' keeps failing but statx
is not the culprit. 
It seems that the output format of getcap has changed (if I 
understand correctly) : the test code expects
 
$tmp/foo = cap_net_raw+ep

but gets instead

$tmp/foo cap_net_raw=ep

However, one may build successfully version 1.24.1-1 if t.xattr is 
corrected and statx is wrapped.
(actually, I tested with dpkg-buildpackage in a sid chroot on 
amd64/stretch and add libfakestatx.so.0.0 from [1] to LD_PRELOAD
in fakeroot)

I hope it will help to find a solution !

Regards,
JH Chatenet

[1] : https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=940056#10