[Libvirt-ci] Broken: libvirt/libvirt#2184 (master - 11ea626)

Travis CI builds at travis-ci.org
Wed Apr 3 11:14:55 UTC 2019


Build Update for libvirt/libvirt
-------------------------------------

Build: #2184
Status: Broken

Duration: 53 mins and 44 secs
Commit: 11ea626 (master)
Author: Daniel P. Berrangé
Message: examples: fix 64-bit integer formatting on Windows

The Windows printf functions don't support %llu/%lld for printing 64-bit
integers. For most of libvirt this doesn't matter as we rely on gnulib
which provides a replacement printf that is sane.

The example code is designed to compile against the normal OS headers,
with no use of gnulib and thus has to use the platform specific printf.
To deal with this we must use the macros PRI* macros from inttypes.h
to get the platform specific format string.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>

View the changeset: https://github.com/libvirt/libvirt/compare/ac21141ce497...11ea62665c03

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

--

You can unsubscribe from build emails from the libvirt/libvirt repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4872032&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://listman.redhat.com/archives/libvirt-ci/attachments/20190403/274c6446/attachment.htm>


More information about the Libvirt-ci mailing list