| Summary: | dev-lisp/sbcl-1.0.15 missing check on graphviz[png] | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Xavian-Anderson Macpherson <Shingoshi> |
| Component: | [OLD] Development | Assignee: | Common Lisp Bugs <common-lisp> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ivan |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
portage.info_2008.04.14.14:20:13
Checks if graphviz was built with PNG support |
||
|
Description
Xavian-Anderson Macpherson
2008-04-17 18:28:51 UTC
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. |