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

Bug 137686

Summary: kdevelop 3.3.3 missing graphviz dependency
Product: Gentoo Linux Reporter: David Carlos Manuelda <StormByte>
Component: New packagesAssignee: Gentoo KDE team <kde>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 2006.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.