[Libvirt-ci] Fixed: libvirt/libvirt#68 (master - 058bf55)

Travis CI builds at travis-ci.org
Tue May 9 13:37:04 UTC 2017


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

Build: #68
Status: Fixed

Duration: 19 minutes and 38 seconds
Commit: 058bf55 (master)
Author: Roman Bogorodskiy
Message: tests: fix virfilewrapper

If __lxstat() and __xstat() functions are not available, build fails with:

  CC       virfilewrapper.o
virfilewrapper.c:180:5: error: no previous prototype for function '__lxstat' [-Werror,-Wmissing-prototypes]
int __lxstat(int ver, const char *path, struct stat *sb)
    ^
virfilewrapper.c:208:5: error: no previous prototype for function '__xstat' [-Werror,-Wmissing-prototypes]
int __xstat(int ver, const char *path, struct stat *sb)

Luckily, we already check presence of these functions in configure
using AC_CHECK_FUNCS, so just don't wrap these if they're not available.

Signed-off-by: Roman Bogorodskiy <bogorodskiy at gmail.com>

View the changeset: https://github.com/libvirt/libvirt/compare/40824174258a...058bf5549f66

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

--

You can configure 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/20170509/86c57809/attachment.htm>


More information about the Libvirt-ci mailing list