dot -Tpng -Gsize="5,5" -Gratio=compress -Gconcentrate=true discriminating-functions.dot > discriminating-functions.png Error: /usr/lib64/graphviz/config is zero sized, or other read error. Format: "png" not recognized. Use one of: dia hpgl mif mp pcl pic vtx make: *** [discriminating-functions.png] Error 1 make: Leaving directory `/var/tmp/portage/dev-lisp/sbcl-1.0.15/work/sbcl-1.0.15/doc/internals' Reproducible: Always Steps to Reproduce: 1. Emerge dev-lisp/sbcl-1.0.15 Actual Results: See the description above. Expected Results: What should happen when you emerge a package?
Created attachment 150095 [details] portage.info_2008.04.14.14:20:13 portage.info_2008.04.14.14:20:13
I cannot submit the full build.log. It's over 3MBs in size.
Error: /usr/lib64/graphviz/config is zero sized, or other read error. Format: "png" not recognized. Use one of: dia hpgl mif mp pcl pic vtx make: *** [discriminating-functions.png] Error 1 make: Leaving directory `/var/tmp/portage/dev-lisp/sbcl-1.0.15/work/sbcl-1.0.15/doc/internals' * * ERROR: dev-lisp/sbcl-1.0.15 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2560: Called die * The specific snippet of code: * env - HOME="${T}" make -C doc/internals html || die "Cannot build internal docs"; * The die message: * Cannot build internal docs *
(In reply to comment #2) > I cannot submit the full build.log. It's over 3MBs in size. You could bzip2 it.
Have you enabled the "png" use flag to media-gfx/graphviz ?
Created attachment 150573 [details, diff] Checks if graphviz was built with PNG support A patch to check if graphviz was built with PNG support. The error message may need some work, because I'm not that fluent with English.
1.0.26 now use depends on graphviz[png].
1.0.19 already checks for this flag.
Failing versions are now gone.