Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40277 - openmortal emerge failed during configure because SDL-net is missing
Summary: openmortal emerge failed during configure because SDL-net is missing
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-03 08:07 UTC by Jörg Dembski
Modified: 2004-02-03 11:23 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 Jörg Dembski 2004-02-03 08:07:35 UTC
openmortal emerge failed during configure because SDL-net is missing.
sdl-net should be added as a dependancy

Reproducible: Always
Steps to Reproduce:
1. emerge openmortal

Actual Results:  
checking whether we are using GNU C++... yes
checking whether g++ accepts -g... yes
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.2.0... yes
checking for IMG_Load in -lSDL_image... yes
checking for Mix_OpenAudio in -lSDL_mixer... yes
checking for SDLNet_ResolveHost in -lSDL_net... no
configure: error: *** SDL_net library not found!
 
!!! ERROR: games-arcade/openmortal-0.5 failed.
!!! Function egamesconf, Line 47, Exitcode 1
!!! egamesconf failed


Expected Results:  
openmortal emerged

add media-libs/sdl-net to the DEPEND line in
/usr/portage/app-arcade/openmortal/openmortal-0.5.ebuild:

*snip*
DEPEND="virtual/x11
    media-libs/libsdl
    media-libs/sdl-image
    media-libs/sdl-mixer
    media-libs/sdl-ttf
    media-libs/sdl-net
    >=media-libs/freetype-2.1.0
    dev-lang/perl"
                                                                               
                                                
*/snip*
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2004-02-03 11:23:44 UTC
Fixed in CVS.