From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 635E53858C55 for ; Sun, 3 Mar 2024 17:53:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 635E53858C55 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 635E53858C55 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=1709488417; cv=none; b=jRKXOdNkQmDGMBIG6ZhH/g7TVZm3Mqnn7e/NUxOTNwKYcCmvRVWVgamQSDn+edcsY56VCkT6xXqwOvcPGXdSFIhLu4V0LAFSpMwamwGLLl4M6x1mLrHLDX+RQHzjjjUCgeGCyYmN3tNkB8UTMltGrXLJprtikDUuwkg0gXtmhbA= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1709488417; c=relaxed/simple; bh=xsN5jKqw96VU17X6lvVcZGhmip0ddVerkJcFWpaba54=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=UyViBRxfK6DjenAKJaLbgAOX4CRTvjsJYxRkD6ArUMYkG/51mblw3t6odbHIUMVFnfm004DGXkCX/RWw8rRQn1o4N1G94OA7fuDEBLC4Y5/rr1bf7WNMUXXU37VRDTm6wv90FYvZY6kokVWTHwgodL6pMeTfi0eWCdkfQBPJ0pA= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by gnu.wildebeest.org (Postfix, from userid 1000) id 282DD3000648; Sun, 3 Mar 2024 18:53:34 +0100 (CET) Date: Sun, 3 Mar 2024 18:53:34 +0100 From: Mark Wielaard To: Sam James Cc: buildbot@sourceware.org, arsen@gentoo.org Subject: Re: [PATCH v2 1/2] autoregen.py: adapt to Gentoo Message-ID: <20240303175334.GI13156@gnu.wildebeest.org> References: <20240302060309.1002512-1-sam@gentoo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240302060309.1002512-1-sam@gentoo.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,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 List-Id: Hi Sam, On Sat, Mar 02, 2024 at 06:02:19AM +0000, Sam James wrote: > In Gentoo, we have autoconf-vanilla and automake-vanilla packaged for toolchain > development with no patches applied. The binaries are named differently. > > Adapt the script to check a list of binaries for each tool, and check the > vanilla names first as we want to prefer those if they exist. > > This makes the script work out-of-the-box on Gentoo. > > Signed-off-by: Sam James > --- > mjw, could you double check this does the right thing for you on your systems? > > It should be OK as I've checked with a few combinations. > > v2: > - Set WANT_{AUTOCONF,AUTOMAKE} environment variables for Gentoo's wrappers. > - Add some style tweaks in patch 2. Work great for me too. Pushed both patches. Thanks, Mark