From owner-freebsd-questions@FreeBSD.ORG Fri May 9 11:35:03 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54B9537B401 for ; Fri, 9 May 2003 11:35:03 -0700 (PDT) Received: from postfix3-1.free.fr (postfix3-1.free.fr [213.228.0.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C1E343F85 for ; Fri, 9 May 2003 11:35:02 -0700 (PDT) (envelope-from m.bonavita@free.fr) Received: from Octopus.Abyss (lns-th2-6-82-64-94-172.adsl.proxad.net [82.64.94.172]) by postfix3-1.free.fr (Postfix) with SMTP id 6A5BFC115 for ; Fri, 9 May 2003 20:35:01 +0200 (CEST) Date: Fri, 9 May 2003 20:35:15 +0200 From: Matthieu Bonavita To: freebsd-questions@freebsd.org Message-Id: <20030509203515.0ff372b4.m.bonavita@free.fr> In-Reply-To: <20030509130237.Y41420@Gina.esfm.ipn.mx> References: <20030509181558.4796aadb.m.bonavita@free.fr> <20030509191541.1fec6062.m.bonavita@free.fr> <20030509130237.Y41420@Gina.esfm.ipn.mx> X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Mesa 4.3.2 - Configure failure [SOLVED] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2003 18:35:04 -0000 Thanks, it should be a little dirty right there, make clean before ajusted it all...Now I know I have to make clean after upgrading. Again, thanks to all of you. Le Fri, 9 May 2003 13:17:36 -0500 (CDT) Eduardo Viruena Silva frappa sauvagement: > On Fri, 9 May 2003, Matthieu Bonavita wrote: > > > Hum, I just tried what you suggested....unfortunately nothing > > changes...I think glut isn't installed at all rather than unfound, but > > Mesa should install it, shoudn't it ? > > > > > > > Le Fri, 09 May 2003 12:00:49 -0500 > > Chris Pressey frappa sauvagement: > > > > > On Fri, 9 May 2003 18:15:58 +0200 > > > Matthieu Bonavita wrote: > > > > > > > Hello, I need to install a package,which require SDL, which himself > > > > require Mesa3.4.2. While installing this last one, I get a : > > > > > > > > ===> Script "configure" failed unexpectedly. > > > > Please report the problem to sobomax@FreeBSD.org [maintainer] > > > > and attach the > > > > "/usr/ports/graphics/Mesa3/work/Mesa-3.4.2/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/graphics/Mesa3. > > > > > > > > For information,I run a FreeBSD RELEASE 5.0 - p7. > > > > I just updated today the ports collection, same effects, with > > > > Mesa3.4.2_2... Attached files : Packages list, Config.log > > > > > > > > If anybody has a clue ... > > It happend to me but I don't remember what I was compiling. > > Start over, begin compiling Mesa3: > > cd /usr/ports/x11/Mesa3 > make clean > make install > make clean > > It is important "make clean" before compiling, > after cvs-upgrading your ports. > > Then, try compiling the port you were compiling in the first place. > > Mesa3 can be compiled but, if you cannot, I have it in my box: > > ftp://michelle.esfm.ipn.mx/pub/Mesa-3.4.2_2.tbz > > compiled for FreeBSD 5.0-RELEASE. > > > Eduardo. > > -- > 2B | ~2B == ? > Hamlet. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > ---- M.Bonavita