Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 181504 - media-tv/mythtv-0.20_p12325 missing x11-proto/xineramaproto dependency
Summary: media-tv/mythtv-0.20_p12325 missing x11-proto/xineramaproto dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-09 23:35 UTC by Rasmus Jacobsen
Modified: 2007-06-12 15:32 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 Rasmus Jacobsen 2007-06-09 23:35:36 UTC
The following error occurred when emerging mythtv with these use flags: alsa opengl


util-x11.cpp:15:37: error: X11/extensions/Xinerama.h: No such file or directory
util-x11.cpp: In function 'int GetNumberOfXineramaScreens()':
util-x11.cpp:40: error: 'XineramaQueryExtension' was not declared in this scope
util-x11.cpp:41: error: 'XineramaIsActive' was not declared in this scope
util-x11.cpp:42: error: 'XineramaQueryScreens' was not declared in this scope
make[2]: *** [util-x11.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/media-tv/mythtv-0.20_p12325/work/mythtv-0.20/libs/libmyth'
make[1]: *** [sub-libmyth] Error 2
make[1]: Leaving directory `/var/tmp/portage/media-tv/mythtv-0.20_p12325/work/mythtv-0.20/libs'
make: *** [sub-libs] Error 2

!!! ERROR: media-tv/mythtv-0.20_p12325 failed.
Call stack:
  ebuild.sh, line 1615:   Called dyn_compile
  ebuild.sh, line 972:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  mythtv-0.20_p12325.ebuild, line 206:   Called die



I recompiled qt-3 with the xinerama use flag, and the error was removed.
I first tried to emerge libXinerama with no success.

Reproducible: Always




The installation was done using catalyst with the following stage one spec file:


livecd/use:
        -*
        alsa
        esd
        gif
        jpeg
        livecd
        mysql
        opengl
        png
        win32codecs
# Needed by mythtv
        xinerama
        xorg
        X


If xinerama is removed from the list, mythtv will not compile.


livecd/packages:
        acpid
        dhcpcd
        gentoo-sources
        livecd-tools
        mplayer
        mythtv
        vim
        xorg-x11
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-06-10 09:46:05 UTC
Not really; emerge x11-proto/xineramaproto...

Comment 2 Doug Goldstein (RETIRED) gentoo-dev 2007-06-12 15:32:12 UTC
Just this one version is actually missing the dep. I guess I forgot to add it to this one.

Either way, I was stabling a new version today so the issue should go away.