Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 577514 - dev-lisp/sbcl-1.1.18 Can't build doc with graphviz 2.38.0
Summary: dev-lisp/sbcl-1.1.18 Can't build doc with graphviz 2.38.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Panagiotis Christopoulos (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-16 01:24 UTC by Alessandro Barbieri
Modified: 2017-03-02 17:33 UTC (History)
7 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Barbieri 2016-03-16 01:24:15 UTC
Newer version of graphviz can't produce the documentation

See https://github.com/sbcl/sbcl/commit/3ac58dc13f9ad0bef2948865148fb830f87ae505

Reproducible: Always

Steps to Reproduce:
1. Emerge dev-lisp/sbcl-1.1.18 with use doc
2.
3.
Actual Results:  
./discriminating-functions.texinfo:51: warning: could not find @image file `disc                                                                             riminating-functions.txt' nor alternate text
dot -Tpng -Gsize="5,5" -Gratio=compress -Gconcentrate=true discriminating-functi                                                                             ons.dot > discriminating-functions.png
Error: discriminating-functions.dot: syntax error in line 38 near '->'
Makefile:19: recipe for target 'discriminating-functions.png' failed
make: *** [discriminating-functions.png] Error 1
make: Leaving directory '/var/tmp/portage/dev-lisp/sbcl-1.1.18/work/sbcl-1.1.18/                                                                             doc/internals

Expected Results:  
Build documentation
Comment 1 Patrice Clement gentoo-dev 2016-03-19 21:28:57 UTC
Please someone sign off on this PR:
https://github.com/gentoo/gentoo/pull/1085
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2016-03-20 10:01:23 UTC
commit 93ae4c5c3c7f88413fcc79fe77abcaf9c12337d3
Author: Nicholas Vinson <nvinson234@gmail.com>
Date:   Fri Mar 18 18:47:39 2016 -0700

    =dev-lisp/sbcl-1.1.18: Add graphviz-2.38.0 patch
    
    Patch sbcl-1.1.18[doc] to build against graphiz-2.38.0.
    
    Gentoo-Bug: #577514
Comment 3 Nuno Silva 2017-03-02 17:33:35 UTC
Could this also be an issue with sbcl-1.3.11? I have one system where I could only build dev-lisp/sbcl with USE=doc after downgrading graphviz -- but I also have another system where I didn't have to do that...