From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3DA913857BA2; Sat, 30 Dec 2023 10:06:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3DA913857BA2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703930818; bh=F9Ayz3cMkG3btq4hoQOvaE6+wXg/mIi+lvTPJQLgV6I=; h=From:To:Subject:Date:From; b=HwvpLC2x2ntM+Qe124Y1k2sxESyvXkqYLv8DBYpGyyl/B8pwOZlj7jMoGMTi2ecbp RR2O5r3QGbqoo9BKMyko5cytam6wwiXiQ6FUMZgB5hawSqQNf6fez9ml17Due0S2CC QsW9MdxiwoIzmUqsgP99OvBQ5Sy2FrYg7COgMeTI= From: "eyalroz1 at gmx dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/113177] New: GCC 8.5.0 build with libstdcxx gets library versions mixed up Date: Sat, 30 Dec 2023 10:06:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 8.5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: eyalroz1 at gmx dot com X-Bugzilla-Status: UNCONFIRMED 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D113177 Bug ID: 113177 Summary: GCC 8.5.0 build with libstdcxx gets library versions mixed up Product: gcc Version: 8.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: eyalroz1 at gmx dot com Target Milestone: --- If I try to build GCC versions 8.5.0, or 6.5.0, on a recent GNU/Linux distribution, e.g. Devuan Excalibur (~=3D Debian Trixie), with the following config: ./configure --enable-languages=3Dc,c++ at some point in the build, I get: libstdc++.so.6: version `GLIBCXX_3.4.30' not found and it seems like the build either tries to use the host system's libstdc++= , or otherwise mixes up the versions of things it's using.=