Mac OS X Install File Error

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
yogicbrew
Posts: 1
Joined: 2014-10-06T08:35:59-07:00
Authentication code: 6789

Mac OS X Install File Error

Post by yogicbrew »

There's a typographical error in the install instructions in file "Install-mac.txt" contained in MacPorts-2.3.1-10.7-Lion.pkg

The file tells you to install the first two packages correctly, but the third line says "install +graphviz" with an extraneous "+" symbol. This causes an error.

--------------------------------------
$magick> sudo port -v install freetype +bytecode
$magick> sudo port -v install librsvg
---> $magick> " sudo port -v install +graphviz +gs +wmf +jbig +jpeg2 +lcms "
--------------------------------------
Third line should be " sudo port -v install graphviz +gs +wmf +jbig +jpeg2 +lcms "

Other OS X packages may have the same error.

NOTE: http://www.imagemagick.org/script/advan ... php#macosx DOES NOT have this error, which is how I found out what the problem was.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Mac OS X Install File Error

Post by fmw42 »

This appears to be a MacPorts issue. Please report to MacPorts.
Post Reply