From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45509) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ua0Es-0003uq-Nq for qemu-devel@nongnu.org; Wed, 08 May 2013 05:00:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ua0Em-0000bO-7O for qemu-devel@nongnu.org; Wed, 08 May 2013 05:00:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36772) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ua0El-0000bD-Vj for qemu-devel@nongnu.org; Wed, 08 May 2013 05:00:36 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r4890ZbJ031078 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 8 May 2013 05:00:35 -0400 Date: Wed, 8 May 2013 11:00:26 +0200 From: Kevin Wolf Message-ID: <20130508090026.GD3093@dhcp-200-207.str.redhat.com> References: <20130508083946.GC3093@dhcp-200-207.str.redhat.com> <309861353.7630251.1368002649404.JavaMail.root@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <309861353.7630251.1368002649404.JavaMail.root@redhat.com> Subject: Re: [Qemu-devel] Makefile: Dependency problem List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Am 08.05.2013 um 10:44 hat Paolo Bonzini geschrieben: > > > 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". Doesn't seem to be reproducable now. > Did you have an "lt CC stubs/mon-printf.lo" before? Nope, neither before this, nor during the following make run. So I guess it left an old version of it? Would explain why it doesn't reproduce after a "make clean". > What version of Make is this? make-3.82-13.fc18.x86_64 Kevin