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 8BF843858C66 for ; Thu, 29 Feb 2024 20:22:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 8BF843858C66 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 8BF843858C66 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=1709238176; cv=none; b=P0ovdI/MIPbtWnFlaH0bbYmG1dP90A35nY8ICb24hCLHtkMUAticgCTWmqfoMjHauLv7YUuAcqUdoxt4o1m9NhlVHI2yiFrxoyKeXar7G2dsv5DW7dRYMjIVF7TYLbs94Hx8vTLaA1eYuD92v8Xvn5xgO/M1h52zX0Dvyke/j2c= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1709238176; c=relaxed/simple; bh=UCpNOLSz7pVjv2HwY4sEaO4YJdThlPsCZaDMaJXxQwQ=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=pGuAbisTUkbHL9h060k6ld/LahyJuqvJyeg4QNqoBnNxC7I6k+KVW4Y6eIQfIlv0nTN6D903+/5JXNSElqBy5+uK9J8cmP/hsyXfgntQd+71gTG57V7ijEgoQkIRbL0jmUOBqimFohTpsbCWVut64xqrd4t/CxIZZUxQ0wDCI/w= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by gnu.wildebeest.org (Postfix, from userid 1000) id 82D493000400; Thu, 29 Feb 2024 21:22:53 +0100 (CET) Date: Thu, 29 Feb 2024 21:22:53 +0100 From: Mark Wielaard To: Thomas Schwinge Cc: Arthur Cohen , gcc-rust@gcc.gnu.org Subject: Re: =?utf-8?B?4pigIEJ1aWxkYm8=?= =?utf-8?Q?t?= (Sourceware): gccrust - failed compile (failure) (master) Message-ID: <20240229202253.GB4502@gnu.wildebeest.org> References: <20240229180922.810A93858C52@sourceware.org> <87msrjghwy.fsf@euler.schwinge.ddns.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87msrjghwy.fsf@euler.schwinge.ddns.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-3.0 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, On Thu, Feb 29, 2024 at 09:00:13PM +0100, Thomas Schwinge wrote: > Three 'cargo' ('command not found') as well as > one 'rustc' ('error[E0658]: `let...else` statements are unstable') > errors: Yeah, I noticed those earlier, but oddly the tree became compilable again earlier today, then broke again? I think what needs to happen is have a config check for the minimum versions of cargo and rustc that are now needed for when configuring for --enable-languages=rust. Then we need to see for which builder arches/distros those versions of cargo and rustc are available and install them there (and disable the builders for which there is no good version available). Cheers, Mark