From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 52CB1385840E; Thu, 22 Feb 2024 23:15:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 52CB1385840E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708643757; bh=xLvEGvL3Bmd9Ak8OKTceWar6RXOYlM6TtIfgkjRLx2Y=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aJS9cdUhjeVl0WZ5GWdQWYHf91uGEkVSihgnU9/HRZJj9utFoAblKFis4NEcTxNHY cN5sBKf8DgiQvT32ck1UeRxzI02zgj9BqFZi9S8X5QEloNXBtSA2Tym/JwJ+zp2pzo eiFkgVVVWOJE8mp3R9IuCQWUKxhgQkzCEo9aN1Ps= From: "samuel.thibault@ens-lyon.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug modula2/113749] [14 Regression] m2 enabled build times out on i686-gnu (GNU Hurd) Date: Thu, 22 Feb 2024 23:15:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: modula2 X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: samuel.thibault@ens-lyon.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: gaius at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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=3D113749 --- Comment #3 from Samuel Thibault --- I don't think it is a regression. We noticed it only recently in Debian only because the configuration files got bogus. See for instance https://buildd.debian.org/status/fetch.php?pkg=3Dgcc-13&arch=3Dhurd-i386&ve= r=3D13.2.0-10&stamp=3D1705711375&raw=3D which fails the same: m2/boot-bin/mc --olang=3Dc++ --h-file-prefix=3DG -I../../src/gcc/m2/gm2-libs -I../../src/gcc/m2/gm2-compiler -I../../src/gcc/m2/gm2-libiberty -I E: Build killed with signal TERM after 180 minutes of inactivity And we can trace it back to this commit in debian: commit ac0e3d134553e01c04b6a1b7f9c855fcb747dd6f Author: Matthias Klose Date: Tue Oct 8 10:34:25 2019 +0200 * Disable gm2 on hurd-i386, mc hangs there (Samuel Thibault). Closes: #940600. That being said, it'd still be good to fix it, sure :)=