On Tue, Sep 09, 2014 at 03:17:00PM -0700, Daniele Di Proietto wrote:
> Signed-off-by: Daniele Di Proietto <ddiproie...@vmware.com>
> ---
> I didn't test the fix. If it works "netdev-dpdk.o" should appear in the travis
> output (on master it doesn't)

I think that it corrects the build, but the build fails because DPDK
isn't available:

    ...
    checking whether gcc -std=gnu99 accepts -Wold-style-definition... no
    checking whether gcc -std=gnu99 accepts -Wmissing-prototypes... yes
    checking whether gcc -std=gnu99 accepts -Wmissing-field-initializers... yes
    checking whether gcc -std=gnu99 accepts -Wthread-safety... no
    checking whether gcc -std=gnu99 accepts -Wno-unused... yes
    checking whether gcc -std=gnu99 accepts -Wno-unused-parameter... yes
    checking target hint for cgcc... x86_64
    checking whether make has GNU make $(if) extension... yes
    configure: error: cannot link with dpdk
    The command "./.travis/build.sh $OPTS" exited with 1.
    Done. Your build exited with 1.

See https://travis-ci.org/openvswitch/ovs/jobs/34861523.

I guess that I'd like to figure out how to make the dpdk build work
before we commit this.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to