[ovs-build] Errored: numansiddique/ovn#45 (external_ovs_code_v3 - 38b42a8)

Travis CI builds at travis-ci.com
Wed Aug 7 18:14:09 UTC 2019


Build Update for numansiddique/ovn
-------------------------------------

Build: #45
Status: Errored

Duration: 12 mins and 19 secs
Commit: 38b42a8 (external_ovs_code_v3)
Author: Numan Siddique
Message: Build OVN using external OVS directory

With this patch we have to configure OVN to refer to external OVS source/build
directory instead of the ovs subtree.

The new configuration options added are:
 * --with-ovs-source=/path/to/ovs/source/dir
 * --with-ovs-build=/path/to/ovs/build/dir

Before configuring OVN, user should configure and compile OVS. If the user has
configured OVS on a different directory than the source dir, then 'with-ovs-build'
should be specified.

If ovs-build dir is not defined, then ovs-source is used.

An upcoming patch will delete the ovs subtree.

Example usage:
  $ # Clone OVS repo
  $cd /home/foo/ovs
  $./boot.sh
  $mkdir _gcc
  $cd _gcc && ../configure && cd ..
  $make -C _gcc

  $ # Clone OVN repo
  $cd /home/foo/ovn
  $./boot.sh
  $./configure --with-ovs-source=/home/foo/ovs/ --with-ovs-build=/home/foo/ovs/_gcc
  $make

The test files ovn-controller-vtep.at, ovn-nbctl.at and ovn-sbctl.at needed to be modified
because of this commit [1] in the openvswitch repo.

This patch also updates the tutorial/ovs-sandbox to use OVS binaries from the OVS build
folder. The --ovn option to tutorial/ovs-sandbox is removed and OVN is enabled by default.

[1] - https://github.com/openvswitch/ovs/commit/29004db273985088cdb60097bdfd4a6bc6a966d1

Acked-by: Lucas Alvares Gomes <lucasagomes at gmail.com>
Signed-off-by: Numan Siddique <nusiddiq at redhat.com>
Tested-by: Lorenzo Bianconi <lorenzo.bianconi at redhat.com>

View the changeset: https://github.com/numansiddique/ovn/compare/b615f5e6c04d...38b42a802eee

View the full build log and details: https://travis-ci.com/numansiddique/ovn/builds/122322581?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the numansiddique/ovn repository going to https://travis-ci.com/account/preferences/unsubscribe?repository=9252656&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-build/attachments/20190807/87f67f26/attachment-0001.html>


More information about the build mailing list