Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#55392 closed defect (duplicate)

Installation failure: imagemagick +rsvg

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

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

With a fresh installation of MacPorts under High Sierra, I tried

sudo port install imagemagick +rsvg

This goes on for a while, installing dependencies, before it crashes with the error

Error: Processing of port imagemagick failed

When 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:

$ sudo port install imagemagick +rsvg
--->  Computing dependencies for ImageMagick
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 imagemagick failed

Change History (4)

comment:1 Changed 6 years ago by Schamschula (Marius Schamschula)

Please attach the main.log file. Given #55393, I suspect the problem is not with ImageMagick, but with librsvg.

comment:2 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: imagemagick +rsvg removed
Port: ImageMagick added; imagemagick removed

comment:3 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: duplicate
Status: newclosed

Let's call this the same thing as #55393.

Note, for the sake of terminology, that this is not a crash; it's merely the program exiting with an error message. A crash means a program performed unexpected/illegal operation and the operating system forced it to stop. This is merely the program experiencing an error, telling you about it, and exiting on its own.

comment:4 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign added
Note: See TracTickets for help on using tickets.