Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 193166 - games-fps/quake3 sdl nojoystick bug
Summary: games-fps/quake3 sdl nojoystick bug
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-20 12:13 UTC by bobrik
Modified: 2007-09-20 12:17 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 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>