[ovs-build] Failed: numansiddique/ovn#39 (external_ovs_code - c868f89)

Travis CI builds at travis-ci.com
Mon Aug 5 16:30:52 UTC 2019


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

Build: #39
Status: Failed

Duration: 33 mins and 15 secs
Commit: c868f89 (external_ovs_code)
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

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

View the changeset: https://github.com/numansiddique/ovn/compare/be95ea013577...c868f890fcb5

View the full build log and details: https://travis-ci.com/numansiddique/ovn/builds/121983735?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/20190805/635b0734/attachment-0001.html>


More information about the build mailing list