Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 263312 - app-emulation/virtualbox-ose-2.1.4 should depend on media-libs/libsdl[video]
Summary: app-emulation/virtualbox-ose-2.1.4 should depend on media-libs/libsdl[video]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Markus Ullmann (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-21 22:36 UTC by Bartek 'Paczesiowa' Cwiklowski
Modified: 2009-03-22 13:36 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 Bartek 'Paczesiowa' Cwiklowski 2009-03-21 22:36:35 UTC
when I compile virtulbox-ose I get this:

  CXX     VBoxSDL - {C}/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp                                             
/var/tmp/paludis/app-emulation-virtualbox-ose-2.1.4-r2/work/VirtualBox-2.1.4_OSE/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp: In member function 'virtual nsresult VBoxSDLConsoleCallback::OnShowWindow(PRUint64*)':               
/var/tmp/paludis/app-emulation-virtualbox-ose-2.1.4-r2/work/VirtualBox-2.1.4_OSE/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp:602: error: 'struct SDL_SysWMinfo' has no member named 'info'

to fix it, I have to recompile libsdl package with video USE flag.

Reproducible: Always

Steps to Reproduce:
Comment 1 Patrick Lauer gentoo-dev 2009-03-22 13:36:36 UTC
+  22 Mar 2009; Patrick Lauer <patrick@gentoo.org>
+  virtualbox-ose-2.1.4-r2.ebuild:
+  Fixing dependencies: sdl needs to be built with USE=video. Fixes #263312