· 4 years ago · Jul 08, 2021, 06:52 AM
1# pecl install imagick-3.4.3
2PHP Warning: dl(): Dynamically loaded extensions aren't enabled in /usr/local/share/pear/peclcmd.php on line 1
3PHP Warning: dl(): Dynamically loaded extensions aren't enabled in /usr/local/share/pear/peclcmd.php on line 1
4WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update
5downloading imagick-3.4.3.tgz ...
6Starting to download imagick-3.4.3.tgz (245,410 bytes)
7...................................................done: 245,410 bytes
819 source files, building
9running: phpize
10Configuring for:
11PHP Api Version: 20180731
12Zend Module Api No: 20180731
13Zend Extension Api No: 320180731
14Please provide the prefix of Imagemagick installation [autodetect] :
15building in /tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3
16running: /tmp/pear/imagick/configure --with-php-config=/usr/local/bin/php-config --with-imagick
17checking for grep that handles long lines and -e... /usr/bin/grep
18checking for egrep... /usr/bin/grep -E
19checking for a sed that does not truncate output... /usr/bin/sed
20checking for cc... cc
21checking whether the C compiler works... yes
22checking for C compiler default output file name... a.out
23checking for suffix of executables...
24checking whether we are cross compiling... no
25checking for suffix of object files... o
26checking whether we are using the GNU C compiler... yes
27checking whether cc accepts -g... yes
28checking for cc option to accept ISO C89... none needed
29checking how to run the C preprocessor... cc -E
30checking for icc... no
31checking for suncc... no
32checking whether cc understands -c and -o together... yes
33checking for system library directory... lib
34checking if compiler supports -R... no
35checking if compiler supports -Wl,-rpath,... yes
36checking build system type... amd64-unknown-freebsd12.2
37checking host system type... amd64-unknown-freebsd12.2
38checking target system type... amd64-unknown-freebsd12.2
39checking for PHP prefix... /usr/local
40checking 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
41checking for PHP extension directory... /usr/local/lib/php/20180731
42checking for PHP installed headers prefix... /usr/local/include/php
43checking if debug is enabled... no
44checking if zts is enabled... no
45checking for re2c... no
46configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
47checking for gawk... no
48checking for nawk... nawk
49checking if nawk is broken... no
50checking whether to enable the imagick extension... yes, shared
51checking for pkg-config... /usr/local/bin/pkg-config
52checking ImageMagick MagickWand API configuration program... checking Testing /usr/local/bin/MagickWand-config... It exists
53found in /usr/local/bin/MagickWand-config
54checking if ImageMagick version is at least 6.2.4... found version 6.9.11 Q16
55checking for MagickWand.h or magick-wand.h header... user location /usr/local/include/ImageMagick-6/wand/MagickWand.h
56checking PHP version is at least 5.1.3... yes. found 7.3.27
57libs
58-L/usr/local/lib -lMagickWand-6 -lMagickCore-6
59
60
61checking for MagickGetVersion... yes
62checking for MagickSetImageInterpolateMethod... yes
63checking for ld used by cc... /usr/bin/ld
64checking if the linker (/usr/bin/ld) is GNU ld... yes
65checking for /usr/bin/ld option to reload object files... -r
66checking for BSD-compatible nm... /usr/local/bin/nm -B
67checking whether ln -s works... yes
68checking how to recognize dependent libraries... pass_all
69checking for ANSI C header files... yes
70checking for sys/types.h... yes
71checking for sys/stat.h... yes
72checking for stdlib.h... yes
73checking for string.h... yes
74checking for memory.h... yes
75checking for strings.h... yes
76checking for inttypes.h... yes
77checking for stdint.h... yes
78checking for unistd.h... yes
79checking dlfcn.h usability... yes
80checking dlfcn.h presence... yes
81checking for dlfcn.h... yes
82checking the maximum length of command line arguments... 393216
83checking command to parse /usr/local/bin/nm -B output from cc object... ok
84checking for objdir... .libs
85checking for ar... ar
86checking for ranlib... ranlib
87checking for strip... strip
88checking if cc supports -fno-rtti -fno-exceptions... yes
89checking for cc option to produce PIC... -fPIC
90checking if cc PIC flag -fPIC works... yes
91checking if cc static flag -static works... yes
92checking if cc supports -c -o file.o... yes
93checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
94checking whether -lc should be explicitly linked in... no
95checking dynamic linker characteristics... freebsd12.2 ld.so
96checking how to hardcode library paths into programs... immediate
97checking whether stripping libraries is possible... no
98checking if libtool supports shared libraries... yes
99checking whether to build shared libraries... yes
100checking whether to build static libraries... no
101
102creating libtool
103appending configuration tag "CXX" to libtool
104configure: creating ./config.status
105config.status: creating config.h
106running: make
107/bin/sh /tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/libtool --mode=compile cc -I/usr/local/include/ImageMagick-6 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I. -I/tmp/pear/imagick -DPHP_ATOM_INC -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/include -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/main -I/tmp/pear/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/local/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/imagick/imagick_file.c -o imagick_file.lo
108mkdir .libs
109 cc -I/usr/local/include/ImageMagick-6 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I. -I/tmp/pear/imagick -DPHP_ATOM_INC -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/include -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/main -I/tmp/pear/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/local/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/imagick/imagick_file.c -fPIC -DPIC -o .libs/imagick_file.o
110/bin/sh /tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/libtool --mode=compile cc -I/usr/local/include/ImageMagick-6 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I. -I/tmp/pear/imagick -DPHP_ATOM_INC -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/include -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/main -I/tmp/pear/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/local/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/imagick/imagick_class.c -o imagick_class.lo
111 cc -I/usr/local/include/ImageMagick-6 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I. -I/tmp/pear/imagick -DPHP_ATOM_INC -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/include -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/main -I/tmp/pear/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/local/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/imagick/imagick_class.c -fPIC -DPIC -o .libs/imagick_class.o
112/tmp/pear/imagick/imagick_class.c:299:10: warning: 'MagickGetImageMatte' is deprecated [-Wdeprecated-declarations]
113 matte = MagickGetImageMatte(intern->magick_wand);
114 ^
115/usr/local/include/ImageMagick-6/wand/deprecate.h:85:55: note: 'MagickGetImageMatte' has been explicitly marked deprecated here
116 MagickGetImageMatte(MagickWand *) magick_attribute((deprecated)),
117 ^
118/tmp/pear/imagick/imagick_class.c:1284:12: warning: 'MagickPaintFloodfillImage' is deprecated [-Wdeprecated-declarations]
119 status = MagickPaintFloodfillImage(intern->magick_wand, channel, fill_wand, fuzz, NULL, x, y);
120 ^
121/usr/local/include/ImageMagick-6/wand/deprecate.h:104:23: note: 'MagickPaintFloodfillImage' has been explicitly marked deprecated here
122 magick_attribute((deprecated)),
123 ^
124/tmp/pear/imagick/imagick_class.c:1292:12: warning: 'MagickPaintFloodfillImage' is deprecated [-Wdeprecated-declarations]
125 status = MagickPaintFloodfillImage(intern->magick_wand, channel, fill_wand, fuzz, border_wand, x, y);
126 ^
127/usr/local/include/ImageMagick-6/wand/deprecate.h:104:23: note: 'MagickPaintFloodfillImage' has been explicitly marked deprecated here
128 magick_attribute((deprecated)),
129 ^
130/tmp/pear/imagick/imagick_class.c:1774:11: warning: 'MagickRecolorImage' is deprecated [-Wdeprecated-declarations]
131 status = MagickRecolorImage(intern->magick_wand, order, array);
132 ^
133/usr/local/include/ImageMagick-6/wand/deprecate.h:117:23: note: 'MagickRecolorImage' has been explicitly marked deprecated here
134 magick_attribute((deprecated)),
135 ^
136/tmp/pear/imagick/imagick_class.c:4315:11: warning: 'MagickColorFloodfillImage' is deprecated [-Wdeprecated-declarations]
137 status = MagickColorFloodfillImage(intern->magick_wand, fill_wand, fuzz, border_wand, x, y);
138 ^
139/usr/local/include/ImageMagick-6/wand/deprecate.h:80:23: note: 'MagickColorFloodfillImage' has been explicitly marked deprecated here
140 magick_attribute((deprecated)),
141 ^
142/tmp/pear/imagick/imagick_class.c:4743:11: warning: 'MagickMapImage' is deprecated [-Wdeprecated-declarations]
143 status = MagickMapImage(intern->magick_wand, intern_map->magick_wand, dither);
144 ^
145/usr/local/include/ImageMagick-6/wand/deprecate.h:90:23: note: 'MagickMapImage' has been explicitly marked deprecated here
146 magick_attribute((deprecated)),
147 ^
148/tmp/pear/imagick/imagick_class.c:4784:11: warning: 'MagickMatteFloodfillImage' is deprecated [-Wdeprecated-declarations]
149 status = MagickMatteFloodfillImage(intern->magick_wand, alpha, fuzz, color_wand, x, y);
150 ^
151/usr/local/include/ImageMagick-6/wand/deprecate.h:93:23: note: 'MagickMatteFloodfillImage' has been explicitly marked deprecated here
152 magick_attribute((deprecated)),
153 ^
154/tmp/pear/imagick/imagick_class.c:4822:11: warning: 'MagickMedianFilterImage' is deprecated [-Wdeprecated-declarations]
155 status = MagickMedianFilterImage(intern->magick_wand, radius);
156 ^
157/usr/local/include/ImageMagick-6/wand/deprecate.h:95:23: note: 'MagickMedianFilterImage' has been explicitly marked deprecated here
158 magick_attribute((deprecated)),
159 ^
160/tmp/pear/imagick/imagick_class.c:4904:11: warning: 'MagickPaintOpaqueImageChannel' is deprecated [-Wdeprecated-declarations]
161 status = MagickPaintOpaqueImageChannel(intern->magick_wand, channel, target_wand, fill_wand, fuzz);
162 ^
163/usr/local/include/ImageMagick-6/wand/deprecate.h:109:23: note: 'MagickPaintOpaqueImageChannel' has been explicitly marked deprecated here
164 magick_attribute((deprecated)),
165 ^
166/tmp/pear/imagick/imagick_class.c:4987:11: warning: 'MagickPaintTransparentImage' is deprecated [-Wdeprecated-declarations]
167 status = MagickPaintTransparentImage(intern->magick_wand, color_wand, alpha, fuzz);
168 ^
169/usr/local/include/ImageMagick-6/wand/deprecate.h:111:37: note: 'MagickPaintTransparentImage' has been explicitly marked deprecated here
170 const double) magick_attribute((deprecated)),
171 ^
172/tmp/pear/imagick/imagick_class.c:5151:11: warning: 'MagickReduceNoiseImage' is deprecated [-Wdeprecated-declarations]
173 status = MagickReduceNoiseImage(intern->magick_wand, radius);
174 ^
175/usr/local/include/ImageMagick-6/wand/deprecate.h:98:23: note: 'MagickReduceNoiseImage' has been explicitly marked deprecated here
176 magick_attribute((deprecated)),
177 ^
178/tmp/pear/imagick/imagick_class.c:6481:14: warning: 'MagickGetImageAttribute' is deprecated [-Wdeprecated-declarations]
179 attribute = MagickGetImageAttribute(intern->magick_wand, key);
180 ^
181/usr/local/include/ImageMagick-6/wand/deprecate.h:63:23: note: 'MagickGetImageAttribute' has been explicitly marked deprecated here
182 magick_attribute((deprecated)),
183 ^
184/tmp/pear/imagick/imagick_class.c:6698:11: warning: 'MagickGetImageChannelExtrema' is deprecated [-Wdeprecated-declarations]
185 status = MagickGetImageChannelExtrema(intern->magick_wand, channel_type, &minima, &maxima);
186 ^
187/usr/local/include/ImageMagick-6/wand/deprecate.h:82:33: note: 'MagickGetImageChannelExtrema' has been explicitly marked deprecated here
188 size_t *) magick_attribute((deprecated)),
189 ^
190/tmp/pear/imagick/imagick_class.c:7039:11: warning: 'MagickGetImageExtrema' is deprecated [-Wdeprecated-declarations]
191 status = MagickGetImageExtrema(intern->magick_wand, &min, &max);
192 ^
193/usr/local/include/ImageMagick-6/wand/deprecate.h:84:23: note: 'MagickGetImageExtrema' has been explicitly marked deprecated here
194 magick_attribute((deprecated)),
195 ^
196/tmp/pear/imagick/imagick_class.c:8151:11: warning: 'MagickGetImageIndex' is deprecated [-Wdeprecated-declarations]
197 status = MagickGetImageIndex(intern->magick_wand);
198 ^
199/usr/local/include/ImageMagick-6/wand/deprecate.h:68:55: note: 'MagickGetImageIndex' has been explicitly marked deprecated here
200 MagickGetImageIndex(MagickWand *) magick_attribute((deprecated));
201 ^
202/tmp/pear/imagick/imagick_class.c:8272:32: warning: 'MagickGetImageSize' is deprecated [-Wdeprecated-declarations]
203 ZVAL_LONG(return_value, (long)MagickGetImageSize(intern->magick_wand));
204 ^
205/usr/local/include/ImageMagick-6/wand/deprecate.h:147:54: note: 'MagickGetImageSize' has been explicitly marked deprecated here
206 MagickGetImageSize(MagickWand *) magick_attribute((deprecated));
207 ^
208/tmp/pear/imagick/imagick_class.c:8510:14: warning: address of array 'trim->val' will always evaluate to 'true' [-Wpointer-bool-conversion]
209 if (trim->val) {
210 ~~ ~~~~~~^~~
211/tmp/pear/imagick/imagick_class.c:8746:11: warning: 'MagickSetImageAttribute' is deprecated [-Wdeprecated-declarations]
212 status = MagickSetImageAttribute(intern->magick_wand, key, attribute);
213 ^
214/usr/local/include/ImageMagick-6/wand/deprecate.h:119:23: note: 'MagickSetImageAttribute' has been explicitly marked deprecated here
215 magick_attribute((deprecated)),
216 ^
217/tmp/pear/imagick/imagick_class.c:9121:13: warning: 'MagickFlattenImages' is deprecated [-Wdeprecated-declarations]
218 tmp_wand = MagickFlattenImages(intern->magick_wand);
219 ^
220/usr/local/include/ImageMagick-6/wand/deprecate.h:139:56: note: 'MagickFlattenImages' has been explicitly marked deprecated here
221 *MagickFlattenImages(MagickWand *) magick_attribute((deprecated)),
222 ^
223/tmp/pear/imagick/imagick_class.c:10308:13: warning: 'MagickAverageImages' is deprecated [-Wdeprecated-declarations]
224 tmp_wand = MagickAverageImages(intern->magick_wand);
225 ^
226/usr/local/include/ImageMagick-6/wand/deprecate.h:138:56: note: 'MagickAverageImages' has been explicitly marked deprecated here
227 *MagickAverageImages(MagickWand *) magick_attribute((deprecated)),
228 ^
229/tmp/pear/imagick/imagick_class.c:10811:13: warning: 'MagickMosaicImages' is deprecated [-Wdeprecated-declarations]
230 tmp_wand = MagickMosaicImages(intern->magick_wand);
231 ^
232/usr/local/include/ImageMagick-6/wand/deprecate.h:142:55: note: 'MagickMosaicImages' has been explicitly marked deprecated here
233 *MagickMosaicImages(MagickWand *) magick_attribute((deprecated)),
234 ^
235/tmp/pear/imagick/imagick_class.c:10941:11: warning: 'MagickRadialBlurImageChannel' is deprecated [-Wdeprecated-declarations]
236 status = MagickRadialBlurImageChannel(intern->magick_wand, channel, angle);
237 ^
238/usr/local/include/ImageMagick-6/wand/deprecate.h:115:23: note: 'MagickRadialBlurImageChannel' has been explicitly marked deprecated here
239 magick_attribute((deprecated)),
240 ^
24122 warnings generated.
242/bin/sh /tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/libtool --mode=compile cc -I/usr/local/include/ImageMagick-6 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I. -I/tmp/pear/imagick -DPHP_ATOM_INC -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/include -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/main -I/tmp/pear/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/local/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/imagick/imagickdraw_class.c -o imagickdraw_class.lo
243 cc -I/usr/local/include/ImageMagick-6 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I. -I/tmp/pear/imagick -DPHP_ATOM_INC -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/include -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/main -I/tmp/pear/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/local/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/imagick/imagickdraw_class.c -fPIC -DPIC -o .libs/imagickdraw_class.o
244/bin/sh /tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/libtool --mode=compile cc -I/usr/local/include/ImageMagick-6 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I. -I/tmp/pear/imagick -DPHP_ATOM_INC -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/include -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/main -I/tmp/pear/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/local/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/imagick/imagickpixel_class.c -o imagickpixel_class.lo
245 cc -I/usr/local/include/ImageMagick-6 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I. -I/tmp/pear/imagick -DPHP_ATOM_INC -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/include -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/main -I/tmp/pear/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/local/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/imagick/imagickpixel_class.c -fPIC -DPIC -o .libs/imagickpixel_class.o
246/bin/sh /tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/libtool --mode=compile cc -I/usr/local/include/ImageMagick-6 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I. -I/tmp/pear/imagick -DPHP_ATOM_INC -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/include -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/main -I/tmp/pear/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/local/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/imagick/imagickpixeliterator_class.c -o imagickpixeliterator_class.lo
247 cc -I/usr/local/include/ImageMagick-6 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I. -I/tmp/pear/imagick -DPHP_ATOM_INC -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/include -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/main -I/tmp/pear/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/local/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/imagick/imagickpixeliterator_class.c -fPIC -DPIC -o .libs/imagickpixeliterator_class.o
248/bin/sh /tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/libtool --mode=compile cc -I/usr/local/include/ImageMagick-6 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I. -I/tmp/pear/imagick -DPHP_ATOM_INC -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/include -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/main -I/tmp/pear/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/local/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/imagick/imagick_helpers.c -o imagick_helpers.lo
249 cc -I/usr/local/include/ImageMagick-6 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I. -I/tmp/pear/imagick -DPHP_ATOM_INC -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/include -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/main -I/tmp/pear/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/local/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/imagick/imagick_helpers.c -fPIC -DPIC -o .libs/imagick_helpers.o
250/bin/sh /tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/libtool --mode=compile cc -I/usr/local/include/ImageMagick-6 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I. -I/tmp/pear/imagick -DPHP_ATOM_INC -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/include -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/main -I/tmp/pear/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/local/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/imagick/imagick.c -o imagick.lo
251 cc -I/usr/local/include/ImageMagick-6 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I. -I/tmp/pear/imagick -DPHP_ATOM_INC -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/include -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/main -I/tmp/pear/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/local/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/imagick/imagick.c -fPIC -DPIC -o .libs/imagick.o
252/tmp/pear/imagick/imagick.c:3262:10: warning: assigning to 'zend_object_handlers *' (aka 'struct _zend_object_handlers *') from 'const zend_object_handlers *' (aka 'const struct _zend_object_handlers *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
253 std_hnd = zend_get_std_object_handlers();
254 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2551 warning generated.
256/bin/sh /tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/libtool --mode=compile cc -I/usr/local/include/ImageMagick-6 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I. -I/tmp/pear/imagick -DPHP_ATOM_INC -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/include -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/main -I/tmp/pear/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/local/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/imagick/imagickkernel_class.c -o imagickkernel_class.lo
257 cc -I/usr/local/include/ImageMagick-6 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I. -I/tmp/pear/imagick -DPHP_ATOM_INC -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/include -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/main -I/tmp/pear/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/local/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/imagick/imagickkernel_class.c -fPIC -DPIC -o .libs/imagickkernel_class.o
258/bin/sh /tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/libtool --mode=compile cc -I/usr/local/include/ImageMagick-6 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I. -I/tmp/pear/imagick -DPHP_ATOM_INC -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/include -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/main -I/tmp/pear/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/local/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/imagick/shim_im6_to_im7.c -o shim_im6_to_im7.lo
259 cc -I/usr/local/include/ImageMagick-6 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I. -I/tmp/pear/imagick -DPHP_ATOM_INC -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/include -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/main -I/tmp/pear/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/local/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/imagick/shim_im6_to_im7.c -fPIC -DPIC -o .libs/shim_im6_to_im7.o
260/bin/sh /tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/libtool --mode=link cc -DPHP_ATOM_INC -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/include -I/tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/main -I/tmp/pear/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/local/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -o ./imagick.la -export-dynamic -avoid-version -prefer-pic -module -rpath /tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/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 -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lMagickWand-6 -lMagickCore-6
261cc -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 -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libMagickWand-6.so /usr/local/lib/libMagickCore-6.so -Wl,-rpath -Wl,/usr/local/lib -Wl,-soname -Wl,imagick.so -o ./.libs/imagick.so
262creating ./imagick.la
263(cd ./.libs && rm -f imagick.la && ln -s ../imagick.la imagick.la)
264/bin/sh /tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/libtool --mode=install cp ./imagick.la /tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/modules
265cp ./.libs/imagick.so /tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/modules/imagick.so
266cp ./.libs/imagick.lai /tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/modules/imagick.la
267----------------------------------------------------------------------
268Libraries have been installed in:
269 /tmp/pear/pear-build-rootY9gyO4/imagick-3.4.3/modules
270
271If you ever happen to want to link against installed libraries
272in a given directory, LIBDIR, you must either use libtool, and
273specify the full pathname of the library, or use the `-LLIBDIR'
274flag during linking and do at least one of the following:
275 - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
276 during execution
277 - add LIBDIR to the `LD_RUN_PATH' environment variable
278 during linking
279 - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
280
281See any operating system documentation about shared libraries for
282more information, such as the ld(1) and ld.so(8) manual pages.
283----------------------------------------------------------------------
284
285Build complete.
286Don't forget to run 'make test'.
287
288running: make INSTALL_ROOT="/tmp/pear/pear-build-rootY9gyO4/install-imagick-3.4.3" install
289Installing shared extensions: /tmp/pear/pear-build-rootY9gyO4/install-imagick-3.4.3/usr/local/lib/php/20180731/
290Installing header files: /tmp/pear/pear-build-rootY9gyO4/install-imagick-3.4.3/usr/local/include/php/
291running: find "/tmp/pear/pear-build-rootY9gyO4/install-imagick-3.4.3" | xargs ls -dils
292945036 1 drwxr-xr-x 3 root wheel 3 Jul 8 09:39 /tmp/pear/pear-build-rootY9gyO4/install-imagick-3.4.3
293944090 1 drwxr-xr-x 3 root wheel 3 Jul 8 09:39 /tmp/pear/pear-build-rootY9gyO4/install-imagick-3.4.3/usr
294945296 1 drwxr-xr-x 4 root wheel 4 Jul 8 09:39 /tmp/pear/pear-build-rootY9gyO4/install-imagick-3.4.3/usr/local
295945193 1 drwxr-xr-x 3 root wheel 3 Jul 8 09:39 /tmp/pear/pear-build-rootY9gyO4/install-imagick-3.4.3/usr/local/include
296944093 1 drwxr-xr-x 3 root wheel 3 Jul 8 09:39 /tmp/pear/pear-build-rootY9gyO4/install-imagick-3.4.3/usr/local/include/php
297944094 1 drwxr-xr-x 3 root wheel 3 Jul 8 09:39 /tmp/pear/pear-build-rootY9gyO4/install-imagick-3.4.3/usr/local/include/php/ext
298945299 1 drwxr-xr-x 2 root wheel 3 Jul 8 09:39 /tmp/pear/pear-build-rootY9gyO4/install-imagick-3.4.3/usr/local/include/php/ext/imagick
299945194 1 -rw-r--r-- 1 root wheel 1828 Jul 8 09:39 /tmp/pear/pear-build-rootY9gyO4/install-imagick-3.4.3/usr/local/include/php/ext/imagick/php_imagick_shared.h
300944091 1 drwxr-xr-x 3 root wheel 3 Jul 8 09:39 /tmp/pear/pear-build-rootY9gyO4/install-imagick-3.4.3/usr/local/lib
301945297 1 drwxr-xr-x 3 root wheel 3 Jul 8 09:39 /tmp/pear/pear-build-rootY9gyO4/install-imagick-3.4.3/usr/local/lib/php
302944092 1 drwxr-xr-x 2 root wheel 3 Jul 8 09:39 /tmp/pear/pear-build-rootY9gyO4/install-imagick-3.4.3/usr/local/lib/php/20180731
303944295 1 -rwxr-xr-x 1 root wheel 1105264 Jul 8 09:39 /tmp/pear/pear-build-rootY9gyO4/install-imagick-3.4.3/usr/local/lib/php/20180731/imagick.so
304
305Build process completed successfully
306Installing '/usr/local/include/php/ext/imagick/php_imagick_shared.h'
307Installing '/usr/local/lib/php/20180731/imagick.so'
308install ok: channel://pecl.php.net/imagick-3.4.3
309configuration option "php_ini" is not set to php.ini location
310You should add "extension=imagick.so" to php.ini
311