libvirt / libvirt (master)
Build #68 was fixed.
19 minutes and 38 seconds
Roman Bogorodskiy 058bf55 Changeset →
  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@gmail.com>
System message:

We have released a Security Advisory regarding secured environment variables that you can read on our blog.

We have updated our sudo-enabled Precise images! Read our blog post for more details. Thank you! 🚀 ✨

Want to know about upcoming build environment updates?

Would you like to stay up-to-date with the upcoming Travis CI build environment updates? We set up a mailing list for you! Sign up here.

Would you like to test your private code?

Travis CI for Private Projects could be your new best friend!