From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9F1C83858D28; Mon, 28 Aug 2023 17:44:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9F1C83858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1693244644; bh=9FgfGenqHSPphovYQ/feFRu/tMTP9+qFtMfffOnlbn8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OgVi0RigY3lq5fR768Bx6AA5T2ZRL/ZNvvy6+gavd3Exy9ye1DIEbHrSxA39DJOAV YT5TBz4oKFbisJYPTClDEHmLSXdog952plSNt0jR7F2olb7CFkOHRQC14EfoEhSduC 3yafbYNjtNCULO2lQvfOhheq8vKiS0KbmQVnQ3LQ= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug gdb/30368] GDB Python Failing to Import Zlib Module Date: Mon, 28 Aug 2023 17:44:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_reconfirmed_on cc everconfirmed bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30368 Tom Tromey changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2023-08-28 CC| |tromey at sourceware dot o= rg Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #1 from Tom Tromey --- Internally at AdaCore, we build gdb against a static libpython. Our build setup seems to add -export-dynamic to LDFLAGS to make this work. I think a clean patch to do this in gdb somewhere would be totally fine. --=20 You are receiving this mail because: You are on the CC list for the bug.=