From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41448) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXTEF-0001rq-Sr for qemu-devel@nongnu.org; Sat, 19 Oct 2013 05:53:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VXTE9-0001hQ-En for qemu-devel@nongnu.org; Sat, 19 Oct 2013 05:53:51 -0400 Received: from know-smtprelay-omc-8.server.virginmedia.net ([80.0.253.72]:49522) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXTE9-0001go-55 for qemu-devel@nongnu.org; Sat, 19 Oct 2013 05:53:45 -0400 Date: Sat, 19 Oct 2013 10:53:43 +0100 From: Ken Moffat Message-ID: <20131019095343.GA24209@milliways> References: <20131018224811.GA11252@milliways> <20131018233628.GA12370@milliways> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Subject: Re: [Qemu-devel] Build failure with make-4.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On Sat, Oct 19, 2013 at 10:05:10AM +0100, Peter Maydell wrote: > On 19 October 2013 00:36, Ken Moffat wrote: > > Seems I can just > > $export ARFLAGS="rv" > > before I configure, and it will build and install. Unless there is > > some reason NOT to do that, please consider this closed. > > Well, the reason would be that nobody in practice will do > that. Make should be setting ARFLAGS correctly (as per > its documentation) unless you've somehow managed to > set ARFLAGS to something incorrect in your environment. > If you "unset ARFLAGS" does it work? > > -- PMM I don't normally touch ARFLAGS. Here's a freshly-untarred qemu tree. ken@ac4tv /scratch/ken/tmp/qemu-1.6.1 $echo $ARFLAGS ken@ac4tv /scratch/ken/tmp/qemu-1.6.1 $unset ARFLAGS ./configure --prefix=/usr --sysconfdir=/etc --target-list=x86_64-softmmu make AR libfdt/libfdt.a ar: two different operation options specified Makefile:234: recipe for target 'libfdt/libfdt.a' failed make[1]: *** [libfdt/libfdt.a] Error 1 Makefile:153: recipe for target 'subdir-dtc' failed make: *** [subdir-dtc] Error 2 ĸen -- das eine Mal als Tragödie, dieses Mal als Farce