From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id WbKxIjpedGY/OAEAWB0awg (envelope-from ) for ; Thu, 20 Jun 2024 12:52:10 -0400 Received: by simark.ca (Postfix, from userid 112) id 832511E0C1; Thu, 20 Jun 2024 12:52:10 -0400 (EDT) Received: from server2.sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 71EDB1E030 for ; Thu, 20 Jun 2024 12:52:08 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 0F40C3894C08 for ; Thu, 20 Jun 2024 16:52:08 +0000 (GMT) Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 6497E389000C; Thu, 20 Jun 2024 16:51:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6497E389000C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 6497E389000C Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=45.83.234.184 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1718902305; cv=none; b=q02NXLUI5o/SaNHciPSZiag1+sRIjjkOQGpKfh6geS9KY4vxHgqoOrEUeBtc6L2BH20PsMcF71TYP5dDKAmVPqPPf/0/yGp8CGUVSjHUVT5dYj28+4cW44XSGzg0OcPIudBmkucSvy/ill6/bfsOLuitvEaVgIhntLxibOkVxnw= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1718902305; c=relaxed/simple; bh=v1P6wqwETjH2I4vfbDwokfMV0fg5cEmUeALBm5h4kaA=; h=Message-ID:Subject:From:To:Date:MIME-Version; b=HHZEFt1pexBulAw9rR6+R7RqaGzfSoU2bcnAQYVfr6ErfXItZXhFZquWqj5TILHAKHHz8fY1eM2ZRkTVazqdpfWtvz10A/+18LkbdH9Ray/DNbD1zvIfT5LTOlO7E7pDXySeShfI3SxiNG0Rpf9nb4c9EGaV/p0l9BHzmqTelhw= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from r6.localdomain (82-217-174-174.cable.dynamic.v4.ziggo.nl [82.217.174.174]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 08A2D3000593; Thu, 20 Jun 2024 18:51:42 +0200 (CEST) Received: by r6.localdomain (Postfix, from userid 1000) id 2949E340279; Thu, 20 Jun 2024 18:51:42 +0200 (CEST) Message-ID: <396aa431cd8d71bd42995c635441ca5a47a642c2.camel@klomp.org> Subject: Re: Remove LIBINTL_DEP From: Mark Wielaard To: Alan Modra Cc: binutils@sourceware.org, gdb-patches@sourceware.org Date: Thu, 20 Jun 2024 18:51:42 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.52.2 (3.52.2-1.fc40) MIME-Version: 1.0 X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Hi Alan, On Thu, 2024-06-20 at 21:20 +0930, Alan Modra wrote: > On Thu, Jun 20, 2024 at 01:12:09PM +0200, Mark Wielaard wrote: > > The binutils-gdb-autoregen bot claims configure in gdbserver/ also > > needs to be regenerated: >=20 > Huh, I built with --enable-maintainer-mode, which ought to have > regenerated configure. Maybe there is a bug in gdb's > --enable-maintainer-mode? I looked a bit, but must admit it is all a little voodoo. I think it is a bug somewhere, because I cannot make it regenerate configure inside the gdbserver directory even when when giving --enable-maintainer-mode to the top-level configure and I can see it being passed down to the gdbserver/configure. The autoregen bit gets this "right" by just "manually" forcing an autoreconf -f inside the gdbserver directory. Cheers, Mark