Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 311893 - media-tv/xbmc-9999 needs libcdio[-minimal]
Summary: media-tv/xbmc-9999 needs libcdio[-minimal]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Xbox project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-29 10:04 UTC by Stijn Tintel
Modified: 2010-05-23 18:42 UTC (History)
0 users

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 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