Bug#983843: xrdp FTBFS on several architectures

2021-03-24 Thread Matt Burt
The kfreebsd variant fails are down to FUSE_USE_VERSION not being defined for a header file that uses types from fuse_lowlevel.h I've put together a patch to fix this which moves the definition of FUSE_USE_VERSION from a C file to Makefile.am:- diff --git a/sesman/chansrv/Makefile.am

Bug#983843: xrdp FTBFS on several architectures

2021-03-22 Thread Thierry fa...@linux.ibm.com
At least that problem on ppc machines is due to fact that ppc64el is not taken in account properly A patch could be  diff xrdp-0.9.12/common/arch.h xrdp-bad/common/arch.h 64a65,70 > #if defined(__LITTLE_ENDIAN__) > #define L_ENDIAN > #else > #define B_ENDIAN > #endif > 68,69c74,75 <

Bug#983843: xrdp FTBFS on several architectures

2021-03-02 Thread Adrian Bunk
Source: xrdp Version: 0.9.15-1 Severity: serious Tags: patch ftbfs https://buildd.debian.org/status/package.php?p=xrdp=sid ... In file included from string_calls.h:24, from base64.c:25: arch.h:91:2: error: #warning unknown arch [-Werror=cpp] 91 | #warning unknown arch |