https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114424
--- Comment #9 from Matthias Klose <doko at gcc dot gnu.org> --- not sure if that's the right forum here, however: - in both Debian and Ubuntu, we're currently doing the time_t 64bit transition, for gnat that is moving from packages built with gnat-12 (32bit time_t) to packages built with gnat-13 (64bit time_t), on at least armhf (arm-linux-gnueabihf). - packages succeeding to build are adasockets, libxmlada, libgmpada, gprbuild. - next packages failing to build are: ahven, adacgi with that error gprbuild: raised CONSTRAINT_ERROR : a-calend.adb:371 overflow check failed - libflorist fails with posix-c.ads:876:07: error: size for "suseconds_t" too small, minimum allowed is 64 posix-c.ads:876:07: error: size for "suseconds_t" too small, minimum allowed is 64 posix-c.ads:876:07: error: size for "suseconds_t" too small, minimum allowed is 64 posix-c.ads:876:07: error: size for "suseconds_t" too small, minimum allowed is 64 compilation of posix_signals.ads failed compilation of posix-timers.adb failed compilation of posix_process_primitives.ads failed compilation of posix-timers-extensions.adb failed which is https://sourceware.org/bugzilla/show_bug.cgi?id=31510 - unrelated, the libtemplates-parser build is timing out for complete build logs see (enabling "good") https://ubuntu-archive-team.ubuntu.com/transitions/html/gnat-13.html