Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36044 - drod needs fmod as a dependency
Summary: drod needs fmod as a dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-18 01:21 UTC by Hermann Chong
Modified: 2003-12-18 15:26 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 Hermann Chong 2003-12-18 01:21:32 UTC
I emerged drod, ran it, got a black screen.  I found out that it needed fmod to run, and after the emerge, I was able to play the game.  Please set fmod as a dependency for drod.

Reproducible: Always
Steps to Reproduce:
1. emerge -C fmod
2. emerge drod
3. drod

Actual Results:  
I get the window, but it just sits there doing nothing.

Expected Results:  
The emerge should have also emerged fmod, allowing me to play the game, and play
it  with sound :)
Comment 1 SpanKY gentoo-dev 2003-12-18 15:26:07 UTC
root@vapier 1 root # strings /opt/drod/bin/drod.bin  | grep \\.so
/lib/ld-linux.so.2
libexpat.so.0
libfmod-3.63.so
libSDL_ttf-2.0.so.0
libSDL-1.2.so.0
libpthread.so.0
libstdc++.so.5
libm.so.6
libgcc_s.so.1
libc.so.6

i've added the following to DEPEND:
dev-libs/expat
media-libs/fmod
media-libs/libsdl