From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTtQ9-0003U9-7y for qemu-devel@nongnu.org; Tue, 16 Sep 2014 10:08:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTtQ0-0001UW-75 for qemu-devel@nongnu.org; Tue, 16 Sep 2014 10:07:53 -0400 Received: from mail-qc0-x22f.google.com ([2607:f8b0:400d:c01::22f]:43677) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTtQ0-0001UA-1d for qemu-devel@nongnu.org; Tue, 16 Sep 2014 10:07:44 -0400 Received: by mail-qc0-f175.google.com with SMTP id w7so4785520qcr.6 for ; Tue, 16 Sep 2014 07:07:40 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <54184427.7070202@redhat.com> Date: Tue, 16 Sep 2014 16:07:35 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1410719879-25181-1-git-send-email-mst@redhat.com> <20140916144324.GA7804@redhat.com> In-Reply-To: <20140916144324.GA7804@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PULL 00/12] pci, pc, virtio, misc bugfixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" , Peter Maydell Cc: QEMU Developers Il 16/09/2014 16:43, Michael S. Tsirkin ha scritto: >> > >> > /root/qemu/tests/test-qdev-global-props.c: In function ‘test_static_prop’: >> > /root/qemu/tests/test-qdev-global-props.c:80:5: error: implicit >> > declaration of function ‘g_test_trap_subprocess’ >> > [-Werror=implicit-function-declaration] >> > /root/qemu/tests/test-qdev-global-props.c:80:5: error: nested extern >> > declaration of ‘g_test_trap_subprocess’ [-Werror=nested-externs] >> > >> > This function was only added in glib 2.38, and our >> > minimum version is 2.12. >> > >> > thanks >> > -- PMM > The following should help? > > Signed-off-by: Michael S. Tsirkin We can still run a smaller suite of tests if subprocesses are not available. That's a better option, and doesn't require build system tests. Paolo