Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 160415 - media-libs/alsa-lib with USE-Flag "doc" needs doxygen
Summary: media-libs/alsa-lib with USE-Flag "doc" needs doxygen
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo ALSA team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-06 11:12 UTC by Felix Wieczorek
Modified: 2007-02-17 02:21 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 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 )"