Summary: | app-emulation/xen-tools-4.5.1-r2 :baum.c:605:19: error: ‘SDL_SysWMinfo’ has no member named ‘info’ | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Gentoo Xen Devs <xen> |
Status: | CONFIRMED --- | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge log
package history |
Description
Toralf Förster
![]() Created attachment 408010 [details]
package history
can you also paste "emerge -pv media-libs/libsdl"? I'm interested in the USEs flags or could you make sure you've enabled media-libs/libsdl[X] and re-test? try to spend a few time looking into this, find your system pull in app-accessibility/brltty which trigger BrlAPI in xen-tools (auto-magically enabled by detecting libbrlapi ...), thus in turn require libsdl USE=X to be enabled can see from the build log: "brlapi support yes" ideally, we should explicitly control BrlAPI enabled or not, either via a USE flag or hardcoded in ebuild (In reply to Yixun Lan from comment #3) > ideally, we should explicitly control BrlAPI enabled or not, either via a > USE flag or hardcoded in ebuild right - that's Gentoo :-) |