From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uug96-0000lr-2d for qemu-devel@nongnu.org; Thu, 04 Jul 2013 05:48:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uug93-0000CF-NQ for qemu-devel@nongnu.org; Thu, 04 Jul 2013 05:48:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62784) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uug93-0000C3-G2 for qemu-devel@nongnu.org; Thu, 04 Jul 2013 05:48:09 -0400 Date: Thu, 4 Jul 2013 12:49:15 +0300 From: "Michael S. Tsirkin" Message-ID: <20130704094915.GA23677@redhat.com> References: <20130704080607.GA25850@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH] Makefile: disable parallel build with dtc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Anthony Liguori , qemu-devel@nongnu.org, Blue Swirl , Gerd Hoffmann , Stefan Hajnoczi , Paolo Bonzini On Thu, Jul 04, 2013 at 10:17:46AM +0100, Peter Maydell wrote: > On 4 July 2013 09:06, Michael S. Tsirkin wrote: > > Sometimes I get this error when building with -j 4: > > ar: two different operation options specified > > make[1]: *** [libfdt/libfdt.a] Error 1 > > make: *** [subdir-dtc] Error 2 > > > > dtc make does not seem to support parallel make. > > Force non-parallel build to fix this. > > So, this is the second time somebody's reported this, and > I think it would be better to try to figure out what's > going on. Can you report what the actual ar command is > when run with V=1 ? it stopped reproducing now :( > Also, can you confirm that you haven't got an environment > that sets ARFLAGS to something weird (including "") ? > > thanks > -- PMM I can confirm that.