Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 218144 - dev-lisp/sbcl-1.0.15 missing check on graphviz[png]
Summary: dev-lisp/sbcl-1.0.15 missing check on graphviz[png]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal
Assignee: Common Lisp Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-17 18:28 UTC by Xavian-Anderson Macpherson
Modified: 2009-03-20 16:24 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
portage.info_2008.04.14.14:20:13 (portage.info_2008.04.14.14:20:13,18.89 KB, text/plain)
2008-04-17 18:41 UTC, Xavian-Anderson Macpherson
Details
Checks if graphviz was built with PNG support (sbcl-graphviz.patch,487 bytes, patch)
2008-04-22 07:03 UTC, Ivan Toshkov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Xavian-Anderson Macpherson 2008-04-17 18:28:51 UTC
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?
Comment 1 Xavian-Anderson Macpherson 2008-04-17 18:41:04 UTC
Created attachment 150095 [details]
portage.info_2008.04.14.14:20:13

portage.info_2008.04.14.14:20:13
Comment 2 Xavian-Anderson Macpherson 2008-04-17 19:03:15 UTC
I cannot submit the full build.log. It's over 3MBs in size.
Comment 3 Xavian-Anderson Macpherson 2008-04-17 19:06:28 UTC
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
 * 
 
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2008-04-17 20:02:05 UTC
(In reply to comment #2)
> I cannot submit the full build.log. It's over 3MBs in size.

You could bzip2 it.
Comment 5 Stelian Ionescu 2008-04-17 20:29:38 UTC
Have you enabled the "png" use flag to media-gfx/graphviz ?
Comment 6 Ivan Toshkov 2008-04-22 07:03:33 UTC
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.
Comment 7 Marijn Schouten (RETIRED) gentoo-dev 2009-03-11 14:27:56 UTC
1.0.26 now use depends on graphviz[png].
Comment 8 Marijn Schouten (RETIRED) gentoo-dev 2009-03-11 14:44:35 UTC
1.0.19 already checks for this flag.
Comment 9 Marijn Schouten (RETIRED) gentoo-dev 2009-03-20 16:24:04 UTC
Failing versions are now gone.