[ovs-build] Fixed: numansiddique/ovn#84 (master - 01b0e5b)

Travis CI builds at travis-ci.org
Fri Jan 24 09:12:19 UTC 2020


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

Build: #84
Status: Fixed

Duration: 16 mins and 19 secs
Commit: 01b0e5b (master)
Author: Numan Siddique
Message: Fix travis CI compilation issue for OSX job

After the commit [1], the job fails with the below compilation error

*****
lib/actions.c:1187:38: error: format specifies type 'unsigned short' but the argument has type 'int' [-Werror,-Wformat]
        ds_put_format(s, "=%"PRIu16, dst->weight ? dst->weight : 100);
                           ~~        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/actions.c:1211:47: error: format specifies type 'unsigned short' but the argument has type 'int' [-Werror,-Wformat]
                      ",actions=", bucket_id, dst->weight ? dst->weight : 100);
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
make[1]: *** [lib/actions.lo] Error 1
*********

This patch fixes this issue.

[1] - 85b3544aabb2("ovn-controller: A new action "select".)

Fixes: 85b3544aabb2("ovn-controller: A new action "select".)
CC: Han Zhou <hzhou at ovn.org>
Signed-off-by: Numan Siddique <numans at ovn.org>

View the changeset: https://github.com/numansiddique/ovn/compare/8c67e04774e8...01b0e5b76ee1

View the full build log and details: https://travis-ci.org/numansiddique/ovn/builds/641263438?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/20200124/6413a279/attachment-0001.html>


More information about the build mailing list