On Mon, Mar 30, 2026 at 03:12:38PM +0200, Sven Geuer wrote: > Package: autoconf > Version: 2.72-6 > Severity: important > Tags: lfs > User: [email protected] > Usertags: i386 > Control: affects -1 xrdp > > Dear Maintainer, > > building xrdp on i386 FTBFS due to missing > > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 > > while it builds successfully on armhf where these flags are included. > See also bug https://bugs.debian.org/1131950.
I suspect this would be normal, as the i386 arch has not changed over to *always* being 64-bit time_t or LFS. If programs need these flags, there are AFAIK two options: 1) it can be shown that the flags work and cause no data corruption on i386, then the programs need to pass the flags in their (Debian) build scripts 2) they can be removed from i386. Best, Chris (not the autoconf maintainer)

