Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Wirone/d5c794b4fef0203146a27687e80588a6 to your computer and use it in GitHub Desktop.
Save Wirone/d5c794b4fef0203146a27687e80588a6 to your computer and use it in GitHub Desktop.
Imagick 3.7.0 failed installation on PHP 8.3.2
Built on Docker with php:8.3.2-fpm-bullseye as a base image
Prerequisites installed: libmagickwand-dev, libmagickwand-6.q16-6
FYI: Same dependencies work properly on PHP 8.2.10
-----
326.0 downloading imagick-3.7.0.tgz ...
326.0 Starting to download imagick-3.7.0.tgz (360,138 bytes)
326.0 .........................................................................done: 360,138 bytes
326.6 33 source files, building
326.6 running: phpize
326.6 Configuring for:
326.6 PHP Api Version: 20230831
326.6 Zend Module Api No: 20230831
326.6 Zend Extension Api No: 420230831
326.9 Please provide the prefix of ImageMagick installation [autodetect] : building in /tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0
326.9 running: /tmp/pear/temp/imagick/configure --with-php-config=/usr/local/bin/php-config --with-imagick
327.0 checking for grep that handles long lines and -e... /bin/grep
327.0 checking for egrep... /bin/grep -E
327.0 checking for a sed that does not truncate output... /bin/sed
327.0 checking for pkg-config... /usr/bin/pkg-config
327.0 checking pkg-config is at least version 0.9.0... yes
327.0 checking for cc... cc
327.0 checking whether the C compiler works... yes
327.0 checking for C compiler default output file name... a.out
327.1 checking for suffix of executables...
327.1 checking whether we are cross compiling... no
327.1 checking for suffix of object files... o
327.1 checking whether we are using the GNU C compiler... yes
327.1 checking whether cc accepts -g... yes
327.2 checking for cc option to accept ISO C89... none needed
327.2 checking how to run the C preprocessor... cc -E
327.2 checking for icc... no
327.2 checking for suncc... no
327.2 checking for system library directory... lib
327.2 checking if compiler supports -Wl,-rpath,... yes
327.3 checking build system type... aarch64-unknown-linux-gnu
327.3 checking host system type... aarch64-unknown-linux-gnu
327.3 checking target system type... aarch64-unknown-linux-gnu
327.3 checking for PHP prefix... /usr/local
327.3 checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
327.3 checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20230831
327.3 checking for PHP installed headers prefix... /usr/local/include/php
327.3 checking if debug is enabled... no
327.3 checking if zts is enabled... no
327.3 checking for gawk... no
327.3 checking for nawk... nawk
327.3 checking if nawk is broken... no
327.3 checking whether to enable the imagick extension... yes, shared
327.3 checking for pkg-config... /usr/bin/pkg-config
327.3 checking ImageMagick MagickWand API configuration program... checking Testing /usr/local/bin/MagickWand-config... Doesn't exist
327.3 checking Testing /usr/bin/MagickWand-config... Doesn't exist
327.3 checking Testing /usr/sbin/bin/MagickWand-config... Doesn't exist
327.3 checking Testing /opt/bin/MagickWand-config... Doesn't exist
327.3 checking Testing /opt/local/bin/MagickWand-config... Doesn't exist
327.3 checking Testing /opt/homebrew/bin/MagickWand-config... Doesn't exist
327.3 found in /usr/bin/pkg-config
327.3 checking if ImageMagick version is at least 6.2.4... found version 6.9.11
327.3 checking for MagickWand.h or magick-wand.h header... /usr/include/ImageMagick-6/wand/MagickWand.h
327.3 checking PHP version is at least 5.3.2... yes. found 8.3.2
327.3 libs
327.3 -lMagickWand-6.Q16 -lMagickCore-6.Q16
327.3
327.3
327.4 checking for MagickGetVersion... yes
327.4 checking omp_pause_resource_all usability... yes
327.4 checking Which flavour of OpenMP to link... checking for omp_pause_resource_all... no
327.5 checking for __omp_pause_resource_all... no
327.5 checking for omp_pause_resource_all in -lgomp... yes
327.5 GCC flavoured OpenMP
327.5 checking for a sed that does not truncate output... /bin/sed
327.5 checking for ld used by cc... /usr/bin/ld
327.5 checking if the linker (/usr/bin/ld) is GNU ld... yes
327.5 checking for /usr/bin/ld option to reload object files... -r
327.5 checking for BSD-compatible nm... /usr/bin/nm -B
327.5 checking whether ln -s works... yes
327.5 checking how to recognize dependent libraries... pass_all
327.6 checking for ANSI C header files... yes
327.6 checking for sys/types.h... yes
327.6 checking for sys/stat.h... yes
327.7 checking for stdlib.h... yes
327.7 checking for string.h... yes
327.7 checking for memory.h... yes
327.7 checking for strings.h... yes
327.8 checking for inttypes.h... yes
327.8 checking for stdint.h... yes
327.8 checking for unistd.h... yes
327.8 checking dlfcn.h usability... yes
327.8 checking dlfcn.h presence... yes
327.8 checking for dlfcn.h... yes
327.8 checking the maximum length of command line arguments... 1572864
327.9 checking command to parse /usr/bin/nm -B output from cc object... ok
327.9 checking for objdir... .libs
327.9 checking for ar... ar
327.9 checking for ranlib... ranlib
327.9 checking for strip... strip
327.9 checking if cc supports -fno-rtti -fno-exceptions... no
327.9 checking for cc option to produce PIC... -fPIC
328.0 checking if cc PIC flag -fPIC works... yes
328.0 checking if cc static flag -static works... yes
328.0 checking if cc supports -c -o file.o... yes
328.0 checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
328.0 checking whether -lc should be explicitly linked in... no
328.1 checking dynamic linker characteristics... GNU/Linux ld.so
328.1 checking how to hardcode library paths into programs... immediate
328.1 checking whether stripping libraries is possible... yes
328.1 checking if libtool supports shared libraries... yes
328.1 checking whether to build shared libraries... yes
328.1 checking whether to build static libraries... no
328.1
328.1 creating libtool
328.2 appending configuration tag "CXX" to libtool
328.2 configure: patching config.h.in
328.2 configure: creating ./config.status
328.2 config.status: creating config.h
328.2 running: make
328.2 /bin/bash /tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/libtool --mode=compile cc -I. -I/tmp/pear/temp/imagick -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/include -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/main -I/tmp/pear/temp/imagick -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -D_GNU_SOURCE -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/imagick/imagick_file.c -o imagick_file.lo -MMD -MF imagick_file.dep -MT imagick_file.lo
328.2 /bin/bash /tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/libtool --mode=compile cc -I. -I/tmp/pear/temp/imagick -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/include -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/main -I/tmp/pear/temp/imagick -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -D_GNU_SOURCE -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/imagick/imagick_class.c -o imagick_class.lo -MMD -MF imagick_class.dep -MT imagick_class.lo
328.2 /bin/bash /tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/libtool --mode=compile cc -I. -I/tmp/pear/temp/imagick -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/include -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/main -I/tmp/pear/temp/imagick -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -D_GNU_SOURCE -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/imagick/imagickdraw_class.c -o imagickdraw_class.lo -MMD -MF imagickdraw_class.dep -MT imagickdraw_class.lo
328.2 /bin/bash /tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/libtool --mode=compile cc -I. -I/tmp/pear/temp/imagick -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/include -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/main -I/tmp/pear/temp/imagick -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -D_GNU_SOURCE -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/imagick/imagickpixel_class.c -o imagickpixel_class.lo -MMD -MF imagickpixel_class.dep -MT imagickpixel_class.lo
328.3 mkdir .libs
328.3 cc -I. -I/tmp/pear/temp/imagick -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/include -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/main -I/tmp/pear/temp/imagick -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -D_GNU_SOURCE -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/imagick/imagickdraw_class.c -MMD -MF imagickdraw_class.dep -MT imagickdraw_class.lo -fPIC -DPIC -o .libs/imagickdraw_class.o
328.3 cc -I. -I/tmp/pear/temp/imagick -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/include -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/main -I/tmp/pear/temp/imagick -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -D_GNU_SOURCE -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/imagick/imagick_class.c -MMD -MF imagick_class.dep -MT imagick_class.lo -fPIC -DPIC -o .libs/imagick_class.o
328.3 cc -I. -I/tmp/pear/temp/imagick -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/include -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/main -I/tmp/pear/temp/imagick -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -D_GNU_SOURCE -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/imagick/imagickpixel_class.c -MMD -MF imagickpixel_class.dep -MT imagickpixel_class.lo -fPIC -DPIC -o .libs/imagickpixel_class.o
328.3 cc -I. -I/tmp/pear/temp/imagick -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/include -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/main -I/tmp/pear/temp/imagick -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -D_GNU_SOURCE -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/imagick/imagick_file.c -MMD -MF imagick_file.dep -MT imagick_file.lo -fPIC -DPIC -o .libs/imagick_file.o
328.6 /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_Imagick_getImageMatte':
328.6 /tmp/pear/temp/imagick/imagick_class.c:300:2: warning: 'MagickGetImageMatte' is deprecated [-Wdeprecated-declarations]
328.6 300 | matte = MagickGetImageMatte(intern->magick_wand);
328.6 | ^~~~~
328.6 In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:83,
328.6 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
328.6 from /tmp/pear/temp/imagick/imagick_class.c:22:
328.6 /usr/include/ImageMagick-6/wand/deprecate.h:85:3: note: declared here
328.6 85 | MagickGetImageMatte(MagickWand *) magick_attribute((deprecated)),
328.6 | ^~~~~~~~~~~~~~~~~~~
328.6 /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_Imagick_paintFloodfillImage':
328.6 /tmp/pear/temp/imagick/imagick_class.c:1330:3: warning: 'MagickPaintFloodfillImage' is deprecated [-Wdeprecated-declarations]
328.6 1330 | status = MagickPaintFloodfillImage(intern->magick_wand, channel, fill_wand, fuzz, NULL, x, y);
328.6 | ^~~~~~
328.6 In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:83,
328.6 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
328.6 from /tmp/pear/temp/imagick/imagick_class.c:22:
328.6 /usr/include/ImageMagick-6/wand/deprecate.h:102:3: note: declared here
328.6 102 | MagickPaintFloodfillImage(MagickWand *,const ChannelType,const PixelWand *,
328.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~
328.6 /tmp/pear/temp/imagick/imagick_class.c:1338:3: warning: 'MagickPaintFloodfillImage' is deprecated [-Wdeprecated-declarations]
328.6 1338 | status = MagickPaintFloodfillImage(intern->magick_wand, channel, fill_wand, fuzz, border_wand, x, y);
328.6 | ^~~~~~
328.6 In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:83,
328.6 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
328.6 from /tmp/pear/temp/imagick/imagick_class.c:22:
328.6 /usr/include/ImageMagick-6/wand/deprecate.h:102:3: note: declared here
328.6 102 | MagickPaintFloodfillImage(MagickWand *,const ChannelType,const PixelWand *,
328.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~
328.6 /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_Imagick_recolorImage':
328.6 /tmp/pear/temp/imagick/imagick_class.c:1820:2: warning: 'MagickRecolorImage' is deprecated [-Wdeprecated-declarations]
328.6 1820 | status = MagickRecolorImage(intern->magick_wand, order, array);
328.6 | ^~~~~~
328.6 In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:83,
328.6 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
328.6 from /tmp/pear/temp/imagick/imagick_class.c:22:
328.6 /usr/include/ImageMagick-6/wand/deprecate.h:116:3: note: declared here
328.6 116 | MagickRecolorImage(MagickWand *,const size_t,const double *)
328.6 | ^~~~~~~~~~~~~~~~~~
328.6 /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_Imagick_colorFloodfillImage':
328.6 /tmp/pear/temp/imagick/imagick_class.c:4510:2: warning: 'MagickColorFloodfillImage' is deprecated [-Wdeprecated-declarations]
328.6 4510 | status = MagickColorFloodfillImage(intern->magick_wand, fill_wand, fuzz, border_wand, x, y);
328.6 | ^~~~~~
328.6 In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:83,
328.6 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
328.6 from /tmp/pear/temp/imagick/imagick_class.c:22:
328.6 /usr/include/ImageMagick-6/wand/deprecate.h:78:3: note: declared here
328.6 78 | MagickColorFloodfillImage(MagickWand *,const PixelWand *,const double,
328.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~
328.6 /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_Imagick_mapImage':
328.6 /tmp/pear/temp/imagick/imagick_class.c:4991:2: warning: 'MagickMapImage' is deprecated [-Wdeprecated-declarations]
328.6 4991 | status = MagickMapImage(intern->magick_wand, intern_map->magick_wand, dither);
328.6 | ^~~~~~
328.6 In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:83,
328.6 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
328.6 from /tmp/pear/temp/imagick/imagick_class.c:22:
328.6 /usr/include/ImageMagick-6/wand/deprecate.h:89:3: note: declared here
328.6 89 | MagickMapImage(MagickWand *,const MagickWand *,const MagickBooleanType)
328.6 | ^~~~~~~~~~~~~~
328.6 /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_Imagick_matteFloodfillImage':
328.6 /tmp/pear/temp/imagick/imagick_class.c:5032:2: warning: 'MagickMatteFloodfillImage' is deprecated [-Wdeprecated-declarations]
328.6 5032 | status = MagickMatteFloodfillImage(intern->magick_wand, alpha, fuzz, color_wand, x, y);
328.6 | ^~~~~~
328.6 In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:83,
328.6 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
328.6 from /tmp/pear/temp/imagick/imagick_class.c:22:
328.6 /usr/include/ImageMagick-6/wand/deprecate.h:91:3: note: declared here
328.6 91 | MagickMatteFloodfillImage(MagickWand *,const double,const double,
328.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~
328.6 /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_Imagick_medianFilterImage':
328.6 /tmp/pear/temp/imagick/imagick_class.c:5070:2: warning: 'MagickMedianFilterImage' is deprecated [-Wdeprecated-declarations]
328.6 5070 | status = MagickMedianFilterImage(intern->magick_wand, radius);
328.6 | ^~~~~~
328.6 In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:89,
328.6 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
328.6 from /tmp/pear/temp/imagick/imagick_class.c:22:
328.6 /usr/include/ImageMagick-6/wand/magick-image.h:229:3: note: declared here
328.6 229 | MagickMedianFilterImage(MagickWand *,const double),
328.6 | ^~~~~~~~~~~~~~~~~~~~~~~
328.6 /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_Imagick_paintOpaqueImage':
328.6 /tmp/pear/temp/imagick/imagick_class.c:5152:2: warning: 'MagickPaintOpaqueImageChannel' is deprecated [-Wdeprecated-declarations]
328.6 5152 | status = MagickPaintOpaqueImageChannel(intern->magick_wand, channel, target_wand, fill_wand, fuzz);
328.6 | ^~~~~~
328.6 In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:83,
328.6 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
328.6 from /tmp/pear/temp/imagick/imagick_class.c:22:
328.6 /usr/include/ImageMagick-6/wand/deprecate.h:107:3: note: declared here
328.6 107 | MagickPaintOpaqueImageChannel(MagickWand *,const ChannelType,
328.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
328.6 /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_Imagick_paintTransparentImage':
328.6 /tmp/pear/temp/imagick/imagick_class.c:5235:2: warning: 'MagickPaintTransparentImage' is deprecated [-Wdeprecated-declarations]
328.6 5235 | status = MagickPaintTransparentImage(intern->magick_wand, color_wand, alpha, fuzz);
328.6 | ^~~~~~
328.6 In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:83,
328.6 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
328.6 from /tmp/pear/temp/imagick/imagick_class.c:22:
328.6 /usr/include/ImageMagick-6/wand/deprecate.h:110:3: note: declared here
328.6 110 | MagickPaintTransparentImage(MagickWand *,const PixelWand *,const double,
328.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
328.6 /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_Imagick_reduceNoiseImage':
328.6 /tmp/pear/temp/imagick/imagick_class.c:5399:2: warning: 'MagickReduceNoiseImage' is deprecated [-Wdeprecated-declarations]
328.6 5399 | status = MagickReduceNoiseImage(intern->magick_wand, radius);
328.6 | ^~~~~~
328.6 In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:89,
328.6 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
328.6 from /tmp/pear/temp/imagick/imagick_class.c:22:
328.6 /usr/include/ImageMagick-6/wand/magick-image.h:276:3: note: declared here
328.6 276 | MagickReduceNoiseImage(MagickWand *,const double),
328.6 | ^~~~~~~~~~~~~~~~~~~~~~
328.6 /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_Imagick_getImageAttribute':
328.6 /tmp/pear/temp/imagick/imagick_class.c:6729:2: warning: 'MagickGetImageAttribute' is deprecated [-Wdeprecated-declarations]
328.6 6729 | attribute = MagickGetImageAttribute(intern->magick_wand, key);
328.6 | ^~~~~~~~~
328.6 In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:83,
328.6 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
328.6 from /tmp/pear/temp/imagick/imagick_class.c:22:
328.6 /usr/include/ImageMagick-6/wand/deprecate.h:62:4: note: declared here
328.6 62 | *MagickGetImageAttribute(MagickWand *,const char *)
328.6 | ^~~~~~~~~~~~~~~~~~~~~~~
328.6 /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_Imagick_getImageChannelExtrema':
328.6 /tmp/pear/temp/imagick/imagick_class.c:6946:2: warning: 'MagickGetImageChannelExtrema' is deprecated [-Wdeprecated-declarations]
328.6 6946 | status = MagickGetImageChannelExtrema(intern->magick_wand, channel_type, &minima, &maxima);
328.6 | ^~~~~~
328.6 In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:83,
328.6 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
328.6 from /tmp/pear/temp/imagick/imagick_class.c:22:
328.6 /usr/include/ImageMagick-6/wand/deprecate.h:81:3: note: declared here
328.6 81 | MagickGetImageChannelExtrema(MagickWand *,const ChannelType,size_t *,
328.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
328.6 /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_Imagick_getImageExtrema':
328.6 /tmp/pear/temp/imagick/imagick_class.c:7285:2: warning: 'MagickGetImageExtrema' is deprecated [-Wdeprecated-declarations]
328.6 7285 | status = MagickGetImageExtrema(intern->magick_wand, &min, &max);
328.6 | ^~~~~~
328.6 In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:83,
328.6 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
328.6 from /tmp/pear/temp/imagick/imagick_class.c:22:
328.6 /usr/include/ImageMagick-6/wand/deprecate.h:83:3: note: declared here
328.6 83 | MagickGetImageExtrema(MagickWand *,size_t *,size_t *)
328.6 | ^~~~~~~~~~~~~~~~~~~~~
328.6 /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_Imagick_getImageIndex':
328.6 /tmp/pear/temp/imagick/imagick_class.c:8450:2: warning: 'MagickGetImageIndex' is deprecated [-Wdeprecated-declarations]
328.6 8450 | status = MagickGetImageIndex(intern->magick_wand);
328.6 | ^~~~~~
328.6 In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:83,
328.6 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
328.6 from /tmp/pear/temp/imagick/imagick_class.c:22:
328.6 /usr/include/ImageMagick-6/wand/deprecate.h:68:3: note: declared here
328.6 68 | MagickGetImageIndex(MagickWand *) magick_attribute((deprecated));
328.6 | ^~~~~~~~~~~~~~~~~~~
328.6 /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_Imagick_getImageSize':
328.6 /tmp/pear/temp/imagick/imagick_class.c:8571:2: warning: 'MagickGetImageSize' is deprecated [-Wdeprecated-declarations]
328.6 8571 | ZVAL_LONG(return_value, (long)MagickGetImageSize(intern->magick_wand));
328.6 | ^~~~~~~~~
328.6 In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:83,
328.6 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
328.6 from /tmp/pear/temp/imagick/imagick_class.c:22:
328.6 /usr/include/ImageMagick-6/wand/deprecate.h:147:3: note: declared here
328.6 147 | MagickGetImageSize(MagickWand *) magick_attribute((deprecated));
328.6 | ^~~~~~~~~~~~~~~~~~
328.6 /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_Imagick_setImageAttribute':
328.6 /tmp/pear/temp/imagick/imagick_class.c:9045:2: warning: 'MagickSetImageAttribute' is deprecated [-Wdeprecated-declarations]
328.6 9045 | status = MagickSetImageAttribute(intern->magick_wand, key, attribute);
328.6 | ^~~~~~
328.6 In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:83,
328.6 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
328.6 from /tmp/pear/temp/imagick/imagick_class.c:22:
328.6 /usr/include/ImageMagick-6/wand/deprecate.h:118:3: note: declared here
328.6 118 | MagickSetImageAttribute(MagickWand *,const char *,const char *)
328.6 | ^~~~~~~~~~~~~~~~~~~~~~~
328.6 /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_Imagick_flattenImages':
328.6 /tmp/pear/temp/imagick/imagick_class.c:9418:2: warning: 'MagickFlattenImages' is deprecated [-Wdeprecated-declarations]
328.6 9418 | tmp_wand = MagickFlattenImages(intern->magick_wand);
328.6 | ^~~~~~~~
328.6 In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:83,
328.6 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
328.6 from /tmp/pear/temp/imagick/imagick_class.c:22:
328.6 /usr/include/ImageMagick-6/wand/deprecate.h:139:4: note: declared here
328.6 139 | *MagickFlattenImages(MagickWand *) magick_attribute((deprecated)),
328.6 | ^~~~~~~~~~~~~~~~~~~
328.6 /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_Imagick_averageImages':
328.6 /tmp/pear/temp/imagick/imagick_class.c:10747:2: warning: 'MagickAverageImages' is deprecated [-Wdeprecated-declarations]
328.6 10747 | tmp_wand = MagickAverageImages(intern->magick_wand);
328.6 | ^~~~~~~~
328.6 In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:83,
328.6 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
328.6 from /tmp/pear/temp/imagick/imagick_class.c:22:
328.6 /usr/include/ImageMagick-6/wand/deprecate.h:138:4: note: declared here
328.6 138 | *MagickAverageImages(MagickWand *) magick_attribute((deprecated)),
328.6 | ^~~~~~~~~~~~~~~~~~~
328.7 /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_Imagick_mosaicImages':
328.7 /tmp/pear/temp/imagick/imagick_class.c:11291:2: warning: 'MagickMosaicImages' is deprecated [-Wdeprecated-declarations]
328.7 11291 | tmp_wand = MagickMosaicImages(intern->magick_wand);
328.7 | ^~~~~~~~
328.7 In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:83,
328.7 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
328.7 from /tmp/pear/temp/imagick/imagick_class.c:22:
328.7 /usr/include/ImageMagick-6/wand/deprecate.h:142:4: note: declared here
328.7 142 | *MagickMosaicImages(MagickWand *) magick_attribute((deprecated)),
328.7 | ^~~~~~~~~~~~~~~~~~
328.7 /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_Imagick_radialBlurImage':
328.7 /tmp/pear/temp/imagick/imagick_class.c:11421:2: warning: 'MagickRadialBlurImageChannel' is deprecated [-Wdeprecated-declarations]
328.7 11421 | status = MagickRadialBlurImageChannel(intern->magick_wand, channel, angle);
328.7 | ^~~~~~
328.7 In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:83,
328.7 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
328.7 from /tmp/pear/temp/imagick/imagick_class.c:22:
328.7 /usr/include/ImageMagick-6/wand/deprecate.h:114:3: note: declared here
328.7 114 | MagickRadialBlurImageChannel(MagickWand *,const ChannelType,const double)
328.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
328.7 /bin/bash /tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/libtool --mode=compile cc -I. -I/tmp/pear/temp/imagick -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/include -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/main -I/tmp/pear/temp/imagick -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -D_GNU_SOURCE -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/imagick/imagickpixeliterator_class.c -o imagickpixeliterator_class.lo -MMD -MF imagickpixeliterator_class.dep -MT
328.7 imagickpixeliterator_class.lo
328.7 /bin/bash /tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/libtool --mode=compile cc -I. -I/tmp/pear/temp/imagick -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/include -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/main -I/tmp/pear/temp/imagick -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -D_GNU_SOURCE -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/imagick/imagick_helpers.c -o imagick_helpers.lo -MMD -MF imagick_helpers.dep -MT imagick_helpers.lo
328.7 cc -I. -I/tmp/pear/temp/imagick -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/include -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/main -I/tmp/pear/temp/imagick -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -D_GNU_SOURCE -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/imagick/imagickpixeliterator_class.c -MMD -MF imagickpixeliterator_class.dep -MT imagickpixeliterator_class.lo -fPIC -DPIC -o .libs/imagickpixeliterator_class.o
328.8 cc -I. -I/tmp/pear/temp/imagick -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/include -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/main -I/tmp/pear/temp/imagick -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -D_GNU_SOURCE -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/imagick/imagick_helpers.c -MMD -MF imagick_helpers.dep -MT imagick_helpers.lo -fPIC -DPIC -o .libs/imagick_helpers.o
329.0 /bin/bash /tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/libtool --mode=compile cc -I. -I/tmp/pear/temp/imagick -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/include -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/main -I/tmp/pear/temp/imagick -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -D_GNU_SOURCE -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/imagick/imagick.c -o imagick.lo -MMD -MF imagick.dep -MT imagick.lo
329.0 /bin/bash /tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/libtool --mode=compile cc -I. -I/tmp/pear/temp/imagick -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/include -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/main -I/tmp/pear/temp/imagick -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -D_GNU_SOURCE -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/imagick/imagickkernel_class.c -o imagickkernel_class.lo -MMD -MF imagickkernel_class.dep -MT imagickkernel_class.
329.0 lo
329.0 cc -I. -I/tmp/pear/temp/imagick -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/include -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/main -I/tmp/pear/temp/imagick -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -D_GNU_SOURCE -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/imagick/imagick.c -MMD -MF imagick.dep -MT imagick.lo -fPIC -DPIC -o .libs/imagick.o
329.1 cc -I. -I/tmp/pear/temp/imagick -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/include -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/main -I/tmp/pear/temp/imagick -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -D_GNU_SOURCE -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/imagick/imagickkernel_class.c -MMD -MF imagickkernel_class.dep -MT imagickkernel_class.lo -fPIC -DPIC -o .libs/imagickkernel_class.o
329.2 /bin/bash /tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/libtool --mode=compile cc -I. -I/tmp/pear/temp/imagick -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/include -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/main -I/tmp/pear/temp/imagick -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -D_GNU_SOURCE -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/imagick/shim_im6_to_im7.c -o shim_im6_to_im7.lo -MMD -MF shim_im6_to_im7.dep -MT shim_im6_to_im7.lo
329.3 cc -I. -I/tmp/pear/temp/imagick -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/include -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/main -I/tmp/pear/temp/imagick -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -D_GNU_SOURCE -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DZEND_COMPILE_DL_EXT=1 -c /tmp/pear/temp/imagick/shim_im6_to_im7.c -MMD -MF shim_im6_to_im7.dep -MT shim_im6_to_im7.lo -fPIC -DPIC -o .libs/shim_im6_to_im7.o
330.2 /bin/bash /tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/libtool --mode=link cc -shared -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/include -I/tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/main -I/tmp/pear/temp/imagick -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/aarch64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -D_GNU_SOURCE -o imagick.la -export-dynamic -avoid-version -prefer-pic -module -rpath /tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/modules imagick_file.lo imagick_class.lo imagickdraw_class.lo imagickpixel_class.lo imagickpixeliterator_class.lo imagick_helpers.lo imagick.lo imagickkernel_class.lo shim_im6_to_im7.lo -lgomp -lMagickWand-6.Q16 -lMagickCore-6.Q16
330.3 cc -shared .libs/imagick_file.o .libs/imagick_class.o .libs/imagickdraw_class.o .libs/imagickpixel_class.o .libs/imagickpixeliterator_class.o .libs/imagick_helpers.o .libs/imagick.o .libs/imagickkernel_class.o .libs/shim_im6_to_im7.o -lgomp /usr/lib/aarch64-linux-gnu/libMagickWand-6.Q16.so /usr/lib/aarch64-linux-gnu/libMagickCore-6.Q16.so -Wl,-soname -Wl,imagick.so -o .libs/imagick.so
330.4 creating imagick.la
330.4 (cd .libs && rm -f imagick.la && ln -s ../imagick.la imagick.la)
330.4 /bin/bash /tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/libtool --mode=install cp ./imagick.la /tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/modules
330.4 cp ./.libs/imagick.so /tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/modules/imagick.so
330.4 cp ./.libs/imagick.lai /tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/modules/imagick.la
330.4 PATH="$PATH:/sbin" ldconfig -n /tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/modules
330.4 ----------------------------------------------------------------------
330.4 Libraries have been installed in:
330.4 /tmp/pear/temp/pear-build-defaultuserdLIGEo/imagick-3.7.0/modules
330.4
330.4 If you ever happen to want to link against installed libraries
330.4 in a given directory, LIBDIR, you must either use libtool, and
330.4 specify the full pathname of the library, or use the `-LLIBDIR'
330.4 flag during linking and do at least one of the following:
330.4 - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
330.4 during execution
330.4 - add LIBDIR to the `LD_RUN_PATH' environment variable
330.4 during linking
330.4 - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
330.4 - have your system administrator add LIBDIR to `/etc/ld.so.conf'
330.4
330.4 See any operating system documentation about shared libraries for
330.4 more information, such as the ld(1) and ld.so(8) manual pages.
330.4 ----------------------------------------------------------------------
330.4
330.4 Build complete.
330.4 Don't forget to run 'make test'.
330.4
330.4 running: make INSTALL_ROOT="/tmp/pear/temp/pear-build-defaultuserdLIGEo/install-imagick-3.7.0" install
330.4 Parse /tmp/pear/temp/imagick/ImagickDraw.stub.php to generate /tmp/pear/temp/imagick/ImagickDraw_arginfo.h
330.4 Parse /tmp/pear/temp/imagick/ImagickPixelIterator.stub.php to generate /tmp/pear/temp/imagick/ImagickPixelIterator_arginfo.h
330.4 Parse /tmp/pear/temp/imagick/ImagickPixel.stub.php to generate /tmp/pear/temp/imagick/ImagickPixel_arginfo.h
330.4 Parse /tmp/pear/temp/imagick/Imagick.stub.php to generate /tmp/pear/temp/imagick/Imagick_arginfo.h
330.4 --2024-02-01 11:11:12-- https://github.com/nikic/PHP-Parser/archive/v5.0.0alpha3.tar.gz
330.5 Resolving github.com (github.com)... 140.82.121.4
330.5 Connecting to github.com (github.com)|140.82.121.4|:443... connected.
330.8 HTTP request sent, awaiting response... 302 Found
330.8 Location: https://codeload.github.com/nikic/PHP-Parser/tar.gz/refs/tags/v5.0.0alpha3 [following]
330.8 --2024-02-01 11:11:13-- https://codeload.github.com/nikic/PHP-Parser/tar.gz/refs/tags/v5.0.0alpha3
330.9 Resolving codeload.github.com (codeload.github.com)... 140.82.121.9
330.9 Connecting to codeload.github.com (codeload.github.com)|140.82.121.9|:443... connected.
331.3 HTTP request sent, awaiting response... 200 OK
331.3 Length: 161604 (158K) [application/x-gzip]
331.3 Saving to: 'v5.0.0alpha3.tar.gz'
331.3
331.3 0K .......... .......... .......... .......... .......... 31% 753K 0s
331.4 50K .......... .......... .......... .......... .......... 63% 1.57M 0s
331.4 100K .......... .......... .......... .......... .......... 95% 4.17M 0s
331.4 150K ....... 100% 13.1M=0.1s
331.4
331.4 2024-02-01 11:11:13 (1.40 MB/s) - 'v5.0.0alpha3.tar.gz' saved [161604/161604]
331.4
331.4 PHP-Parser-5.0.0alpha3/.php-cs-fixer.dist.php
331.4 PHP-Parser-5.0.0alpha3/LICENSE
331.4 PHP-Parser-5.0.0alpha3/README.md
331.4 PHP-Parser-5.0.0alpha3/bin/
331.4 PHP-Parser-5.0.0alpha3/bin/php-parse
331.4 PHP-Parser-5.0.0alpha3/composer.json
331.4 PHP-Parser-5.0.0alpha3/grammar/
331.4 PHP-Parser-5.0.0alpha3/grammar/README.md
331.4 PHP-Parser-5.0.0alpha3/grammar/parser.template
331.4 PHP-Parser-5.0.0alpha3/grammar/php.y
331.4 PHP-Parser-5.0.0alpha3/grammar/phpyLang.php
331.4 PHP-Parser-5.0.0alpha3/grammar/rebuildParsers.php
331.4 PHP-Parser-5.0.0alpha3/lib/
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Builder.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Builder/
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Builder/ClassConst.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Builder/Class_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Builder/Declaration.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Builder/EnumCase.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Builder/Enum_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Builder/FunctionLike.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Builder/Function_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Builder/Interface_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Builder/Method.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Builder/Namespace_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Builder/Param.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Builder/Property.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Builder/TraitUse.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Builder/TraitUseAdaptation.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Builder/Trait_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Builder/Use_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/BuilderFactory.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/BuilderHelpers.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Comment.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Comment/
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Comment/Doc.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/ConstExprEvaluationException.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/ConstExprEvaluator.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Error.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/ErrorHandler.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/ErrorHandler/
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/ErrorHandler/Collecting.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/ErrorHandler/Throwing.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Internal/
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Internal/DiffElem.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Internal/Differ.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Internal/PrintableNewAnonClassNode.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Internal/TokenPolyfill.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Internal/TokenStream.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/JsonDecoder.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Lexer.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Lexer/
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Lexer/Emulative.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Lexer/TokenEmulator/
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Lexer/TokenEmulator/AttributeEmulator.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Lexer/TokenEmulator/CoaleseEqualTokenEmulator.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Lexer/TokenEmulator/EnumTokenEmulator.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Lexer/TokenEmulator/ExplicitOctalEmulator.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Lexer/TokenEmulator/FlexibleDocStringEmulator.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Lexer/TokenEmulator/FnTokenEmulator.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Lexer/TokenEmulator/KeywordEmulator.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Lexer/TokenEmulator/MatchTokenEmulator.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Lexer/TokenEmulator/NullsafeTokenEmulator.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Lexer/TokenEmulator/NumericLiteralSeparatorEmulator.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Lexer/TokenEmulator/ReadonlyFunctionTokenEmulator.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Lexer/TokenEmulator/ReadonlyTokenEmulator.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Lexer/TokenEmulator/ReverseEmulator.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Lexer/TokenEmulator/TokenEmulator.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Modifiers.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/NameContext.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Arg.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/ArrayItem.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Attribute.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/AttributeGroup.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/ClosureUse.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/ComplexType.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Const_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/DeclareItem.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/ArrayDimFetch.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/ArrayItem.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/Array_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/ArrowFunction.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/Assign.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/AssignOp.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/AssignOp/
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/AssignOp/BitwiseOr.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/AssignOp/BitwiseXor.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/AssignOp/Coalesce.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/AssignOp/Concat.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/AssignOp/Div.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/AssignOp/Minus.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/AssignOp/Mod.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/AssignOp/Mul.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/AssignOp/Plus.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/AssignOp/Pow.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/AssignOp/ShiftLeft.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/AssignOp/ShiftRight.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/AssignRef.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/BinaryOp.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/BinaryOp/
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/BinaryOp/BitwiseAnd.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/BinaryOp/BitwiseOr.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/BinaryOp/BitwiseXor.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/BinaryOp/BooleanAnd.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/BinaryOp/BooleanOr.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/BinaryOp/Coalesce.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/BinaryOp/Concat.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/BinaryOp/Div.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/BinaryOp/Equal.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/BinaryOp/Greater.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/BinaryOp/GreaterOrEqual.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/BinaryOp/Identical.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/BinaryOp/LogicalAnd.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/BinaryOp/LogicalOr.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/BinaryOp/LogicalXor.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/BinaryOp/Minus.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/BinaryOp/Mod.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/BinaryOp/Mul.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/BinaryOp/NotEqual.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/BinaryOp/NotIdentical.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/BinaryOp/Plus.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/BinaryOp/Pow.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/BinaryOp/ShiftLeft.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/BinaryOp/ShiftRight.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/BinaryOp/Smaller.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/BinaryOp/SmallerOrEqual.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/BinaryOp/Spaceship.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/BitwiseNot.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/BooleanNot.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/CallLike.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/Cast.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/Cast/
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/Cast/Array_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/Cast/Bool_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/Cast/Double.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/Cast/Int_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/Cast/Object_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/Cast/String_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/Cast/Unset_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/ClassConstFetch.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/Clone_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/Closure.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/ClosureUse.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/ConstFetch.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/Empty_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/Error.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/ErrorSuppress.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/Eval_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/Exit_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/FuncCall.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/Include_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/Instanceof_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/Isset_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/List_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/Match_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/MethodCall.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/New_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/NullsafeMethodCall.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/NullsafePropertyFetch.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/PostDec.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/PostInc.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/PreDec.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/PreInc.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/Print_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/PropertyFetch.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/ShellExec.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/StaticCall.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/StaticPropertyFetch.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/Ternary.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/Throw_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/UnaryMinus.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/UnaryPlus.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/Variable.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/YieldFrom.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Expr/Yield_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/FunctionLike.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Identifier.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/InterpolatedStringPart.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/IntersectionType.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/MatchArm.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Name.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Name/
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Name/FullyQualified.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Name/Relative.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/NullableType.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Param.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/PropertyItem.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Scalar.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Scalar/
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Scalar/DNumber.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Scalar/Encapsed.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Scalar/EncapsedStringPart.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Scalar/Float_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Scalar/Int_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Scalar/InterpolatedString.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Scalar/LNumber.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Scalar/MagicConst.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Scalar/MagicConst/
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Scalar/MagicConst/Class_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Scalar/MagicConst/Dir.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Scalar/MagicConst/File.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Scalar/MagicConst/Function_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Scalar/MagicConst/Line.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Scalar/MagicConst/Method.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Scalar/MagicConst/Namespace_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Scalar/MagicConst/Trait_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Scalar/String_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/StaticVar.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/Break_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/Case_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/Catch_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/ClassConst.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/ClassLike.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/ClassMethod.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/Class_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/Const_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/Continue_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/DeclareDeclare.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/Declare_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/Do_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/Echo_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/ElseIf_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/Else_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/EnumCase.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/Enum_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/Expression.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/Finally_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/For_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/Foreach_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/Function_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/Global_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/Goto_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/GroupUse.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/HaltCompiler.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/If_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/InlineHTML.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/Interface_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/Label.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/Namespace_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/Nop.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/Property.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/PropertyProperty.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/Return_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/StaticVar.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/Static_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/Switch_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/Throw_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/TraitUse.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/TraitUseAdaptation.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/TraitUseAdaptation/
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Alias.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/TraitUseAdaptation/Precedence.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/Trait_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/TryCatch.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/Unset_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/UseUse.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/Use_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/Stmt/While_.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/UnionType.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/UseItem.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/VarLikeIdentifier.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Node/VariadicPlaceholder.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/NodeAbstract.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/NodeDumper.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/NodeFinder.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/NodeTraverser.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/NodeTraverserInterface.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/NodeVisitor.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/NodeVisitor/
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/NodeVisitor/CloningVisitor.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/NodeVisitor/FindingVisitor.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/NodeVisitor/FirstFindingVisitor.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/NodeVisitor/NameResolver.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/NodeVisitor/NodeConnectingVisitor.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/NodeVisitor/ParentConnectingVisitor.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/NodeVisitorAbstract.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Parser.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Parser/
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Parser/Php7.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Parser/Php8.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/ParserAbstract.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/ParserFactory.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/PhpVersion.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/PrettyPrinter.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/PrettyPrinter/
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/PrettyPrinter/Standard.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/PrettyPrinterAbstract.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/Token.php
331.4 PHP-Parser-5.0.0alpha3/lib/PhpParser/compatibility_tokens.php
331.4 PHP-Parser-5.0.0alpha3/phpstan-baseline.neon
331.4 PHP-Parser-5.0.0alpha3/phpstan.neon.dist
331.4 Saved /tmp/pear/temp/imagick/ImagickPixelIterator_arginfo.h
331.4 Saved /tmp/pear/temp/imagick/ImagickPixel_arginfo.h
331.4 Parse /tmp/pear/temp/imagick/ImagickKernel.stub.php to generate /tmp/pear/temp/imagick/ImagickKernel_arginfo.h
331.4 Saved /tmp/pear/temp/imagick/ImagickDraw_arginfo.h
331.5 In /tmp/pear/temp/imagick/Imagick.stub.php:
331.5 Unterminated preprocessor conditions
331.5 make: *** [Makefile:196: /tmp/pear/temp/imagick/Imagick_arginfo.h] Error 1
331.5 make: *** Waiting for unfinished jobs....
331.5 Saved /tmp/pear/temp/imagick/ImagickKernel_arginfo.h
331.5 Installing header files: /tmp/pear/temp/pear-build-defaultuserdLIGEo/install-imagick-3.7.0/usr/local/include/php/
331.5 ERROR: `make INSTALL_ROOT="/tmp/pear/temp/pear-build-defaultuserdLIGEo/install-imagick-3.7.0" install' failed
------
# See: https://github.com/Imagick/imagick/pull/616
ARG IMAGICK_PHP83_FIX_COMMIT=9df92616f577e38625b96b7b903582a46c064739
RUN apt-get -q update \
&& apt-get -yq upgrade \
&& export PHP_DEV_DEPS='libmagickwand-dev' \
&& apt-get -yq install --no-install-recommends libmagickwand-6.q16-6 $PHP_DEV_DEPS \
# Install Imagick from specific archive (PR's #616 code)
&& curl -L https://github.com/remicollet/imagick/archive/${IMAGICK_PHP83_FIX_COMMIT}.zip -o /tmp/imagick-issue-php83.zip \
&& unzip /tmp/imagick-issue-php83.zip -d /tmp \
&& pecl install /tmp/imagick-${IMAGICK_PHP83_FIX_COMMIT}/package.xml \
&& apt-get purge -y $PHP_DEV_DEPS $PHPIZE_DEPS \
&& apt-get autoremove -y --purge \
&& apt-get clean all \
&& rm -Rf /tmp/*
ARG IMAGICK_VERSION=3.7.0
# Imagick is installed from the archive because regular installation fails
# See: https://github.com/Imagick/imagick/issues/643#issuecomment-1834361716
RUN curl -L -o /tmp/imagick.tar.gz https://github.com/Imagick/imagick/archive/refs/tags/${IMAGICK_VERSION}.tar.gz \
&& tar --strip-components=1 -xf /tmp/imagick.tar.gz \
&& phpize \
&& ./configure \
&& make \
&& make install \
&& echo "extension=imagick.so" > /usr/local/etc/php/conf.d/ext-imagick.ini \
&& rm -rf /tmp/*
# <<< End of Imagick installation
@matheusgontijo
Copy link

I worked like a charm for me. Thank you so much for sharing @Wirone 🙏🙏🙏

@Wirone
Copy link
Author

Wirone commented Apr 29, 2024

Happy you find it helpful @matheusgontijo 😁.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment