[Libvirt-ci] Fixed: libvirt/libvirt#68 (master - 058bf55)
by Travis CI
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(a)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&u...
--
You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
7 years, 5 months