Opened 6 years ago

Last modified 17 months ago

#55393 assigned defect

Installation failure: graphviz + rsvg — at Version 1

Reported by: rhstanton Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: graphviz

Description (last modified by ryandesign (Ryan Carsten Schmidt))

On a fresh installation of MacPorts under OS X High Sierra, installation fails if I try the +rsvg variant of graphviz. Note that it seems to think it requires itself as a dependency, which seems odd:

$ sudo port install graphviz +rsvg
--->  Computing dependencies for graphviz
The following dependencies will be installed: 
 graphviz
 librsvg
 vala
Continue? [Y/n]: y
Error: Follow https://guide.macports.org/#project.tickets to report a bug.
Error: Processing of port graphviz failed

Change History (1)

comment:1 in reply to:  description Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: graphviz rsvg removed
Owner: set to ryandesign
Status: newassigned

Replying to rhstanton:

Note that it seems to think it requires itself as a dependency, which seems odd:

You're right. librsvg depends on vala, which depends on graphviz. So that won't work. If you want to install graphviz with the +rsvg variant, I guess you'll have to install it once without the +rsvg variant first, to satisfy vala's need.

Note: See TracTickets for help on using tickets.