From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5C278C4332F for ; Wed, 20 Oct 2021 14:46:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 405BA610CB for ; Wed, 20 Oct 2021 14:46:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230179AbhJTOs6 (ORCPT ); Wed, 20 Oct 2021 10:48:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55724 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229691AbhJTOs5 (ORCPT ); Wed, 20 Oct 2021 10:48:57 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0AAC1C06161C; Wed, 20 Oct 2021 07:46:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:References:Cc:To:From: Subject:Sender:Reply-To:Content-ID:Content-Description; bh=X6aJq3ku0lgivvKN6qKonS3kBeiMsbbUAytVO8qR+nc=; b=hc0niLH5rcvDgesscWFmDP+j/v 87c9a/qgVqc1CyU5WJjyBkUXs4I8ojrkWMQewIPxBLHwOhdBcmNxihuw5S1gLej0nH9rnsD1PADE+ waiRDV6eGXd6y9hWnzgR2l6sfl5ULO+7lqS2GviL0eJyWXev7cbfO20pbjgkkAyvqrgs93js3/Dtq XvT5txSG2Wz498GpE4IRxtRmeRhxSAz2J8wsaUVwIEFEOV3gMTq4jhUgNQPR8P5+MeASfmhbtafrB 61HYE8I2WQEcTiClla+tmbFffoQ8InC9i49Pbr8f/OtvURB91F+C/kg3D6ckLXM8Q4COsqodTGgKd ryQ6NLUA==; Received: from [2601:1c0:6280:3f0::aa0b] by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1mdCrJ-004pGT-UQ; Wed, 20 Oct 2021 14:46:26 +0000 Subject: Re: linux-next: Tree for Oct 18 ('make' error on ARCH=um) From: Randy Dunlap To: Stephen Rothwell Cc: Miguel Ojeda , Linux Next Mailing List , Linux Kernel Mailing List , Linux Kbuild mailing list , "linux-um@lists.infradead.org" , Alex Gaynor , Geoffrey Thomas , Finn Behrens , Adam Bratschi-Kaye , Wedson Almeida Filho , Boqun Feng , Sumera Priyadarsini , Michael Ellerman , Sven Van Asbroeck , Gary Guo , Boris-Chengbiao Zhou , Fox Chen , Ayaan Zaidi , Douglas Su , Yuki Okushi References: <20211018203023.036d8362@canb.auug.org.au> <20211019085811.362b4304@canb.auug.org.au> <20211020155627.7d6f6637@canb.auug.org.au> <81c2e5c6-7388-3d1d-87a9-1b000517661b@infradead.org> Message-ID: Date: Wed, 20 Oct 2021 07:46:24 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <81c2e5c6-7388-3d1d-87a9-1b000517661b@infradead.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/20/21 7:23 AM, Randy Dunlap wrote: > On 10/19/21 9:56 PM, Stephen Rothwell wrote: >> Hi Randy, >> >> On Tue, 19 Oct 2021 00:18:44 +0200 Miguel Ojeda wrote: >>> >>> On Mon, Oct 18, 2021 at 11:58 PM Stephen Rothwell wrote: >>>> >>>> In commit >>>> >>>>    c862c7fee526 ("Kbuild: add Rust support") >>>> >>>> from the rust tree, these bits should probably not be there: >>>> >>>> -ifneq ($(findstring clang,$(CC_VERSION_TEXT)),) >>>>   include $(srctree)/scripts/Makefile.clang >>>> -endif >>> >>> So this was on purpose -- we need the Clang flags even in GCC builds >>> for bindgen. But now there is that `$(error ...)` added there :( >>> >>>> Miguel, does that seem reasonable? >>> >>> Of course, for today please feel free to apply your fix (i.e. to put >>> the conditional back to where it was). I will solve it on my side >>> tomorrow. >> >> Can you please check that this is fixed for you after I do the release >> today? >> > > I will. It's part of my nightly cron job. > Stephen, Miguel, No problems like this in linux-next 2021-10-20. thanks. -- ~Randy