From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E6D4B3858D28; Fri, 31 Mar 2023 17:15:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E6D4B3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1680282954; bh=9TQ3j9Wi06fZ2wkIZ9ouncX6bJDXOkAKXLg6E2oi1KI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QnzN/dVzRDuRtawBDeLUu9zkDjDyNOlA5Zx1EQ+o/dtvPfYMdKcvA0PLLgk16mW5k S+C/mB4EzgfgwGzhVPLuAd93UHYxEfCJpaCWczD0SWl1ZCnfC8V510ibeqs/UWs79A D8OdR/GwKE2v80nvy72jRvz+0sLG+i1qZOrwxYSI= From: "orbea at riseup dot net" To: gdb-prs@sourceware.org Subject: [Bug build/30295] Undefined reference for gcore_elf_make_tdesc_note in linux-tdep with slibtool Date: Fri, 31 Mar 2023 17:15:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: build X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: orbea at riseup dot net X-Bugzilla-Status: UNCONFIRMED 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: attachments.created 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=3D30295 --- Comment #4 from orbea --- Created attachment 14796 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D14796&action=3Ded= it Build fix patch (Attempt 2) As a test I removed both of the overridden CC variables from gdb/configure: CC=3D"./libtool --quiet --mode=3Dlink $CC" Which allows the configure test and build to succeed with both GNU libtool = and slibtool on my system. I am unsure if there is some edge case this would expose? I also tried removing it from gdb/acinclude.m4, but it is difficult to test with autoconf-2.71 which Gentoo provides rather than autoconf-2.69 which GDB seems to depend on. Regardless I attached a potential patch. --=20 You are receiving this mail because: You are on the CC list for the bug.=