Changes between Initial Version and Version 2 of Ticket #55392


Ignore:
Timestamp:
Nov 22, 2017, 7:04:23 PM (7 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55392

    • Property Keywords imagemagick +rsvg removed
    • Property Port ImageMagick added; imagemagick removed
  • Ticket #55392 – Description

    initial v2  
    11With a fresh installation of MacPorts under High Sierra, I tried
    22
     3{{{
    34sudo port install imagemagick +rsvg
     5}}}
    46
    57This goes on for a while, installing dependencies, before it crashes with the error
    68
     9{{{
    710Error: Processing of port imagemagick failed
     11}}}
    812
    913When I try the command again, I get the same result, but only a small list of remaining dependencies, so I assume the error may be in one of these:
    1014
     15{{{
    1116$ sudo port install imagemagick +rsvg
    12 
    1317--->  Computing dependencies for ImageMagick
    14 
    1518The following dependencies will be installed:
    16 
    1719 graphviz
    18 
    1920 librsvg
    20 
    2121 vala
    22 
    2322Continue? [Y/n]: y
    24 
    2523Error: Follow https://guide.macports.org/#project.tickets to report a bug.
    26 
    2724Error: Processing of port imagemagick failed
    28 
     25}}}