Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 309 - media-libs/gle requires media-libs/glut
Summary: media-libs/gle requires media-libs/glut
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Low minor (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-24 07:55 UTC by Dan Miller
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Miller 2002-01-24 07:55:36 UTC
Looks like there's a missed dependancy as (to my knowledge) media-libs/gle
(required by app-misc/xscreensaver) requires media-libs/glut but doesn't install it.

While trying to e-merge media-libs/gle got the following error

configure: error: Cannot find required glut library

!!! ERROR: the ./configure command did not complete successfully.
!!! ("./configure --with-x --prefix=/usr --mandir=/usr/share/man")
!!! Since this is a critical task, ebuild will be stopped.

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

While tring to emerge media-libs/glut got the following error

linux-dev-1 /usr/portage >emerge media-libs/glut 
Calculating dependencies !!! Couldn't find match for media-libs/glut; aborting.
Comment 1 Chad Huneycutt (RETIRED) gentoo-dev 2002-01-24 12:20:48 UTC
Does installing mesa-glu fix the problem?  I don't think so.  I really think
someone who know something about the gl* libs needs to take a look at our setup.
 XFree86 installs Mesa, but we fiddle with it for some reason.  Then there is
also the Mesa ebuild, and the mesa-glu.  I am not sure why we have this broken
up, but whatever the reason, I cannot get anything that uses libglut to build.
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2002-01-24 16:16:55 UTC
Added media-libs/glut.
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2002-01-24 16:19:52 UTC
Fixes problem for me and others.
Comment 4 Dan Miller 2002-01-28 05:25:48 UTC
Done an emerge --clean rsync
then
emerge app-misc/xscreensaver and it still couldn't find media-libs/glut

emerged media-libs/glut then installed and it was all alright.

perhaps app-misc/xscreensaver needs media-libs/glut as a marked dependancy?