From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZzul-0005zX-DZ for qemu-devel@nongnu.org; Wed, 08 May 2013 04:39:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZzug-0001rq-45 for qemu-devel@nongnu.org; Wed, 08 May 2013 04:39:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47664) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZzuf-0001rZ-S0 for qemu-devel@nongnu.org; Wed, 08 May 2013 04:39:50 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r488dmG0023236 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 8 May 2013 04:39:48 -0400 Date: Wed, 8 May 2013 10:39:46 +0200 From: Kevin Wolf Message-ID: <20130508083946.GC3093@dhcp-200-207.str.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] Makefile: Dependency problem List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com Hi, I just had a failing build like this (make -j3, so these are running in parallel): lt LINK libcacard.la AR libqemuutil.a CC stubs/mon-printf.o CC stubs/mon-print-filename.o ar: stubs/mon-printf.o: No such file or directory make: *** [libcacard.la] Fehler 1 make: *** Warte auf noch nicht beendete Prozesse... Restarting make obviously fixed the problem, but I thought I'd mention it here so that the dependencies can be fixed. Kevin