From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 19350A0C41; Wed, 17 Nov 2021 11:20:21 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F316C4111C; Wed, 17 Nov 2021 11:20:20 +0100 (CET) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by mails.dpdk.org (Postfix) with ESMTP id EE60141104; Wed, 17 Nov 2021 11:20:19 +0100 (CET) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 9F9515C010F; Wed, 17 Nov 2021 05:20:19 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute6.internal (MEProxy); Wed, 17 Nov 2021 05:20:19 -0500 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=fm2; bh= puhmRnvFqaef8l9vEcPJqzRz8ZZxbHXR0M7RxIt+Yi0=; b=JOnMfE+6PsB+KIPD jqDqm8ablgcRgx78SwWHwkCA67Ac5JFzbNywVLY3pVV6CCDzkEnEK0MpDK61Q06Y qAycDraOJNIwUnOiJs1MUmS7zTx03k4DpperNIPMci/5TEtJwZX7Tl9aB2DEUtWe UVpe5yBZk4hE+0GWvdUHEn2Y/p+cYjgtaYN3YIVQ+lQeJcy68TKqtpt24E5BgoEF /Szs4C4RGYUqj9cbvq8spEXmypEA8Vlz9H7KsoPk2bJeCxKkfW0x7xftDTRzkK0a JB/fUkZXlR2AwKZC4Sd4Q24Ro/KzujVMTnRdpkqCRHVFMPxaNcmBnhCK4yS0N0BR cXdvqg== 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=fm1; bh=puhmRnvFqaef8l9vEcPJqzRz8ZZxbHXR0M7RxIt+Y i0=; b=TjtoxsKqngSp8rPwoZVbrMPRn9ICwQr7lfxenaRDQ5xBMVJeukCd+ra20 jQCJfnf5AZZlVSo4dI5bnAVepriWVGvMRIWGLUpAq60I55NMO4CUNXL9p/kpoMfj VD552MouuTHejAf0cZKO9Ky/FmrzdJ5FghC92HhZTCrJnu/9/EQkXp4WWx+aLnVL 2x201CxPqrw2j6ugBOVHVgI5nEDZIOBnR++5yORFMqEZM+UZNnOQWc/Z1/eUIscM 4BPoWouskcSKwPi2LNNnoaxF3+1V9i5ClfwrONXamHGMSyldoJG6EUFWb4juvnU1 My/z2Hj4VYHIdbwSuAdpW2XAxQ1Pw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvuddrfeeggddutdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 17 Nov 2021 05:20:18 -0500 (EST) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, stable@dpdk.org, bluca@debian.org Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] doc/examples: fix build on FreeBSD Date: Wed, 17 Nov 2021 11:20:17 +0100 Message-ID: <7246004.BAT3AUThdf@thomas> In-Reply-To: References: <20210915173633.59057-1-bruce.richardson@intel.com> <1645178.3i6yeRJgWt@thomas> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org 01/10/2021 17:41, Bruce Richardson: > On Fri, Oct 01, 2021 at 05:36:51PM +0200, Thomas Monjalon wrote: > > 01/10/2021 17:15, Bruce Richardson: > > > On Fri, Oct 01, 2021 at 05:03:11PM +0200, Thomas Monjalon wrote: > > > > 15/09/2021 19:36, Bruce Richardson: > > > > > On FreeBSD, "find" does not support the "printf" flag, so we need to > > > > > use "gfind" from the "findutils" package. > > > > > > > > It is one more dependency. > > > > Shouldn't we avoid it by rewritting the shell commands with loops? > > > > > > > Probably in the longer term, yes. If I get the chance, I'll try and rewrite > > > this script, but let's keep this patch in the queue in case I don't get to > > > in the 21.11 timeframe. > > > > OK > > I can help with the shell tricks if needed. > > > Well, I was actually considering a rewrite in python for two reasons: > * easy FS scans using the "walk()" function > * portability across OS's [which is the main reason for the work after all] Applied this patch for 21.11.