Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 193166

Summary: games-fps/quake3 sdl nojoystick bug
Product: Gentoo Linux Reporter: bobrik <ibobrik>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description bobrik 2007-09-20 12:13:44 UTC
games-fps/quake3 must require libsdl with "-nojoystick" USE flag to build.

Reproducible: Always

Steps to Reproduce:
1. emerge libsdl with "nojoystick"
2. try to emerge games-fps/quake3
3. see errors :)

Actual Results:  
Quake did not built


Fix it, please ;-)
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-09-20 12:17:02 UTC
<snip>
if use noaudio || use novideo || use nojoystick ; then
        ewarn "Since you've chosen to turn off some of libsdl's functionality,"
        ewarn "don't bother filing libsdl-related bugs until trying to remerge"
        ewarn "libsdl without the no* flags in USE.  You need to know what"
        ewarn "you're doing to selectively turn off parts of libsdl."
        epause 30
fi
</snip>