From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34565) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bENvu-0003d6-90 for qemu-devel@nongnu.org; Sat, 18 Jun 2016 17:37:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bENvs-0004Bi-Cx for qemu-devel@nongnu.org; Sat, 18 Jun 2016 17:37:37 -0400 Received: from mail-vk0-x22f.google.com ([2607:f8b0:400c:c05::22f]:36520) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bENvr-0004Bc-Rf for qemu-devel@nongnu.org; Sat, 18 Jun 2016 17:37:36 -0400 Received: by mail-vk0-x22f.google.com with SMTP id u64so155755249vkf.3 for ; Sat, 18 Jun 2016 14:37:35 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <20120320164514.17246.72054.malonedeb@gac.canonical.com> <20160617154949.2592.53342.malone@chaenomeles.canonical.com> <57659C87.1030307@weilnetz.de> From: Peter Maydell Date: Sat, 18 Jun 2016 22:37:15 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] OSX 10.7 build failure List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: QEMU Developers On 18 June 2016 at 21:51, Peter Maydell wrote: > On 18 June 2016 at 20:09, Stefan Weil wrote: >> Here is a list of problems which I noticed: >> >> configure: >> >> readelf: Error: Not an ELF file - it has the wrong magic bytes at >> the start > > We should make our configure test correctly send stderr > to /dev/null, since "not an ELF file" is OK and just > means "test should not pass". > >> ld: unknown option: --verbose > > This whole test should be 'only if doing linux-user or > bsd-user builds' I guess, since it's only for those. I'll put some patches together for these at least. thanks -- PMM