[ovs-build] Passed: igsilya/ovs#478 (fix_libunwind_32bit - abb7d9a)

Travis CI builds at travis-ci.org
Tue Oct 1 11:29:23 UTC 2019


Build Update for igsilya/ovs
-------------------------------------

Build: #478
Status: Passed

Duration: 55 mins and 20 secs
Commit: abb7d9a (fix_libunwind_32bit)
Author: Ilya Maximets
Message: m4: Fix 32bit build with 64bit version of libunwind-dev installed.

32 and 64 bit versions of libunwind-dev package can not be installed
at the same time at least in Debian and Ubuntu.  AC_CHECK_LIB macro
doesn't know if we have '-m32' in OVS_CFLAGS, so we need to
additionally check for actual compiling possibility before enabling
the feature.  Otherwise 'make' will fail due to inability to
build with 64bit libunwind headers:

    https://travis-ci.org/openvswitch/ovs/jobs/590580374

    /usr/include/libunwind.h:23:28: fatal error:
        libunwind-x86.h: No such file or directory

CC: William Tu <u9012063 at gmail.com>
Fixes: e2ed6fbeb18c ("fatal-signal: Catch SIGSEGV and print backtrace.")
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>

View the changeset: https://github.com/igsilya/ovs/compare/d33f06800c05...abb7d9ac6f49

View the full build log and details: https://travis-ci.org/igsilya/ovs/builds/591952885?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the igsilya/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=17831080&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/20191001/6d29853a/attachment-0001.html>


More information about the build mailing list