Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 4638

Summary: media-libs/gle-3.0.1-r2 fails to build.
Product: Gentoo Linux Reporter: phoen][x <fisi.tilman.klar>
Component: New packagesAssignee: phoen][x <fisi.tilman.klar>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.2   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description phoen][x 2002-07-07 05:11:46 UTC
I upgraded the xscreensaver ebuild to a new version a moment ago and it tried to
merge gle as a dependency.

Gle breaks in src_compile(), here are the last few lines:

checking for IceConnectionNumber in -lICE... yes
checking for glGetError in -lGL... yes
checking for gluNewQuadric in -lGLU... yes
checking for glutSwapBuffers in -lglut... no
configure: error: Cannot find required glut library

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 4, Exitcode 1
!!! (no error message)

!!! emerge aborting on  /usr/portage/media-libs/gle/gle-3.0.1-r2.ebuild .

glut 3.7-r2 is installed.

-phoen][x-
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-07-08 07:11:57 UTC
phoenix, see if you can sort this one
Comment 2 phoen][x 2002-07-08 12:00:14 UTC
"emerge glut" did the trick. the libglut was not in place, "ldconfig -p | grep
-i glut" didnt show it. 

-phoen][x-

@seemant: thx for assigning this to me ;)