../../libfakeroot.c: In function ‘removexattr’:
../../libfakeroot.c:99:40: error: ‘_STAT_VER’ undeclared (first use in this function)
99 | #define INT_NEXT_STAT(a,b) NEXT_STAT64(_STAT_VER,a,b)
| ^~~~~~~~~
./fakerootconfig.h:9:43: note: in definition of macro ‘NEXT_STAT64’
9 | #define NEXT_STAT64(a,b,c) next___xstat64(a,b,c)
| ^
../../libfakeroot.c:1853:5: note: in expansion of macro ‘INT_NEXT_STAT’
1853 | r=INT_NEXT_STAT(path, &st);
| ^~~~~~~~~~~~~
../../libfakeroot.c: In function ‘lremovexattr’:
../../libfakeroot.c:100:42: error: ‘_STAT_VER’ undeclared (first use in this function)
100 | #define INT_NEXT_LSTAT(a,b) NEXT_LSTAT64(_STAT_VER,a,b)
| ^~~~~~~~~
./fakerootconfig.h:13:45: note: in definition of macro ‘NEXT_LSTAT64’
13 | #define NEXT_LSTAT64(a,b,c) next___lxstat64(a,b,c)
| ^
../../libfakeroot.c:1874:5: note: in expansion of macro ‘INT_NEXT_LSTAT’
1874 | r=INT_NEXT_LSTAT(path, &st);
| ^~~~~~~~~~~~~~
../../libfakeroot.c: In function ‘fremovexattr’:
../../libfakeroot.c:101:42: error: ‘_STAT_VER’ undeclared (first use in this function)
101 | #define INT_NEXT_FSTAT(a,b) NEXT_FSTAT64(_STAT_VER,a,b)
| ^~~~~~~~~
./fakerootconfig.h:11:45: note: in definition of macro ‘NEXT_FSTAT64’
11 | #define NEXT_FSTAT64(a,b,c) next___fxstat64(a,b,c)
| ^
../../libfakeroot.c:1895:5: note: in expansion of macro ‘INT_NEXT_FSTAT’
1895 | r=INT_NEXT_FSTAT(fd, &st);
| ^~~~~~~~~~~~~~
libtool: link: ar cru .libs/libmacosx.a .libs/libfakeroot_inode64.o .libs/libfakeroot_unix2003.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libmacosx.a
make[2]: *** [Makefile:648: libfakeroot.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
libtool: link: ( cd ".libs" && rm -f "libmacosx.la" && ln -s "../libmacosx.la" "libmacosx.la" )
make[2]: Leaving directory '/home/freetz/freetz-devel/source/host-tools/fakeroot-1.23/build/arch'
make[1]: *** [Makefile:670: install-recursive] Error 1
make[1]: Leaving directory '/home/freetz/freetz-devel/source/host-tools/fakeroot-1.23/build/arch'
make: *** [tools/make/fakeroot/fakeroot.mk:47: /home/freetz/freetz-devel/tools/build/bin/fakeroot] Error 2
[email protected]:~/freetz-devel$