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 X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 810C5C2D0DB for ; Mon, 27 Jan 2020 18:41:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 551FD214D8 for ; Mon, 27 Jan 2020 18:41:24 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="KdgAdRZr" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725908AbgA0SlX (ORCPT ); Mon, 27 Jan 2020 13:41:23 -0500 Received: from us-smtp-delivery-1.mimecast.com ([207.211.31.120]:34167 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725845AbgA0SlX (ORCPT ); Mon, 27 Jan 2020 13:41:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1580150482; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=gikBVRHlH1clsCz5l97eM+zs6fWd7T8w8nX9vgANLro=; b=KdgAdRZrl7m/Ph/1+5KbVPuC9zjmY4P1Ar/HbF7f9RRbqUmg6ymTy8g4hprdf9xAU3t/hd s5D42fjDhaF63Cd5rmzWvIJmWLvC4/A2FFVB5dFUDje2GPeNybctmeTVItBwUVGr75tRH3 qvwxPajjNamnK2lQbkC+RrX81i9vTdw= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-131-iI-T1PLEMsSLcH_SulfnOA-1; Mon, 27 Jan 2020 13:41:13 -0500 X-MC-Unique: iI-T1PLEMsSLcH_SulfnOA-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id AC982477; Mon, 27 Jan 2020 18:41:12 +0000 (UTC) Received: from madhat.boston.devel.redhat.com (ovpn-117-75.phx2.redhat.com [10.3.117.75]) by smtp.corp.redhat.com (Postfix) with ESMTP id 286601001B23; Mon, 27 Jan 2020 18:41:12 +0000 (UTC) Subject: Re: [nfs-utils PATCH] locktest: Makefile.am: remove host compiler costraint To: Giulio Benetti , linux-nfs@vger.kernel.org Cc: Petr Vorel References: <20200115160806.99991-1-giulio.benetti@benettiengineering.com> <92111fa0-a808-84da-19b8-823ad6a26a99@benettiengineering.com> <3857d0ce-ba29-d92e-3e24-9dfc33cfc7f9@benettiengineering.com> From: Steve Dickson Message-ID: Date: Mon, 27 Jan 2020 13:41:11 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org On 1/22/20 4:55 PM, Giulio Benetti wrote: > On 1/22/20 8:30 PM, Steve Dickson wrote: >> >> >> On 1/22/20 1:54 PM, Giulio Benetti wrote: >>> Hi Steve, Petr, >>> >>> On 1/22/20 7:11 PM, Giulio Benetti wrote: >>>> Hi Steve, >>>> >>>> On 1/22/20 6:56 PM, Steve Dickson wrote: >>>>> >>>>> >>>>> On 1/15/20 11:08 AM, Giulio Benetti wrote: >>>>>> Currently locktest can be built only for host because CC_FOR_BUILD is >>>>>> specified as CC, but this leads to build failure when passing CFLAGS not >>>>>> available on host gcc(i.e. -mlongcalls) and most of all locktest would >>>>>> be available on target systems the same way as rpcgen etc. So remove CC >>>>>> and LIBTOOL assignments. >>>>>> >>>>>> Signed-off-by: Giulio Benetti >>>>> Committed... (tag: nfs-utils-2-4-3-rc6) >>>> >>>> I've just setup up a Gentoo to try building nfs-utils, I give a try >>>> anyway by now, so we should be sure. >>> >>> Just tried, it builds correctly on latest Gentoo. >> Good to hear... Thank you for your effort!!!! > > It's a pleasure. Btw, when do you plan to release version 2.4.3? > I have Buildroot patch ready to be sent. Go ahead and send it... I'll make a release after that... steved. > > Kinds regards