[MacPorts] #57740: ImageMagick @6.9.9-40_5: convert crashed when converting pdf to png
MacPorts
noreply at macports.org
Tue Sep 17 22:11:45 UTC 2019
#57740: ImageMagick @6.9.9-40_5: convert crashed when converting pdf to png
--------------------------+------------------------
Reporter: pgee70 | Owner: ryandesign
Type: defect | Status: accepted
Priority: Normal | Milestone:
Component: ports | Version: 2.5.4
Resolution: | Keywords:
Port: ImageMagick |
--------------------------+------------------------
Comment (by basmac):
I built Imagemagick from source and convert works on macOS 10.14
{{{
bash-3.2# /usr/local/bin/convert -version
Version: ImageMagick 7.0.8-62 Q16 x86_64 2019-09-17
https://imagemagick.org
Copyright: © 1999-2019 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC HDRI Modules
Delegates (built-in): bzlib djvu fftw fontconfig freetype gvc jbig jng jp2
jpeg lcms lqr ltdl lzma openexr pangocairo png raw tiff webp wmf x xml
zlib
bash-3.2#
mac02:~ apsd$ which convert
/opt/local/bin/convert
mac02:~ apsd$ ls -l /usr/local/bin/convert
lrwxr-xr-x 1 root admin 6 Sep 17 16:01 /usr/local/bin/convert -> magick
mac02:~ apsd$ cp /home/bmcinnes/colorcir.ps .
mac02:~ apsd$ /usr/local/bin/convert colorcir.ps colorcir.jpg
mac02:~ apsd$ ls -l colo*
-rw-r--r-- 1 apsd staff 245603 Sep 17 16:02 colorcir.jpg
-rw-r--r-- 1 apsd staff 1829 Sep 17 16:02 colorcir.ps
mac02:~ apsd$
If this helps I built it using dir=/usr/local
./configure \
CPPFLAGS="-w -m64 -fPIC" \
CFLAGS="-w -m64 -fPIC" \
CC=clang \
CXX=clang++ \
LDFLAGS="-L/opt/local/lib -L$dir/anaconda3/lib -L$dir/lib" \
LIBS="-lSM -luuid" \
--prefix=$dir \
--with-modules
}}}
--
Ticket URL: <https://trac.macports.org/ticket/57740#comment:7>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list