Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Jun 2007 11:03:43 -0400
From:      Gerard <gerard@seibercom.net>
To:        User Questions <freebsd-questions@freebsd.org>
Subject:   Re: problem compiling xorg 7.2
Message-ID:  <20070605104323.3868.GERARD-SEIBERT@seibercom.net>
In-Reply-To: <7c80322b0706050657w3d7faef5yab779e11d1d5a2ba@mail.gmail.com>
References:  <20070605122030.74364802@localhost> <7c80322b0706050657w3d7faef5yab779e11d1d5a2ba@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday June 05, 2007 at 09:57:53 (AM) Anton Galitch wrote:

> On 6/4/07, Norberto Meijome <freebsd@meijome.net> wrote:
> >
> > On Mon, 4 Jun 2007 22:19:18 -0300
> > "Anton Galitch" <anton.galitch@gmail.com> 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... ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070605104323.3868.GERARD-SEIBERT>