From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43296) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ua07V-0000ob-OI for qemu-devel@nongnu.org; Wed, 08 May 2013 04:53:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ua07R-0005mg-Ez for qemu-devel@nongnu.org; Wed, 08 May 2013 04:53:05 -0400 Received: from mx4-phx2.redhat.com ([209.132.183.25]:53175) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZzyr-0003cW-VE for qemu-devel@nongnu.org; Wed, 08 May 2013 04:44:10 -0400 Date: Wed, 8 May 2013 04:44:09 -0400 (EDT) From: Paolo Bonzini Message-ID: <309861353.7630251.1368002649404.JavaMail.root@redhat.com> In-Reply-To: <20130508083946.GC3093@dhcp-200-207.str.redhat.com> References: <20130508083946.GC3093@dhcp-200-207.str.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Makefile: Dependency problem List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org > 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. Please try to reproduce it with "make V=1". Did you have an "lt CC stubs/mon-printf.lo" before? What version of Make is this? Paolo