Changes between Initial Version and Version 1 of Ticket #55393


Ignore:
Timestamp:
Nov 22, 2017, 7:07:06 PM (6 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

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.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55393

    • Property Owner set to ryandesign
    • Property Status changed from new to assigned
    • Property Keywords graphviz rsvg removed
  • Ticket #55393 – Description

    initial v1  
    11On 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:
    22
     3{{{
    34$ sudo port install graphviz +rsvg
    4 
    55--->  Computing dependencies for graphviz
    6 
    76The following dependencies will be installed:
    8 
    97 graphviz
    10 
    118 librsvg
    12 
    139 vala
    14 
    1510Continue? [Y/n]: y
    16 
    1711Error: Follow https://guide.macports.org/#project.tickets to report a bug.
    18 
    1912Error: Processing of port graphviz failed
     13}}}