Ticket #22635 (closed defect: fixed)
Imagemagick delegates.xml has wrong gs path
| Reported by: | jbverschoor@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.1 |
| Keywords: | gs imagemagick delegates | Cc: | |
| Port: | imagemagick |
Description
Delegates in /usr/local/lib/ImageMagick-XXX/config/delegates.xml
has a path for gs: "gs"
This should be either gs or /opt/local/bin/gs
Also see http://www.mediawiki.org/wiki/Manual_talk:Running_MediaWiki_on_Mac_OS_X
Change History
comment:2 Changed 4 years ago by ryandesign@…
- Status changed from new to closed
- Resolution set to fixed
The contents of the delegates.xml file are correct, assuming you have /opt/local/bin in your PATH. For those who don't, I added the --with-frozenpaths configure option in r60749 while updating to 6.5.7-9. This causes absolute paths to be written into delegates.xml
comment:3 Changed 4 years ago by jbverschoor@…
Well my problems were the extra escaped quotes. Somehow that does not work when calling convert to convert an ep. But thanks anyaway, I'll check the --with-frozenpaths
comment:4 Changed 4 years ago by ryandesign@…
If that's the case, then that's a bug you would want to report to the developers of ImageMagick instead, along with a reproduction recipe -- what commands you typed, what error occurs, and how it succeeds when you make your changes.

