Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 263349 - media-tv/xbmc-9999 needs libsdl built with USE="audio video"
Summary: media-tv/xbmc-9999 needs libsdl built with USE="audio video"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-22 11:40 UTC by echtler
Modified: 2009-03-23 08:01 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 echtler 2009-03-22 11:40:50 UTC
Hello everyone,

I've noticed that xbmc built from the SVN ebuild (xbmc-9999) will segfault under some circumstances if libsdl has not been built with the "audio" and "video" useflags. So I'd suggest to add a check for these to the xbmc ebuild.

Reproducible: Always

Steps to Reproduce:
1. emerge libsdl with USE="-audio -video"
2. emerge xbmc-9999
3. observe segfault in CSurface::Surface::EnableVSync
Comment 1 SpanKY gentoo-dev 2009-03-23 00:44:04 UTC
doesnt really make sense to build a system w/XBMC and video/audio disabled in the first place ...

http://sources.gentoo.org/media-tv/xbmc/xbmc-9999.ebuild?r1=1.15&r2=1.16
Comment 2 echtler 2009-03-23 08:01:41 UTC
You're right, of course - those useflags were a leftover from an older installation. However, it took me quite a while to track it down, so thanks for fixing it so fast.