#18811: graphviz-gui 2.22.1 fails to build - Unable to resolve plug-in dependency for "Document.xib". -------------------------------------------------+-------------------------- Reporter: moody@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: GraphViz CompileXIB pdfkit.ibplugin | Port: graphviz-gui -------------------------------------------------+-------------------------- Comment(by moody@…): Replying to [comment:3 ryandesign@…]:
Replying to [comment:2 moody@…]:
Updated to XCode 3.1.2 and did a clean rebuild - which worked.
Interesting. I uninstalled Xcode 3.1.2 (actually iPhone SDK 2.2.1) and reinstalled Xcode 3.1.1 (actually iPhone SDK 2.1) and was able to reproduce this problem. I modified the Graphviz ports to require Xcode 3.1.2 on Leopard in r48011.
However, the GraphViz application itself would not load any (known to be valid) dot files.
Which files? Have you tried the sample graphs that come with Graphviz in the directory /opt/local/share/graphviz/graphs?
I have a set of files that I've been working with for a few years. I know they worked with my previous (working) GraphViz installation - back on my x86 32 MacBook Pro. I would try the graphs you suggest, but I now that I have a working version, I need to make some progress at my day job and am loath to revert my installation.
Messages in the Console were not complete, but my gut tells me that the file loading was failing because dot was being passed a file type it did not recognize (as in dot -Tpdf).
-Tpdf should be a valid type for dot, at least assuming you have not disabled pango/cairo support using the +no_pangocairo variant. Have you tried using dot in the terminal? Does that work? If not, does it print an error?
Regarding pango/cairo, on my previous graphviz installation 2.20.1, I did use +no_pangocairo (or something to that effect), but for the 2.22.1_0 and the 2.23.20090308.0545 installation I didn't use any variants.
I went ahead and tried to install the graphviz-devel-gui and it is working.
I'm surprised by this, since graphviz and graphviz-gui 2.22.1 were just released a few days ago; they should be virtually identical to graphviz- devel and graphviz-gui-devel at this time.
I appreciate the effort you but into this. I'll keep you posted on my experience. If you need some information about the 2.23.2* build, don't hesitate to ask. -- Ticket URL: <http://trac.macports.org/ticket/18811#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS