From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57028) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9YQo-00085f-Tq for qemu-devel@nongnu.org; Fri, 30 Sep 2011 04:26:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R9YQn-0006fN-Nz for qemu-devel@nongnu.org; Fri, 30 Sep 2011 04:26:54 -0400 Received: from mail-yi0-f45.google.com ([209.85.218.45]:43249) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9YQn-0006fB-LA for qemu-devel@nongnu.org; Fri, 30 Sep 2011 04:26:53 -0400 Received: by yib2 with SMTP id 2so1673549yib.4 for ; Fri, 30 Sep 2011 01:26:53 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20110929232824.7CBA73FC28@buildbot.b1-systems.de> References: <20110929232824.7CBA73FC28@buildbot.b1-systems.de> Date: Fri, 30 Sep 2011 09:26:53 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] buildbot failure in qemu on default_x86_64_rhel5 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Aneesh Kumar K.V" Cc: qemu-devel@nongnu.org, gollub@b1-systems.de, agraf@suse.de, lcapitulino@redhat.com On Fri, Sep 30, 2011 at 12:28 AM, wrote: > The Buildbot has detected a new failure on builder default_x86_64_rhel5 w= hile building qemu. > Full details are available at: > =A0http://buildbot.b1-systems.de/qemu/builders/default_x86_64_rhel5/build= s/24 Build error on RHEL 5 in virtio-9p-handle.c: /home/buildbot/slave-public/default_x86_64_rhel5/build/hw/9pfs/virtio-9p-ha= ndle.c: In function 'handle_utimensat': /home/buildbot/slave-public/default_x86_64_rhel5/build/hw/9pfs/virtio-9p-ha= ndle.c:377: warning: implicit declaration of function 'futimens' /home/buildbot/slave-public/default_x86_64_rhel5/build/hw/9pfs/virtio-9p-ha= ndle.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