From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4F7921580E0 for ; Tue, 03 Jun 2025 21:17:16 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3721E343116 for ; Tue, 03 Jun 2025 21:17:16 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3AC931103C1; Tue, 03 Jun 2025 21:17:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 30A751103C1 for ; Tue, 03 Jun 2025 21:17:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B6C9C3430B2 for ; Tue, 03 Jun 2025 21:17:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28B5D1397 for ; Tue, 03 Jun 2025 21:17:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1748985276.3b3ae3d6b7eea786ef7355a8106c95fb65cc0985.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-debug/gdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-debug/gdb/gdb-9999.ebuild X-VCS-Directories: dev-debug/gdb/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3b3ae3d6b7eea786ef7355a8106c95fb65cc0985 X-VCS-Branch: master Date: Tue, 03 Jun 2025 21:17:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f2d9ec22-835b-4bdc-bee2-091b3bfad0a3 X-Archives-Hash: 0907864a301664655f3e74542136c7f8 commit: 3b3ae3d6b7eea786ef7355a8106c95fb65cc0985 Author: Sam James gentoo org> AuthorDate: Tue Jun 3 21:14:36 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 3 21:14:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b3ae3d6 dev-debug/gdb: temporarily use bash for live Bug: https://inbox.sourceware.org/gdb-patches/87ecw08tfk.fsf gentoo.org/ Signed-off-by: Sam James gentoo.org> dev-debug/gdb/gdb-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-debug/gdb/gdb-9999.ebuild b/dev-debug/gdb/gdb-9999.ebuild index e3015bdaa8c3..8012d10407b9 100644 --- a/dev-debug/gdb/gdb-9999.ebuild +++ b/dev-debug/gdb/gdb-9999.ebuild @@ -269,7 +269,8 @@ src_configure() { # ensure proper compiler is detected for Clang builds: bug #831202 export GCC_FOR_TARGET="${CC_FOR_TARGET:-$(tc-getCC)}" - econf "${myconf[@]}" + # XXX: bash for https://inbox.sourceware.org/gdb-patches/87ecw08tfk.fsf@gentoo.org/ + CONFIG_SHELL="${BROOT}"/bin/bash econf "${myconf[@]}" } src_test() {