Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 437962 - media-libs/ftgl-2.1.3_rc5 - configure: error: GLU library could not be found
Summary: media-libs/ftgl-2.1.3_rc5 - configure: error: GLU library could not be found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 432516
  Show dependency tree
 
Reported: 2012-10-11 11:55 UTC by Attila Stehr
Modified: 2012-10-16 14:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge--info.txt,16.37 KB, text/plain)
2012-10-11 11:56 UTC, Attila Stehr
Details
media-libs/ftgl-2.1.3_rc5 build log (build.log,9.82 KB, text/plain)
2012-10-11 11:57 UTC, Attila Stehr
Details
/var/tmp/portage/media-libs/ftgl-2.1.3_rc5/work/ftgl-2.1.3~rc5/config.log (config.log,39.20 KB, text/plain)
2012-10-12 12:07 UTC, Attila Stehr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Attila Stehr 2012-10-11 11:55:02 UTC
I did a # sudo revdep-rebuild --library '/usr/lib64/libmpc.so.2' && rm '/usr/lib64/libmpc.so.2' - as suggested. 
Part of it is (re)building ftgl. That fails durnig configure with "GLU library could not be found".

Is this a blocker of 432516?

Reproducible: Always

Steps to Reproduce:
emerge media-libs/ftgl
Actual Results:  
checking for IceConnectionNumber in -lICE... yes
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking for OpenGL framework (Darwin-specific)... no
checking for GL library... yes
checking GL/glu.h usability... yes
checking GL/glu.h presence... yes
checking for GL/glu.h... yes
checking for GLU version >= 1.2... yes
checking for GLU library... no
configure: error: GLU library could not be found, please specify its location with --with-gl-lib.  If this still fails, please contact henryj@paradise.net.nz, include the string FTGL somewhere in the subject line and provide a copy of the config.log file that was left behind.

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/media-libs/ftgl-2.1.3_rc5/work/ftgl-2.1.3~rc5/config.log
 * ERROR: media-libs/ftgl-2.1.3_rc5 failed (configure phase):
 *   econf failed
Comment 1 Attila Stehr 2012-10-11 11:56:39 UTC
Created attachment 326258 [details]
emerge --info

// NOTE: overlays are masked by defailt in package.mask, e.g. */*::sunrise
Comment 2 Attila Stehr 2012-10-11 11:57:36 UTC
Created attachment 326260 [details]
media-libs/ftgl-2.1.3_rc5 build log
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2012-10-12 02:28:35 UTC
you didn't attach /var/tmp/portage/media-libs/ftgl-2.1.3_rc5/work/ftgl-2.1.3~rc5/config.log like it told you to.  Please do that.
Comment 4 Attila Stehr 2012-10-12 12:07:20 UTC
Created attachment 326366 [details]
/var/tmp/portage/media-libs/ftgl-2.1.3_rc5/work/ftgl-2.1.3~rc5/config.log
Comment 5 Mr. Bones. (RETIRED) gentoo-dev 2012-10-15 21:10:26 UTC
what virtual/glu do you have?
Comment 6 Attila Stehr 2012-10-16 06:44:55 UTC
=================================================================
                        Package Settings
=================================================================

media-libs/ftgl-2.1.3_rc5 was built with the following:
USE="(multilib) test -static-libs"


virtual/glu-9.0 was built with the following:
USE="(multilib) test"
CHOST=""


I re-emerged xorg-server and the corresponding drivers (nouveau, synaptics etc.). I was able to emerge ftgl (and gtkglext) now.
Comment 7 Mr. Bones. (RETIRED) gentoo-dev 2012-10-16 14:33:50 UTC
glad it's working for you.  Sounds like a local issue.