Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 445075 - media-tv/xbmc fails to compile without virtual/glu (media-libs/glu)
Summary: media-tv/xbmc fails to compile without virtual/glu (media-libs/glu)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Xbox project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-28 12:55 UTC by Stefan Cristian
Modified: 2012-11-28 13:35 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
xbmc bug build failure on version 11.0-r1 (xbmc-bug-11.0-r1,29.67 KB, text/plain)
2012-11-28 12:55 UTC, Stefan Cristian
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Cristian 2012-11-28 12:55:13 UTC
Latest xbmc 11.0-r1 fails to compile with mesa>9.0 with virtual/glu. i needed to install media-libs/glu in order to compile it

Attached the bug file and the options with which i tried to compile: 
[ebuild     U  ] media-tv/xbmc-11.0-r1::gentoo [11.0::sabayon-distro] USE="alsa avahi bluetooth bluray css projectm pulseaudio rsxs rtmp samba sse sse2 udev vdpau webserver xrandr -airplay (-altivec) -cec -debug -goom -joystick -midi -mysql -profile -pvr -vaapi" 0 kB

My guess is differentiate a bit the libs that must be compiled with for different mesa versions (for mesa<9.0 that libX, for mesa>9.0 the other libX)
Comment 1 Stefan Cristian 2012-11-28 12:55:51 UTC
Created attachment 330823 [details]
xbmc bug build failure on version 11.0-r1
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2012-11-28 13:01:54 UTC
(In reply to comment #0)
> Latest xbmc 11.0-r1 fails to compile with mesa>9.0 with virtual/glu. i
> needed to install media-libs/glu in order to compile it

Unsure what you mean since installing virtual/glu is same as installing media-libs/glu. The virtual is just a virtual.

> Attached the bug file and the options with which i tried to compile: 
> [ebuild     U  ] media-tv/xbmc-11.0-r1::gentoo [11.0::sabayon-distro]
> USE="alsa avahi bluetooth bluray css projectm pulseaudio rsxs rtmp samba sse
> sse2 udev vdpau webserver xrandr -airplay (-altivec) -cec -debug -goom
> -joystick -midi -mysql -profile -pvr -vaapi" 0 kB
> 
> My guess is differentiate a bit the libs that must be compiled with for
> different mesa versions (for mesa<9.0 that libX, for mesa>9.0 the other libX)

OK, added virtual/glu dep in the ebuild
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2012-11-28 13:35:15 UTC
+  28 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> xbmc-11.0.ebuild,
+  xbmc-11.0-r1.ebuild, xbmc-9999.ebuild:
+  Missing virtual/glu dependency (AC_CHECK_LIB for libGLU in configure.in) wrt
+  #445075 by Steven Cristian