Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 137686 - kdevelop 3.3.3 missing graphviz dependency
Summary: kdevelop 3.3.3 missing graphviz dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-22 21:59 UTC by David Carlos Manuelda
Modified: 2006-07-03 05:28 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 David Carlos Manuelda 2006-06-22 21:59:19 UTC
When I "emerged" kdevelop 3.3.3, with this USE flags:

emerge -pv kdevelop
[ebuild   R   ] dev-util/kdevelop-3.3.3  USE="cvs java php sql -ada -arts -clearcase -debug -fortran -haskell -pascal -perforce -perl -python -ruby -subversion -xinerama"

I looked at the end of configure script and it said:

You're missing the dot program.
It is still possible to run and use KDevelop without it, but you will
not be able to use the new graphical classbrowser. In order to get
a dot copy, go to www.graphviz.org and download the graphviz package.

I did a emerge graphviz manually and after rerun emerge of kdevelop.
And the message above dissapeared (I asume this functions will be compiled).

Wouldn't be far better to include an graphviz use in USE list of kdevelop? Thanks.
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2006-07-03 05:28:06 UTC
Added graphviz support.  Thanks for the report.