From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 444D33858C5E; Sat, 30 Dec 2023 19:32:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 444D33858C5E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703964772; bh=ZlEgbsUZbXLiihPg3z/zdbHPlvR+81bHofWgyzkf224=; h=From:To:Subject:Date:In-Reply-To:References:From; b=USL63WOup5qm7aaDuCOEGBcIDAb1CY6t1EBIJxWygHQV+ngFIbPRa99bnrqjaYnJN bxmBx1gyv8VsSzG2bu8mUFSpeuOpwmOKxZLaQbVoy16RMTuxmP1YPUPBRPXhYZbYE6 usa+0BKABqGlMOvUlBM+IAZ7FLz+Sjm1CXbKVpZQ= From: "eyalroz1 at gmx dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/87858] Building old multilib bootstrap GCC: stage1 32-bit libstdc++ fails to build after building 64-bit libstdc++ Date: Sat, 30 Dec 2023 19:32:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: unknown X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: eyalroz1 at gmx dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: 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=3D87858 --- Comment #15 from Eyal Rozenberg --- Note that: * in apt-based distributions such as Debian, the relevant package would be lib32stdc++-dev , or a similar name with the GCC version, e.g. lib32stdc++-11-dev . * Even when this particular issue is worked-around, the GCC build may still fail for another reason (e.g. incompatibility of the sanitizer library with your newer system see bug 113181).=