From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "Verkamp, Daniel" <daniel.verkamp@intel.com>
Cc: users@dpdk.org
Subject: Re: [dpdk-users] 'install' rule does not work with FreeBSD tar
Date: Mon, 01 Aug 2016 10:23:13 +0200 [thread overview]
Message-ID: <20443315.xyZ07jqqii@xps13> (raw)
In-Reply-To: <1469811403.40000.11.camel@intel.com>
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.
prev parent reply other threads:[~2016-08-01 8:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-29 16:56 Verkamp, Daniel
2016-08-01 8:23 ` Thomas Monjalon [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20443315.xyZ07jqqii@xps13 \
--to=thomas.monjalon@6wind.com \
--cc=daniel.verkamp@intel.com \
--cc=users@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).