I have a bunch os servers still running on Centos 6.10 with custombuild version 2.0.0. We upgrade these servers once a month using an ansible playbook, this has been running for a few years without major problems. However in the last updates imagemagick is having problems compiling.
Here is a snippet of the build output, the full output is attached as a txt and I also included the options.conf.
Customer support redirected me to the forum as they are backlogged. Has anyone run into similar problems?
Here is a snippet of the build output, the full output is attached as a txt and I also included the options.conf.
Code:
# ./build imagemagick
...
...
...
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-viff.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-vips.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-wbmp.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-wpg.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-xbm.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-xc.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-xcf.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-xpm.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-xps.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-xtrn.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-yaml.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-ycbcr.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-yuv.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-jpeg.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-png.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-ept.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-tiff.lo
CC coders/MagickCore_libMagickCore_7_Q16HDRI_la-webp.lo
coders/tiff.c:2938: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'TIFFWritePixels'
coders/tiff.c: In function 'TIFFSetProfiles':
coders/tiff.c:3178: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
coders/tiff.c:3178: error: 'field' undeclared (first use in this function)
coders/tiff.c:3178: error: (Each undeclared identifier is reported only once
coders/tiff.c:3178: error: for each function it appears in.)
coders/tiff.c:3191: warning: implicit declaration of function 'TIFFFieldDataType'
coders/tiff.c: In function 'WriteTIFFImage':
coders/tiff.c:3977: warning: implicit declaration of function 'TIFFWritePixels'
make[1]: *** [coders/MagickCore_libMagickCore_7_Q16HDRI_la-tiff.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/usr/local/directadmin/custombuild/ImageMagick-7.1.0-19'
make: *** [all] Error 2
Customer support redirected me to the forum as they are backlogged. Has anyone run into similar problems?