From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vto0p-0004Pu-DK for qemu-devel@nongnu.org; Thu, 19 Dec 2013 19:32:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vto0l-0003JA-5z for qemu-devel@nongnu.org; Thu, 19 Dec 2013 19:32:19 -0500 Received: from mail-pa0-f45.google.com ([209.85.220.45]:47359) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vto0k-0003Iq-Oq for qemu-devel@nongnu.org; Thu, 19 Dec 2013 19:32:15 -0500 Received: by mail-pa0-f45.google.com with SMTP id fb1so1886753pad.4 for ; Thu, 19 Dec 2013 16:32:14 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <871u18ml9h.fsf@codemonkey.ws> References: <1387312160-12318-1-git-send-email-peter.maydell@linaro.org> <871u18ml9h.fsf@codemonkey.ws> From: Peter Maydell Date: Fri, 20 Dec 2013 00:31:53 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 00/62] target-arm queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Blue Swirl , Aurelien Jarno , QEMU Developers , Anthony Liguori On 20 December 2013 00:14, Anthony Liguori wrote: > Peter Maydell writes: > >> Only took a week for the target-arm queue to fill up again :-) >> Please pull... > > ubuntu@build:~/build/qemu$ make > CC aarch64-softmmu/gdbstub-xml.o > CC aarch64-softmmu/target-arm/cpu.o > /home/ubuntu/git/qemu/target-arm/cpu.c: In function =E2=80=98arm_cpu_post= _init=E2=80=99: > /home/ubuntu/git/qemu/target-arm/cpu.c:260:9: error: implicit declaration= of function =E2=80=98assert_no_error=E2=80=99 [-Werror=3Dimplicit-function= -declaration] > /home/ubuntu/git/qemu/target-arm/cpu.c:260:9: error: nested extern declar= ation of =E2=80=98assert_no_error=E2=80=99 [-Werror=3Dnested-externs] > cc1: all warnings being treated as errors > make[1]: *** [target-arm/cpu.o] Error 1 > make: *** [subdir-aarch64-softmmu] Error 2 Urgh. Looks like the QMP queue included a patch which removes assert_no_error! If you applied pullrequests in chronological order you'd have found this one built and that one didn't :-) thanks -- PMM