[ovs-build] Failed: numansiddique/ovn#42 (external_ovs_code_tmp - 893e265)

Travis CI builds at travis-ci.org
Mon Aug 5 17:18:19 UTC 2019


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

Build: #42
Status: Failed

Duration: 20 mins and 7 secs
Commit: 893e265 (external_ovs_code_tmp)
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/commit/893e2651c6cc

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

--

You can unsubscribe from build emails from the numansiddique/ovn repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=24622661&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/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/0d0dab05/attachment-0001.html>


More information about the build mailing list