[ovs-dev] [PATCH 2/2] travis: Fix DPDK build and treat bad-function-cast warning as non-error

Ben Pfaff blp at nicira.com
Thu Sep 11 17:56:48 UTC 2014


On Wed, Sep 10, 2014 at 10:33:37PM +0200, Thomas Graf wrote:
> A missing " prevented the DPDK build in the matrix from functioning.
> Correctly build DPDK as a single, shared library and point the OVS
> build to the corresponding build directory. Also removes the 'make
> install' as it is not needed.
> 
> Due to incorrect casts in the DPDK headers, we have to disable
> bad-function-cast warnings as being treated as errors for now.
> 
> Signed-off-by: Thomas Graf <tgraf at noironetworks.com>
> Co-authored-by: Daniele Di Proietto <ddiproietto at vmware.com>

I don't know whether to defer applying this until the build really
passes.  If we apply it now, then every build will fail and we won't
learn anything more.

One approach might be to apply an additional patch that for now disables
the DPDK builds, with a plan to revert that patch when we fix whatever
it making them fail.



More information about the dev mailing list