Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 134468

Summary: sdl 1.2.10 seems to fail with USE=-xinerama
Product: Gentoo Linux Reporter: Mikael Magnusson <mikachu>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 2006.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mikael Magnusson 2006-05-26 19:22:57 UTC
Calculating dependencies ... done!
[ebuild     U ] media-libs/libsdl-1.2.10 [1.2.9-r1] USE="X aalib alsa -arts -dga -directfb -esd -fbcon -ggi libcaca -nas -noaudio -noflagstrip -nojoystick -novideo opengl oss -svga -xinerama xv" 0 kB 

 i686-pc-linux-gnu-gcc -march=athlon-xp -O3 -pipe -I./include -D_GNU_SOURCE=1 -DXTHREADS -I/usr/include/ -D_REENTRANT -DHAVE_LINUX_VERSION_H -c ./src/video/x11/SDL_x11modes.c  -fPIC -DPIC -o build/.libs/SDL_x11modes.o
 i686-pc-linux-gnu-gcc -march=athlon-xp -O3 -pipe -I./include -D_GNU_SOURCE=1 -DXTHREADS -I/usr/include/ -D_REENTRANT -DHAVE_LINUX_VERSION_H -c ./src/video/x11/SDL_x11image.c -o build/SDL_x11image.o >/dev/null 2>&1
./src/video/x11/SDL_x11modes.c: In function `X11_GetVideoModes':
./src/video/x11/SDL_x11modes.c:632: error: structure has no member named `xinerama_info'
./src/video/x11/SDL_x11modes.c: In function `X11_ResizeFullScreen':
./src/video/x11/SDL_x11modes.c:905: error: structure has no member named `xinerama_info'
./src/video/x11/SDL_x11modes.c:906: error: structure has no member named `xinerama_info'
./src/video/x11/SDL_x11modes.c:907: error: structure has no member named `xinerama_info'
./src/video/x11/SDL_x11modes.c:908: error: structure has no member named `xinerama_info'
./src/video/x11/SDL_x11modes.c: In function `X11_EnterFullScreen':
./src/video/x11/SDL_x11modes.c:967: error: structure has no member named `xinerama_info'
./src/video/x11/SDL_x11modes.c:968: error: structure has no member named `xinerama_info'
./src/video/x11/SDL_x11modes.c:969: error: structure has no member named `xinerama_info'
./src/video/x11/SDL_x11modes.c:970: error: structure has no member named `xinerama_info'
make: *** [build/SDL_x11modes.lo] Error 1
make: *** Waiting for unfinished jobs....

!!! ERROR: media-libs/libsdl-1.2.10 failed.
Call stack:
  ebuild.sh, line 1531:   Called dyn_compile
  ebuild.sh, line 931:   Called src_compile
  libsdl-1.2.10.ebuild, line 143:   Called die

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.


Successfully compiles with USE=xinerama emerge libsdl
Comment 1 Andrei Slavoiu 2006-05-27 00:34:33 UTC
This is a duplicate of bug #134386
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-05-27 00:37:39 UTC
(In reply to comment #1)
> This is a duplicate of bug #134386
> 

Indeed. Thanks.

*** This bug has been marked as a duplicate of 134386 ***