[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] buildbot failure in qemu on default_x86_64_rhel5
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] buildbot failure in qemu on default_x86_64_rhel5 |
Date: |
Fri, 30 Sep 2011 09:26:53 +0100 |
On Fri, Sep 30, 2011 at 12:28 AM, <address@hidden> wrote:
> The Buildbot has detected a new failure on builder default_x86_64_rhel5 while
> building qemu.
> Full details are available at:
> http://buildbot.b1-systems.de/qemu/builders/default_x86_64_rhel5/builds/24
Build error on RHEL 5 in virtio-9p-handle.c:
/home/buildbot/slave-public/default_x86_64_rhel5/build/hw/9pfs/virtio-9p-handle.c:
In function 'handle_utimensat':
/home/buildbot/slave-public/default_x86_64_rhel5/build/hw/9pfs/virtio-9p-handle.c:377:
warning: implicit declaration of function 'futimens'
/home/buildbot/slave-public/default_x86_64_rhel5/build/hw/9pfs/virtio-9p-handle.c:377:
warning: nested extern declaration of 'futimens'
RHEL 5 only has glibc 2.5 but futimens(2) was introduced in glibc 2.6.
Stefan