Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 161894 - dosbox needs libsdl without USE="noaudio"
Summary: dosbox needs libsdl without USE="noaudio"
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-13 13:47 UTC by kavol
Modified: 2007-01-13 14:27 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 kavol 2007-01-13 13:47:51 UTC
Hi.

I have found that dosbox (games-emulation/dosbox-0.65) does not start if I have compiled sdl (media-libs/libsdl-1.2.11) with "noaudio" USE flag enabled:

$ dosbox
Exit to error: Can't init SDL SDL not built with audio support

I guess the dosbox ebuild should detect this via the 'built_with_use' function.

Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-01-13 13:52:17 UTC
media-libs/libsdl:

<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>
Comment 2 kavol 2007-01-13 14:25:06 UTC
did you notice that I am reporting bug against dosbox, not against libsdl?

if there is a known issue and solution what is the reason not to solve it?
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-01-13 14:27:04 UTC
(In reply to comment #2)
> did you notice that I am reporting bug against dosbox, not against libsdl?

Did you notice the warning libsdl gave you about no* flags? Apparently not.

Closed.