From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 2FA9C1B72B for ; Wed, 17 Apr 2019 18:17:11 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A27AB21AC2; Wed, 17 Apr 2019 12:17:10 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 17 Apr 2019 12:17:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=dQVznX3F/Lb0squz2PsJLwa6459yhG7+/JCgPMPrIVA=; b=AJVtjJfN4b7c XaqYpAK3wl0hnY2U7QmhIshLxdFA/KAZ/4pMryiizpcbY3oyojF66R8bLRLwaVKT Y/i1E4A7tzkCXG+6CQQc+/v3MP1FFz9FgnRKIdIwSQ3QTNjLelEW4KyqhEimS2Hp 1lSiqcWDQLb1M+suZFKefHDeSQFNj7I= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=dQVznX3F/Lb0squz2PsJLwa6459yhG7+/JCgPMPrI VA=; b=RXQq/iIZ0WKZW06jUozJknFConjD+c75v1bzLRzPx+faepQy5rjrfkq0f s/MwbJ6jUQeWhvVtB/1SAtlOHFOTh93TtBQN1i5lmgKAd2zsMYwUhKZRo1t3rot/ G7Ao+kXDTBBILBjCwmJpftkgD766GYl/xxqTwbcTfH7PC1VYPwIQFm3SSSuEaoRF n4Jnd51ePZZRg06o/21YkMG9uAbbx7enBUjYxp+oOPwr/NNKMsEt5yuqGR7DLb/Z 4/s/+tlJ+jldmSwqxfzpe3HS50o+oiH9LrtjZDbw5QfxFKVFzTdTqt8y3xmg9nL+ 8KB7sq30y/E3gEeu9674it4UEYNSg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrfeefgdellecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id B7C85E4067; Wed, 17 Apr 2019 12:17:08 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, bluca@debian.org, david.marchand@redhat.com Date: Wed, 17 Apr 2019 18:17:06 +0200 Message-ID: <1933086.Pj6GKimo0N@xps> In-Reply-To: <20190409105539.61460-6-bruce.richardson@intel.com> References: <20190409105539.61460-1-bruce.richardson@intel.com> <20190409105539.61460-6-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 5/5] devtools/test-meson-builds: fix support for FreeBSD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Apr 2019 16:17:11 -0000 09/04/2019 12:55, Bruce Richardson: > --- a/devtools/test-meson-builds.sh > +++ b/devtools/test-meson-builds.sh > -set -o pipefail > +# this option gives an error on BSD > +if [ "`uname`" = "Linux" ] ; then > + set -o pipefail > +fi I think this is a bash option. We may require bash at the top of this script as a workaround. Or we can revert the inital patch piping to cat for verbose mode. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id F187CA00E6 for ; Wed, 17 Apr 2019 18:17:13 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A747A1B72C; Wed, 17 Apr 2019 18:17:12 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 2FA9C1B72B for ; Wed, 17 Apr 2019 18:17:11 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A27AB21AC2; Wed, 17 Apr 2019 12:17:10 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 17 Apr 2019 12:17:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=dQVznX3F/Lb0squz2PsJLwa6459yhG7+/JCgPMPrIVA=; b=AJVtjJfN4b7c XaqYpAK3wl0hnY2U7QmhIshLxdFA/KAZ/4pMryiizpcbY3oyojF66R8bLRLwaVKT Y/i1E4A7tzkCXG+6CQQc+/v3MP1FFz9FgnRKIdIwSQ3QTNjLelEW4KyqhEimS2Hp 1lSiqcWDQLb1M+suZFKefHDeSQFNj7I= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=dQVznX3F/Lb0squz2PsJLwa6459yhG7+/JCgPMPrI VA=; b=RXQq/iIZ0WKZW06jUozJknFConjD+c75v1bzLRzPx+faepQy5rjrfkq0f s/MwbJ6jUQeWhvVtB/1SAtlOHFOTh93TtBQN1i5lmgKAd2zsMYwUhKZRo1t3rot/ G7Ao+kXDTBBILBjCwmJpftkgD766GYl/xxqTwbcTfH7PC1VYPwIQFm3SSSuEaoRF n4Jnd51ePZZRg06o/21YkMG9uAbbx7enBUjYxp+oOPwr/NNKMsEt5yuqGR7DLb/Z 4/s/+tlJ+jldmSwqxfzpe3HS50o+oiH9LrtjZDbw5QfxFKVFzTdTqt8y3xmg9nL+ 8KB7sq30y/E3gEeu9674it4UEYNSg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrfeefgdellecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id B7C85E4067; Wed, 17 Apr 2019 12:17:08 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, bluca@debian.org, david.marchand@redhat.com Date: Wed, 17 Apr 2019 18:17:06 +0200 Message-ID: <1933086.Pj6GKimo0N@xps> In-Reply-To: <20190409105539.61460-6-bruce.richardson@intel.com> References: <20190409105539.61460-1-bruce.richardson@intel.com> <20190409105539.61460-6-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2 5/5] devtools/test-meson-builds: fix support for FreeBSD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190417161706.fksqTGUoh2uqm1r9kuSg20Bq_VPXlk57ABQ0whV4CVk@z> 09/04/2019 12:55, Bruce Richardson: > --- a/devtools/test-meson-builds.sh > +++ b/devtools/test-meson-builds.sh > -set -o pipefail > +# this option gives an error on BSD > +if [ "`uname`" = "Linux" ] ; then > + set -o pipefail > +fi I think this is a bash option. We may require bash at the top of this script as a workaround. Or we can revert the inital patch piping to cat for verbose mode.