Opened 12 years ago
Closed 12 years ago
#37865 closed defect (fixed)
graphviz 2.30.0_0+no_pangocairo: No rule to make target `../../plugin/lasi/libgvplugin_lasi.la', needed by `dot_builtins'
Reported by: | jasper@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | bitpup, daniel@… | |
Port: | graphviz, graphviz-devel |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Upgrading or installing graphviz 2.30.0_0 fails using command:
sudo port install graphviz +no_pangocairo +no_x11
Message:
:info:build make[3]: *** No rule to make target `../../plugin/lasi/libgvplugin_lasi.la', needed by `dot_builtins'. Stop.
OsX 10.8.2 (build 12C60)
XCode 4.6 (build 4H127)
MacPorts 2.1.2
PS: I had no problems upgrading to the previous version (2.28.0_9).
Attachments (2)
Change History (8)
Changed 12 years ago by jasper@…
Attachment: | graphviz.main.log added |
---|
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Keywords: | graphviz no_pangocairo no_x11 removed |
Owner: | changed from macports-tickets@… to ryandesign@… |
Priority: | High → Normal |
There has been 19 months of development between versions 2.28.0 and 2.30.0; it's certainly possible that something has broken, especially with configurations like no_pangocairo or no_x11 that aren't as well-tested because they're not the defaults. Try without those variants.
comment:2 Changed 12 years ago by jasper@…
I've tested installing without the +no_x11
variant:
sudo port install graphviz +no_pangocairo
But got the same error here (see attached "Log without +no_x11").
I've also tested installing the default variants:
sudo port install graphviz
This one succeeded :) So I guess we've narrowed down the problem to the +no_pangocairo
variant.
I do however like to see this problem fixed, because I don't need/want xorg(-components) ;)
comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Port: | graphviz-devel added |
---|---|
Status: | new → assigned |
Summary: | Cannot build graphviz 2.30.0_0 → graphviz 2.30.0_0+no_pangocairo: No rule to make target `../../plugin/lasi/libgvplugin_lasi.la', needed by `dot_builtins' |
Confirmed. I've filed graphviz bug 2247 about this.
comment:6 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Log