Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14825 - dev-libs/simgear-0.3.1 misses dependency on glut
Summary: dev-libs/simgear-0.3.1 misses dependency on glut
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-31 00:17 UTC by Anton Voloshin
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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 Anton Voloshin 2003-01-31 00:17:41 UTC
dev-libs/simgear-0.3.1 requires glut, but ebuild file doesn't require it.

glut seems to be required by plib, but somehow I've got an installation with
plib but without glut. Maybe it was an uncareful unmerge...
Anyway this dependency should be added to simgear ebuild.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-01-31 04:59:51 UTC
try
emerge -p simgear --deep
Comment 2 Anton Voloshin 2003-01-31 05:29:55 UTC
I've already installed glut manually, so "emerge -p simgear --deep" prints just simgear itself.
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2003-01-31 15:54:12 UTC
# emerge -p simgear --deep

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N   ] dev-db/metakit-2.4.7.37 
[ebuild  N   ] media-libs/glut-3.7.1 
[ebuild  N   ] media-libs/plib-1.6.0 
[ebuild  N   ] dev-libs/simgear-0.3.1 

sv24 # 
Comment 4 Anton Voloshin 2003-02-02 23:05:22 UTC
Yes, plib has dependency on glut. 
As I've told in report, somehow plib managed to be installed without glut on my 
system. 
Maybe it was my fault, but problem still stays: simgear depends on glut by itself, 
but simgear's ebuild has no that dependency. 
 
I still think that it would be proper to add dependency on glut to simgear. 
To reproduce the problem, install plib and unmerge glut. :) 
 
If you think if there is a good reason to skip simgear's denendency on glut in 
simgear.ebuild, please tell me what it is. 
Comment 5 SpanKY gentoo-dev 2003-02-03 02:36:49 UTC
you are correct anton, if simgear depends directly on glut it should have that in its DEPEND (which it does now on cvs)