[ovs-build] Still Failing: openvswitch/ovs#7195 (branch-2.7 - b13596b)

Travis CI builds at travis-ci.org
Tue Oct 16 00:22:58 UTC 2018


Build Update for openvswitch/ovs
-------------------------------------

Build: #7195
Status: Still Failing

Duration: 40 mins and 58 secs
Commit: b13596b (branch-2.7)
Author: Ben Pfaff
Message: odp-execute: Fix broken build with Clang as compiler.

Builds of branch-2.7 have been failing on Travis when Clang is used as
compiler due to:

../ofproto/ofproto-dpif.c:2057:46: warning: taking address of packed member
      'eth_src' of class or structure 'eth_header' may result in an unaligned
      pointer value [-Waddress-of-packed-member]
    netdev_get_etheraddr(ofport->up.netdev, &eth->eth_src);
                                             ^~~~~~~~~~~~
../ofproto/ofproto-dpif.c:2082:50: warning: taking address of packed member
      'eth_src' of class or structure 'eth_header' may result in an unaligned
      pointer value [-Waddress-of-packed-member]
        netdev_get_etheraddr(ofport->up.netdev, &eth->eth_src);
                                                 ^~~~~~~~~~~~

On master these don't come up because of commit 1620b7ea68c2 ("packets:
Remove unnecessary "packed" annotations."), which removed the packed
annotation that causes the warning.  This commit applies enough of that
commit to make the build pass.

Signed-off-by: Ben Pfaff <blp at ovn.org>

View the changeset: https://github.com/openvswitch/ovs/compare/bcbb5afeff14...b13596ba3dd0

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

--

You can unsubscribe from build emails from the openvswitch/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=2143550&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/20181016/0e89bfb3/attachment.html>


More information about the build mailing list