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

Bug 160415

Summary: media-libs/alsa-lib with USE-Flag "doc" needs doxygen
Product: Gentoo Linux Reporter: Felix Wieczorek <mueller_felix>
Component: New packagesAssignee: Gentoo ALSA team <alsa-bugs>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Felix Wieczorek 2007-01-06 11:12:41 UTC
emergeging alsa-libs crashes when not emerged doxygen before

Reproducible: Always

Steps to Reproduce:
1.emerge --unmerge doxygen
2.USE="doc" emerge alsa-libs

Actual Results:  
emerge exits with an error, not installed the alsa-libs

Expected Results:  
emerge recognizes the dependency and emerges the doxygen before emerging the alsa-libs
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2007-02-17 02:21:02 UTC
Make sure you're not using an overlay, because all alsa-lib ebuilds already depend on doxygen when doc useflag is enabled.

alsa-lib-1.0.13.ebuild: doc? ( >=app-doc/doxygen-1.2.6 )"
alsa-lib-1.0.14_rc1.ebuild:     doc? ( >=app-doc/doxygen-1.2.6 )"
alsa-lib-1.0.14_rc1-r1.ebuild:  doc? ( >=app-doc/doxygen-1.2.6 )"
alsa-lib-1.0.14_rc2.ebuild:     doc? ( >=app-doc/doxygen-1.2.6 )"
alsa-lib-1.0.14_rc2-r1.ebuild:  doc? ( >=app-doc/doxygen-1.2.6 )"