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

Bug 311893

Summary: media-tv/xbmc-9999 needs libcdio[-minimal]
Product: Gentoo Linux Reporter: Stijn Tintel <stijn+gentoo>
Component: Current packagesAssignee: Gentoo Xbox project <xbox>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Stijn Tintel 2010-03-29 10:04:50 UTC
For the same reason explained in bug #311891, I tried enabling the minimal use flag in my make.conf. Unfortunately xbmc does not compile, when libcdio is built with the minimal use flag.

Therefore, xbmc should depend on libcdio[-minimal].

Pseudo-patch:

-	dev-libs/libcdio
+	dev-libs/libcdio[-minimal]


Reproducible: Always

Steps to Reproduce:
1. USE=-minimal emerge libcdio =xbmc-9999


Actual Results:  
XBMC fails to compile.
Comment 1 SpanKY gentoo-dev 2010-05-23 18:42:30 UTC
global USE=minimal is stupid.  for many packages, it produces very reduced install sets.  i'll add the DEPEND for now, but in the future i might drop it because it's fugly.

http://sources.gentoo.org/media-tv/xbmc/xbmc-9999.ebuild?r1=1.51&r2=1.52