From owner-freebsd-ports@FreeBSD.ORG Mon May 28 11:49:41 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D442316A475; Mon, 28 May 2007 11:49:41 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.freebsd.org (Postfix) with ESMTP id 5C7CD13C483; Mon, 28 May 2007 11:49:41 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id 3D9A21CCC31; Mon, 28 May 2007 13:49:40 +0200 (CEST) Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.6/8.13.6) with ESMTP id l4SBmRt8052045; Mon, 28 May 2007 13:48:27 +0200 (CEST) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.6/8.13.6/Submit) id l4SBmR3Y052044; Mon, 28 May 2007 13:48:27 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Mon, 28 May 2007 13:48:26 +0200 To: Eric Anderson , freebsd-emulation@freebsd.org, freebsd-ports@freebsd.org Message-ID: <20070528114826.GA51871@saturn.kn-bremen.de> Mail-Followup-To: Eric Anderson , freebsd-emulation@freebsd.org, freebsd-ports@freebsd.org References: <20070526181709.GA10188@saturn.kn-bremen.de> <4658BC6E.5080208@freebsd.org> <20070527125824.GA1982@saturn.kn-bremen.de> <4659C0A2.6030808@freebsd.org> <20070527185235.GA21463@saturn.kn-bremen.de> <4659D601.3060707@freebsd.org> <20070527205415.GA26330@saturn.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070527205415.GA26330@saturn.kn-bremen.de> User-Agent: Mutt/1.5.14 (2007-02-12) Cc: Subject: Re: another qemu-devel port update ready for testing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 11:49:41 -0000 On Sun, May 27, 2007 at 10:54:15PM +0200, I wrote: > On Sun, May 27, 2007 at 02:03:29PM -0500, Eric Anderson wrote: > > On 05/27/07 13:52, Juergen Lock wrote: > > >On Sun, May 27, 2007 at 12:32:18PM -0500, Eric Anderson wrote: > > >>On 05/27/07 07:58, Juergen Lock wrote: > > >>>On Sat, May 26, 2007 at 06:02:06PM -0500, Eric Anderson wrote: > > >>>>On a recent -CURRENT (with the new GCC): > > >>>> > > >>>># make > > >>>>... > > >>>>===> Configuring for qemu-devel-0.9.0s.20070526 > > >>>>WARNING: "cc" looks like gcc 4.x > > >>>>QEMU is known to have problems when compiled with gcc 4.x > > >>>>It is recommended that you use gcc 3.x to build QEMU > > >>>>To use this compiler anyway, configure with --disable-gcc-check > > >>>>===> Script "configure" failed unexpectedly. > > >>>>Please report the problem to nox@FreeBSD.org [maintainer] and attach the > > >>>>"/usr/ports/emulators/qemu-devel/work/qemu-snapshot-2007-05-26_05/config.log" > > >>>>including the output of the failure of your make command. Also, it > > >>>>might be > > >>>>a good idea to provide an overview of all packages installed on your > > >>>>system > > >>>>(e.g. an `ls /var/db/pkg`). > > >>>>*** Error code 1 > > >>>> > > >>>>Stop in /usr/ports/emulators/qemu-devel. > > >>>>*** Error code 1 > > >>>> > > >>>>Stop in /usr/ports/emulators/qemu-devel. > > >>>Hmm that should not happen... Do you have an old version of > > >>>bsd.gcc.mk maybe? > > >>> > > >>> Juergen > > >> > > >># $FreeBSD: ports/Mk/bsd.gcc.mk,v 1.12 2007/05/19 22:06:14 pav Exp $ > > >> > > >> > > >>That the right one? > > > > > >Yeah. Ok probably CONFIGURE_ARGS needs to come after the > > >bsd.port.pre.mk include for it to pick up the right ${CC}... try this: > > > > > > Same thing.. > > Ok we'll have to find out what configure is doing there, use this and > send me the output: >... s/use/please use/ o_O This is getting stranger and stranger... I just diff'd this snapshot's configure script with the one thats in ports and saw nothing relevant, and the one in ports does build on pointyhat with configure picking up the right compiler: http://pointyhat.freebsd.org/errorlogs/i386-7-latest-logs/qemu-devel-0.9.0s.20070405_4.log So I'd really like to know whats going on there... Juergen