Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 204617 - games-arcade/frozen-bubble requires libsdl be built with joystick support.
Summary: games-arcade/frozen-bubble requires libsdl be built with joystick support.
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-06 16:06 UTC by Scott
Modified: 2017-07-09 14:10 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 Scott 2008-01-06 16:06:32 UTC
As of frozen bubble 2.1.0 running frozen bubble fails with
[SDL Init] /usr/bin/perl: symbol lookup error: /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/auto/SDL_perl/SDL_perl.so: undefined symbol: SDL_NumJoysticks

when the nojoystick USE flag has been selected for libsdl. Recompiling without said flag fixes issue

Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-01-06 16:12:00 UTC
local use flags (searching: nojoystick)
************************************************************
[-    ] nojoystick (media-libs/libsdl):
Allow users to disable joystick support completely (at their own risk)

# WARNING:
# if you have the noaudio, novideo, nojoystick, or custom-cflags use flags
# in USE and something breaks, you pick up the pieces.  Be prepared for
# bug reports to be marked INVALID.

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