From owner-freebsd-questions@FreeBSD.ORG Tue Jun 5 15:03:40 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 14A3E16A421 for ; Tue, 5 Jun 2007 15:03:40 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.231]) by mx1.freebsd.org (Postfix) with ESMTP id AFB2113C484 for ; Tue, 5 Jun 2007 15:03:39 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by qb-out-0506.google.com with SMTP id b14so1719799qbc for ; Tue, 05 Jun 2007 08:03:39 -0700 (PDT) Received: by 10.70.21.8 with SMTP id 8mr9265658wxu.1181055813011; Tue, 05 Jun 2007 08:03:33 -0700 (PDT) Received: from ?192.168.0.4? ( [67.189.184.224]) by mx.google.com with ESMTP id i10sm1434019wxd.2007.06.05.08.03.31; Tue, 05 Jun 2007 08:03:32 -0700 (PDT) Date: Tue, 05 Jun 2007 11:03:43 -0400 To: User Questions Organization: Seibercom.net In-Reply-To: <7c80322b0706050657w3d7faef5yab779e11d1d5a2ba@mail.gmail.com> References: <20070605122030.74364802@localhost> <7c80322b0706050657w3d7faef5yab779e11d1d5a2ba@mail.gmail.com> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20070605104323.3868.GERARD-SEIBERT@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.31 [en] From: Gerard Subject: Re: problem compiling xorg 7.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: User Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2007 15:03:40 -0000 On Tuesday June 05, 2007 at 09:57:53 (AM) Anton Galitch wrote: > On 6/4/07, Norberto Meijome wrote: > > > > On Mon, 4 Jun 2007 22:19:18 -0300 > > "Anton Galitch" wrote: > > > > > Hello. > > > > > > I have a problem when I compile /usr/ports/x11/xorg, when I make install > > it > > > shows the following error: > > > > > > > > > configure: error: cannot find GL library - make sure Mesa or other > > > OpenGL package is installed > > > See `config.log' for more details. > > > ===> Script "configure" failed unexpectedly. > > > > > > I have installed libGL and libGLU but it shows the same error. > > > > > > I attach my config.log file and the output of ls /var/db/pkg > > > > > > Thanks for any help > > > > Hi Anton, > > are you upgrading xorg or installing xorg for the first time in this > > machine? > > > > you have to follow the steps in /usr/ports/UPDATING, even if not > > upgrading. > Hi. > The situation is following: > I had xorg 6.9 installed, after trying to upgrade it with portupgrade I > deinstalled it and now want to install it from scratch. > My portmanager program works strange thats why I cant install it usin > /usr/ports/UPDATING. > Do you know any other way of installing it using another tools?? Please don't top post. If you don't know what that means, please take the time to Google for it. I have reformatted this post so that it might be more readily deciphered. Now, onto your problem. Unfortunately, my crystal ball is out for repairs today. Since you did not bother to include any specific information or a copy of the log file that was created as specified in the 'UPDATING' file when you attempted to update 'xorg', I cannot assist you. However, now that you have deinstalled it, you should be able to start fresh -- I think. You probably need to follow these instructions: It is necessary to set the XORG_UPGRADE environment variable while updating from xorg 6.9 to 7.2. Once the upgrade is complete this is no longer be required. For users of csh-like shells: # setenv XORG_UPGRADE yes For users of sh-like shells: # export XORG_UPGRADE=yes I am assuming that you have the portupgrade-devel port installed. If not, it would probably behoove you to do so first as described in the 'UPDATING' file. You could also probably go this route via portmanager. First, make sure you have an up-to-date ports tree. Next, run: pkgdb -Ffuv This should make sure that all of the dependencies are listed correctly. Now, run: portmanager x11/xorg -l -f That should get xorg installed along with its dependencies. -- Gerard DISCLAIMER If you find a posting or message from me offensive, inappropriate, or disruptive, please ignore it. If you don't know how to ignore a posting, complain to me and I will be only too happy to demonstrate... ;-)