From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsKk4-0002z6-Su for qemu-devel@nongnu.org; Thu, 27 Jun 2013 18:32:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsKk3-000732-Lz for qemu-devel@nongnu.org; Thu, 27 Jun 2013 18:32:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33091) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsKk3-00072y-EE for qemu-devel@nongnu.org; Thu, 27 Jun 2013 18:32:39 -0400 From: Juan Quintela In-Reply-To: <87k3leztxf.fsf@elfo.elfo> (Juan Quintela's message of "Fri, 28 Jun 2013 07:27:24 +0200") References: <1372329455-5995-1-git-send-email-quintela@redhat.com> <87k3leztxf.fsf@elfo.elfo> Date: Fri, 28 Jun 2013 07:32:30 +0200 Message-ID: <87fvw2ztox.fsf@elfo.elfo> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PULL 00/12] migration queue Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: anthony@redhat.com, qemu-devel@nongnu.org Juan Quintela wrote: > Peter Maydell wrote: >> On 27 June 2013 11:37, Juan Quintela wrote: >>> Anthony, please pull. >>> >>> - improve error message (Alon) >>> - Make zero pages to work again (Peter Lieven) >>> - First 10 patches of RDMA support >> >> Hi; could you adjust your pullrequest scripts to retransmit >> the patches as followup emails to the pullreq mail, please? >> It makes it easier to follow up when patches within a merge >> turn out to have issues. >> >> (cf http://wiki.qemu.org/Contribute/SubmitAPullRequest >> and previous on-list discussion.) > > Sorry, actually my problem was dtc, that for some reason got wrong :-( > > $ time make -j3 -C /scratch/tmp/all/make: Entering directory `/scratch/tmp/all' > config-host.mak is out-of-date, running configure > > ERROR: DTC not present. Your options: > (1) Preferred: Install the DTC devel package > (2) Fetch the DTC submodule, using: > git submodule update --init dtc > > make: *** [config-host.mak] Error 1 > make: Leaving directory `/scratch/tmp/all' > > real 0m4.273s > user 0m2.568s > sys 0m1.044s > > > It used to compile on this machine (I had installed the dtc package, as > this used to work, something else got broken). > > Sorry about this. I mean that I didn't compile all arches due to this other error.