Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 163847 - games-fps/ezquake-bin should depend on glib-1.2
Summary: games-fps/ezquake-bin should depend on glib-1.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-26 00:41 UTC by Kai Krakow
Modified: 2007-08-11 07:37 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 Kai Krakow 2007-01-26 00:41:09 UTC
ezquake-bin requires glib-1.2 but does not pull it in as dependancy. I needed to manually install it and now it works.

Reproducible: Always

Steps to Reproduce:
1. On a system having no glib-1.2 installed, install ezquake-bin
2. Try to start it - dynamic linker fails to find libglib-1.2.so

Actual Results:  
Does not start.

Expected Results:  
Should start... ;-)

Probably other dependancies are needed - like opengl stuff. As far as I realized, absolutely no dep is specified in the ezquake ebuild.
Comment 1 Paul Bredbury 2007-01-26 02:09:03 UTC
> Probably other dependencies are needed - like opengl stuff.

opengl is specified in RDEPEND. It's not in DEPEND because it's not needed, to *install* a pre-compiled binary. It's only needed at runtime.
Comment 2 Kai Krakow 2007-01-26 08:40:24 UTC
Yes you are right. RDEPEND has all obvious deps (I was a little tired ;-)). But glib-1.2 is missing. Maybe RDEPEND="$RDEPEND <dev-libs/glib-1.3" is enough. That's the atom I installed to resolve the issue.
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2007-08-11 07:37:01 UTC
added glib dep.  thanks for the bug report.