From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQxD3-0002ee-1V for qemu-devel@nongnu.org; Thu, 26 Feb 2015 07:06:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQxCy-0003FE-G0 for qemu-devel@nongnu.org; Thu, 26 Feb 2015 07:06:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39382) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQxCy-0003FA-8s for qemu-devel@nongnu.org; Thu, 26 Feb 2015 07:06:24 -0500 Date: Thu, 26 Feb 2015 13:06:18 +0100 From: "Michael S. Tsirkin" Message-ID: <20150226120618.GB31740@redhat.com> References: <1424295164-4774-1-git-send-email-mst@redhat.com> <20150226114132.GB24820@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PULL 00/96] pci, pc, virtio fixes and cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers , "Dr. David Alan Gilbert" , Juan Quintela On Thu, Feb 26, 2015 at 08:59:47PM +0900, Peter Maydell wrote: > On 26 February 2015 at 20:41, Michael S. Tsirkin wrote: > > On Thu, Feb 26, 2015 at 08:17:43PM +0900, Peter Maydell wrote: > >> Hi. I'm afraid this fails to build: > >> > >> CP i386-softmmu/hw/i386/acpi-dsdt.hex > >> CP i386-softmmu/hw/i386/q35-acpi-dsdt.hex > >> make[1]: *** No rule to make target > >> `/home/petmay01/linaro/qemu-for-merges/hw/i386/ssdt-proc.dsl', needed > >> by `hw/i386/ssdt-proc.hex'. Stop. > >> make[1]: *** Waiting for unfinished jobs.... > > > > Are you sure it's a clean build? > > This often results from a stale .d file. > > No, it's not a clean build, because I like to test both > clean and incremental rebuilds. Most of my other builds > seemed OK, but this one bombed out. > > -- PMM Well, it's known that incremental builds are best effort, isn't it? Wrt rebase, it's now on kernel.org, tag for_upstream_rebased: 1d40f18 rebased with only a trivial conflict. -- MST