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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E4445C433FE for ; Tue, 8 Mar 2022 16:42:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240747AbiCHQnk (ORCPT ); Tue, 8 Mar 2022 11:43:40 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42924 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348901AbiCHQnO (ORCPT ); Tue, 8 Mar 2022 11:43:14 -0500 Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2C5385133C for ; Tue, 8 Mar 2022 08:42:09 -0800 (PST) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id B00A05C01E5; Tue, 8 Mar 2022 11:42:00 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Tue, 08 Mar 2022 11:42:00 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=7yj26ohyDdcKx1mkO Az2MDvrBl9ahXsAz/9D3NPDx60=; b=U0CY9uFgmir3iLDyu/0WdR4E18rKmcKWa 8HZNpzCabObHBKFVrgAEslgTV+AMHQQU6yf/WgJgkljpl1oQ5EYc6YB/1+sv4lMq VG1BgWF/acwJVABOYhtHhCCcwvjlvdHNAT2jxN06GzJ6UDS6r1X1K7+L3LhXEZF+ F4q2Zn7g8muqPopJdHeyfCsBsbHkv8HRgFhXj+WUIGKrAM1lzujlX+glu0lO1coA i4c8YQax4fTEApDPySgnsn9BnYYeaUg4zFNlhf2x/cAJ7W6G9t8fmKHr+IFg70D7 eVKrFT9JiBBYXPqw9uBlAP+yqbb8+Kb17RR1NgtJQeHOhWYgWtAtg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrudduiedgledtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvffukfhfgggtuggjsehttdortddttddvnecuhfhrohhmpefkughoucfu tghhihhmmhgvlhcuoehiughoshgthhesihguohhstghhrdhorhhgqeenucggtffrrghtth gvrhhnpeffuedukeeljeefvdeftefgveduudekieeludegleekjeethfevgeehkeejgedt tdenucffohhmrghinhepfhgvughorhgrphhrohhjvggtthdrohhrghenucevlhhushhtvg hrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehiughoshgthhesihguohhs tghhrdhorhhg X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 8 Mar 2022 11:41:59 -0500 (EST) Date: Tue, 8 Mar 2022 18:41:56 +0200 From: Ido Schimmel To: David Ahern Cc: netdev@vger.kernel.org, stephen@networkplumber.org Subject: Re: [PATCH iproute2-next] configure: Allow command line override of toolchain Message-ID: References: <20220228015435.1328-1-dsahern@kernel.org> <8882d949-35bb-8fad-c047-92fb5091c33b@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8882d949-35bb-8fad-c047-92fb5091c33b@kernel.org> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, Mar 08, 2022 at 09:26:49AM -0700, David Ahern wrote: > On 3/7/22 8:09 AM, Ido Schimmel wrote: > > > > I realize it was already merged (wasn't asking for academic purposes), > > but rather wanted you to verify that the patch is not needed on your end > > so that I could revert it. I can build with gcc/clang even without the > > patch. With the patch, the build is broken on Fedora as "yacc" is not a > > build dependency [1]. Verified this with a clean install of Fedora 35: > > Can't build iproute with this patch after running "dnf builddep > > iproute". Builds fine without it. > > > > [1] https://src.fedoraproject.org/rpms/iproute/blob/rawhide/f/iproute.spec#_22 > > I booted a Fedora 35 VM and see what you mean. I can not find the > difference as to why Ubuntu 20.04 is ok and Fedora 35 is not, so I > reverted the patch. I tested with Ubuntu 21.10 yesterday and it worked for me as well. There 'yacc' eventually points to '/usr/bin/bison.yacc'. Anyway, thanks for taking care of that