Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 164327 - dev-cpp/libgtksourceviewmm-0.3.0 does not compile. Could not find doxygen.
Summary: dev-cpp/libgtksourceviewmm-0.3.0 does not compile. Could not find doxygen.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Rémi Cardona (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-28 22:16 UTC by Elliott Sales de Andrade
Modified: 2007-02-06 23:23 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 Elliott Sales de Andrade 2007-01-28 22:16:58 UTC
When running configure, it outputs this:
....
checking for doxygen... no
configure: error: could not find the doxygen program. Please, install it

I don't have the doc flag on, so I don't think that it really needs doxygen. I noticed that configure is being called with the option --disable-gtk-doc. Running ./configure --help does not show this option. It looks like it's been changed to --enable-docs.
Running ./configure --enable-docs=false allows configure to complete.

Reproducible: Always

Steps to Reproduce:
1. Don't have doxygen emerged and have the doc flag off.
2. Emerge libgtksourceviewmm (or something that depends on it)

Actual Results:  
configure fails to complete.

Expected Results:  
configure correctly, without needing to install doxygen and subsequently install.
Comment 1 Rémi Cardona (RETIRED) gentoo-dev 2007-02-02 23:51:14 UTC
Thanks for reporting this. I'll fix it this weekend.
Comment 2 Rémi Cardona (RETIRED) gentoo-dev 2007-02-06 23:23:42 UTC
Commited in CVS. Should be all fixed now :) please reopen if it's not working.

Thanks