From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 125B63858409; Mon, 25 Mar 2024 12:06:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 125B63858409 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711368369; bh=xo+0S4wNZSbjJ4HePl4Xkae4sfB7jo6l7Jaq3/guFpk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gnvlYD9I36NcTUeVFNkFWYC2G8YIoYtQBEdfbiEh+GjJr1H3LzLmYnXMO2gXrnCvK VMEXV1DxFYDrQfdBQx9D9J7htZ2UYZCr7ut1kQx00DuQWNX6FfZS0extC3TW2LpabC YmGub8Xk8zmtiO2/pa2QAO8ZZ/KabgYRQ1PWTkVY= From: "doko at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ada/114424] gnat: Ada.Calendar.Clock crashes on 32bit architectures with 64bit time_t Date: Mon, 25 Mar 2024 12:06:08 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ada X-Bugzilla-Version: 13.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: doko at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D114424 --- Comment #9 from Matthias Klose --- 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 fail= ed - libflorist fails with posix-c.ads:876:07: error: size for "suseconds_t" too small, minimum all= owed is 64 posix-c.ads:876:07: error: size for "suseconds_t" too small, minimum allowe= d is 64 posix-c.ads:876:07: error: size for "suseconds_t" too small, minimum allowe= d is 64 posix-c.ads:876:07: error: size for "suseconds_t" too small, minimum allowe= d 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=3D31510 - 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=