Re: [dpdk-dev] [PATCH v11 4/6] devtools: fix the missing ninja command error

2018-06-19 Thread Gavin Hu
he server have changed, so you need to update your .pwclientrc > file to point to the new path. Patchwork is now at "patches.dpdk.org" > > > > > -Original Message- > > > From: Bruce Richardson > > > Sent: Tuesday, June 19, 2018 6:12 PM >

Re: [dpdk-dev] [PATCH v11 4/6] devtools: fix the missing ninja command error

2018-06-19 Thread Bruce Richardson
. Patchwork is now at "patches.dpdk.org" > > > -Original Message- > > From: Bruce Richardson > > Sent: Tuesday, June 19, 2018 6:12 PM > > To: Gavin Hu > > Cc: dev@dpdk.org; nd ; sta...@dpdk.org > > Subject: Re: [dpdk-dev] [PATCH v11 4/6] devtools: fix the mis

Re: [dpdk-dev] [PATCH v11 4/6] devtools: fix the missing ninja command error

2018-06-19 Thread Gavin Hu
> -Original Message- > From: Bruce Richardson > Sent: Tuesday, June 19, 2018 6:12 PM > To: Gavin Hu > Cc: dev@dpdk.org; nd ; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v11 4/6] devtools: fix the missing ninja > command error > > On Tue, Jun 19, 2018 at

Re: [dpdk-dev] [PATCH v11 4/6] devtools: fix the missing ninja command error

2018-06-19 Thread Bruce Richardson
On Tue, Jun 19, 2018 at 09:37:44AM +0800, Gavin Hu wrote: > On some linux distributions, eg: CentOS, the ninja executable has a > different name: ninja-build, this patch is to check and adapt to it > accordingly. > > ./devtools/test-meson-builds.sh: line 24: ninja: command not found > > Fixes: a5

[dpdk-dev] [PATCH v11 4/6] devtools: fix the missing ninja command error

2018-06-18 Thread Gavin Hu
On some linux distributions, eg: CentOS, the ninja executable has a different name: ninja-build, this patch is to check and adapt to it accordingly. ./devtools/test-meson-builds.sh: line 24: ninja: command not found Fixes: a55277a788 ("devtools: add test script for meson builds") Cc: sta...@dpdk.