Re: [ovs-discuss] Skip testsuite.patch application during compilation

2015-04-23 Thread Ben Pfaff
The testsuite is a distributed file, so applying it only on Windows means that wherever you run "make dist" affects its capabilities. Maybe that's OK in this case though. On Thu, Apr 23, 2015 at 07:51:59AM -0700, Gurucharan Shetty wrote: > fwiw, I was able to reproduce the problem on Centos 6 wit

Re: [ovs-discuss] Skip testsuite.patch application during compilation

2015-04-23 Thread Gurucharan Shetty
fwiw, I was able to reproduce the problem on Centos 6 with autoconf 2.63. I think it makes sense that we do the patching only on Windows. I will try to come up with a patch. On Thu, Apr 23, 2015 at 7:05 AM, Gurucharan Shetty wrote: > On Thu, Apr 23, 2015 at 2:53 AM, Stokes, Ian wrote: >> Hi all,

Re: [ovs-discuss] Skip testsuite.patch application during compilation

2015-04-23 Thread Gurucharan Shetty
On Thu, Apr 23, 2015 at 2:53 AM, Stokes, Ian wrote: > Hi all, > > I'm attempting to compile OVS with DPDK on CentOS 6.6 and I am hitting an > issue with testsuite.patch failing to apply during the last stages of > compilation. I can see that the structure of the code in ovs/tests/testsuite > it

[ovs-discuss] Skip testsuite.patch application during compilation

2015-04-23 Thread Stokes, Ian
Hi all, I'm attempting to compile OVS with DPDK on CentOS 6.6 and I am hitting an issue with testsuite.patch failing to apply during the last stages of compilation. I can see that the structure of the code in ovs/tests/testsuite itself is very different to what testsuite.patch expects (hence wh