Re: [dpdk-dev] [PATCH v2] buildtools: fix build for some mktemp

2018-10-27 Thread Thomas Monjalon
27/10/2018 01:53, Ferruh Yigit: > On 10/27/2018 12:47 AM, Thomas Monjalon wrote: > > 27/10/2018 02:38, Ferruh Yigit: > >> build error: > >> == Build drivers/net/tap > >> mktemp: cannot create temp file /tmp/dpdk.auto-config-h.sh.XXX.c: > >> Invalid argument > >> .../buildtools/auto-config-h.sh: lin

Re: [dpdk-dev] [PATCH v2] buildtools: fix build for some mktemp

2018-10-26 Thread Thomas Monjalon
27/10/2018 01:53, Ferruh Yigit: > On 10/27/2018 12:47 AM, Thomas Monjalon wrote: > > 27/10/2018 02:38, Ferruh Yigit: > >> build error: > >> == Build drivers/net/tap > >> mktemp: cannot create temp file /tmp/dpdk.auto-config-h.sh.XXX.c: > >> Invalid argument > >> .../buildtools/auto-config-h.sh: lin

Re: [dpdk-dev] [PATCH v2] buildtools: fix build for some mktemp

2018-10-26 Thread Ferruh Yigit
On 10/27/2018 12:47 AM, Thomas Monjalon wrote: > 27/10/2018 02:38, Ferruh Yigit: >> build error: >> == Build drivers/net/tap >> mktemp: cannot create temp file /tmp/dpdk.auto-config-h.sh.XXX.c: >> Invalid argument >> .../buildtools/auto-config-h.sh: line 86: : No such file or directory >> .../drive

Re: [dpdk-dev] [PATCH v2] buildtools: fix build for some mktemp

2018-10-26 Thread Thomas Monjalon
27/10/2018 02:38, Ferruh Yigit: > build error: > == Build drivers/net/tap > mktemp: cannot create temp file /tmp/dpdk.auto-config-h.sh.XXX.c: > Invalid argument > .../buildtools/auto-config-h.sh: line 86: : No such file or directory > .../drivers/net/tap/Makefile:55: recipe for target >'tap_aut

[dpdk-dev] [PATCH v2] buildtools: fix build for some mktemp

2018-10-26 Thread Ferruh Yigit
build error: == Build drivers/net/tap mktemp: cannot create temp file /tmp/dpdk.auto-config-h.sh.XXX.c: Invalid argument .../buildtools/auto-config-h.sh: line 86: : No such file or directory .../drivers/net/tap/Makefile:55: recipe for target 'tap_autoconf.h.new' failed Above error observed on W