Control: tag 1011234 +patch The attached patch fixes the issue:
Mattias
diff -ur fakeroot-1.28.orig/libfakeroot.c fakeroot-1.28/libfakeroot.c --- fakeroot-1.28.orig/libfakeroot.c 2022-03-04 14:21:41.000000000 +0000 +++ fakeroot-1.28/libfakeroot.c 2022-05-20 04:57:29.491263557 +0000 @@ -99,6 +99,8 @@ #if defined __linux__ #if defined (__aarch64__) #define _STAT_VER 0 + #elif defined (__ia64__) + #define _STAT_VER 1 #elif defined (__powerpc__) && __WORDSIZE == 64 #define _STAT_VER 1 #elif defined (__riscv) && __riscv_xlen==64
smime.p7s
Description: S/MIME cryptographic signature