The mldonkey ebuild (version 2.9.2 checked) checks that +truetype is enabled in gd when you have activated that dependency. But, that is not enough. With only +truetype in the gd package I open the mldonkey Web Interface and go to Bandwidth Stats getting the message that "gd support is not compiled". Adding +jpeg to media-libs/gd solved the problem (the error report doesn't appear although I do not get any graph at all, I have to investigate this).
[ebuild R ] media-libs/gd-2.0.35 USE="jpeg* png truetype -fontconfig -xpm" 0 kB I still have the bandwith stats graph working.
With media-libs/gd-2.0.35 USE="jpeg png truetype -fontconfig -xpm net-p2p/mldonkey-2.9.2 USE="gd magic -doc -fasttrack -gnutella -gtk -guionly the reported error disappeared by when I click in Bandwidth Stats (in the web gui) no graphs appear at all.
Is option html_mods_vd_gfx enabled? It might got disabled by default because you did not have jpeg support compiled into MLDonkey. Btw: Default for the graphs is png, if you use both jpeg and png you can switch the output format by using option html_mods_vd_gfx_png
(In reply to comment #3) > Is option html_mods_vd_gfx enabled? It might got disabled by default because > you did not have jpeg support compiled into MLDonkey. > > Btw: Default for the graphs is png, if you use both jpeg and png you can switch > the output format by using option html_mods_vd_gfx_png > Hmm... yes, that was the problem. Thanks!
So what's the fix here?
(In reply to comment #5) > So what's the fix here? > Detecting that gd is compiled with +truetype and +jpeg, I think...
This has been fixed some time ago. USE=truetype from media-libs/gd is needed.