Configure strangess in reporting

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
shevy
Posts: 1
Joined: 2017-06-18T15:24:58-07:00
Authentication code: 1151

Configure strangess in reporting

Post by shevy »

Not a bug but more an incorrect assumptions by ImageMagick:

Warning: Found more than one ImageMagick installation. This could cause problems at runtime.
/usr/bin/Magick-config reports version 6.9.4 Q16 is installed in /usr
/usr/bin//Magick-config reports version 6.9.4 Q16 is installed in /usr

Obviously, ImageMagick assumes that "/" is different to "//".

I have no idea why two "/" appear but either way, the ImageMagick script should
ignore more than one "/" following in succession, for determining whether another
installation exists (there actually does exist one, but it is at /Programs/Imagemagick/6.9.4",
don't ask me why the script checks for the same path there though as it is identical)
Post Reply