Re: Upgrading to Xorg 7.2.0

2007-05-22 Thread Norberto Meijome
On Tue, 22 May 2007 15:40:18 +0200
Christopher Prance [EMAIL PROTECTED] wrote:

 checking pkg-config is at least version 0.9.0... yes
 checking for XDRIINFO... yes
 checking for library containing glXGetProcAddressARB... no
 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.  
 Please report the problem to [EMAIL PROTECTED] [maintainer] and attach the
 /usr/ports/x11/xdriinfo/work/xdriinfo-1.0.1/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/x11/xdriinfo.
 ** Command failed [exit code 1]: /usr/bin/script -qa
 /tmp/portinstall.44338.0 env make
 ** Fix the problem and try again.
 ** Listing the failed packages (*:skipped / !:failed)
 ! x11/xdriinfo  (configure error)
 ---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed  
 Command failed [exit code 1]: /usr/local/sbin/portinstall x11/xdriinfo
 
 I've tried updating the libGL, and even the Mesa, but these progams fail on
 build as well.

Hi Chris,
Can you send the errors libGL and Mesa show? (sorry, i don't know the answer 
right away... but , FWIW, I had no problem installing the lot... )

_
{Beto|Norberto|Numard} Meijome

He can compress the most words into the smallest idea of any man I know.
  Abraham Lincoln

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrading to Xorg 7.2.0

2007-05-22 Thread Christopher Prance

On 5/22/07, Norberto Meijome [EMAIL PROTECTED] wrote:

sorry mate, dont have the asnwer but i'd try retrying the whole process now 
that libGL has been installed...often something in the spaghetti of 
dependencies gets fixed once you fix one little problem... it's been working 
for me most of the times...

good luck,
B

PS - if you want, i can send you a precompiled xdriinfo package from my 
system... but , if I were you, i wouldn't take someone else's binary anyway ... 
:D


On Tue, 22 May 2007 17:02:50 +0200
Christopher Prance [EMAIL PROTECTED] wrote:

 On 5/22/07, Norberto Meijome [EMAIL PROTECTED] wrote:
  On Tue, 22 May 2007 15:40:18 +0200
  Christopher Prance  [EMAIL PROTECTED] wrote:
 
   checking pkg-config is at least version 0.9.0... yes
   checking for XDRIINFO... yes
   checking for library containing glXGetProcAddressARB... no
   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.
   Please report the problem to [EMAIL PROTECTED] [maintainer] and attach the
   /usr/ports/x11/xdriinfo/work/xdriinfo-1.0.1/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/x11/xdriinfo.
   ** Command failed [exit code 1]: /usr/bin/script -qa
   /tmp/portinstall.44338.0 env make
   ** Fix the problem and try again.
   ** Listing the failed packages (*:skipped / !:failed)
   ! x11/xdriinfo  (configure error)
   ---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
   Command failed [exit code 1]: /usr/local/sbin/portinstall x11/xdriinfo
  
   I've tried updating the libGL, and even the Mesa, but these progams fail 
on
   build as well.
 
  Hi Chris,
  Can you send the errors libGL and Mesa show? (sorry, i don't know the 
answer right away... but , FWIW, I had no problem installing the lot... )
 
  _
  {Beto|Norberto|Numard} Meijome
 
  He can compress the most words into the smallest idea of any man I know.
  Abraham Lincoln
 
  I speak for myself, not my employer. Contents may be hot. Slippery when 
wet. Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
 

 I reinstalled LibGL and everything went fine, but I tried to install
 the Mesa-Demos because it is the only mesa port I can find on my
 system, if you know of another please let me know.  Here is the output
 from installing the mesa-demos port...

  ===  Building for mesa-demos-6.5.3_1
 gmake[1]: Entering directory
 `/usr/ports/graphics/mesa-demos/work/Mesa-6.5.3/progs/demos'
 cc -I../../include -fPIC -pedantic -I/usr/local/include -DUSE_XSHM
 -DHZ=100 -O2 -fno-strict-aliasing -pipe  arbfplight.c readtex.o
 -L/usr/local/lib -lglut -lGLU -lGL -lXext -lXmu -lXi -lX11 -lm -o
 arbfplight
 arbfplight.c:14:21: GL/glut.h: No such file or directory
 arbfplight.c:17: error: syntax error before Diffuse
 arbfplight.c:17: error: ISO C forbids data definition with no type or
 storage class
 arbfplight.c:18: error: syntax error before Specular
 arbfplight.c:18: error: ISO C forbids data definition with no type or
 storage class
 arbfplight.c:19: error: syntax error before LightPos
 arbfplight.c:19: error: ISO C forbids data definition with no type or
 storage class
 arbfplight.c:20: error: syntax error before Delta
 arbfplight.c:20: error: ISO C forbids data definition with no type or
 storage class
 arbfplight.c:22: error: syntax error before FragProg
 arbfplight.c:22: error: ISO C forbids data definition with no type or
 storage class
 arbfplight.c:23: error: syntax error before VertProg
 arbfplight.c:23: error: ISO C forbids data definition with no type or
 storage class
 arbfplight.c:24: error: syntax error before Anim
 arbfplight.c:24: error: `GL_TRUE' undeclared here (not in a function)
 arbfplight.c:24: error: ISO C forbids data definition with no type or
 storage class
 arbfplight.c:25: error: syntax error before Wire
 arbfplight.c:25: error: `GL_FALSE' undeclared here (not in a function)
 arbfplight.c:25: error: ISO C forbids data definition with no type or
 storage class
 arbfplight.c:26: error: syntax error before PixelLight
 arbfplight.c:26: error: ISO C forbids data definition with no type or
 storage class
 arbfplight.c:27: error: syntax error before Win
 arbfplight.c:27: error: ISO C forbids data definition with no type or
 storage class
 arbfplight.c:29: error: syntax error before T0
 arbfplight.c:29: error: ISO C forbids data definition with no type or
 storage class
 arbfplight.c:30: error: syntax error before Frames
 arbfplight.c:30: error: ISO C forbids data definition with no type or
 storage class
 arbfplight.c:32: error: syntax error before Xrot
 arbfplight.c:32: error: ISO C forbids data definition with no type or
 storage class
 

Re: Upgrading to Xorg 7.2.0

2007-05-22 Thread José García Juanino
El martes 22 de mayo a las 17:06:55 CEST, Christopher Prance escribió:
  On 5/22/07, Norberto Meijome [EMAIL PROTECTED] wrote:

  ===  Building for mesa-demos-6.5.3_1
  gmake[1]: Entering directory
  `/usr/ports/graphics/mesa-demos/work/Mesa-6.5.3/progs/demos'
  cc -I../../include -fPIC -pedantic -I/usr/local/include -DUSE_XSHM
  -DHZ=100 -O2 -fno-strict-aliasing -pipe  arbfplight.c readtex.o
  -L/usr/local/lib -lglut -lGLU -lGL -lXext -lXmu -lXi -lX11 -lm -o
  arbfplight
  arbfplight.c:14:21: GL/glut.h: No such file or directory

It looks like it cannot find ${X11BASE}/include/GL/glut.h. This header
is installed by graphics/libglut port. Check whether
/usr/X11R6/include/GL/glut.h exists. In that case update it with
portupgrade -f, and then that header will install in
/usr/local/include/GL/glut.h (check before whether you have
devel/imake-6 port instead of the devel/imake one, as the last one is
the suitable port for Xorg 7.2).

Regards

-- 
http://www.telefonica.net/web2/gauss


pgpJmJh9te1qB.pgp
Description: PGP signature