Upgrade Xorg 6.9->7.2 dies in libGLU

Florent Thoumie flz at FreeBSD.org
Mon Jun 25 18:32:41 UTC 2007


Ewald Jenisch wrote:
> On Mon, Jun 25, 2007 at 02:12:41PM +0100, Florent Thoumie wrote:
>> As is says, it can't find libGL for some reason. Check if you have
>> libGL.so* either in /usr/local/lib or /usr/X11R6/lib. 
> 
> [root at boxy ~]# find /usr/X11R6/lib -name 'libGL.so*'  
> /usr/X11R6/lib/libGL.so.1
> /usr/X11R6/lib/libGL.so
> [root at boxy ~]# 
> 
> So libGL.so.* is there - but but:
> 
> [root at boxy /usr/ports/graphics/libGLU]# make
> [root at boxy /usr/ports/graphics/libGLU]# make install
> ===>  Installing for libGLU-6.5.3
> ===>   libGLU-6.5.3 depends on file: /usr/local/libdata/xorg/libraries - found
> ===>   libGLU-6.5.3 depends on shared library: GL.1 - found
> ===>   Generating temporary packing list
> ===>  Checking if graphics/libGLU already installed
> install  -s -o root -g wheel -m 555 /usr/ports/graphics/libGLU/work/Mesa-6.5.3/src/glu/sgi/libGLU.so.1 /usr/local/lib
> install: /usr/ports/graphics/libGLU/work/Mesa-6.5.3/src/glu/sgi/libGLU.so.1: No such file or directory
> *** Error code 71
> 
> Stop in /usr/ports/graphics/libGLU.
> [root at boxy /usr/ports/graphics/libGLU]# 
> 
> 
> 
> For me the problem is, that libGLU.so.1 ("GLU", not "GL") isn't in
> /usr/ports/graphics/libGLU/work/Mesa-6.5.3/src/glu/sgi after the
> "make" so obviously it can't be installed.
> 
> 
>> Something went
>> wrong, I'm not sure what it is but installing graphics/libGL should
>> solve your problem.
> 
> Do you mean /usr/ports/graphics/libGL? What has this one to do with
> the missing "libGLU.so.1" which is a different port?

libGLU depends on libGL, since you don't have libGL.so in
/usr/local/lib, libGLU can't be built.

The question is, why do you still have libGL.so in /usr/X11R6/lib. I'd
suggest removing this one and do "make clean all install" in
/usr/ports/graphics/libGLU.

-- 
Florent Thoumie
flz at FreeBSD.org
FreeBSD Committer

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 250 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20070625/f77f4f76/signature.pgp


More information about the freebsd-x11 mailing list