From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41])
 by dpdk.org (Postfix) with ESMTP id A7BBC2C06
 for <users@dpdk.org>; Mon,  1 Aug 2016 10:23:15 +0200 (CEST)
Received: by mail-wm0-f41.google.com with SMTP id f65so359860834wmi.0
 for <users@dpdk.org>; Mon, 01 Aug 2016 01:23:15 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:user-agent:in-reply-to
 :references:mime-version:content-transfer-encoding;
 bh=1BT2X0d1KHs21bBQge8chRx8nqc4RBMvkGI/CcTqNVA=;
 b=EASXUNMiJ7Og7Rsql1CSyKObbpYyyjJQuKEoY5O7pKBEAghel5kX3XIEGPllDK9o9i
 EzBFaPCuSfyXBUfMuiX6I0GQWBhc+5MVGmm8qbrhB2Ns9Ju9MmOOthbEmU3tuatz8buD
 JLtv/T99h4NsAjhkXlcEOl+FO0tPmHOKyeT9lxTK/zWuESCZzN/QF6Ce9qSY0Pruzkuy
 camQz6C67jJVVv/x7me25nd5ei7hON7Plu1T7Z7bzVv04UIhGxT3DBYckrWjN+OkuxXO
 Zi7p3TW9WHPX2ZrKsC98qFumwmT3hG4HGw6AeHPxW5/27fPIlEguU5d2n/tppBc8cT9/
 e3wQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=1BT2X0d1KHs21bBQge8chRx8nqc4RBMvkGI/CcTqNVA=;
 b=govMM4aG85dLgiA17R8G5eOXi5nKi56C4de2Bd9IcYsHKmL3S/J1HZ7eUmTlSb+jdW
 xQdvyHgybAEX+xbSj9QuyRoAHlyOwr9Xnn3SU70OIbtslkdZVeZ7bTiHhdp8GLYUrfh8
 UOkFWQShOsOqsxG2Bs1Sy285+0Wiev6hfB0k082N5hhLGsza4oDsmw1AoBgWLwuNeLZp
 KnVzd3EvgBM1dQHRjCI3i+UQlxOEuEhIB8pTMSAO20VJuWiEEsA8fFEmB+b7XeUkkJMz
 zgxtjTzPVLK3hIsn43bMEUxI12sDDpXNQmLkSkJdKoLeI9MOEIR1cuF62W6Wk95lx02a
 HWfw==
X-Gm-Message-State: AEkoouvPgl1lTDqlm0DRKQaX9uLNUH5ehacRxPwM+/AKiWvka8J2qyNiZBmCwSMlx4Cwxw9l
X-Received: by 10.28.20.139 with SMTP id 133mr13499116wmu.78.1470039795401;
 Mon, 01 Aug 2016 01:23:15 -0700 (PDT)
Received: from xps13.localnet (182.17.90.92.rev.sfr.net. [92.90.17.182])
 by smtp.gmail.com with ESMTPSA id v189sm15740530wmv.12.2016.08.01.01.23.14
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Mon, 01 Aug 2016 01:23:14 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "Verkamp, Daniel" <daniel.verkamp@intel.com>
Cc: users@dpdk.org
Date: Mon, 01 Aug 2016 10:23:13 +0200
Message-ID: <20443315.xyZ07jqqii@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1469811403.40000.11.camel@intel.com>
References: <1469811403.40000.11.camel@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-users] 'install' rule does not work with FreeBSD tar
X-BeenThere: users@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: usage discussions <users.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/users>,
 <mailto:users-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/users/>
List-Post: <mailto:users@dpdk.org>
List-Help: <mailto:users-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/users>,
 <mailto:users-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 01 Aug 2016 08:23:15 -0000

2016-07-29 16:56, Verkamp, Daniel:
> Hi folks,
> 
> I'm attempting to install DPDK 16.07 on FreeBSD 10.2.  The build works
> correctly up to the point of the actual install step, which fails
> because bsdtar does not support the --warning=no-ignore-newer option:
> 
>   ================== Installing ./
>   tar: Option --warning=no-ignore-newer is not supported
> 
> This particular tar reports its version as:
> 
>   bsdtar 3.1.2 - libarchive 3.1.2
> 
> Removing the --warning=no-ignore-newer option from the two places it is
> used in mk/rte.sdkinstall.mk allows the installation to complete
> successfully.

Thanks for the report.
Would you want to send a patch?

> It appears that the same problem occurs on FreeBSD on previous DPDK
> releases as well, since at least DPDK 2.2.
> 
> I'm not sure what the option is for (or why 'tar' is being used as part
> of the installation); maybe there is some other, more portable option
> that could replace it.

tar is convenient for installation. It has some good options like --exclude.
I don't remember why --warning=no-ignore-newer is used.
I think we remove this option to fix BSD install.