· 6 years ago · Dec 16, 2019, 02:34 PM
1skhouildi@ubuntu ~/Documents/sites/bedmaker (develop) $ bash resources/bedmaker.sh fr
2
3[ Starting DB ]
4
5\o/
6MYSQL_HOST=db-bedmaker
7MYSQL_DATABASE=bedrock
8MYSQL_USER=bedrock
9MYSQL_PASSWORD=test
10MYSQL_ROOT_PASSWORD=test
11990da6db07babc945286dc60dc553f852a44a4c6152f885ed3d2f3ffea9e03a6
12docker: Error response from daemon: driver failed programming external connectivity on endpoint db-bedmaker (c65011938057cc5b86eac309d2255214b9ec08c9f747d63f21245564fa4978bd): Error starting userland proxy: listen tcp 0.0.0.0:3306: bind: address already in use.
13Mysql is up and running.
14Sending build context to Docker daemon 291.3kB
15Step 1/15 : FROM php:7.3.3-cli
167.3.3-cli: Pulling from library/php
1727833a3ba0a5: Already exists
182d79f6773a3c: Already exists
19f5dd9a448b82: Already exists
2095719e57e42b: Already exists
21c8d2a12cdc54: Pull complete
229dd78e1d9662: Pull complete
2344551c7c8e49: Pull complete
24559e27fa57de: Pull complete
2545ebd10ec4e7: Pull complete
26Digest: sha256:2179eb3184b136c0e7aa4e4035b93f374d4e941eed538499f4c20da147d52502
27Status: Downloaded newer image for php:7.3.3-cli
28 ---> 90102e6d83ad
29Step 2/15 : ENV DEBIAN_FRONTEND=noninteractive
30 ---> Running in c302ecdc52d5
31Removing intermediate container c302ecdc52d5
32 ---> fc8187d5b9c4
33Step 3/15 : ENV BEDROCK_VER=1.8.12
34 ---> Running in 42cae4e25a47
35Removing intermediate container 42cae4e25a47
36 ---> dc8a83af95d0
37Step 4/15 : RUN curl -sL https://deb.nodesource.com/setup_11.x | bash - && apt-get update && apt-get install -y nodejs jq psmisc libfreetype6-dev libjpeg62-turbo-dev libmcrypt-dev pkg-config libmagickwand-dev imagemagick libjpeg-dev libpng-dev libfontconfig1 libicu-dev zip mysql-client unzip git && npm install -g gulp gulp-cli
38 ---> Running in c13e68656d69
39
40## Installing the NodeSource Node.js 11.x repo...
41
42
43## Populating apt-get cache...
44
45+ apt-get update
46Get:1 http://security-cdn.debian.org/debian-security stretch/updates InRelease [94.3 kB]
47Get:2 http://security-cdn.debian.org/debian-security buster/updates InRelease [65.4 kB]
48Ign:3 http://cdn-fastly.deb.debian.org/debian stretch InRelease
49Get:4 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
50Get:5 http://security-cdn.debian.org/debian-security stretch/updates/main amd64 Packages [509 kB]
51Get:7 http://security-cdn.debian.org/debian-security buster/updates/main amd64 Packages [162 kB]
52Get:6 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
53Get:8 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB]
54Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7908 kB]
55Get:10 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB]
56Get:11 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
57Get:12 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
58Get:13 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
59Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
60Fetched 16.2 MB in 2s (5669 kB/s)
61Reading package lists...
62
63## Installing packages required for setup: apt-transport-https lsb-release gnupg...
64
65+ apt-get install -y apt-transport-https lsb-release gnupg > /dev/null 2>&1
66
67## Confirming "stretch" is supported...
68
69+ curl -sLf -o /dev/null 'https://deb.nodesource.com/node_11.x/dists/stretch/Release'
70
71## Adding the NodeSource signing key to your keyring...
72
73+ curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
74Warning: apt-key output should not be parsed (stdout is not a terminal)
75OK
76
77## Creating apt sources list file for the NodeSource Node.js 11.x repo...
78
79+ echo 'deb https://deb.nodesource.com/node_11.x stretch main' > /etc/apt/sources.list.d/nodesource.list
80+ echo 'deb-src https://deb.nodesource.com/node_11.x stretch main' >> /etc/apt/sources.list.d/nodesource.list
81
82## Running `apt-get update` for you...
83
84+ apt-get update
85Get:1 https://deb.nodesource.com/node_11.x stretch InRelease [4585 B]
86Hit:2 http://security-cdn.debian.org/debian-security stretch/updates InRelease
87Hit:4 http://security-cdn.debian.org/debian-security buster/updates InRelease
88Ign:3 http://cdn-fastly.deb.debian.org/debian stretch InRelease
89Hit:5 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease
90Hit:6 http://cdn-fastly.deb.debian.org/debian buster InRelease
91Get:8 https://deb.nodesource.com/node_11.x stretch/main amd64 Packages [768 B]
92Hit:7 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
93Hit:9 http://cdn-fastly.deb.debian.org/debian stretch Release
94Fetched 5353 B in 1s (4350 B/s)
95Reading package lists...
96
97## Run `sudo apt-get install -y nodejs` to install Node.js 11.x and npm
98## You may also need development tools to build native addons:
99 sudo apt-get install gcc g++ make
100## To install the Yarn package manager, run:
101 curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
102 echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
103 sudo apt-get update && sudo apt-get install yarn
104
105
106Hit:1 https://deb.nodesource.com/node_11.x stretch InRelease
107Hit:2 http://security-cdn.debian.org/debian-security stretch/updates InRelease
108Hit:3 http://security-cdn.debian.org/debian-security buster/updates InRelease
109Ign:4 http://cdn-fastly.deb.debian.org/debian stretch InRelease
110Hit:5 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease
111Hit:6 http://cdn-fastly.deb.debian.org/debian buster InRelease
112Hit:7 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
113Hit:8 http://cdn-fastly.deb.debian.org/debian stretch Release
114Reading package lists...
115Reading package lists...
116Building dependency tree...
117Reading state information...
118pkg-config is already the newest version (0.29-4+b1).
119The following additional packages will be installed:
120 autotools-dev bzip2-doc dbus default-mysql-client fontconfig
121 fontconfig-config fonts-dejavu-core fonts-droid-fallback fonts-noto-mono
122 ghostscript gir1.2-freedesktop gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0
123 gir1.2-rsvg-2.0 git-man gnome-icon-theme gsfonts gtk-update-icon-cache
124 hicolor-icon-theme icu-devtools imagemagick-6-common imagemagick-6.q16
125 javascript-common less libaio1 libapparmor1 libatk1.0-0 libatk1.0-data
126 libavahi-client3 libavahi-common-data libavahi-common3 libbz2-dev
127 libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcairo2-dev
128 libcdt5 libcgraph6 libconfig-inifiles-perl libcroco3 libcups2
129 libcupsfilters1 libcupsimage2 libdatrie1 libdbd-mysql-perl libdbi-perl
130 libdbus-1-3 libdjvulibre-dev libdjvulibre-text libdjvulibre21 libelf1
131 liberror-perl libexif-dev libexif12 libexpat1-dev libfftw3-double3
132 libfontconfig1-dev libfreetype6 libgail-common libgail18 libgd3
133 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgdk-pixbuf2.0-dev
134 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
135 libglib2.0-dev libgraphite2-3 libgraphviz-dev libgs9 libgs9-common
136 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libgts-0.7-5 libgts-bin libgvc6
137 libgvc6-plugins-gtk libgvpr2 libharfbuzz0b libice-dev libice6 libicu57
138 libijs-0.35 libilmbase-dev libilmbase12 libjbig-dev libjbig0 libjbig2dec0
139 libjemalloc1 libjpeg62-turbo libjq1 libjs-jquery libjxr-tools libjxr0
140 liblcms2-2 liblcms2-dev liblqr-1-0 liblqr-1-0-dev libltdl-dev libltdl7
141 liblzma-dev liblzo2-2 libmagickcore-6-arch-config libmagickcore-6-headers
142 libmagickcore-6.q16-3 libmagickcore-6.q16-3-extra libmagickcore-6.q16-dev
143 libmagickwand-6-headers libmagickwand-6.q16-3 libmagickwand-6.q16-dev
144 libmariadbclient18 libmcrypt4 libnetpbm10 libonig4 libopenexr-dev
145 libopenexr22 libopenjp2-7 libopenjp2-7-dev libpango-1.0-0
146 libpangocairo-1.0-0 libpangoft2-1.0-0 libpaper-utils libpaper1 libpathplan4
147 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-0
148 libpixman-1-dev libpng-tools libpng16-16 libpopt0 libpthread-stubs0-dev
149 libpython-stdlib libpython2.7-minimal libpython2.7-stdlib libreadline5
150 librsvg2-2 librsvg2-common librsvg2-dev libsm-dev libsm6
151 libterm-readkey-perl libthai-data libthai0 libtiff5 libtiff5-dev libtiffxx5
152 libtool libwebp6 libwmf-dev libwmf0.2-7 libx11-6 libx11-data libx11-dev
153 libx11-doc libxau-dev libxau6 libxcb-render0 libxcb-render0-dev libxcb-shm0
154 libxcb-shm0-dev libxcb1 libxcb1-dev libxcomposite1 libxcursor1 libxdamage1
155 libxdmcp-dev libxdmcp6 libxdot4 libxext-dev libxext6 libxfixes3 libxi6
156 libxinerama1 libxml2-dev libxmuu1 libxpm4 libxrandr2 libxrender-dev
157 libxrender1 libxt-dev libxt6 mariadb-client-10.1 mariadb-client-core-10.1
158 mariadb-common mysql-common netpbm openssh-client poppler-data python
159 python-minimal python2.7 python2.7-minimal rsync shared-mime-info ucf
160 x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev
161 x11proto-render-dev x11proto-xext-dev xauth xorg-sgml-doctools xtrans-dev
162 zlib1g-dev
163Suggested packages:
164 default-dbus-session-bus | dbus-session-bus fonts-noto ghostscript-x
165 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email
166 git-gui gitk gitweb git-arch git-cvs git-mediawiki git-svn imagemagick-doc
167 autotrace cups-bsd | lpr | lprng enscript ffmpeg gimp gnuplot grads graphviz
168 groff-base hp2xx html2ps libwmf-bin mplayer povray radiance sane-utils
169 texlive-base-bin transfig ufraw-batch xdg-utils apache2 | lighttpd | httpd
170 libcairo2-doc cups-common libclone-perl libmldbm-perl libnet-daemon-perl
171 libsql-statement-perl libfftw3-bin libfftw3-dev libgd-tools libglib2.0-doc
172 gvfs libice-doc icu-doc liblcms2-utils libtool-doc liblzma-doc inkscape
173 mcrypt librsvg2-bin librsvg2-doc libsm-doc automaken gfortran
174 | fortran95-compiler gcj-jdk libwmf-doc libxcb-doc libxext-doc libxt-doc
175 keychain libpam-ssh monkeysphere ssh-askpass poppler-utils
176 fonts-japanese-mincho | fonts-ipafont-mincho fonts-japanese-gothic
177 | fonts-ipafont-gothic fonts-arphic-ukai fonts-arphic-uming fonts-nanum
178 python-doc python-tk python2.7-doc binfmt-support openssh-server
179Recommended packages:
180 xdg-user-dirs
181The following NEW packages will be installed:
182 autotools-dev bzip2-doc dbus default-mysql-client fontconfig
183 fontconfig-config fonts-dejavu-core fonts-droid-fallback fonts-noto-mono
184 ghostscript gir1.2-freedesktop gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0
185 gir1.2-rsvg-2.0 git git-man gnome-icon-theme gsfonts gtk-update-icon-cache
186 hicolor-icon-theme icu-devtools imagemagick imagemagick-6-common
187 imagemagick-6.q16 javascript-common jq less libaio1 libapparmor1 libatk1.0-0
188 libatk1.0-data libavahi-client3 libavahi-common-data libavahi-common3
189 libbz2-dev libcairo-gobject2 libcairo-script-interpreter2 libcairo2
190 libcairo2-dev libcdt5 libcgraph6 libconfig-inifiles-perl libcroco3 libcups2
191 libcupsfilters1 libcupsimage2 libdatrie1 libdbd-mysql-perl libdbi-perl
192 libdbus-1-3 libdjvulibre-dev libdjvulibre-text libdjvulibre21 libelf1
193 liberror-perl libexif-dev libexif12 libexpat1-dev libfftw3-double3
194 libfontconfig1 libfontconfig1-dev libfreetype6 libfreetype6-dev
195 libgail-common libgail18 libgd3 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common
196 libgdk-pixbuf2.0-dev libgirepository-1.0-1 libglib2.0-bin libglib2.0-data
197 libglib2.0-dev libgraphite2-3 libgraphviz-dev libgs9 libgs9-common
198 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libgts-0.7-5 libgts-bin libgvc6
199 libgvc6-plugins-gtk libgvpr2 libharfbuzz0b libice-dev libice6 libicu-dev
200 libijs-0.35 libilmbase-dev libilmbase12 libjbig-dev libjbig0 libjbig2dec0
201 libjemalloc1 libjpeg-dev libjpeg62-turbo libjpeg62-turbo-dev libjq1
202 libjs-jquery libjxr-tools libjxr0 liblcms2-2 liblcms2-dev liblqr-1-0
203 liblqr-1-0-dev libltdl-dev libltdl7 liblzma-dev liblzo2-2
204 libmagickcore-6-arch-config libmagickcore-6-headers libmagickcore-6.q16-3
205 libmagickcore-6.q16-3-extra libmagickcore-6.q16-dev libmagickwand-6-headers
206 libmagickwand-6.q16-3 libmagickwand-6.q16-dev libmagickwand-dev
207 libmariadbclient18 libmcrypt-dev libmcrypt4 libnetpbm10 libonig4
208 libopenexr-dev libopenexr22 libopenjp2-7 libopenjp2-7-dev libpango-1.0-0
209 libpangocairo-1.0-0 libpangoft2-1.0-0 libpaper-utils libpaper1 libpathplan4
210 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-0
211 libpixman-1-dev libpng-dev libpng-tools libpng16-16 libpopt0
212 libpthread-stubs0-dev libpython-stdlib libpython2.7-minimal
213 libpython2.7-stdlib libreadline5 librsvg2-2 librsvg2-common librsvg2-dev
214 libsm-dev libsm6 libterm-readkey-perl libthai-data libthai0 libtiff5
215 libtiff5-dev libtiffxx5 libtool libwebp6 libwmf-dev libwmf0.2-7 libx11-6
216 libx11-data libx11-dev libx11-doc libxau-dev libxau6 libxcb-render0
217 libxcb-render0-dev libxcb-shm0 libxcb-shm0-dev libxcb1 libxcb1-dev
218 libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxdmcp6 libxdot4
219 libxext-dev libxext6 libxfixes3 libxi6 libxinerama1 libxml2-dev libxmuu1
220 libxpm4 libxrandr2 libxrender-dev libxrender1 libxt-dev libxt6
221 mariadb-client-10.1 mariadb-client-core-10.1 mariadb-common mysql-client
222 mysql-common netpbm nodejs openssh-client poppler-data psmisc python
223 python-minimal python2.7 python2.7-minimal rsync shared-mime-info ucf unzip
224 x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev
225 x11proto-render-dev x11proto-xext-dev xauth xorg-sgml-doctools xtrans-dev
226 zip zlib1g-dev
227The following packages will be upgraded:
228 libglib2.0-0 libicu57
2292 upgraded, 225 newly installed, 0 to remove and 21 not upgraded.
230Need to get 157 MB of archives.
231After this operation, 573 MB of additional disk space will be used.
232Get:1 https://deb.nodesource.com/node_11.x stretch/main amd64 nodejs amd64 11.15.0-1nodesource1 [16.2 MB]
233Get:2 http://security-cdn.debian.org/debian-security stretch/updates/main amd64 git-man all 1:2.11.0-3+deb9u5 [1433 kB]
234Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython2.7-minimal amd64 2.7.13-2+deb9u3 [389 kB]
235Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python2.7-minimal amd64 2.7.13-2+deb9u3 [1382 kB]
236Get:4 http://security-cdn.debian.org/debian-security stretch/updates/main amd64 git amd64 1:2.11.0-3+deb9u5 [4161 kB]
237Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-minimal amd64 2.7.13-2 [40.5 kB]
238Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython2.7-stdlib amd64 2.7.13-2+deb9u3 [1897 kB]
239Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python2.7 amd64 2.7.13-2+deb9u3 [285 kB]
240Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython-stdlib amd64 2.7.13-2 [20.0 kB]
241Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python amd64 2.7.13-2 [154 kB]
242Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpng16-16 amd64 1.6.28-1+deb9u1 [280 kB]
243Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libfreetype6 amd64 2.6.3-3.2 [438 kB]
244Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 ucf all 3.0036 [70.2 kB]
245Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 fonts-dejavu-core all 2.37-1 [1068 kB]
246Get:5 http://security-cdn.debian.org/debian-security stretch/updates/main amd64 libexpat1-dev amd64 2.2.0-2+deb9u3 [134 kB]
247Get:6 http://security-cdn.debian.org/debian-security stretch/updates/main amd64 libgs9-common all 9.26a~dfsg-0+deb9u6 [5143 kB]
248Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 fontconfig-config all 2.11.0-6.7 [271 kB]
249Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libfontconfig1 amd64 2.11.0-6.7+b1 [331 kB]
250Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 fontconfig amd64 2.11.0-6.7+b1 [404 kB]
251Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1 [1807 kB]
252Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liberror-perl all 0.17024-1 [26.9 kB]
253Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libglib2.0-0 amd64 2.50.3-2+deb9u1 [2691 kB]
254Get:7 http://security-cdn.debian.org/debian-security stretch/updates/main amd64 libgs9 amd64 9.26a~dfsg-0+deb9u6 [2213 kB]
255Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblqr-1-0 amd64 0.4.2-2+b2 [24.8 kB]
256Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 imagemagick-6-common all 8:6.9.7.4+dfsg-11+deb9u7 [184 kB]
257Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmagickcore-6-arch-config amd64 8:6.9.7.4+dfsg-11+deb9u7 [149 kB]
258Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmagickcore-6-headers all 8:6.9.7.4+dfsg-11+deb9u7 [47.0 kB]
259Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libfftw3-double3 amd64 3.3.5-3 [731 kB]
260Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB]
261Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjpeg62-turbo amd64 1:1.5.1-2 [134 kB]
262Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblcms2-2 amd64 2.8-4+deb9u1 [143 kB]
263Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libltdl7 amd64 2.4.6-2 [389 kB]
264Get:8 http://security-cdn.debian.org/debian-security stretch/updates/main amd64 ghostscript amd64 9.26a~dfsg-0+deb9u6 [99.2 kB]
265Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libopenjp2-7 amd64 2.1.2-1.1+deb9u3 [122 kB]
266Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libtiff5 amd64 4.0.8-2+deb9u4 [238 kB]
267Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxau6 amd64 1:1.0.8-1 [20.7 kB]
268Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
269Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxcb1 amd64 1.12-1 [133 kB]
270Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libx11-data all 2:1.6.4-3+deb9u1 [287 kB]
271Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libx11-6 amd64 2:1.6.4-3+deb9u1 [748 kB]
272Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxext6 amd64 2:1.3.3-1+b2 [52.5 kB]
273Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmagickcore-6.q16-3 amd64 8:6.9.7.4+dfsg-11+deb9u7 [1743 kB]
274Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmagickwand-6-headers all 8:6.9.7.4+dfsg-11+deb9u7 [10.5 kB]
275Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmagickwand-6.q16-3 amd64 8:6.9.7.4+dfsg-11+deb9u7 [422 kB]
276Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpixman-1-0 amd64 0.34.0-1 [530 kB]
277Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxcb-render0 amd64 1.12-1 [105 kB]
278Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxcb-shm0 amd64 1.12-1 [95.9 kB]
279Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxrender1 amd64 1:0.9.10-1 [33.0 kB]
280Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcairo2 amd64 1.14.8-1 [771 kB]
281Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdjvulibre-text all 3.5.27.1-7 [60.7 kB]
282Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdjvulibre21 amd64 3.5.27.1-7 [568 kB]
283Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libilmbase12 amd64 2.2.0-12 [85.3 kB]
284Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libopenexr22 amd64 2.2.0-11+b1 [577 kB]
285Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libthai-data all 0.1.26-1 [166 kB]
286Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdatrie1 amd64 0.2.10-4+b1 [36.4 kB]
287Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libthai0 amd64 0.1.26-1 [52.1 kB]
288Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpango-1.0-0 amd64 1.40.5-1 [320 kB]
289Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgraphite2-3 amd64 1.3.10-1 [84.2 kB]
290Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libharfbuzz0b amd64 1.4.2-1 [671 kB]
291Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpangoft2-1.0-0 amd64 1.40.5-1 [205 kB]
292Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpangocairo-1.0-0 amd64 1.40.5-1 [193 kB]
293Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 shared-mime-info amd64 1.8-1+deb9u1 [731 kB]
294Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgdk-pixbuf2.0-common all 2.36.5-2+deb9u2 [311 kB]
295Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgdk-pixbuf2.0-0 amd64 2.36.5-2+deb9u2 [170 kB]
296Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libwmf0.2-7 amd64 0.2.8.4-10.6 [167 kB]
297Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmagickcore-6.q16-3-extra amd64 8:6.9.7.4+dfsg-11+deb9u7 [190 kB]
298Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libbz2-dev amd64 1.0.6-8.1 [29.4 kB]
299Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjpeg62-turbo-dev amd64 1:1.5.1-2 [210 kB]
300Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjpeg-dev all 1:1.5.1-2 [56.1 kB]
301Get:70 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdjvulibre-dev amd64 3.5.27.1-7 [2375 kB]
302Get:71 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libexif12 amd64 0.6.21-2+b2 [323 kB]
303Get:72 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjs-jquery all 3.1.1-2+deb9u1 [154 kB]
304Get:73 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libexif-dev amd64 0.6.21-2+b2 [340 kB]
305Get:74 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB]
306Get:75 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpng-dev amd64 1.6.28-1+deb9u1 [250 kB]
307Get:76 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libfreetype6-dev amd64 2.6.3-3.2 [5815 kB]
308Get:77 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcdt5 amd64 2.38.0-17 [59.6 kB]
309Get:78 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcgraph6 amd64 2.38.0-17 [82.2 kB]
310Get:79 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libwebp6 amd64 0.5.2-1 [235 kB]
311Get:80 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxpm4 amd64 1:3.5.12-1 [49.1 kB]
312Get:81 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgd3 amd64 2.2.4-2+deb9u5 [132 kB]
313Get:82 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [158 kB]
314Get:83 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpathplan4 amd64 2.38.0-17 [62.8 kB]
315Get:84 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxdot4 amd64 2.38.0-17 [55.6 kB]
316Get:85 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgvc6 amd64 2.38.0-17 [639 kB]
317Get:86 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgvpr2 amd64 2.38.0-17 [211 kB]
318Get:87 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libatk1.0-data all 2.22.0-1 [172 kB]
319Get:88 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libatk1.0-0 amd64 2.22.0-1 [78.4 kB]
320Get:89 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgtk2.0-common all 2.24.31-2 [2693 kB]
321Get:90 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libavahi-common-data amd64 0.6.32-2 [118 kB]
322Get:91 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libavahi-common3 amd64 0.6.32-2 [52.0 kB]
323Get:92 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdbus-1-3 amd64 1.10.28-0+deb9u1 [195 kB]
324Get:93 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libavahi-client3 amd64 0.6.32-2 [55.3 kB]
325Get:94 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcups2 amd64 2.2.1-8+deb9u4 [307 kB]
326Get:95 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxcomposite1 amd64 1:0.4.4-2 [16.5 kB]
327Get:96 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxfixes3 amd64 1:5.0.3-1 [21.9 kB]
328Get:97 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxcursor1 amd64 1:1.1.14-1+deb9u2 [34.9 kB]
329Get:98 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxdamage1 amd64 1:1.1.4-2+b3 [14.5 kB]
330Get:99 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxi6 amd64 2:1.7.9-1 [82.6 kB]
331Get:100 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxinerama1 amd64 2:1.1.3-1+b3 [16.7 kB]
332Get:101 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxrandr2 amd64 2:1.5.1-1 [37.5 kB]
333Get:102 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 hicolor-icon-theme all 0.15-1 [9550 B]
334Get:103 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gtk-update-icon-cache amd64 3.22.11-1 [76.6 kB]
335Get:104 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcroco3 amd64 0.6.11-3 [143 kB]
336Get:105 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 librsvg2-2 amd64 2.40.16-1+b1 [281 kB]
337Get:106 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 librsvg2-common amd64 2.40.16-1+b1 [194 kB]
338Get:107 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gnome-icon-theme all 3.12.0-2 [9890 kB]
339Get:108 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgtk2.0-0 amd64 2.24.31-2 [1800 kB]
340Get:109 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgvc6-plugins-gtk amd64 2.38.0-17 [59.7 kB]
341Get:110 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libltdl-dev amd64 2.4.6-2 [161 kB]
342Get:111 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgraphviz-dev amd64 2.38.0-17 [98.8 kB]
343Get:112 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libopenjp2-7-dev amd64 2.1.2-1.1+deb9u3 [38.6 kB]
344Get:113 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblcms2-dev amd64 2.8-4+deb9u1 [4866 kB]
345Get:114 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblqr-1-0-dev amd64 0.4.2-2+b2 [72.4 kB]
346Get:115 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libilmbase-dev amd64 2.2.0-12 [76.7 kB]
347Get:116 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libopenexr-dev amd64 2.2.0-11+b1 [701 kB]
348Get:117 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgirepository-1.0-1 amd64 1.50.0-1+b1 [89.0 kB]
349Get:118 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gir1.2-glib-2.0 amd64 1.50.0-1+b1 [139 kB]
350Get:119 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcairo-gobject2 amd64 1.14.8-1 [336 kB]
351Get:120 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gir1.2-freedesktop amd64 1.50.0-1+b1 [15.4 kB]
352Get:121 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gir1.2-gdkpixbuf-2.0 amd64 2.36.5-2+deb9u2 [15.4 kB]
353Get:122 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gir1.2-rsvg-2.0 amd64 2.40.16-1+b1 [192 kB]
354Get:123 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libelf1 amd64 0.168-1 [157 kB]
355Get:124 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libglib2.0-data all 2.50.3-2+deb9u1 [2518 kB]
356Get:125 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libglib2.0-bin amd64 2.50.3-2+deb9u1 [1615 kB]
357Get:126 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB]
358Get:127 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB]
359Get:128 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB]
360Get:129 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB]
361Get:130 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libglib2.0-dev amd64 2.50.3-2+deb9u1 [2983 kB]
362Get:131 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xorg-sgml-doctools all 1:1.11-1 [21.9 kB]
363Get:132 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 x11proto-core-dev all 7.0.31-1 [728 kB]
364Get:133 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxau-dev amd64 1:1.0.8-1 [23.6 kB]
365Get:134 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxdmcp-dev amd64 1:1.1.2-3 [42.2 kB]
366Get:135 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 x11proto-input-dev all 2.3.2-1 [158 kB]
367Get:136 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 x11proto-kb-dev all 1.0.7-1 [233 kB]
368Get:137 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xtrans-dev all 1.3.5-1 [100 kB]
369Get:138 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpthread-stubs0-dev amd64 0.3-4 [3866 B]
370Get:139 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxcb1-dev amd64 1.12-1 [169 kB]
371Get:140 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libx11-dev amd64 2:1.6.4-3+deb9u1 [815 kB]
372Get:141 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgdk-pixbuf2.0-dev amd64 2.36.5-2+deb9u2 [54.3 kB]
373Get:142 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB]
374Get:143 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcairo-script-interpreter2 amd64 1.14.8-1 [373 kB]
375Get:144 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libfontconfig1-dev amd64 2.11.0-6.7+b1 [897 kB]
376Get:145 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 x11proto-render-dev all 2:0.11.1-2 [20.8 kB]
377Get:146 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxrender-dev amd64 1:0.9.10-1 [40.8 kB]
378Get:147 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 x11proto-xext-dev all 7.3.0-1 [212 kB]
379Get:148 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxext-dev amd64 2:1.3.3-1+b2 [107 kB]
380Get:149 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 x11-common all 1:7.7+19 [251 kB]
381Get:150 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libice6 amd64 2:1.0.9-2 [58.7 kB]
382Get:151 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsm6 amd64 2:1.2.2-1+b3 [33.3 kB]
383Get:152 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libice-dev amd64 2:1.0.9-2 [66.8 kB]
384Get:153 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsm-dev amd64 2:1.2.2-1+b3 [35.8 kB]
385Get:154 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpixman-1-dev amd64 0.34.0-1 [547 kB]
386Get:155 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxcb-render0-dev amd64 1.12-1 [109 kB]
387Get:156 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxcb-shm0-dev amd64 1.12-1 [96.9 kB]
388Get:157 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcairo2-dev amd64 1.14.8-1 [919 kB]
389Get:158 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 librsvg2-dev amd64 2.40.16-1+b1 [293 kB]
390Get:159 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjbig-dev amd64 2.1-3.1+b2 [30.5 kB]
391Get:160 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzma-dev amd64 5.2.2-1.2+b1 [292 kB]
392Get:161 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libtiffxx5 amd64 4.0.8-2+deb9u4 [95.8 kB]
393Get:162 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libtiff5-dev amd64 4.0.8-2+deb9u4 [361 kB]
394Get:163 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libwmf-dev amd64 0.2.8.4-10.6 [189 kB]
395Get:164 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u3 [7705 kB]
396Get:165 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 icu-devtools amd64 57.1-6+deb9u3 [178 kB]
397Get:166 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu-dev amd64 57.1-6+deb9u3 [16.5 MB]
398Get:167 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml2-dev amd64 2.9.4+dfsg1-2.2+deb9u2 [812 kB]
399Get:168 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxt6 amd64 1:1.1.5-1 [188 kB]
400Get:169 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxt-dev amd64 1:1.1.5-1 [423 kB]
401Get:170 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmagickcore-6.q16-dev amd64 8:6.9.7.4+dfsg-11+deb9u7 [1094 kB]
402Get:171 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmagickwand-6.q16-dev amd64 8:6.9.7.4+dfsg-11+deb9u7 [418 kB]
403Get:172 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmagickwand-dev all 8:6.9.7.4+dfsg-11+deb9u7 [1254 B]
404Get:173 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 poppler-data all 0.4.7-8 [1451 kB]
405Get:174 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpopt0 amd64 1.16-10+b2 [49.4 kB]
406Get:175 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB]
407Get:176 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dbus amd64 1.10.28-0+deb9u1 [212 kB]
408Get:177 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 less amd64 481-2.1 [126 kB]
409Get:178 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 openssh-client amd64 1:7.4p1-10+deb9u7 [780 kB]
410Get:179 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 autotools-dev all 20161112.1 [73.4 kB]
411Get:180 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bzip2-doc all 1.0.6-8.1 [307 kB]
412Get:181 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mysql-common all 5.8+1.0.2 [5608 B]
413Get:182 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mariadb-common all 10.1.41-0+deb9u1 [28.5 kB]
414Get:183 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B]
415Get:184 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB]
416Get:185 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mariadb-client-core-10.1 amd64 10.1.41-0+deb9u1 [5132 kB]
417Get:186 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libconfig-inifiles-perl all 2.94-1 [53.4 kB]
418Get:187 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjemalloc1 amd64 3.6.0-9.1 [89.8 kB]
419Get:188 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mariadb-client-10.1 amd64 10.1.41-0+deb9u1 [5930 kB]
420Get:189 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 default-mysql-client all 1.0.2 [3050 B]
421Get:190 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 fonts-noto-mono all 20161116-1 [79.2 kB]
422Get:191 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcupsimage2 amd64 2.2.1-8+deb9u4 [122 kB]
423Get:192 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libijs-0.35 amd64 0.35-12 [18.4 kB]
424Get:193 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjbig2dec0 amd64 0.13-4.1 [60.1 kB]
425Get:194 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpaper1 amd64 1.1.24+nmu5 [21.6 kB]
426Get:195 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gsfonts all 1:8.11+urwcyr1.0.7~pre44-4.3 [3126 kB]
427Get:196 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 imagemagick-6.q16 amd64 8:6.9.7.4+dfsg-11+deb9u7 [563 kB]
428Get:197 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 imagemagick amd64 8:6.9.7.4+dfsg-11+deb9u7 [141 kB]
429Get:198 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 javascript-common all 11 [6120 B]
430Get:199 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB]
431Get:200 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB]
432Get:201 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB]
433Get:202 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcupsfilters1 amd64 1.11.6-3+deb9u1 [129 kB]
434Get:203 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdbi-perl amd64 1.636-1+b1 [766 kB]
435Get:204 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmariadbclient18 amd64 10.1.41-0+deb9u1 [782 kB]
436Get:205 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdbd-mysql-perl amd64 4.041-2 [114 kB]
437Get:206 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgail18 amd64 2.24.31-2 [54.1 kB]
438Get:207 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgail-common amd64 2.24.31-2 [153 kB]
439Get:208 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgtk2.0-bin amd64 2.24.31-2 [47.1 kB]
440Get:209 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgts-bin amd64 0.7.6+darcs121130-4 [50.8 kB]
441Get:210 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjxr0 amd64 1.1-6+b1 [160 kB]
442Get:211 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjxr-tools amd64 1.1-6+b1 [17.0 kB]
443Get:212 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmcrypt4 amd64 2.5.8-3.3 [71.2 kB]
444Get:213 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmcrypt-dev amd64 2.5.8-3.3 [92.9 kB]
445Get:214 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnetpbm10 amd64 2:10.0-15.3+b2 [86.7 kB]
446Get:215 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpaper-utils amd64 1.1.24+nmu5 [17.6 kB]
447Get:216 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpng-tools amd64 1.6.28-1+deb9u1 [133 kB]
448Get:217 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libterm-readkey-perl amd64 2.37-1 [27.2 kB]
449Get:218 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libtool all 2.4.6-2 [545 kB]
450Get:219 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libx11-doc all 2:1.6.4-3+deb9u1 [2201 kB]
451Get:220 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxmuu1 amd64 2:1.1.2-2 [23.5 kB]
452Get:221 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mysql-client amd64 5.5.9999+default [1698 B]
453Get:222 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 netpbm amd64 2:10.0-15.3+b2 [1029 kB]
454Get:223 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 psmisc amd64 22.21-2.1+b2 [123 kB]
455Get:224 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 rsync amd64 3.1.2-1+deb9u2 [393 kB]
456Get:225 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 unzip amd64 6.0-21+deb9u2 [172 kB]
457Get:226 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xauth amd64 1:1.0.9-1+b2 [39.6 kB]
458Get:227 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB]
459debconf: delaying package configuration, since apt-utils is not installed
460Fetched 157 MB in 8s (18.1 MB/s)
461Selecting previously unselected package libpython2.7-minimal:amd64.
462(Reading database ... 13534 files and directories currently installed.)
463Preparing to unpack .../0-libpython2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
464Unpacking libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
465Selecting previously unselected package python2.7-minimal.
466Preparing to unpack .../1-python2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
467Unpacking python2.7-minimal (2.7.13-2+deb9u3) ...
468Selecting previously unselected package python-minimal.
469Preparing to unpack .../2-python-minimal_2.7.13-2_amd64.deb ...
470Unpacking python-minimal (2.7.13-2) ...
471Selecting previously unselected package libpython2.7-stdlib:amd64.
472Preparing to unpack .../3-libpython2.7-stdlib_2.7.13-2+deb9u3_amd64.deb ...
473Unpacking libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
474Selecting previously unselected package python2.7.
475Preparing to unpack .../4-python2.7_2.7.13-2+deb9u3_amd64.deb ...
476Unpacking python2.7 (2.7.13-2+deb9u3) ...
477Selecting previously unselected package libpython-stdlib:amd64.
478Preparing to unpack .../5-libpython-stdlib_2.7.13-2_amd64.deb ...
479Unpacking libpython-stdlib:amd64 (2.7.13-2) ...
480Setting up libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
481Setting up python2.7-minimal (2.7.13-2+deb9u3) ...
482Setting up python-minimal (2.7.13-2) ...
483Selecting previously unselected package python.
484(Reading database ... 14280 files and directories currently installed.)
485Preparing to unpack .../000-python_2.7.13-2_amd64.deb ...
486Unpacking python (2.7.13-2) ...
487Selecting previously unselected package libpng16-16:amd64.
488Preparing to unpack .../001-libpng16-16_1.6.28-1+deb9u1_amd64.deb ...
489Unpacking libpng16-16:amd64 (1.6.28-1+deb9u1) ...
490Selecting previously unselected package libfreetype6:amd64.
491Preparing to unpack .../002-libfreetype6_2.6.3-3.2_amd64.deb ...
492Unpacking libfreetype6:amd64 (2.6.3-3.2) ...
493Selecting previously unselected package ucf.
494Preparing to unpack .../003-ucf_3.0036_all.deb ...
495Moving old data out of the way
496Unpacking ucf (3.0036) ...
497Selecting previously unselected package fonts-dejavu-core.
498Preparing to unpack .../004-fonts-dejavu-core_2.37-1_all.deb ...
499Unpacking fonts-dejavu-core (2.37-1) ...
500Selecting previously unselected package fontconfig-config.
501Preparing to unpack .../005-fontconfig-config_2.11.0-6.7_all.deb ...
502Unpacking fontconfig-config (2.11.0-6.7) ...
503Selecting previously unselected package libfontconfig1:amd64.
504Preparing to unpack .../006-libfontconfig1_2.11.0-6.7+b1_amd64.deb ...
505Unpacking libfontconfig1:amd64 (2.11.0-6.7+b1) ...
506Selecting previously unselected package fontconfig.
507Preparing to unpack .../007-fontconfig_2.11.0-6.7+b1_amd64.deb ...
508Unpacking fontconfig (2.11.0-6.7+b1) ...
509Selecting previously unselected package fonts-droid-fallback.
510Preparing to unpack .../008-fonts-droid-fallback_1%3a6.0.1r16-1.1_all.deb ...
511Unpacking fonts-droid-fallback (1:6.0.1r16-1.1) ...
512Selecting previously unselected package liberror-perl.
513Preparing to unpack .../009-liberror-perl_0.17024-1_all.deb ...
514Unpacking liberror-perl (0.17024-1) ...
515Selecting previously unselected package git-man.
516Preparing to unpack .../010-git-man_1%3a2.11.0-3+deb9u5_all.deb ...
517Unpacking git-man (1:2.11.0-3+deb9u5) ...
518Selecting previously unselected package git.
519Preparing to unpack .../011-git_1%3a2.11.0-3+deb9u5_amd64.deb ...
520Unpacking git (1:2.11.0-3+deb9u5) ...
521Preparing to unpack .../012-libglib2.0-0_2.50.3-2+deb9u1_amd64.deb ...
522Unpacking libglib2.0-0:amd64 (2.50.3-2+deb9u1) over (2.50.3-2) ...
523Selecting previously unselected package liblqr-1-0:amd64.
524Preparing to unpack .../013-liblqr-1-0_0.4.2-2+b2_amd64.deb ...
525Unpacking liblqr-1-0:amd64 (0.4.2-2+b2) ...
526Selecting previously unselected package imagemagick-6-common.
527Preparing to unpack .../014-imagemagick-6-common_8%3a6.9.7.4+dfsg-11+deb9u7_all.deb ...
528Unpacking imagemagick-6-common (8:6.9.7.4+dfsg-11+deb9u7) ...
529Selecting previously unselected package libmagickcore-6-arch-config:amd64.
530Preparing to unpack .../015-libmagickcore-6-arch-config_8%3a6.9.7.4+dfsg-11+deb9u7_amd64.deb ...
531Unpacking libmagickcore-6-arch-config:amd64 (8:6.9.7.4+dfsg-11+deb9u7) ...
532Selecting previously unselected package libmagickcore-6-headers.
533Preparing to unpack .../016-libmagickcore-6-headers_8%3a6.9.7.4+dfsg-11+deb9u7_all.deb ...
534Unpacking libmagickcore-6-headers (8:6.9.7.4+dfsg-11+deb9u7) ...
535Selecting previously unselected package libfftw3-double3:amd64.
536Preparing to unpack .../017-libfftw3-double3_3.3.5-3_amd64.deb ...
537Unpacking libfftw3-double3:amd64 (3.3.5-3) ...
538Selecting previously unselected package libjbig0:amd64.
539Preparing to unpack .../018-libjbig0_2.1-3.1+b2_amd64.deb ...
540Unpacking libjbig0:amd64 (2.1-3.1+b2) ...
541Selecting previously unselected package libjpeg62-turbo:amd64.
542Preparing to unpack .../019-libjpeg62-turbo_1%3a1.5.1-2_amd64.deb ...
543Unpacking libjpeg62-turbo:amd64 (1:1.5.1-2) ...
544Selecting previously unselected package liblcms2-2:amd64.
545Preparing to unpack .../020-liblcms2-2_2.8-4+deb9u1_amd64.deb ...
546Unpacking liblcms2-2:amd64 (2.8-4+deb9u1) ...
547Selecting previously unselected package libltdl7:amd64.
548Preparing to unpack .../021-libltdl7_2.4.6-2_amd64.deb ...
549Unpacking libltdl7:amd64 (2.4.6-2) ...
550Selecting previously unselected package libopenjp2-7:amd64.
551Preparing to unpack .../022-libopenjp2-7_2.1.2-1.1+deb9u3_amd64.deb ...
552Unpacking libopenjp2-7:amd64 (2.1.2-1.1+deb9u3) ...
553Selecting previously unselected package libtiff5:amd64.
554Preparing to unpack .../023-libtiff5_4.0.8-2+deb9u4_amd64.deb ...
555Unpacking libtiff5:amd64 (4.0.8-2+deb9u4) ...
556Selecting previously unselected package libxau6:amd64.
557Preparing to unpack .../024-libxau6_1%3a1.0.8-1_amd64.deb ...
558Unpacking libxau6:amd64 (1:1.0.8-1) ...
559Selecting previously unselected package libxdmcp6:amd64.
560Preparing to unpack .../025-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
561Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
562Selecting previously unselected package libxcb1:amd64.
563Preparing to unpack .../026-libxcb1_1.12-1_amd64.deb ...
564Unpacking libxcb1:amd64 (1.12-1) ...
565Selecting previously unselected package libx11-data.
566Preparing to unpack .../027-libx11-data_2%3a1.6.4-3+deb9u1_all.deb ...
567Unpacking libx11-data (2:1.6.4-3+deb9u1) ...
568Selecting previously unselected package libx11-6:amd64.
569Preparing to unpack .../028-libx11-6_2%3a1.6.4-3+deb9u1_amd64.deb ...
570Unpacking libx11-6:amd64 (2:1.6.4-3+deb9u1) ...
571Selecting previously unselected package libxext6:amd64.
572Preparing to unpack .../029-libxext6_2%3a1.3.3-1+b2_amd64.deb ...
573Unpacking libxext6:amd64 (2:1.3.3-1+b2) ...
574Selecting previously unselected package libmagickcore-6.q16-3:amd64.
575Preparing to unpack .../030-libmagickcore-6.q16-3_8%3a6.9.7.4+dfsg-11+deb9u7_amd64.deb ...
576Unpacking libmagickcore-6.q16-3:amd64 (8:6.9.7.4+dfsg-11+deb9u7) ...
577Selecting previously unselected package libmagickwand-6-headers.
578Preparing to unpack .../031-libmagickwand-6-headers_8%3a6.9.7.4+dfsg-11+deb9u7_all.deb ...
579Unpacking libmagickwand-6-headers (8:6.9.7.4+dfsg-11+deb9u7) ...
580Selecting previously unselected package libmagickwand-6.q16-3:amd64.
581Preparing to unpack .../032-libmagickwand-6.q16-3_8%3a6.9.7.4+dfsg-11+deb9u7_amd64.deb ...
582Unpacking libmagickwand-6.q16-3:amd64 (8:6.9.7.4+dfsg-11+deb9u7) ...
583Selecting previously unselected package libpixman-1-0:amd64.
584Preparing to unpack .../033-libpixman-1-0_0.34.0-1_amd64.deb ...
585Unpacking libpixman-1-0:amd64 (0.34.0-1) ...
586Selecting previously unselected package libxcb-render0:amd64.
587Preparing to unpack .../034-libxcb-render0_1.12-1_amd64.deb ...
588Unpacking libxcb-render0:amd64 (1.12-1) ...
589Selecting previously unselected package libxcb-shm0:amd64.
590Preparing to unpack .../035-libxcb-shm0_1.12-1_amd64.deb ...
591Unpacking libxcb-shm0:amd64 (1.12-1) ...
592Selecting previously unselected package libxrender1:amd64.
593Preparing to unpack .../036-libxrender1_1%3a0.9.10-1_amd64.deb ...
594Unpacking libxrender1:amd64 (1:0.9.10-1) ...
595Selecting previously unselected package libcairo2:amd64.
596Preparing to unpack .../037-libcairo2_1.14.8-1_amd64.deb ...
597Unpacking libcairo2:amd64 (1.14.8-1) ...
598Selecting previously unselected package libdjvulibre-text.
599Preparing to unpack .../038-libdjvulibre-text_3.5.27.1-7_all.deb ...
600Unpacking libdjvulibre-text (3.5.27.1-7) ...
601Selecting previously unselected package libdjvulibre21:amd64.
602Preparing to unpack .../039-libdjvulibre21_3.5.27.1-7_amd64.deb ...
603Unpacking libdjvulibre21:amd64 (3.5.27.1-7) ...
604Selecting previously unselected package libilmbase12:amd64.
605Preparing to unpack .../040-libilmbase12_2.2.0-12_amd64.deb ...
606Unpacking libilmbase12:amd64 (2.2.0-12) ...
607Selecting previously unselected package libopenexr22:amd64.
608Preparing to unpack .../041-libopenexr22_2.2.0-11+b1_amd64.deb ...
609Unpacking libopenexr22:amd64 (2.2.0-11+b1) ...
610Selecting previously unselected package libthai-data.
611Preparing to unpack .../042-libthai-data_0.1.26-1_all.deb ...
612Unpacking libthai-data (0.1.26-1) ...
613Selecting previously unselected package libdatrie1:amd64.
614Preparing to unpack .../043-libdatrie1_0.2.10-4+b1_amd64.deb ...
615Unpacking libdatrie1:amd64 (0.2.10-4+b1) ...
616Selecting previously unselected package libthai0:amd64.
617Preparing to unpack .../044-libthai0_0.1.26-1_amd64.deb ...
618Unpacking libthai0:amd64 (0.1.26-1) ...
619Selecting previously unselected package libpango-1.0-0:amd64.
620Preparing to unpack .../045-libpango-1.0-0_1.40.5-1_amd64.deb ...
621Unpacking libpango-1.0-0:amd64 (1.40.5-1) ...
622Selecting previously unselected package libgraphite2-3:amd64.
623Preparing to unpack .../046-libgraphite2-3_1.3.10-1_amd64.deb ...
624Unpacking libgraphite2-3:amd64 (1.3.10-1) ...
625Selecting previously unselected package libharfbuzz0b:amd64.
626Preparing to unpack .../047-libharfbuzz0b_1.4.2-1_amd64.deb ...
627Unpacking libharfbuzz0b:amd64 (1.4.2-1) ...
628Selecting previously unselected package libpangoft2-1.0-0:amd64.
629Preparing to unpack .../048-libpangoft2-1.0-0_1.40.5-1_amd64.deb ...
630Unpacking libpangoft2-1.0-0:amd64 (1.40.5-1) ...
631Selecting previously unselected package libpangocairo-1.0-0:amd64.
632Preparing to unpack .../049-libpangocairo-1.0-0_1.40.5-1_amd64.deb ...
633Unpacking libpangocairo-1.0-0:amd64 (1.40.5-1) ...
634Selecting previously unselected package shared-mime-info.
635Preparing to unpack .../050-shared-mime-info_1.8-1+deb9u1_amd64.deb ...
636Unpacking shared-mime-info (1.8-1+deb9u1) ...
637Selecting previously unselected package libgdk-pixbuf2.0-common.
638Preparing to unpack .../051-libgdk-pixbuf2.0-common_2.36.5-2+deb9u2_all.deb ...
639Unpacking libgdk-pixbuf2.0-common (2.36.5-2+deb9u2) ...
640Selecting previously unselected package libgdk-pixbuf2.0-0:amd64.
641Preparing to unpack .../052-libgdk-pixbuf2.0-0_2.36.5-2+deb9u2_amd64.deb ...
642Unpacking libgdk-pixbuf2.0-0:amd64 (2.36.5-2+deb9u2) ...
643Selecting previously unselected package libwmf0.2-7:amd64.
644Preparing to unpack .../053-libwmf0.2-7_0.2.8.4-10.6_amd64.deb ...
645Unpacking libwmf0.2-7:amd64 (0.2.8.4-10.6) ...
646Selecting previously unselected package libmagickcore-6.q16-3-extra:amd64.
647Preparing to unpack .../054-libmagickcore-6.q16-3-extra_8%3a6.9.7.4+dfsg-11+deb9u7_amd64.deb ...
648Unpacking libmagickcore-6.q16-3-extra:amd64 (8:6.9.7.4+dfsg-11+deb9u7) ...
649Selecting previously unselected package libbz2-dev:amd64.
650Preparing to unpack .../055-libbz2-dev_1.0.6-8.1_amd64.deb ...
651Unpacking libbz2-dev:amd64 (1.0.6-8.1) ...
652Selecting previously unselected package libjpeg62-turbo-dev:amd64.
653Preparing to unpack .../056-libjpeg62-turbo-dev_1%3a1.5.1-2_amd64.deb ...
654Unpacking libjpeg62-turbo-dev:amd64 (1:1.5.1-2) ...
655Selecting previously unselected package libjpeg-dev.
656Preparing to unpack .../057-libjpeg-dev_1%3a1.5.1-2_all.deb ...
657Unpacking libjpeg-dev (1:1.5.1-2) ...
658Selecting previously unselected package libdjvulibre-dev:amd64.
659Preparing to unpack .../058-libdjvulibre-dev_3.5.27.1-7_amd64.deb ...
660Unpacking libdjvulibre-dev:amd64 (3.5.27.1-7) ...
661Selecting previously unselected package libexif12:amd64.
662Preparing to unpack .../059-libexif12_0.6.21-2+b2_amd64.deb ...
663Unpacking libexif12:amd64 (0.6.21-2+b2) ...
664Selecting previously unselected package libjs-jquery.
665Preparing to unpack .../060-libjs-jquery_3.1.1-2+deb9u1_all.deb ...
666Unpacking libjs-jquery (3.1.1-2+deb9u1) ...
667Selecting previously unselected package libexif-dev.
668Preparing to unpack .../061-libexif-dev_0.6.21-2+b2_amd64.deb ...
669Unpacking libexif-dev (0.6.21-2+b2) ...
670Selecting previously unselected package zlib1g-dev:amd64.
671Preparing to unpack .../062-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ...
672Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
673Selecting previously unselected package libpng-dev:amd64.
674Preparing to unpack .../063-libpng-dev_1.6.28-1+deb9u1_amd64.deb ...
675Unpacking libpng-dev:amd64 (1.6.28-1+deb9u1) ...
676Selecting previously unselected package libfreetype6-dev.
677Preparing to unpack .../064-libfreetype6-dev_2.6.3-3.2_amd64.deb ...
678Unpacking libfreetype6-dev (2.6.3-3.2) ...
679Selecting previously unselected package libcdt5.
680Preparing to unpack .../065-libcdt5_2.38.0-17_amd64.deb ...
681Unpacking libcdt5 (2.38.0-17) ...
682Selecting previously unselected package libcgraph6.
683Preparing to unpack .../066-libcgraph6_2.38.0-17_amd64.deb ...
684Unpacking libcgraph6 (2.38.0-17) ...
685Selecting previously unselected package libwebp6:amd64.
686Preparing to unpack .../067-libwebp6_0.5.2-1_amd64.deb ...
687Unpacking libwebp6:amd64 (0.5.2-1) ...
688Selecting previously unselected package libxpm4:amd64.
689Preparing to unpack .../068-libxpm4_1%3a3.5.12-1_amd64.deb ...
690Unpacking libxpm4:amd64 (1:3.5.12-1) ...
691Selecting previously unselected package libgd3:amd64.
692Preparing to unpack .../069-libgd3_2.2.4-2+deb9u5_amd64.deb ...
693Unpacking libgd3:amd64 (2.2.4-2+deb9u5) ...
694Selecting previously unselected package libgts-0.7-5:amd64.
695Preparing to unpack .../070-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ...
696Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
697Selecting previously unselected package libpathplan4.
698Preparing to unpack .../071-libpathplan4_2.38.0-17_amd64.deb ...
699Unpacking libpathplan4 (2.38.0-17) ...
700Selecting previously unselected package libxdot4.
701Preparing to unpack .../072-libxdot4_2.38.0-17_amd64.deb ...
702Unpacking libxdot4 (2.38.0-17) ...
703Selecting previously unselected package libgvc6.
704Preparing to unpack .../073-libgvc6_2.38.0-17_amd64.deb ...
705Unpacking libgvc6 (2.38.0-17) ...
706Selecting previously unselected package libgvpr2.
707Preparing to unpack .../074-libgvpr2_2.38.0-17_amd64.deb ...
708Unpacking libgvpr2 (2.38.0-17) ...
709Selecting previously unselected package libatk1.0-data.
710Preparing to unpack .../075-libatk1.0-data_2.22.0-1_all.deb ...
711Unpacking libatk1.0-data (2.22.0-1) ...
712Selecting previously unselected package libatk1.0-0:amd64.
713Preparing to unpack .../076-libatk1.0-0_2.22.0-1_amd64.deb ...
714Unpacking libatk1.0-0:amd64 (2.22.0-1) ...
715Selecting previously unselected package libgtk2.0-common.
716Preparing to unpack .../077-libgtk2.0-common_2.24.31-2_all.deb ...
717Unpacking libgtk2.0-common (2.24.31-2) ...
718Selecting previously unselected package libavahi-common-data:amd64.
719Preparing to unpack .../078-libavahi-common-data_0.6.32-2_amd64.deb ...
720Unpacking libavahi-common-data:amd64 (0.6.32-2) ...
721Selecting previously unselected package libavahi-common3:amd64.
722Preparing to unpack .../079-libavahi-common3_0.6.32-2_amd64.deb ...
723Unpacking libavahi-common3:amd64 (0.6.32-2) ...
724Selecting previously unselected package libdbus-1-3:amd64.
725Preparing to unpack .../080-libdbus-1-3_1.10.28-0+deb9u1_amd64.deb ...
726Unpacking libdbus-1-3:amd64 (1.10.28-0+deb9u1) ...
727Selecting previously unselected package libavahi-client3:amd64.
728Preparing to unpack .../081-libavahi-client3_0.6.32-2_amd64.deb ...
729Unpacking libavahi-client3:amd64 (0.6.32-2) ...
730Selecting previously unselected package libcups2:amd64.
731Preparing to unpack .../082-libcups2_2.2.1-8+deb9u4_amd64.deb ...
732Unpacking libcups2:amd64 (2.2.1-8+deb9u4) ...
733Selecting previously unselected package libxcomposite1:amd64.
734Preparing to unpack .../083-libxcomposite1_1%3a0.4.4-2_amd64.deb ...
735Unpacking libxcomposite1:amd64 (1:0.4.4-2) ...
736Selecting previously unselected package libxfixes3:amd64.
737Preparing to unpack .../084-libxfixes3_1%3a5.0.3-1_amd64.deb ...
738Unpacking libxfixes3:amd64 (1:5.0.3-1) ...
739Selecting previously unselected package libxcursor1:amd64.
740Preparing to unpack .../085-libxcursor1_1%3a1.1.14-1+deb9u2_amd64.deb ...
741Unpacking libxcursor1:amd64 (1:1.1.14-1+deb9u2) ...
742Selecting previously unselected package libxdamage1:amd64.
743Preparing to unpack .../086-libxdamage1_1%3a1.1.4-2+b3_amd64.deb ...
744Unpacking libxdamage1:amd64 (1:1.1.4-2+b3) ...
745Selecting previously unselected package libxi6:amd64.
746Preparing to unpack .../087-libxi6_2%3a1.7.9-1_amd64.deb ...
747Unpacking libxi6:amd64 (2:1.7.9-1) ...
748Selecting previously unselected package libxinerama1:amd64.
749Preparing to unpack .../088-libxinerama1_2%3a1.1.3-1+b3_amd64.deb ...
750Unpacking libxinerama1:amd64 (2:1.1.3-1+b3) ...
751Selecting previously unselected package libxrandr2:amd64.
752Preparing to unpack .../089-libxrandr2_2%3a1.5.1-1_amd64.deb ...
753Unpacking libxrandr2:amd64 (2:1.5.1-1) ...
754Selecting previously unselected package hicolor-icon-theme.
755Preparing to unpack .../090-hicolor-icon-theme_0.15-1_all.deb ...
756Unpacking hicolor-icon-theme (0.15-1) ...
757Selecting previously unselected package gtk-update-icon-cache.
758Preparing to unpack .../091-gtk-update-icon-cache_3.22.11-1_amd64.deb ...
759No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed.
760No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin', none removed.
761Unpacking gtk-update-icon-cache (3.22.11-1) ...
762Selecting previously unselected package libcroco3:amd64.
763Preparing to unpack .../092-libcroco3_0.6.11-3_amd64.deb ...
764Unpacking libcroco3:amd64 (0.6.11-3) ...
765Selecting previously unselected package librsvg2-2:amd64.
766Preparing to unpack .../093-librsvg2-2_2.40.16-1+b1_amd64.deb ...
767Unpacking librsvg2-2:amd64 (2.40.16-1+b1) ...
768Selecting previously unselected package librsvg2-common:amd64.
769Preparing to unpack .../094-librsvg2-common_2.40.16-1+b1_amd64.deb ...
770Unpacking librsvg2-common:amd64 (2.40.16-1+b1) ...
771Selecting previously unselected package gnome-icon-theme.
772Preparing to unpack .../095-gnome-icon-theme_3.12.0-2_all.deb ...
773Unpacking gnome-icon-theme (3.12.0-2) ...
774Selecting previously unselected package libgtk2.0-0:amd64.
775Preparing to unpack .../096-libgtk2.0-0_2.24.31-2_amd64.deb ...
776Unpacking libgtk2.0-0:amd64 (2.24.31-2) ...
777Selecting previously unselected package libgvc6-plugins-gtk.
778Preparing to unpack .../097-libgvc6-plugins-gtk_2.38.0-17_amd64.deb ...
779Unpacking libgvc6-plugins-gtk (2.38.0-17) ...
780Selecting previously unselected package libexpat1-dev:amd64.
781Preparing to unpack .../098-libexpat1-dev_2.2.0-2+deb9u3_amd64.deb ...
782Unpacking libexpat1-dev:amd64 (2.2.0-2+deb9u3) ...
783Selecting previously unselected package libltdl-dev:amd64.
784Preparing to unpack .../099-libltdl-dev_2.4.6-2_amd64.deb ...
785Unpacking libltdl-dev:amd64 (2.4.6-2) ...
786Selecting previously unselected package libgraphviz-dev.
787Preparing to unpack .../100-libgraphviz-dev_2.38.0-17_amd64.deb ...
788Unpacking libgraphviz-dev (2.38.0-17) ...
789Selecting previously unselected package libopenjp2-7-dev.
790Preparing to unpack .../101-libopenjp2-7-dev_2.1.2-1.1+deb9u3_amd64.deb ...
791Unpacking libopenjp2-7-dev (2.1.2-1.1+deb9u3) ...
792Selecting previously unselected package liblcms2-dev:amd64.
793Preparing to unpack .../102-liblcms2-dev_2.8-4+deb9u1_amd64.deb ...
794Unpacking liblcms2-dev:amd64 (2.8-4+deb9u1) ...
795Selecting previously unselected package liblqr-1-0-dev.
796Preparing to unpack .../103-liblqr-1-0-dev_0.4.2-2+b2_amd64.deb ...
797Unpacking liblqr-1-0-dev (0.4.2-2+b2) ...
798Selecting previously unselected package libilmbase-dev.
799Preparing to unpack .../104-libilmbase-dev_2.2.0-12_amd64.deb ...
800Unpacking libilmbase-dev (2.2.0-12) ...
801Selecting previously unselected package libopenexr-dev.
802Preparing to unpack .../105-libopenexr-dev_2.2.0-11+b1_amd64.deb ...
803Unpacking libopenexr-dev (2.2.0-11+b1) ...
804Selecting previously unselected package libgirepository-1.0-1:amd64.
805Preparing to unpack .../106-libgirepository-1.0-1_1.50.0-1+b1_amd64.deb ...
806Unpacking libgirepository-1.0-1:amd64 (1.50.0-1+b1) ...
807Selecting previously unselected package gir1.2-glib-2.0:amd64.
808Preparing to unpack .../107-gir1.2-glib-2.0_1.50.0-1+b1_amd64.deb ...
809Unpacking gir1.2-glib-2.0:amd64 (1.50.0-1+b1) ...
810Selecting previously unselected package libcairo-gobject2:amd64.
811Preparing to unpack .../108-libcairo-gobject2_1.14.8-1_amd64.deb ...
812Unpacking libcairo-gobject2:amd64 (1.14.8-1) ...
813Selecting previously unselected package gir1.2-freedesktop:amd64.
814Preparing to unpack .../109-gir1.2-freedesktop_1.50.0-1+b1_amd64.deb ...
815Unpacking gir1.2-freedesktop:amd64 (1.50.0-1+b1) ...
816Selecting previously unselected package gir1.2-gdkpixbuf-2.0:amd64.
817Preparing to unpack .../110-gir1.2-gdkpixbuf-2.0_2.36.5-2+deb9u2_amd64.deb ...
818Unpacking gir1.2-gdkpixbuf-2.0:amd64 (2.36.5-2+deb9u2) ...
819Selecting previously unselected package gir1.2-rsvg-2.0:amd64.
820Preparing to unpack .../111-gir1.2-rsvg-2.0_2.40.16-1+b1_amd64.deb ...
821Unpacking gir1.2-rsvg-2.0:amd64 (2.40.16-1+b1) ...
822Selecting previously unselected package libelf1:amd64.
823Preparing to unpack .../112-libelf1_0.168-1_amd64.deb ...
824Unpacking libelf1:amd64 (0.168-1) ...
825Selecting previously unselected package libglib2.0-data.
826Preparing to unpack .../113-libglib2.0-data_2.50.3-2+deb9u1_all.deb ...
827Unpacking libglib2.0-data (2.50.3-2+deb9u1) ...
828Selecting previously unselected package libglib2.0-bin.
829Preparing to unpack .../114-libglib2.0-bin_2.50.3-2+deb9u1_amd64.deb ...
830Unpacking libglib2.0-bin (2.50.3-2+deb9u1) ...
831Selecting previously unselected package libpcre16-3:amd64.
832Preparing to unpack .../115-libpcre16-3_2%3a8.39-3_amd64.deb ...
833Unpacking libpcre16-3:amd64 (2:8.39-3) ...
834Selecting previously unselected package libpcre32-3:amd64.
835Preparing to unpack .../116-libpcre32-3_2%3a8.39-3_amd64.deb ...
836Unpacking libpcre32-3:amd64 (2:8.39-3) ...
837Selecting previously unselected package libpcrecpp0v5:amd64.
838Preparing to unpack .../117-libpcrecpp0v5_2%3a8.39-3_amd64.deb ...
839Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ...
840Selecting previously unselected package libpcre3-dev:amd64.
841Preparing to unpack .../118-libpcre3-dev_2%3a8.39-3_amd64.deb ...
842Unpacking libpcre3-dev:amd64 (2:8.39-3) ...
843Selecting previously unselected package libglib2.0-dev.
844Preparing to unpack .../119-libglib2.0-dev_2.50.3-2+deb9u1_amd64.deb ...
845Unpacking libglib2.0-dev (2.50.3-2+deb9u1) ...
846Selecting previously unselected package xorg-sgml-doctools.
847Preparing to unpack .../120-xorg-sgml-doctools_1%3a1.11-1_all.deb ...
848Unpacking xorg-sgml-doctools (1:1.11-1) ...
849Selecting previously unselected package x11proto-core-dev.
850Preparing to unpack .../121-x11proto-core-dev_7.0.31-1_all.deb ...
851Unpacking x11proto-core-dev (7.0.31-1) ...
852Selecting previously unselected package libxau-dev:amd64.
853Preparing to unpack .../122-libxau-dev_1%3a1.0.8-1_amd64.deb ...
854Unpacking libxau-dev:amd64 (1:1.0.8-1) ...
855Selecting previously unselected package libxdmcp-dev:amd64.
856Preparing to unpack .../123-libxdmcp-dev_1%3a1.1.2-3_amd64.deb ...
857Unpacking libxdmcp-dev:amd64 (1:1.1.2-3) ...
858Selecting previously unselected package x11proto-input-dev.
859Preparing to unpack .../124-x11proto-input-dev_2.3.2-1_all.deb ...
860Unpacking x11proto-input-dev (2.3.2-1) ...
861Selecting previously unselected package x11proto-kb-dev.
862Preparing to unpack .../125-x11proto-kb-dev_1.0.7-1_all.deb ...
863Unpacking x11proto-kb-dev (1.0.7-1) ...
864Selecting previously unselected package xtrans-dev.
865Preparing to unpack .../126-xtrans-dev_1.3.5-1_all.deb ...
866Unpacking xtrans-dev (1.3.5-1) ...
867Selecting previously unselected package libpthread-stubs0-dev:amd64.
868Preparing to unpack .../127-libpthread-stubs0-dev_0.3-4_amd64.deb ...
869Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ...
870Selecting previously unselected package libxcb1-dev:amd64.
871Preparing to unpack .../128-libxcb1-dev_1.12-1_amd64.deb ...
872Unpacking libxcb1-dev:amd64 (1.12-1) ...
873Selecting previously unselected package libx11-dev:amd64.
874Preparing to unpack .../129-libx11-dev_2%3a1.6.4-3+deb9u1_amd64.deb ...
875Unpacking libx11-dev:amd64 (2:1.6.4-3+deb9u1) ...
876Selecting previously unselected package libgdk-pixbuf2.0-dev.
877Preparing to unpack .../130-libgdk-pixbuf2.0-dev_2.36.5-2+deb9u2_amd64.deb ...
878Unpacking libgdk-pixbuf2.0-dev (2.36.5-2+deb9u2) ...
879Selecting previously unselected package liblzo2-2:amd64.
880Preparing to unpack .../131-liblzo2-2_2.08-1.2+b2_amd64.deb ...
881Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ...
882Selecting previously unselected package libcairo-script-interpreter2:amd64.
883Preparing to unpack .../132-libcairo-script-interpreter2_1.14.8-1_amd64.deb ...
884Unpacking libcairo-script-interpreter2:amd64 (1.14.8-1) ...
885Selecting previously unselected package libfontconfig1-dev:amd64.
886Preparing to unpack .../133-libfontconfig1-dev_2.11.0-6.7+b1_amd64.deb ...
887Unpacking libfontconfig1-dev:amd64 (2.11.0-6.7+b1) ...
888Selecting previously unselected package x11proto-render-dev.
889Preparing to unpack .../134-x11proto-render-dev_2%3a0.11.1-2_all.deb ...
890Unpacking x11proto-render-dev (2:0.11.1-2) ...
891Selecting previously unselected package libxrender-dev:amd64.
892Preparing to unpack .../135-libxrender-dev_1%3a0.9.10-1_amd64.deb ...
893Unpacking libxrender-dev:amd64 (1:0.9.10-1) ...
894Selecting previously unselected package x11proto-xext-dev.
895Preparing to unpack .../136-x11proto-xext-dev_7.3.0-1_all.deb ...
896Unpacking x11proto-xext-dev (7.3.0-1) ...
897Selecting previously unselected package libxext-dev:amd64.
898Preparing to unpack .../137-libxext-dev_2%3a1.3.3-1+b2_amd64.deb ...
899Unpacking libxext-dev:amd64 (2:1.3.3-1+b2) ...
900Selecting previously unselected package x11-common.
901Preparing to unpack .../138-x11-common_1%3a7.7+19_all.deb ...
902Unpacking x11-common (1:7.7+19) ...
903Selecting previously unselected package libice6:amd64.
904Preparing to unpack .../139-libice6_2%3a1.0.9-2_amd64.deb ...
905Unpacking libice6:amd64 (2:1.0.9-2) ...
906Selecting previously unselected package libsm6:amd64.
907Preparing to unpack .../140-libsm6_2%3a1.2.2-1+b3_amd64.deb ...
908Unpacking libsm6:amd64 (2:1.2.2-1+b3) ...
909Selecting previously unselected package libice-dev:amd64.
910Preparing to unpack .../141-libice-dev_2%3a1.0.9-2_amd64.deb ...
911Unpacking libice-dev:amd64 (2:1.0.9-2) ...
912Selecting previously unselected package libsm-dev:amd64.
913Preparing to unpack .../142-libsm-dev_2%3a1.2.2-1+b3_amd64.deb ...
914Unpacking libsm-dev:amd64 (2:1.2.2-1+b3) ...
915Selecting previously unselected package libpixman-1-dev.
916Preparing to unpack .../143-libpixman-1-dev_0.34.0-1_amd64.deb ...
917Unpacking libpixman-1-dev (0.34.0-1) ...
918Selecting previously unselected package libxcb-render0-dev:amd64.
919Preparing to unpack .../144-libxcb-render0-dev_1.12-1_amd64.deb ...
920Unpacking libxcb-render0-dev:amd64 (1.12-1) ...
921Selecting previously unselected package libxcb-shm0-dev:amd64.
922Preparing to unpack .../145-libxcb-shm0-dev_1.12-1_amd64.deb ...
923Unpacking libxcb-shm0-dev:amd64 (1.12-1) ...
924Selecting previously unselected package libcairo2-dev.
925Preparing to unpack .../146-libcairo2-dev_1.14.8-1_amd64.deb ...
926Unpacking libcairo2-dev (1.14.8-1) ...
927Selecting previously unselected package librsvg2-dev:amd64.
928Preparing to unpack .../147-librsvg2-dev_2.40.16-1+b1_amd64.deb ...
929Unpacking librsvg2-dev:amd64 (2.40.16-1+b1) ...
930Selecting previously unselected package libjbig-dev:amd64.
931Preparing to unpack .../148-libjbig-dev_2.1-3.1+b2_amd64.deb ...
932Unpacking libjbig-dev:amd64 (2.1-3.1+b2) ...
933Selecting previously unselected package liblzma-dev:amd64.
934Preparing to unpack .../149-liblzma-dev_5.2.2-1.2+b1_amd64.deb ...
935Unpacking liblzma-dev:amd64 (5.2.2-1.2+b1) ...
936Selecting previously unselected package libtiffxx5:amd64.
937Preparing to unpack .../150-libtiffxx5_4.0.8-2+deb9u4_amd64.deb ...
938Unpacking libtiffxx5:amd64 (4.0.8-2+deb9u4) ...
939Selecting previously unselected package libtiff5-dev:amd64.
940Preparing to unpack .../151-libtiff5-dev_4.0.8-2+deb9u4_amd64.deb ...
941Unpacking libtiff5-dev:amd64 (4.0.8-2+deb9u4) ...
942Selecting previously unselected package libwmf-dev.
943Preparing to unpack .../152-libwmf-dev_0.2.8.4-10.6_amd64.deb ...
944Unpacking libwmf-dev (0.2.8.4-10.6) ...
945Preparing to unpack .../153-libicu57_57.1-6+deb9u3_amd64.deb ...
946Unpacking libicu57:amd64 (57.1-6+deb9u3) over (57.1-6+deb9u2) ...
947Selecting previously unselected package icu-devtools.
948Preparing to unpack .../154-icu-devtools_57.1-6+deb9u3_amd64.deb ...
949Unpacking icu-devtools (57.1-6+deb9u3) ...
950Selecting previously unselected package libicu-dev.
951Preparing to unpack .../155-libicu-dev_57.1-6+deb9u3_amd64.deb ...
952Unpacking libicu-dev (57.1-6+deb9u3) ...
953Selecting previously unselected package libxml2-dev:amd64.
954Preparing to unpack .../156-libxml2-dev_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ...
955Unpacking libxml2-dev:amd64 (2.9.4+dfsg1-2.2+deb9u2) ...
956Selecting previously unselected package libxt6:amd64.
957Preparing to unpack .../157-libxt6_1%3a1.1.5-1_amd64.deb ...
958Unpacking libxt6:amd64 (1:1.1.5-1) ...
959Selecting previously unselected package libxt-dev:amd64.
960Preparing to unpack .../158-libxt-dev_1%3a1.1.5-1_amd64.deb ...
961Unpacking libxt-dev:amd64 (1:1.1.5-1) ...
962Selecting previously unselected package libmagickcore-6.q16-dev:amd64.
963Preparing to unpack .../159-libmagickcore-6.q16-dev_8%3a6.9.7.4+dfsg-11+deb9u7_amd64.deb ...
964Unpacking libmagickcore-6.q16-dev:amd64 (8:6.9.7.4+dfsg-11+deb9u7) ...
965Selecting previously unselected package libmagickwand-6.q16-dev:amd64.
966Preparing to unpack .../160-libmagickwand-6.q16-dev_8%3a6.9.7.4+dfsg-11+deb9u7_amd64.deb ...
967Unpacking libmagickwand-6.q16-dev:amd64 (8:6.9.7.4+dfsg-11+deb9u7) ...
968Selecting previously unselected package libmagickwand-dev.
969Preparing to unpack .../161-libmagickwand-dev_8%3a6.9.7.4+dfsg-11+deb9u7_all.deb ...
970Unpacking libmagickwand-dev (8:6.9.7.4+dfsg-11+deb9u7) ...
971Selecting previously unselected package poppler-data.
972Preparing to unpack .../162-poppler-data_0.4.7-8_all.deb ...
973Unpacking poppler-data (0.4.7-8) ...
974Selecting previously unselected package libpopt0:amd64.
975Preparing to unpack .../163-libpopt0_1.16-10+b2_amd64.deb ...
976Unpacking libpopt0:amd64 (1.16-10+b2) ...
977Selecting previously unselected package libapparmor1:amd64.
978Preparing to unpack .../164-libapparmor1_2.11.0-3+deb9u2_amd64.deb ...
979Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ...
980Selecting previously unselected package dbus.
981Preparing to unpack .../165-dbus_1.10.28-0+deb9u1_amd64.deb ...
982Unpacking dbus (1.10.28-0+deb9u1) ...
983Selecting previously unselected package less.
984Preparing to unpack .../166-less_481-2.1_amd64.deb ...
985Unpacking less (481-2.1) ...
986Selecting previously unselected package openssh-client.
987Preparing to unpack .../167-openssh-client_1%3a7.4p1-10+deb9u7_amd64.deb ...
988Unpacking openssh-client (1:7.4p1-10+deb9u7) ...
989Selecting previously unselected package autotools-dev.
990Preparing to unpack .../168-autotools-dev_20161112.1_all.deb ...
991Unpacking autotools-dev (20161112.1) ...
992Selecting previously unselected package bzip2-doc.
993Preparing to unpack .../169-bzip2-doc_1.0.6-8.1_all.deb ...
994Unpacking bzip2-doc (1.0.6-8.1) ...
995Selecting previously unselected package mysql-common.
996Preparing to unpack .../170-mysql-common_5.8+1.0.2_all.deb ...
997Unpacking mysql-common (5.8+1.0.2) ...
998Selecting previously unselected package mariadb-common.
999Preparing to unpack .../171-mariadb-common_10.1.41-0+deb9u1_all.deb ...
1000Unpacking mariadb-common (10.1.41-0+deb9u1) ...
1001Selecting previously unselected package libaio1:amd64.
1002Preparing to unpack .../172-libaio1_0.3.110-3_amd64.deb ...
1003Unpacking libaio1:amd64 (0.3.110-3) ...
1004Selecting previously unselected package libreadline5:amd64.
1005Preparing to unpack .../173-libreadline5_5.2+dfsg-3+b1_amd64.deb ...
1006Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ...
1007Selecting previously unselected package mariadb-client-core-10.1.
1008Preparing to unpack .../174-mariadb-client-core-10.1_10.1.41-0+deb9u1_amd64.deb ...
1009Unpacking mariadb-client-core-10.1 (10.1.41-0+deb9u1) ...
1010Selecting previously unselected package libconfig-inifiles-perl.
1011Preparing to unpack .../175-libconfig-inifiles-perl_2.94-1_all.deb ...
1012Unpacking libconfig-inifiles-perl (2.94-1) ...
1013Selecting previously unselected package libjemalloc1.
1014Preparing to unpack .../176-libjemalloc1_3.6.0-9.1_amd64.deb ...
1015Unpacking libjemalloc1 (3.6.0-9.1) ...
1016Selecting previously unselected package mariadb-client-10.1.
1017Preparing to unpack .../177-mariadb-client-10.1_10.1.41-0+deb9u1_amd64.deb ...
1018Unpacking mariadb-client-10.1 (10.1.41-0+deb9u1) ...
1019Selecting previously unselected package default-mysql-client.
1020Preparing to unpack .../178-default-mysql-client_1.0.2_all.deb ...
1021Unpacking default-mysql-client (1.0.2) ...
1022Selecting previously unselected package fonts-noto-mono.
1023Preparing to unpack .../179-fonts-noto-mono_20161116-1_all.deb ...
1024Unpacking fonts-noto-mono (20161116-1) ...
1025Selecting previously unselected package libcupsimage2:amd64.
1026Preparing to unpack .../180-libcupsimage2_2.2.1-8+deb9u4_amd64.deb ...
1027Unpacking libcupsimage2:amd64 (2.2.1-8+deb9u4) ...
1028Selecting previously unselected package libijs-0.35:amd64.
1029Preparing to unpack .../181-libijs-0.35_0.35-12_amd64.deb ...
1030Unpacking libijs-0.35:amd64 (0.35-12) ...
1031Selecting previously unselected package libjbig2dec0:amd64.
1032Preparing to unpack .../182-libjbig2dec0_0.13-4.1_amd64.deb ...
1033Unpacking libjbig2dec0:amd64 (0.13-4.1) ...
1034Selecting previously unselected package libpaper1:amd64.
1035Preparing to unpack .../183-libpaper1_1.1.24+nmu5_amd64.deb ...
1036Unpacking libpaper1:amd64 (1.1.24+nmu5) ...
1037Selecting previously unselected package libgs9-common.
1038Preparing to unpack .../184-libgs9-common_9.26a~dfsg-0+deb9u6_all.deb ...
1039Unpacking libgs9-common (9.26a~dfsg-0+deb9u6) ...
1040Selecting previously unselected package libgs9:amd64.
1041Preparing to unpack .../185-libgs9_9.26a~dfsg-0+deb9u6_amd64.deb ...
1042Unpacking libgs9:amd64 (9.26a~dfsg-0+deb9u6) ...
1043Selecting previously unselected package ghostscript.
1044Preparing to unpack .../186-ghostscript_9.26a~dfsg-0+deb9u6_amd64.deb ...
1045Unpacking ghostscript (9.26a~dfsg-0+deb9u6) ...
1046Selecting previously unselected package gsfonts.
1047Preparing to unpack .../187-gsfonts_1%3a8.11+urwcyr1.0.7~pre44-4.3_all.deb ...
1048Unpacking gsfonts (1:8.11+urwcyr1.0.7~pre44-4.3) ...
1049Selecting previously unselected package imagemagick-6.q16.
1050Preparing to unpack .../188-imagemagick-6.q16_8%3a6.9.7.4+dfsg-11+deb9u7_amd64.deb ...
1051Unpacking imagemagick-6.q16 (8:6.9.7.4+dfsg-11+deb9u7) ...
1052Selecting previously unselected package imagemagick.
1053Preparing to unpack .../189-imagemagick_8%3a6.9.7.4+dfsg-11+deb9u7_amd64.deb ...
1054Unpacking imagemagick (8:6.9.7.4+dfsg-11+deb9u7) ...
1055Selecting previously unselected package javascript-common.
1056Preparing to unpack .../190-javascript-common_11_all.deb ...
1057Unpacking javascript-common (11) ...
1058Selecting previously unselected package libonig4:amd64.
1059Preparing to unpack .../191-libonig4_6.1.3-2_amd64.deb ...
1060Unpacking libonig4:amd64 (6.1.3-2) ...
1061Selecting previously unselected package libjq1:amd64.
1062Preparing to unpack .../192-libjq1_1.5+dfsg-1.3_amd64.deb ...
1063Unpacking libjq1:amd64 (1.5+dfsg-1.3) ...
1064Selecting previously unselected package jq.
1065Preparing to unpack .../193-jq_1.5+dfsg-1.3_amd64.deb ...
1066Unpacking jq (1.5+dfsg-1.3) ...
1067Selecting previously unselected package libcupsfilters1:amd64.
1068Preparing to unpack .../194-libcupsfilters1_1.11.6-3+deb9u1_amd64.deb ...
1069Unpacking libcupsfilters1:amd64 (1.11.6-3+deb9u1) ...
1070Selecting previously unselected package libdbi-perl.
1071Preparing to unpack .../195-libdbi-perl_1.636-1+b1_amd64.deb ...
1072Unpacking libdbi-perl (1.636-1+b1) ...
1073Selecting previously unselected package libmariadbclient18:amd64.
1074Preparing to unpack .../196-libmariadbclient18_10.1.41-0+deb9u1_amd64.deb ...
1075Unpacking libmariadbclient18:amd64 (10.1.41-0+deb9u1) ...
1076Selecting previously unselected package libdbd-mysql-perl.
1077Preparing to unpack .../197-libdbd-mysql-perl_4.041-2_amd64.deb ...
1078Unpacking libdbd-mysql-perl (4.041-2) ...
1079Selecting previously unselected package libgail18:amd64.
1080Preparing to unpack .../198-libgail18_2.24.31-2_amd64.deb ...
1081Unpacking libgail18:amd64 (2.24.31-2) ...
1082Selecting previously unselected package libgail-common:amd64.
1083Preparing to unpack .../199-libgail-common_2.24.31-2_amd64.deb ...
1084Unpacking libgail-common:amd64 (2.24.31-2) ...
1085Selecting previously unselected package libgtk2.0-bin.
1086Preparing to unpack .../200-libgtk2.0-bin_2.24.31-2_amd64.deb ...
1087Unpacking libgtk2.0-bin (2.24.31-2) ...
1088Selecting previously unselected package libgts-bin.
1089Preparing to unpack .../201-libgts-bin_0.7.6+darcs121130-4_amd64.deb ...
1090Unpacking libgts-bin (0.7.6+darcs121130-4) ...
1091Selecting previously unselected package libjxr0:amd64.
1092Preparing to unpack .../202-libjxr0_1.1-6+b1_amd64.deb ...
1093Unpacking libjxr0:amd64 (1.1-6+b1) ...
1094Selecting previously unselected package libjxr-tools.
1095Preparing to unpack .../203-libjxr-tools_1.1-6+b1_amd64.deb ...
1096Unpacking libjxr-tools (1.1-6+b1) ...
1097Selecting previously unselected package libmcrypt4.
1098Preparing to unpack .../204-libmcrypt4_2.5.8-3.3_amd64.deb ...
1099Unpacking libmcrypt4 (2.5.8-3.3) ...
1100Selecting previously unselected package libmcrypt-dev.
1101Preparing to unpack .../205-libmcrypt-dev_2.5.8-3.3_amd64.deb ...
1102Unpacking libmcrypt-dev (2.5.8-3.3) ...
1103Selecting previously unselected package libnetpbm10.
1104Preparing to unpack .../206-libnetpbm10_2%3a10.0-15.3+b2_amd64.deb ...
1105Unpacking libnetpbm10 (2:10.0-15.3+b2) ...
1106Selecting previously unselected package libpaper-utils.
1107Preparing to unpack .../207-libpaper-utils_1.1.24+nmu5_amd64.deb ...
1108Unpacking libpaper-utils (1.1.24+nmu5) ...
1109Selecting previously unselected package libpng-tools.
1110Preparing to unpack .../208-libpng-tools_1.6.28-1+deb9u1_amd64.deb ...
1111Unpacking libpng-tools (1.6.28-1+deb9u1) ...
1112Selecting previously unselected package libterm-readkey-perl.
1113Preparing to unpack .../209-libterm-readkey-perl_2.37-1_amd64.deb ...
1114Unpacking libterm-readkey-perl (2.37-1) ...
1115Selecting previously unselected package libtool.
1116Preparing to unpack .../210-libtool_2.4.6-2_all.deb ...
1117Unpacking libtool (2.4.6-2) ...
1118Selecting previously unselected package libx11-doc.
1119Preparing to unpack .../211-libx11-doc_2%3a1.6.4-3+deb9u1_all.deb ...
1120Unpacking libx11-doc (2:1.6.4-3+deb9u1) ...
1121Selecting previously unselected package libxmuu1:amd64.
1122Preparing to unpack .../212-libxmuu1_2%3a1.1.2-2_amd64.deb ...
1123Unpacking libxmuu1:amd64 (2:1.1.2-2) ...
1124Selecting previously unselected package mysql-client.
1125Preparing to unpack .../213-mysql-client_5.5.9999+default_amd64.deb ...
1126Unpacking mysql-client (5.5.9999+default) ...
1127Selecting previously unselected package netpbm.
1128Preparing to unpack .../214-netpbm_2%3a10.0-15.3+b2_amd64.deb ...
1129Unpacking netpbm (2:10.0-15.3+b2) ...
1130Selecting previously unselected package nodejs.
1131Preparing to unpack .../215-nodejs_11.15.0-1nodesource1_amd64.deb ...
1132Unpacking nodejs (11.15.0-1nodesource1) ...
1133Selecting previously unselected package psmisc.
1134Preparing to unpack .../216-psmisc_22.21-2.1+b2_amd64.deb ...
1135Unpacking psmisc (22.21-2.1+b2) ...
1136Selecting previously unselected package rsync.
1137Preparing to unpack .../217-rsync_3.1.2-1+deb9u2_amd64.deb ...
1138Unpacking rsync (3.1.2-1+deb9u2) ...
1139Selecting previously unselected package unzip.
1140Preparing to unpack .../218-unzip_6.0-21+deb9u2_amd64.deb ...
1141Unpacking unzip (6.0-21+deb9u2) ...
1142Selecting previously unselected package xauth.
1143Preparing to unpack .../219-xauth_1%3a1.0.9-1+b2_amd64.deb ...
1144Unpacking xauth (1:1.0.9-1+b2) ...
1145Selecting previously unselected package zip.
1146Preparing to unpack .../220-zip_3.0-11+b1_amd64.deb ...
1147Unpacking zip (3.0-11+b1) ...
1148Setting up libgs9-common (9.26a~dfsg-0+deb9u6) ...
1149Setting up libjs-jquery (3.1.1-2+deb9u1) ...
1150Setting up imagemagick-6-common (8:6.9.7.4+dfsg-11+deb9u7) ...
1151Setting up git-man (1:2.11.0-3+deb9u5) ...
1152Setting up libpopt0:amd64 (1.16-10+b2) ...
1153Setting up libpathplan4 (2.38.0-17) ...
1154Setting up fonts-droid-fallback (1:6.0.1r16-1.1) ...
1155Setting up less (481-2.1) ...
1156Setting up libgtk2.0-common (2.24.31-2) ...
1157Setting up libbz2-dev:amd64 (1.0.6-8.1) ...
1158Setting up libopenjp2-7:amd64 (2.1.2-1.1+deb9u3) ...
1159Setting up libxdot4 (2.38.0-17) ...
1160Setting up libconfig-inifiles-perl (2.94-1) ...
1161Setting up libjpeg62-turbo:amd64 (1:1.5.1-2) ...
1162Setting up psmisc (22.21-2.1+b2) ...
1163Processing triggers for mime-support (3.60) ...
1164Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.3) ...
1165Setting up libjemalloc1 (3.6.0-9.1) ...
1166Setting up libpng16-16:amd64 (1.6.28-1+deb9u1) ...
1167Setting up liberror-perl (0.17024-1) ...
1168Setting up nodejs (11.15.0-1nodesource1) ...
1169Setting up liblcms2-2:amd64 (2.8-4+deb9u1) ...
1170Setting up libjbig0:amd64 (2.1-3.1+b2) ...
1171Setting up libpthread-stubs0-dev:amd64 (0.3-4) ...
1172Setting up fonts-dejavu-core (2.37-1) ...
1173Setting up poppler-data (0.4.7-8) ...
1174Setting up libdjvulibre-text (3.5.27.1-7) ...
1175Setting up libpng-tools (1.6.28-1+deb9u1) ...
1176Setting up libelf1:amd64 (0.168-1) ...
1177Setting up libglib2.0-0:amd64 (2.50.3-2+deb9u1) ...
1178No schema files found: doing nothing.
1179Setting up mysql-common (5.8+1.0.2) ...
1180update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
1181Setting up libnetpbm10 (2:10.0-15.3+b2) ...
1182Setting up xorg-sgml-doctools (1:1.11-1) ...
1183Setting up libonig4:amd64 (6.1.3-2) ...
1184Setting up libmagickcore-6-arch-config:amd64 (8:6.9.7.4+dfsg-11+deb9u7) ...
1185Setting up unzip (6.0-21+deb9u2) ...
1186Setting up libgdk-pixbuf2.0-common (2.36.5-2+deb9u2) ...
1187Setting up libopenjp2-7-dev (2.1.2-1.1+deb9u3) ...
1188Setting up libdatrie1:amd64 (0.2.10-4+b1) ...
1189Setting up libtiff5:amd64 (4.0.8-2+deb9u4) ...
1190Setting up x11proto-kb-dev (1.0.7-1) ...
1191Setting up libmariadbclient18:amd64 (10.1.41-0+deb9u1) ...
1192Setting up libfftw3-double3:amd64 (3.3.5-3) ...
1193Setting up libicu57:amd64 (57.1-6+deb9u3) ...
1194Setting up ucf (3.0036) ...
1195Setting up libgirepository-1.0-1:amd64 (1.50.0-1+b1) ...
1196Setting up zip (3.0-11+b1) ...
1197Setting up libjxr0:amd64 (1.1-6+b1) ...
1198Setting up libterm-readkey-perl (2.37-1) ...
1199Setting up libfreetype6:amd64 (2.6.3-3.2) ...
1200Setting up fonts-noto-mono (20161116-1) ...
1201Setting up libgraphite2-3:amd64 (1.3.10-1) ...
1202Setting up rsync (3.1.2-1+deb9u2) ...
1203invoke-rc.d: could not determine current runlevel
1204invoke-rc.d: policy-rc.d denied execution of restart.
1205Setting up libjbig-dev:amd64 (2.1-3.1+b2) ...
1206Setting up libcroco3:amd64 (0.6.11-3) ...
1207Setting up libjq1:amd64 (1.5+dfsg-1.3) ...
1208Setting up libilmbase12:amd64 (2.2.0-12) ...
1209Setting up libatk1.0-data (2.22.0-1) ...
1210Setting up liblqr-1-0:amd64 (0.4.2-2+b2) ...
1211Setting up libjbig2dec0:amd64 (0.13-4.1) ...
1212Setting up libpixman-1-0:amd64 (0.34.0-1) ...
1213Setting up xtrans-dev (1.3.5-1) ...
1214Setting up gir1.2-glib-2.0:amd64 (1.50.0-1+b1) ...
1215Setting up libglib2.0-data (2.50.3-2+deb9u1) ...
1216Processing triggers for libc-bin (2.24-11+deb9u4) ...
1217Setting up libaio1:amd64 (0.3.110-3) ...
1218Setting up autotools-dev (20161112.1) ...
1219Setting up bzip2-doc (1.0.6-8.1) ...
1220Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ...
1221Setting up libpixman-1-dev (0.34.0-1) ...
1222Setting up libatk1.0-0:amd64 (2.22.0-1) ...
1223Setting up libltdl7:amd64 (2.4.6-2) ...
1224Setting up libijs-0.35:amd64 (0.35-12) ...
1225Setting up netpbm (2:10.0-15.3+b2) ...
1226Setting up libtiffxx5:amd64 (4.0.8-2+deb9u4) ...
1227Setting up libexpat1-dev:amd64 (2.2.0-2+deb9u3) ...
1228Setting up libx11-doc (2:1.6.4-3+deb9u1) ...
1229Setting up libmagickcore-6-headers (8:6.9.7.4+dfsg-11+deb9u7) ...
1230Setting up shared-mime-info (1.8-1+deb9u1) ...
1231Setting up libpcrecpp0v5:amd64 (2:8.39-3) ...
1232Setting up libpcre32-3:amd64 (2:8.39-3) ...
1233Setting up icu-devtools (57.1-6+deb9u3) ...
1234Setting up libpcre16-3:amd64 (2:8.39-3) ...
1235Setting up libthai-data (0.1.26-1) ...
1236Setting up libjpeg62-turbo-dev:amd64 (1:1.5.1-2) ...
1237Setting up liblzma-dev:amd64 (5.2.2-1.2+b1) ...
1238Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
1239Setting up javascript-common (11) ...
1240Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ...
1241Setting up x11-common (1:7.7+19) ...
1242update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
1243invoke-rc.d: could not determine current runlevel
1244invoke-rc.d: policy-rc.d denied execution of start.
1245Setting up openssh-client (1:7.4p1-10+deb9u7) ...
1246Setting up hicolor-icon-theme (0.15-1) ...
1247Setting up libglib2.0-bin (2.50.3-2+deb9u1) ...
1248Setting up libexif12:amd64 (0.6.21-2+b2) ...
1249Setting up libmcrypt4 (2.5.8-3.3) ...
1250Setting up libcdt5 (2.38.0-17) ...
1251Setting up libdbi-perl (1.636-1+b1) ...
1252Setting up git (1:2.11.0-3+deb9u5) ...
1253Setting up libx11-data (2:1.6.4-3+deb9u1) ...
1254Setting up libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
1255Setting up libxau6:amd64 (1:1.0.8-1) ...
1256Setting up libdbus-1-3:amd64 (1.10.28-0+deb9u1) ...
1257Setting up liblzo2-2:amd64 (2.08-1.2+b2) ...
1258Setting up libavahi-common-data:amd64 (0.6.32-2) ...
1259Setting up libcgraph6 (2.38.0-17) ...
1260Setting up libwebp6:amd64 (0.5.2-1) ...
1261Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
1262Setting up libtool (2.4.6-2) ...
1263Setting up mariadb-common (10.1.41-0+deb9u1) ...
1264update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
1265Setting up libpaper1:amd64 (1.1.24+nmu5) ...
1266
1267Creating config file /etc/papersize with new version
1268Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
1269Setting up libpaper-utils (1.1.24+nmu5) ...
1270Setting up jq (1.5+dfsg-1.3) ...
1271Setting up libpcre3-dev:amd64 (2:8.39-3) ...
1272Setting up fontconfig-config (2.11.0-6.7) ...
1273Setting up x11proto-core-dev (7.0.31-1) ...
1274Setting up liblqr-1-0-dev (0.4.2-2+b2) ...
1275Setting up liblcms2-dev:amd64 (2.8-4+deb9u1) ...
1276Setting up libltdl-dev:amd64 (2.4.6-2) ...
1277Setting up libilmbase-dev (2.2.0-12) ...
1278Setting up libdjvulibre21:amd64 (3.5.27.1-7) ...
1279Setting up libmagickwand-6-headers (8:6.9.7.4+dfsg-11+deb9u7) ...
1280Setting up libgvpr2 (2.38.0-17) ...
1281Setting up mariadb-client-core-10.1 (10.1.41-0+deb9u1) ...
1282Setting up libdjvulibre-dev:amd64 (3.5.27.1-7) ...
1283Setting up libtiff5-dev:amd64 (4.0.8-2+deb9u4) ...
1284Setting up libjxr-tools (1.1-6+b1) ...
1285Setting up python2.7 (2.7.13-2+deb9u3) ...
1286Setting up libharfbuzz0b:amd64 (1.4.2-1) ...
1287Setting up libxau-dev:amd64 (1:1.0.8-1) ...
1288Setting up libthai0:amd64 (0.1.26-1) ...
1289Setting up libicu-dev (57.1-6+deb9u3) ...
1290Setting up libopenexr22:amd64 (2.2.0-11+b1) ...
1291Setting up libglib2.0-dev (2.50.3-2+deb9u1) ...
1292Setting up libxml2-dev:amd64 (2.9.4+dfsg1-2.2+deb9u2) ...
1293Setting up libpython-stdlib:amd64 (2.7.13-2) ...
1294Setting up libxdmcp-dev:amd64 (1:1.1.2-3) ...
1295Setting up libjpeg-dev (1:1.5.1-2) ...
1296Setting up libexif-dev (0.6.21-2+b2) ...
1297Setting up libice6:amd64 (2:1.0.9-2) ...
1298Setting up libmcrypt-dev (2.5.8-3.3) ...
1299Setting up libopenexr-dev (2.2.0-11+b1) ...
1300Setting up libavahi-common3:amd64 (0.6.32-2) ...
1301Setting up libgts-bin (0.7.6+darcs121130-4) ...
1302Setting up libpng-dev:amd64 (1.6.28-1+deb9u1) ...
1303Setting up x11proto-render-dev (2:0.11.1-2) ...
1304Setting up dbus (1.10.28-0+deb9u1) ...
1305invoke-rc.d: could not determine current runlevel
1306invoke-rc.d: policy-rc.d denied execution of start.
1307Setting up libdbd-mysql-perl (4.041-2) ...
1308Setting up libxcb1:amd64 (1.12-1) ...
1309Setting up x11proto-input-dev (2.3.2-1) ...
1310Setting up python (2.7.13-2) ...
1311Setting up libfontconfig1:amd64 (2.11.0-6.7+b1) ...
1312Setting up libsm6:amd64 (2:1.2.2-1+b3) ...
1313Setting up mariadb-client-10.1 (10.1.41-0+deb9u1) ...
1314Setting up libxcb-render0:amd64 (1.12-1) ...
1315Setting up libx11-6:amd64 (2:1.6.4-3+deb9u1) ...
1316Setting up libxmuu1:amd64 (2:1.1.2-2) ...
1317Setting up x11proto-xext-dev (7.3.0-1) ...
1318Setting up libfreetype6-dev (2.6.3-3.2) ...
1319Setting up libice-dev:amd64 (2:1.0.9-2) ...
1320Setting up libxcomposite1:amd64 (1:0.4.4-2) ...
1321Setting up libxcb-shm0:amd64 (1.12-1) ...
1322Setting up libxpm4:amd64 (1:3.5.12-1) ...
1323Setting up libxt6:amd64 (1:1.1.5-1) ...
1324Setting up libxrender1:amd64 (1:0.9.10-1) ...
1325Setting up libxcb1-dev:amd64 (1.12-1) ...
1326Setting up libavahi-client3:amd64 (0.6.32-2) ...
1327Setting up libx11-dev:amd64 (2:1.6.4-3+deb9u1) ...
1328Setting up default-mysql-client (1.0.2) ...
1329Setting up fontconfig (2.11.0-6.7+b1) ...
1330Regenerating fonts cache... done.
1331Setting up libcups2:amd64 (2.2.1-8+deb9u4) ...
1332Setting up libfontconfig1-dev:amd64 (2.11.0-6.7+b1) ...
1333Setting up libsm-dev:amd64 (2:1.2.2-1+b3) ...
1334Setting up libxext6:amd64 (2:1.3.3-1+b2) ...
1335Setting up libxfixes3:amd64 (1:5.0.3-1) ...
1336Setting up libgdk-pixbuf2.0-0:amd64 (2.36.5-2+deb9u2) ...
1337Setting up libxcb-shm0-dev:amd64 (1.12-1) ...
1338Setting up libgd3:amd64 (2.2.4-2+deb9u5) ...
1339Setting up mysql-client (5.5.9999+default) ...
1340Setting up gir1.2-gdkpixbuf-2.0:amd64 (2.36.5-2+deb9u2) ...
1341Setting up libxrender-dev:amd64 (1:0.9.10-1) ...
1342Setting up xauth (1:1.0.9-1+b2) ...
1343Setting up libxcb-render0-dev:amd64 (1.12-1) ...
1344Setting up libcupsimage2:amd64 (2.2.1-8+deb9u4) ...
1345Setting up gtk-update-icon-cache (3.22.11-1) ...
1346Setting up libgdk-pixbuf2.0-dev (2.36.5-2+deb9u2) ...
1347Setting up libxcursor1:amd64 (1:1.1.14-1+deb9u2) ...
1348Setting up libxext-dev:amd64 (2:1.3.3-1+b2) ...
1349Setting up libpango-1.0-0:amd64 (1.40.5-1) ...
1350Setting up libgs9:amd64 (9.26a~dfsg-0+deb9u6) ...
1351Setting up libwmf0.2-7:amd64 (0.2.8.4-10.6) ...
1352Setting up libxrandr2:amd64 (2:1.5.1-1) ...
1353Setting up libxi6:amd64 (2:1.7.9-1) ...
1354Setting up libwmf-dev (0.2.8.4-10.6) ...
1355Setting up libcairo2:amd64 (1.14.8-1) ...
1356Setting up libxinerama1:amd64 (2:1.1.3-1+b3) ...
1357Setting up libxt-dev:amd64 (1:1.1.5-1) ...
1358Setting up libmagickcore-6.q16-3:amd64 (8:6.9.7.4+dfsg-11+deb9u7) ...
1359Setting up libxdamage1:amd64 (1:1.1.4-2+b3) ...
1360Setting up libcairo-script-interpreter2:amd64 (1.14.8-1) ...
1361Setting up libcairo-gobject2:amd64 (1.14.8-1) ...
1362Setting up ghostscript (9.26a~dfsg-0+deb9u6) ...
1363Setting up libpangoft2-1.0-0:amd64 (1.40.5-1) ...
1364Setting up libcupsfilters1:amd64 (1.11.6-3+deb9u1) ...
1365Setting up libmagickwand-6.q16-3:amd64 (8:6.9.7.4+dfsg-11+deb9u7) ...
1366Setting up libcairo2-dev (1.14.8-1) ...
1367Setting up gir1.2-freedesktop:amd64 (1.50.0-1+b1) ...
1368Setting up imagemagick-6.q16 (8:6.9.7.4+dfsg-11+deb9u7) ...
1369update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
1370update-alternatives: warning: skip creation of /usr/share/man/man1/compare.1.gz because associated file /usr/share/man/man1/compare-im6.q16.1.gz (of link group compare) doesn't exist
1371update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
1372update-alternatives: warning: skip creation of /usr/share/man/man1/compare-im6.1.gz because associated file /usr/share/man/man1/compare-im6.q16.1.gz (of link group compare-im6) doesn't exist
1373update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
1374update-alternatives: warning: skip creation of /usr/share/man/man1/animate.1.gz because associated file /usr/share/man/man1/animate-im6.q16.1.gz (of link group animate) doesn't exist
1375update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
1376update-alternatives: warning: skip creation of /usr/share/man/man1/animate-im6.1.gz because associated file /usr/share/man/man1/animate-im6.q16.1.gz (of link group animate-im6) doesn't exist
1377update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
1378update-alternatives: warning: skip creation of /usr/share/man/man1/convert.1.gz because associated file /usr/share/man/man1/convert-im6.q16.1.gz (of link group convert) doesn't exist
1379update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
1380update-alternatives: warning: skip creation of /usr/share/man/man1/convert-im6.1.gz because associated file /usr/share/man/man1/convert-im6.q16.1.gz (of link group convert-im6) doesn't exist
1381update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
1382update-alternatives: warning: skip creation of /usr/share/man/man1/composite.1.gz because associated file /usr/share/man/man1/composite-im6.q16.1.gz (of link group composite) doesn't exist
1383update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
1384update-alternatives: warning: skip creation of /usr/share/man/man1/composite-im6.1.gz because associated file /usr/share/man/man1/composite-im6.q16.1.gz (of link group composite-im6) doesn't exist
1385update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
1386update-alternatives: warning: skip creation of /usr/share/man/man1/conjure.1.gz because associated file /usr/share/man/man1/conjure-im6.q16.1.gz (of link group conjure) doesn't exist
1387update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
1388update-alternatives: warning: skip creation of /usr/share/man/man1/conjure-im6.1.gz because associated file /usr/share/man/man1/conjure-im6.q16.1.gz (of link group conjure-im6) doesn't exist
1389update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
1390update-alternatives: warning: skip creation of /usr/share/man/man1/import.1.gz because associated file /usr/share/man/man1/import-im6.q16.1.gz (of link group import) doesn't exist
1391update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
1392update-alternatives: warning: skip creation of /usr/share/man/man1/import-im6.1.gz because associated file /usr/share/man/man1/import-im6.q16.1.gz (of link group import-im6) doesn't exist
1393update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
1394update-alternatives: warning: skip creation of /usr/share/man/man1/identify.1.gz because associated file /usr/share/man/man1/identify-im6.q16.1.gz (of link group identify) doesn't exist
1395update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
1396update-alternatives: warning: skip creation of /usr/share/man/man1/identify-im6.1.gz because associated file /usr/share/man/man1/identify-im6.q16.1.gz (of link group identify-im6) doesn't exist
1397update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
1398update-alternatives: warning: skip creation of /usr/share/man/man1/stream.1.gz because associated file /usr/share/man/man1/stream-im6.q16.1.gz (of link group stream) doesn't exist
1399update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
1400update-alternatives: warning: skip creation of /usr/share/man/man1/stream-im6.1.gz because associated file /usr/share/man/man1/stream-im6.q16.1.gz (of link group stream-im6) doesn't exist
1401update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
1402update-alternatives: warning: skip creation of /usr/share/man/man1/display.1.gz because associated file /usr/share/man/man1/display-im6.q16.1.gz (of link group display) doesn't exist
1403update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
1404update-alternatives: warning: skip creation of /usr/share/man/man1/display-im6.1.gz because associated file /usr/share/man/man1/display-im6.q16.1.gz (of link group display-im6) doesn't exist
1405update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
1406update-alternatives: warning: skip creation of /usr/share/man/man1/montage.1.gz because associated file /usr/share/man/man1/montage-im6.q16.1.gz (of link group montage) doesn't exist
1407update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
1408update-alternatives: warning: skip creation of /usr/share/man/man1/montage-im6.1.gz because associated file /usr/share/man/man1/montage-im6.q16.1.gz (of link group montage-im6) doesn't exist
1409update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
1410update-alternatives: warning: skip creation of /usr/share/man/man1/mogrify.1.gz because associated file /usr/share/man/man1/mogrify-im6.q16.1.gz (of link group mogrify) doesn't exist
1411update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
1412update-alternatives: warning: skip creation of /usr/share/man/man1/mogrify-im6.1.gz because associated file /usr/share/man/man1/mogrify-im6.q16.1.gz (of link group mogrify-im6) doesn't exist
1413Setting up libpangocairo-1.0-0:amd64 (1.40.5-1) ...
1414Setting up libmagickcore-6.q16-3-extra:amd64 (8:6.9.7.4+dfsg-11+deb9u7) ...
1415Setting up imagemagick (8:6.9.7.4+dfsg-11+deb9u7) ...
1416Setting up libgvc6 (2.38.0-17) ...
1417Setting up librsvg2-2:amd64 (2.40.16-1+b1) ...
1418Setting up librsvg2-common:amd64 (2.40.16-1+b1) ...
1419Setting up gir1.2-rsvg-2.0:amd64 (2.40.16-1+b1) ...
1420Setting up librsvg2-dev:amd64 (2.40.16-1+b1) ...
1421Setting up gnome-icon-theme (3.12.0-2) ...
1422update-alternatives: using /usr/share/icons/gnome/scalable/places/debian-swirl.svg to provide /usr/share/icons/gnome/scalable/places/start-here.svg (start-here.svg) in auto mode
1423Setting up libgtk2.0-0:amd64 (2.24.31-2) ...
1424Setting up libgail18:amd64 (2.24.31-2) ...
1425Setting up libgail-common:amd64 (2.24.31-2) ...
1426Setting up libgvc6-plugins-gtk (2.38.0-17) ...
1427Setting up libgraphviz-dev (2.38.0-17) ...
1428Setting up libmagickcore-6.q16-dev:amd64 (8:6.9.7.4+dfsg-11+deb9u7) ...
1429Setting up libgtk2.0-bin (2.24.31-2) ...
1430Setting up libmagickwand-6.q16-dev:amd64 (8:6.9.7.4+dfsg-11+deb9u7) ...
1431Setting up libmagickwand-dev (8:6.9.7.4+dfsg-11+deb9u7) ...
1432Processing triggers for libc-bin (2.24-11+deb9u4) ...
1433Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.36.5-2+deb9u2) ...
1434/usr/bin/gulp -> /usr/lib/node_modules/gulp-cli/bin/gulp.js
1435/usr/bin/gulp -> /usr/lib/node_modules/gulp/bin/gulp.js
1436npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules/gulp/node_modules/fsevents):
1437npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
1438
1439+ gulp-cli@2.2.0
1440+ gulp@4.0.2
1441added 458 packages from 217 contributors in 11.67s
1442Removing intermediate container c13e68656d69
1443 ---> b162dcd44a7d
1444Step 5/15 : RUN docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ && docker-php-ext-install -j$(nproc) sockets iconv pdo pdo_mysql gd mysqli opcache intl && printf "\n" | pecl install imagick && docker-php-ext-enable imagick
1445 ---> Running in 5b3b1b2a038a
1446Configuring for:
1447PHP Api Version: 20180731
1448Zend Module Api No: 20180731
1449Zend Extension Api No: 320180731
1450checking for grep that handles long lines and -e... /bin/grep
1451checking for egrep... /bin/grep -E
1452checking for a sed that does not truncate output... /bin/sed
1453checking for cc... cc
1454checking whether the C compiler works... yes
1455checking for C compiler default output file name... a.out
1456checking for suffix of executables...
1457checking whether we are cross compiling... no
1458checking for suffix of object files... o
1459checking whether we are using the GNU C compiler... yes
1460checking whether cc accepts -g... yes
1461checking for cc option to accept ISO C89... none needed
1462checking how to run the C preprocessor... cc -E
1463checking for icc... no
1464checking for suncc... no
1465checking whether cc understands -c and -o together... yes
1466checking for system library directory... lib
1467checking if compiler supports -R... no
1468checking if compiler supports -Wl,-rpath,... yes
1469checking build system type... x86_64-pc-linux-gnu
1470checking host system type... x86_64-pc-linux-gnu
1471checking target system type... x86_64-pc-linux-gnu
1472checking for PHP prefix... /usr/local
1473checking 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
1474checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20180731
1475checking for PHP installed headers prefix... /usr/local/include/php
1476checking if debug is enabled... no
1477checking if zts is enabled... no
1478checking for re2c... re2c
1479checking for re2c version... 0.16 (ok)
1480checking for gawk... no
1481checking for nawk... nawk
1482checking if nawk is broken... no
1483checking for GD support... yes, shared
1484checking for the location of libwebp... no
1485checking for the location of libjpeg... /usr/include/
1486checking for the location of libpng... no
1487checking for the location of libz... no
1488checking for the location of libXpm... no
1489checking for FreeType 2... /usr/include/
1490checking whether to enable JIS-mapped Japanese font support in GD... no
1491If configure fails try --with-webp-dir=<DIR>
1492checking for jpeg_read_header in -ljpeg... yes
1493checking for png_write_image in -lpng... yes
1494If configure fails try --with-xpm-dir=<DIR>
1495checking for fabsf... no
1496checking for floorf... no
1497checking for ld used by cc... /usr/bin/ld
1498checking if the linker (/usr/bin/ld) is GNU ld... yes
1499checking for /usr/bin/ld option to reload object files... -r
1500checking for BSD-compatible nm... /usr/bin/nm -B
1501checking whether ln -s works... yes
1502checking how to recognize dependent libraries... pass_all
1503checking for ANSI C header files... yes
1504checking for sys/types.h... yes
1505checking for sys/stat.h... yes
1506checking for stdlib.h... yes
1507checking for string.h... yes
1508checking for memory.h... yes
1509checking for strings.h... yes
1510checking for inttypes.h... yes
1511checking for stdint.h... yes
1512checking for unistd.h... yes
1513checking dlfcn.h usability... yes
1514checking dlfcn.h presence... yes
1515checking for dlfcn.h... yes
1516checking the maximum length of command line arguments... 1572864
1517checking command to parse /usr/bin/nm -B output from cc object... ok
1518checking for objdir... .libs
1519checking for ar... ar
1520checking for ranlib... ranlib
1521checking for strip... strip
1522checking if cc supports -fno-rtti -fno-exceptions... no
1523checking for cc option to produce PIC... -fPIC
1524checking if cc PIC flag -fPIC works... yes
1525checking if cc static flag -static works... yes
1526checking if cc supports -c -o file.o... yes
1527checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
1528checking whether -lc should be explicitly linked in... no
1529checking dynamic linker characteristics... GNU/Linux ld.so
1530checking how to hardcode library paths into programs... immediate
1531checking whether stripping libraries is possible... yes
1532checking if libtool supports shared libraries... yes
1533checking whether to build shared libraries... yes
1534checking whether to build static libraries... no
1535
1536creating libtool
1537appending configuration tag "CXX" to libtool
1538configure: creating ./config.status
1539config.status: creating config.h
1540Configuring for:
1541PHP Api Version: 20180731
1542Zend Module Api No: 20180731
1543Zend Extension Api No: 320180731
1544checking for grep that handles long lines and -e... /bin/grep
1545checking for egrep... /bin/grep -E
1546checking for a sed that does not truncate output... /bin/sed
1547checking for cc... cc
1548checking whether the C compiler works... yes
1549checking for C compiler default output file name... a.out
1550checking for suffix of executables...
1551checking whether we are cross compiling... no
1552checking for suffix of object files... o
1553checking whether we are using the GNU C compiler... yes
1554checking whether cc accepts -g... yes
1555checking for cc option to accept ISO C89... none needed
1556checking how to run the C preprocessor... cc -E
1557checking for icc... no
1558checking for suncc... no
1559checking whether cc understands -c and -o together... yes
1560checking for system library directory... lib
1561checking if compiler supports -R... no
1562checking if compiler supports -Wl,-rpath,... yes
1563checking build system type... x86_64-pc-linux-gnu
1564checking host system type... x86_64-pc-linux-gnu
1565checking target system type... x86_64-pc-linux-gnu
1566checking for PHP prefix... /usr/local
1567checking 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
1568checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20180731
1569checking for PHP installed headers prefix... /usr/local/include/php
1570checking if debug is enabled... no
1571checking if zts is enabled... no
1572checking for re2c... re2c
1573checking for re2c version... 0.16 (ok)
1574checking for gawk... no
1575checking for nawk... nawk
1576checking if nawk is broken... no
1577checking whether to enable sockets support... yes, shared
1578checking for struct cmsghdr... yes
1579checking for hstrerror... yes
1580checking for socketpair... yes
1581checking for if_nametoindex... yes
1582checking for if_indextoname... yes
1583checking for ANSI C header files... yes
1584checking for sys/types.h... yes
1585checking for sys/stat.h... yes
1586checking for stdlib.h... yes
1587checking for string.h... yes
1588checking for memory.h... yes
1589checking for strings.h... yes
1590checking for inttypes.h... yes
1591checking for stdint.h... yes
1592checking for unistd.h... yes
1593checking netdb.h usability... yes
1594checking netdb.h presence... yes
1595checking for netdb.h... yes
1596checking netinet/tcp.h usability... yes
1597checking netinet/tcp.h presence... yes
1598checking for netinet/tcp.h... yes
1599checking sys/un.h usability... yes
1600checking sys/un.h presence... yes
1601checking for sys/un.h... yes
1602checking sys/sockio.h usability... no
1603checking sys/sockio.h presence... no
1604checking for sys/sockio.h... no
1605checking errno.h usability... yes
1606checking errno.h presence... yes
1607checking for errno.h... yes
1608checking for field ss_family in struct sockaddr_storage... yes
1609checking if getaddrinfo supports AI_V4MAPPED... yes
1610checking if getaddrinfo supports AI_ALL... yes
1611checking if getaddrinfo supports AI_IDN... no
1612checking for ld used by cc... /usr/bin/ld
1613checking if the linker (/usr/bin/ld) is GNU ld... yes
1614checking for /usr/bin/ld option to reload object files... -r
1615checking for BSD-compatible nm... /usr/bin/nm -B
1616checking whether ln -s works... yes
1617checking how to recognize dependent libraries... pass_all
1618checking dlfcn.h usability... yes
1619checking dlfcn.h presence... yes
1620checking for dlfcn.h... yes
1621checking the maximum length of command line arguments... 1572864
1622checking command to parse /usr/bin/nm -B output from cc object... ok
1623checking for objdir... .libs
1624checking for ar... ar
1625checking for ranlib... ranlib
1626checking for strip... strip
1627checking if cc supports -fno-rtti -fno-exceptions... no
1628checking for cc option to produce PIC... -fPIC
1629checking if cc PIC flag -fPIC works... yes
1630checking if cc static flag -static works... yes
1631checking if cc supports -c -o file.o... yes
1632checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
1633checking whether -lc should be explicitly linked in... no
1634checking dynamic linker characteristics... GNU/Linux ld.so
1635checking how to hardcode library paths into programs... immediate
1636checking whether stripping libraries is possible... yes
1637checking if libtool supports shared libraries... yes
1638checking whether to build shared libraries... yes
1639checking whether to build static libraries... no
1640
1641creating libtool
1642appending configuration tag "CXX" to libtool
1643configure: creating ./config.status
1644config.status: creating config.h
1645/bin/bash /usr/src/php/ext/sockets/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/sockets -DPHP_ATOM_INC -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/sockets/sockets.c -o sockets.lo
1646/bin/bash /usr/src/php/ext/sockets/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/sockets -DPHP_ATOM_INC -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/sockets/multicast.c -o multicast.lo
1647/bin/bash /usr/src/php/ext/sockets/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/sockets -DPHP_ATOM_INC -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/sockets/conversions.c -o conversions.lo
1648/bin/bash /usr/src/php/ext/sockets/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/sockets -DPHP_ATOM_INC -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/sockets/sockaddr_conv.c -o sockaddr_conv.lo
1649/bin/bash /usr/src/php/ext/sockets/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/sockets -DPHP_ATOM_INC -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/sockets/sendrecvmsg.c -o sendrecvmsg.lo
1650mkdir .libs
1651 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/sockets -DPHP_ATOM_INC -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/sockets/multicast.c -fPIC -DPIC -o .libs/multicast.o
1652 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/sockets -DPHP_ATOM_INC -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/sockets/conversions.c -fPIC -DPIC -o .libs/conversions.o
1653 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/sockets -DPHP_ATOM_INC -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/sockets/sendrecvmsg.c -fPIC -DPIC -o .libs/sendrecvmsg.o
1654 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/sockets -DPHP_ATOM_INC -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/sockets/sockaddr_conv.c -fPIC -DPIC -o .libs/sockaddr_conv.o
1655 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/sockets -DPHP_ATOM_INC -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/sockets/sockets.c -fPIC -DPIC -o .libs/sockets.o
1656/bin/bash /usr/src/php/ext/sockets/libtool --mode=link cc -DPHP_ATOM_INC -I/usr/src/php/ext/sockets/include -I/usr/src/php/ext/sockets/main -I/usr/src/php/ext/sockets -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -Wl,-O1 -Wl,--hash-style=both -pie -o sockets.la -export-dynamic -avoid-version -prefer-pic -module -rpath /usr/src/php/ext/sockets/modules sockets.lo multicast.lo conversions.lo sockaddr_conv.lo sendrecvmsg.lo
1657cc -shared .libs/sockets.o .libs/multicast.o .libs/conversions.o .libs/sockaddr_conv.o .libs/sendrecvmsg.o -Wl,-O1 -Wl,--hash-style=both -Wl,-soname -Wl,sockets.so -o .libs/sockets.so
1658creating sockets.la
1659(cd .libs && rm -f sockets.la && ln -s ../sockets.la sockets.la)
1660/bin/bash /usr/src/php/ext/sockets/libtool --mode=install cp ./sockets.la /usr/src/php/ext/sockets/modules
1661cp ./.libs/sockets.so /usr/src/php/ext/sockets/modules/sockets.so
1662cp ./.libs/sockets.lai /usr/src/php/ext/sockets/modules/sockets.la
1663PATH="$PATH:/sbin" ldconfig -n /usr/src/php/ext/sockets/modules
1664----------------------------------------------------------------------
1665Libraries have been installed in:
1666 /usr/src/php/ext/sockets/modules
1667
1668If you ever happen to want to link against installed libraries
1669in a given directory, LIBDIR, you must either use libtool, and
1670specify the full pathname of the library, or use the `-LLIBDIR'
1671flag during linking and do at least one of the following:
1672 - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
1673 during execution
1674 - add LIBDIR to the `LD_RUN_PATH' environment variable
1675 during linking
1676 - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
1677 - have your system administrator add LIBDIR to `/etc/ld.so.conf'
1678
1679See any operating system documentation about shared libraries for
1680more information, such as the ld(1) and ld.so(8) manual pages.
1681----------------------------------------------------------------------
1682
1683Build complete.
1684Don't forget to run 'make test'.
1685
1686Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20180731/
1687Installing header files: /usr/local/include/php/
1688find . -name \*.gcno -o -name \*.gcda | xargs rm -f
1689find . -name \*.lo -o -name \*.o | xargs rm -f
1690find . -name \*.la -o -name \*.a | xargs rm -f
1691find . -name \*.so | xargs rm -f
1692find . -name .libs -a -type d|xargs rm -rf
1693rm -f libphp.la modules/* libs/*
1694Configuring for:
1695PHP Api Version: 20180731
1696Zend Module Api No: 20180731
1697Zend Extension Api No: 320180731
1698checking for grep that handles long lines and -e... /bin/grep
1699checking for egrep... /bin/grep -E
1700checking for a sed that does not truncate output... /bin/sed
1701checking for cc... cc
1702checking whether the C compiler works... yes
1703checking for C compiler default output file name... a.out
1704checking for suffix of executables...
1705checking whether we are cross compiling... no
1706checking for suffix of object files... o
1707checking whether we are using the GNU C compiler... yes
1708checking whether cc accepts -g... yes
1709checking for cc option to accept ISO C89... none needed
1710checking how to run the C preprocessor... cc -E
1711checking for icc... no
1712checking for suncc... no
1713checking whether cc understands -c and -o together... yes
1714checking for system library directory... lib
1715checking if compiler supports -R... no
1716checking if compiler supports -Wl,-rpath,... yes
1717checking build system type... x86_64-pc-linux-gnu
1718checking host system type... x86_64-pc-linux-gnu
1719checking target system type... x86_64-pc-linux-gnu
1720checking for PHP prefix... /usr/local
1721checking 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
1722checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20180731
1723checking for PHP installed headers prefix... /usr/local/include/php
1724checking if debug is enabled... no
1725checking if zts is enabled... no
1726checking for re2c... re2c
1727checking for re2c version... 0.16 (ok)
1728checking for gawk... no
1729checking for nawk... nawk
1730checking if nawk is broken... no
1731checking for iconv support... yes, shared
1732checking for iconv... yes
1733checking if iconv is glibc's... yes
1734checking if iconv supports errno... yes
1735checking if iconv supports //IGNORE... no
1736checking if your cpp allows macro usage in include lines... yes
1737checking for ld used by cc... /usr/bin/ld
1738checking if the linker (/usr/bin/ld) is GNU ld... yes
1739checking for /usr/bin/ld option to reload object files... -r
1740checking for BSD-compatible nm... /usr/bin/nm -B
1741checking whether ln -s works... yes
1742checking how to recognize dependent libraries... pass_all
1743checking for ANSI C header files... yes
1744checking for sys/types.h... yes
1745checking for sys/stat.h... yes
1746checking for stdlib.h... yes
1747checking for string.h... yes
1748checking for memory.h... yes
1749checking for strings.h... yes
1750checking for inttypes.h... yes
1751checking for stdint.h... yes
1752checking for unistd.h... yes
1753checking dlfcn.h usability... yes
1754checking dlfcn.h presence... yes
1755checking for dlfcn.h... yes
1756checking the maximum length of command line arguments... 1572864
1757checking command to parse /usr/bin/nm -B output from cc object... ok
1758checking for objdir... .libs
1759checking for ar... ar
1760checking for ranlib... ranlib
1761checking for strip... strip
1762checking if cc supports -fno-rtti -fno-exceptions... no
1763checking for cc option to produce PIC... -fPIC
1764checking if cc PIC flag -fPIC works... yes
1765checking if cc static flag -static works... yes
1766checking if cc supports -c -o file.o... yes
1767checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
1768checking whether -lc should be explicitly linked in... no
1769checking dynamic linker characteristics... GNU/Linux ld.so
1770checking how to hardcode library paths into programs... immediate
1771checking whether stripping libraries is possible... yes
1772checking if libtool supports shared libraries... yes
1773checking whether to build shared libraries... yes
1774checking whether to build static libraries... no
1775
1776creating libtool
1777appending configuration tag "CXX" to libtool
1778configure: creating ./config.status
1779config.status: creating config.h
1780/bin/bash /usr/src/php/ext/iconv/libtool --mode=compile cc -I"/usr/include" -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/iconv -DPHP_ATOM_INC -I/usr/src/php/ext/iconv/include -I/usr/src/php/ext/iconv/main -I/usr/src/php/ext/iconv -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -I/usr/include -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/iconv/iconv.c -o iconv.lo
1781mkdir .libs
1782 cc -I/usr/include -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/iconv -DPHP_ATOM_INC -I/usr/src/php/ext/iconv/include -I/usr/src/php/ext/iconv/main -I/usr/src/php/ext/iconv -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -I/usr/include -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/iconv/iconv.c -fPIC -DPIC -o .libs/iconv.o
1783/bin/bash /usr/src/php/ext/iconv/libtool --mode=link cc -DPHP_ATOM_INC -I/usr/src/php/ext/iconv/include -I/usr/src/php/ext/iconv/main -I/usr/src/php/ext/iconv -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -I/usr/include -fstack-protector-strong -fpic -fpie -O2 -L/usr/lib -Wl,-O1 -Wl,--hash-style=both -pie -o iconv.la -export-dynamic -avoid-version -prefer-pic -module -rpath /usr/src/php/ext/iconv/modules iconv.lo
1784cc -shared .libs/iconv.o -L/usr/lib -Wl,-O1 -Wl,--hash-style=both -Wl,-soname -Wl,iconv.so -o .libs/iconv.so
1785creating iconv.la
1786(cd .libs && rm -f iconv.la && ln -s ../iconv.la iconv.la)
1787/bin/bash /usr/src/php/ext/iconv/libtool --mode=install cp ./iconv.la /usr/src/php/ext/iconv/modules
1788cp ./.libs/iconv.so /usr/src/php/ext/iconv/modules/iconv.so
1789cp ./.libs/iconv.lai /usr/src/php/ext/iconv/modules/iconv.la
1790PATH="$PATH:/sbin" ldconfig -n /usr/src/php/ext/iconv/modules
1791----------------------------------------------------------------------
1792Libraries have been installed in:
1793 /usr/src/php/ext/iconv/modules
1794
1795If you ever happen to want to link against installed libraries
1796in a given directory, LIBDIR, you must either use libtool, and
1797specify the full pathname of the library, or use the `-LLIBDIR'
1798flag during linking and do at least one of the following:
1799 - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
1800 during execution
1801 - add LIBDIR to the `LD_RUN_PATH' environment variable
1802 during linking
1803 - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
1804 - have your system administrator add LIBDIR to `/etc/ld.so.conf'
1805
1806See any operating system documentation about shared libraries for
1807more information, such as the ld(1) and ld.so(8) manual pages.
1808----------------------------------------------------------------------
1809
1810Build complete.
1811Don't forget to run 'make test'.
1812
1813Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20180731/
1814Installing header files: /usr/local/include/php/
1815
1816warning: iconv (iconv.so) is already loaded!
1817
1818find . -name \*.gcno -o -name \*.gcda | xargs rm -f
1819find . -name \*.lo -o -name \*.o | xargs rm -f
1820find . -name \*.la -o -name \*.a | xargs rm -f
1821find . -name \*.so | xargs rm -f
1822find . -name .libs -a -type d|xargs rm -rf
1823rm -f libphp.la modules/* libs/*
1824Configuring for:
1825PHP Api Version: 20180731
1826Zend Module Api No: 20180731
1827Zend Extension Api No: 320180731
1828checking for grep that handles long lines and -e... /bin/grep
1829checking for egrep... /bin/grep -E
1830checking for a sed that does not truncate output... /bin/sed
1831checking for cc... cc
1832checking whether the C compiler works... yes
1833checking for C compiler default output file name... a.out
1834checking for suffix of executables...
1835checking whether we are cross compiling... no
1836checking for suffix of object files... o
1837checking whether we are using the GNU C compiler... yes
1838checking whether cc accepts -g... yes
1839checking for cc option to accept ISO C89... none needed
1840checking how to run the C preprocessor... cc -E
1841checking for icc... no
1842checking for suncc... no
1843checking whether cc understands -c and -o together... yes
1844checking for system library directory... lib
1845checking if compiler supports -R... no
1846checking if compiler supports -Wl,-rpath,... yes
1847checking build system type... x86_64-pc-linux-gnu
1848checking host system type... x86_64-pc-linux-gnu
1849checking target system type... x86_64-pc-linux-gnu
1850checking for PHP prefix... /usr/local
1851checking 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
1852checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20180731
1853checking for PHP installed headers prefix... /usr/local/include/php
1854checking if debug is enabled... no
1855checking if zts is enabled... no
1856checking for re2c... re2c
1857checking for re2c version... 0.16 (ok)
1858checking for gawk... no
1859checking for nawk... nawk
1860checking if nawk is broken... no
1861checking whether to enable PDO support... yes, shared
1862checking for ld used by cc... /usr/bin/ld
1863checking if the linker (/usr/bin/ld) is GNU ld... yes
1864checking for /usr/bin/ld option to reload object files... -r
1865checking for BSD-compatible nm... /usr/bin/nm -B
1866checking whether ln -s works... yes
1867checking how to recognize dependent libraries... pass_all
1868checking for ANSI C header files... yes
1869checking for sys/types.h... yes
1870checking for sys/stat.h... yes
1871checking for stdlib.h... yes
1872checking for string.h... yes
1873checking for memory.h... yes
1874checking for strings.h... yes
1875checking for inttypes.h... yes
1876checking for stdint.h... yes
1877checking for unistd.h... yes
1878checking dlfcn.h usability... yes
1879checking dlfcn.h presence... yes
1880checking for dlfcn.h... yes
1881checking the maximum length of command line arguments... 1572864
1882checking command to parse /usr/bin/nm -B output from cc object... ok
1883checking for objdir... .libs
1884checking for ar... ar
1885checking for ranlib... ranlib
1886checking for strip... strip
1887checking if cc supports -fno-rtti -fno-exceptions... no
1888checking for cc option to produce PIC... -fPIC
1889checking if cc PIC flag -fPIC works... yes
1890checking if cc static flag -static works... yes
1891checking if cc supports -c -o file.o... yes
1892checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
1893checking whether -lc should be explicitly linked in... no
1894checking dynamic linker characteristics... GNU/Linux ld.so
1895checking how to hardcode library paths into programs... immediate
1896checking whether stripping libraries is possible... yes
1897checking if libtool supports shared libraries... yes
1898checking whether to build shared libraries... yes
1899checking whether to build static libraries... no
1900
1901creating libtool
1902appending configuration tag "CXX" to libtool
1903configure: creating ./config.status
1904config.status: creating config.h
1905/bin/bash /usr/src/php/ext/pdo/libtool --mode=compile cc -I. -I/usr/src/php/ext/pdo -DPHP_ATOM_INC -I/usr/src/php/ext/pdo/include -I/usr/src/php/ext/pdo/main -I/usr/src/php/ext/pdo -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/pdo/pdo.c -o pdo.lo
1906/bin/bash /usr/src/php/ext/pdo/libtool --mode=compile cc -I. -I/usr/src/php/ext/pdo -DPHP_ATOM_INC -I/usr/src/php/ext/pdo/include -I/usr/src/php/ext/pdo/main -I/usr/src/php/ext/pdo -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/pdo/pdo_dbh.c -o pdo_dbh.lo
1907/bin/bash /usr/src/php/ext/pdo/libtool --mode=compile cc -I. -I/usr/src/php/ext/pdo -DPHP_ATOM_INC -I/usr/src/php/ext/pdo/include -I/usr/src/php/ext/pdo/main -I/usr/src/php/ext/pdo -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/pdo/pdo_stmt.c -o pdo_stmt.lo
1908/bin/bash /usr/src/php/ext/pdo/libtool --mode=compile cc -I. -I/usr/src/php/ext/pdo -DPHP_ATOM_INC -I/usr/src/php/ext/pdo/include -I/usr/src/php/ext/pdo/main -I/usr/src/php/ext/pdo -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/pdo/pdo_sql_parser.c -o pdo_sql_parser.lo
1909/bin/bash /usr/src/php/ext/pdo/libtool --mode=compile cc -I. -I/usr/src/php/ext/pdo -DPHP_ATOM_INC -I/usr/src/php/ext/pdo/include -I/usr/src/php/ext/pdo/main -I/usr/src/php/ext/pdo -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/pdo/pdo_sqlstate.c -o pdo_sqlstate.lo
1910mkdir .libs
1911mkdir .libs
1912mkdir: cannot create directory '.libs': File exists
1913 cc -I. -I/usr/src/php/ext/pdo -DPHP_ATOM_INC -I/usr/src/php/ext/pdo/include -I/usr/src/php/ext/pdo/main -I/usr/src/php/ext/pdo -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/pdo/pdo.c -fPIC -DPIC -o .libs/pdo.o
1914 cc -I. -I/usr/src/php/ext/pdo -DPHP_ATOM_INC -I/usr/src/php/ext/pdo/include -I/usr/src/php/ext/pdo/main -I/usr/src/php/ext/pdo -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/pdo/pdo_sqlstate.c -fPIC -DPIC -o .libs/pdo_sqlstate.o
1915 cc -I. -I/usr/src/php/ext/pdo -DPHP_ATOM_INC -I/usr/src/php/ext/pdo/include -I/usr/src/php/ext/pdo/main -I/usr/src/php/ext/pdo -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/pdo/pdo_sql_parser.c -fPIC -DPIC -o .libs/pdo_sql_parser.o
1916 cc -I. -I/usr/src/php/ext/pdo -DPHP_ATOM_INC -I/usr/src/php/ext/pdo/include -I/usr/src/php/ext/pdo/main -I/usr/src/php/ext/pdo -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/pdo/pdo_stmt.c -fPIC -DPIC -o .libs/pdo_stmt.o
1917 cc -I. -I/usr/src/php/ext/pdo -DPHP_ATOM_INC -I/usr/src/php/ext/pdo/include -I/usr/src/php/ext/pdo/main -I/usr/src/php/ext/pdo -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/pdo/pdo_dbh.c -fPIC -DPIC -o .libs/pdo_dbh.o
1918/bin/bash /usr/src/php/ext/pdo/libtool --mode=link cc -DPHP_ATOM_INC -I/usr/src/php/ext/pdo/include -I/usr/src/php/ext/pdo/main -I/usr/src/php/ext/pdo -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -Wl,-O1 -Wl,--hash-style=both -pie -o pdo.la -export-dynamic -avoid-version -prefer-pic -module -rpath /usr/src/php/ext/pdo/modules pdo.lo pdo_dbh.lo pdo_stmt.lo pdo_sql_parser.lo pdo_sqlstate.lo
1919cc -shared .libs/pdo.o .libs/pdo_dbh.o .libs/pdo_stmt.o .libs/pdo_sql_parser.o .libs/pdo_sqlstate.o -Wl,-O1 -Wl,--hash-style=both -Wl,-soname -Wl,pdo.so -o .libs/pdo.so
1920creating pdo.la
1921(cd .libs && rm -f pdo.la && ln -s ../pdo.la pdo.la)
1922/bin/bash /usr/src/php/ext/pdo/libtool --mode=install cp ./pdo.la /usr/src/php/ext/pdo/modules
1923cp ./.libs/pdo.so /usr/src/php/ext/pdo/modules/pdo.so
1924cp ./.libs/pdo.lai /usr/src/php/ext/pdo/modules/pdo.la
1925PATH="$PATH:/sbin" ldconfig -n /usr/src/php/ext/pdo/modules
1926----------------------------------------------------------------------
1927Libraries have been installed in:
1928 /usr/src/php/ext/pdo/modules
1929
1930If you ever happen to want to link against installed libraries
1931in a given directory, LIBDIR, you must either use libtool, and
1932specify the full pathname of the library, or use the `-LLIBDIR'
1933flag during linking and do at least one of the following:
1934 - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
1935 during execution
1936 - add LIBDIR to the `LD_RUN_PATH' environment variable
1937 during linking
1938 - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
1939 - have your system administrator add LIBDIR to `/etc/ld.so.conf'
1940
1941See any operating system documentation about shared libraries for
1942more information, such as the ld(1) and ld.so(8) manual pages.
1943----------------------------------------------------------------------
1944
1945Build complete.
1946Don't forget to run 'make test'.
1947
1948Installing PDO headers: /usr/local/include/php/ext/pdo/
1949Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20180731/
1950Installing header files: /usr/local/include/php/
1951
1952warning: pdo (pdo.so) is already loaded!
1953
1954find . -name \*.gcno -o -name \*.gcda | xargs rm -f
1955find . -name \*.lo -o -name \*.o | xargs rm -f
1956find . -name \*.la -o -name \*.a | xargs rm -f
1957find . -name \*.so | xargs rm -f
1958find . -name .libs -a -type d|xargs rm -rf
1959rm -f libphp.la modules/* libs/*
1960Configuring for:
1961PHP Api Version: 20180731
1962Zend Module Api No: 20180731
1963Zend Extension Api No: 320180731
1964checking for grep that handles long lines and -e... /bin/grep
1965checking for egrep... /bin/grep -E
1966checking for a sed that does not truncate output... /bin/sed
1967checking for cc... cc
1968checking whether the C compiler works... yes
1969checking for C compiler default output file name... a.out
1970checking for suffix of executables...
1971checking whether we are cross compiling... no
1972checking for suffix of object files... o
1973checking whether we are using the GNU C compiler... yes
1974checking whether cc accepts -g... yes
1975checking for cc option to accept ISO C89... none needed
1976checking how to run the C preprocessor... cc -E
1977checking for icc... no
1978checking for suncc... no
1979checking whether cc understands -c and -o together... yes
1980checking for system library directory... lib
1981checking if compiler supports -R... no
1982checking if compiler supports -Wl,-rpath,... yes
1983checking build system type... x86_64-pc-linux-gnu
1984checking host system type... x86_64-pc-linux-gnu
1985checking target system type... x86_64-pc-linux-gnu
1986checking for PHP prefix... /usr/local
1987checking 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
1988checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20180731
1989checking for PHP installed headers prefix... /usr/local/include/php
1990checking if debug is enabled... no
1991checking if zts is enabled... no
1992checking for re2c... re2c
1993checking for re2c version... 0.16 (ok)
1994checking for gawk... no
1995checking for nawk... nawk
1996checking if nawk is broken... no
1997checking for MySQL support for PDO... yes, shared
1998checking for the location of libz... no
1999checking for MySQL UNIX socket location...
2000checking for PDO includes... checking for PDO includes... /usr/local/include/php/ext
2001checking for ld used by cc... /usr/bin/ld
2002checking if the linker (/usr/bin/ld) is GNU ld... yes
2003checking for /usr/bin/ld option to reload object files... -r
2004checking for BSD-compatible nm... /usr/bin/nm -B
2005checking whether ln -s works... yes
2006checking how to recognize dependent libraries... pass_all
2007checking for ANSI C header files... yes
2008checking for sys/types.h... yes
2009checking for sys/stat.h... yes
2010checking for stdlib.h... yes
2011checking for string.h... yes
2012checking for memory.h... yes
2013checking for strings.h... yes
2014checking for inttypes.h... yes
2015checking for stdint.h... yes
2016checking for unistd.h... yes
2017checking dlfcn.h usability... yes
2018checking dlfcn.h presence... yes
2019checking for dlfcn.h... yes
2020checking the maximum length of command line arguments... 1572864
2021checking command to parse /usr/bin/nm -B output from cc object... ok
2022checking for objdir... .libs
2023checking for ar... ar
2024checking for ranlib... ranlib
2025checking for strip... strip
2026checking if cc supports -fno-rtti -fno-exceptions... no
2027checking for cc option to produce PIC... -fPIC
2028checking if cc PIC flag -fPIC works... yes
2029checking if cc static flag -static works... yes
2030checking if cc supports -c -o file.o... yes
2031checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
2032checking whether -lc should be explicitly linked in... no
2033checking dynamic linker characteristics... GNU/Linux ld.so
2034checking how to hardcode library paths into programs... immediate
2035checking whether stripping libraries is possible... yes
2036checking if libtool supports shared libraries... yes
2037checking whether to build shared libraries... yes
2038checking whether to build static libraries... no
2039
2040creating libtool
2041appending configuration tag "CXX" to libtool
2042configure: creating ./config.status
2043config.status: creating config.h
2044/bin/bash /usr/src/php/ext/pdo_mysql/libtool --mode=compile cc -I/usr/local/include/php/ext -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/pdo_mysql -DPHP_ATOM_INC -I/usr/src/php/ext/pdo_mysql/include -I/usr/src/php/ext/pdo_mysql/main -I/usr/src/php/ext/pdo_mysql -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/pdo_mysql/pdo_mysql.c -o pdo_mysql.lo
2045/bin/bash /usr/src/php/ext/pdo_mysql/libtool --mode=compile cc -I/usr/local/include/php/ext -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/pdo_mysql -DPHP_ATOM_INC -I/usr/src/php/ext/pdo_mysql/include -I/usr/src/php/ext/pdo_mysql/main -I/usr/src/php/ext/pdo_mysql -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/pdo_mysql/mysql_driver.c -o mysql_driver.lo
2046/bin/bash /usr/src/php/ext/pdo_mysql/libtool --mode=compile cc -I/usr/local/include/php/ext -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/pdo_mysql -DPHP_ATOM_INC -I/usr/src/php/ext/pdo_mysql/include -I/usr/src/php/ext/pdo_mysql/main -I/usr/src/php/ext/pdo_mysql -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/pdo_mysql/mysql_statement.c -o mysql_statement.lo
2047mkdir .libs
2048 cc -I/usr/local/include/php/ext -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/pdo_mysql -DPHP_ATOM_INC -I/usr/src/php/ext/pdo_mysql/include -I/usr/src/php/ext/pdo_mysql/main -I/usr/src/php/ext/pdo_mysql -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/pdo_mysql/pdo_mysql.c -fPIC -DPIC -o .libs/pdo_mysql.o
2049 cc -I/usr/local/include/php/ext -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/pdo_mysql -DPHP_ATOM_INC -I/usr/src/php/ext/pdo_mysql/include -I/usr/src/php/ext/pdo_mysql/main -I/usr/src/php/ext/pdo_mysql -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/pdo_mysql/mysql_statement.c -fPIC -DPIC -o .libs/mysql_statement.o
2050 cc -I/usr/local/include/php/ext -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/pdo_mysql -DPHP_ATOM_INC -I/usr/src/php/ext/pdo_mysql/include -I/usr/src/php/ext/pdo_mysql/main -I/usr/src/php/ext/pdo_mysql -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/pdo_mysql/mysql_driver.c -fPIC -DPIC -o .libs/mysql_driver.o
2051/bin/bash /usr/src/php/ext/pdo_mysql/libtool --mode=link cc -DPHP_ATOM_INC -I/usr/src/php/ext/pdo_mysql/include -I/usr/src/php/ext/pdo_mysql/main -I/usr/src/php/ext/pdo_mysql -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -Wl,-O1 -Wl,--hash-style=both -pie -o pdo_mysql.la -export-dynamic -avoid-version -prefer-pic -module -rpath /usr/src/php/ext/pdo_mysql/modules pdo_mysql.lo mysql_driver.lo mysql_statement.lo
2052cc -shared .libs/pdo_mysql.o .libs/mysql_driver.o .libs/mysql_statement.o -Wl,-O1 -Wl,--hash-style=both -Wl,-soname -Wl,pdo_mysql.so -o .libs/pdo_mysql.so
2053creating pdo_mysql.la
2054(cd .libs && rm -f pdo_mysql.la && ln -s ../pdo_mysql.la pdo_mysql.la)
2055/bin/bash /usr/src/php/ext/pdo_mysql/libtool --mode=install cp ./pdo_mysql.la /usr/src/php/ext/pdo_mysql/modules
2056cp ./.libs/pdo_mysql.so /usr/src/php/ext/pdo_mysql/modules/pdo_mysql.so
2057cp ./.libs/pdo_mysql.lai /usr/src/php/ext/pdo_mysql/modules/pdo_mysql.la
2058PATH="$PATH:/sbin" ldconfig -n /usr/src/php/ext/pdo_mysql/modules
2059----------------------------------------------------------------------
2060Libraries have been installed in:
2061 /usr/src/php/ext/pdo_mysql/modules
2062
2063If you ever happen to want to link against installed libraries
2064in a given directory, LIBDIR, you must either use libtool, and
2065specify the full pathname of the library, or use the `-LLIBDIR'
2066flag during linking and do at least one of the following:
2067 - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
2068 during execution
2069 - add LIBDIR to the `LD_RUN_PATH' environment variable
2070 during linking
2071 - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
2072 - have your system administrator add LIBDIR to `/etc/ld.so.conf'
2073
2074See any operating system documentation about shared libraries for
2075more information, such as the ld(1) and ld.so(8) manual pages.
2076----------------------------------------------------------------------
2077
2078Build complete.
2079Don't forget to run 'make test'.
2080
2081Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20180731/
2082find . -name \*.gcno -o -name \*.gcda | xargs rm -f
2083find . -name \*.lo -o -name \*.o | xargs rm -f
2084find . -name \*.la -o -name \*.a | xargs rm -f
2085find . -name \*.so | xargs rm -f
2086find . -name .libs -a -type d|xargs rm -rf
2087rm -f libphp.la modules/* libs/*
2088/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/gd.c -o gd.lo
2089/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd.c -o libgd/gd.lo
2090/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_gd.c -o libgd/gd_gd.lo
2091/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_gd2.c -o libgd/gd_gd2.lo
2092/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_io.c -o libgd/gd_io.lo
2093/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_io_dp.c -o libgd/gd_io_dp.lo
2094/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_io_file.c -o libgd/gd_io_file.lo
2095/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_ss.c -o libgd/gd_ss.lo
2096mkdir libgd/.libs
2097mkdir libgd/.libs
2098mkdir libgd/.libs
2099mkdir: cannot create directory 'libgd/.libs': File exists
2100mkdir: cannot create directory 'libgd/.libs': File exists
2101 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_gd.c -fPIC -DPIC -o libgd/.libs/gd_gd.o
2102 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_ss.c -fPIC -DPIC -o libgd/.libs/gd_ss.o
2103 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_io_dp.c -fPIC -DPIC -o libgd/.libs/gd_io_dp.o
2104 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_io.c -fPIC -DPIC -o libgd/.libs/gd_io.o
2105 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd.c -fPIC -DPIC -o libgd/.libs/gd.o
2106 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_io_file.c -fPIC -DPIC -o libgd/.libs/gd_io_file.o
2107 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_gd2.c -fPIC -DPIC -o libgd/.libs/gd_gd2.o
2108mkdir .libs
2109 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/gd.c -fPIC -DPIC -o .libs/gd.o
2110/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_io_ss.c -o libgd/gd_io_ss.lo
2111/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_webp.c -o libgd/gd_webp.lo
2112/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_png.c -o libgd/gd_png.lo
2113/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_jpeg.c -o libgd/gd_jpeg.lo
2114/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gdxpm.c -o libgd/gdxpm.lo
2115 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_io_ss.c -fPIC -DPIC -o libgd/.libs/gd_io_ss.o
2116 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_webp.c -fPIC -DPIC -o libgd/.libs/gd_webp.o
2117/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gdfontt.c -o libgd/gdfontt.lo
2118 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_png.c -fPIC -DPIC -o libgd/.libs/gd_png.o
2119 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_jpeg.c -fPIC -DPIC -o libgd/.libs/gd_jpeg.o
2120 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gdxpm.c -fPIC -DPIC -o libgd/.libs/gdxpm.o
2121/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gdfonts.c -o libgd/gdfonts.lo
2122/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gdfontmb.c -o libgd/gdfontmb.lo
2123 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gdfontt.c -fPIC -DPIC -o libgd/.libs/gdfontt.o
2124/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gdfontl.c -o libgd/gdfontl.lo
2125/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gdfontg.c -o libgd/gdfontg.lo
2126 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gdfonts.c -fPIC -DPIC -o libgd/.libs/gdfonts.o
2127 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gdfontmb.c -fPIC -DPIC -o libgd/.libs/gdfontmb.o
2128/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gdtables.c -o libgd/gdtables.lo
2129/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gdft.c -o libgd/gdft.lo
2130/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gdcache.c -o libgd/gdcache.lo
2131 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gdfontg.c -fPIC -DPIC -o libgd/.libs/gdfontg.o
2132 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gdfontl.c -fPIC -DPIC -o libgd/.libs/gdfontl.o
2133/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gdkanji.c -o libgd/gdkanji.lo
2134 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gdtables.c -fPIC -DPIC -o libgd/.libs/gdtables.o
2135 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gdft.c -fPIC -DPIC -o libgd/.libs/gdft.o
2136 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gdcache.c -fPIC -DPIC -o libgd/.libs/gdcache.o
2137/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/wbmp.c -o libgd/wbmp.lo
2138/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_wbmp.c -o libgd/gd_wbmp.lo
2139/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gdhelpers.c -o libgd/gdhelpers.lo
2140 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gdkanji.c -fPIC -DPIC -o libgd/.libs/gdkanji.o
2141 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/wbmp.c -fPIC -DPIC -o libgd/.libs/wbmp.o
2142 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_wbmp.c -fPIC -DPIC -o libgd/.libs/gd_wbmp.o
2143/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_topal.c -o libgd/gd_topal.lo
2144 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gdhelpers.c -fPIC -DPIC -o libgd/.libs/gdhelpers.o
2145/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_gif_in.c -o libgd/gd_gif_in.lo
2146/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_xbm.c -o libgd/gd_xbm.lo
2147/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_gif_out.c -o libgd/gd_gif_out.lo
2148/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_security.c -o libgd/gd_security.lo
2149 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_topal.c -fPIC -DPIC -o libgd/.libs/gd_topal.o
2150/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_filter.c -o libgd/gd_filter.lo
2151/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_pixelate.c -o libgd/gd_pixelate.lo
2152/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_rotate.c -o libgd/gd_rotate.lo
2153 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_gif_in.c -fPIC -DPIC -o libgd/.libs/gd_gif_in.o
2154 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_xbm.c -fPIC -DPIC -o libgd/.libs/gd_xbm.o
2155 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_gif_out.c -fPIC -DPIC -o libgd/.libs/gd_gif_out.o
2156 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_security.c -fPIC -DPIC -o libgd/.libs/gd_security.o
2157 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_pixelate.c -fPIC -DPIC -o libgd/.libs/gd_pixelate.o
2158 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_filter.c -fPIC -DPIC -o libgd/.libs/gd_filter.o
2159/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_color_match.c -o libgd/gd_color_match.lo
2160 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_rotate.c -fPIC -DPIC -o libgd/.libs/gd_rotate.o
2161/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_transform.c -o libgd/gd_transform.lo
2162/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_crop.c -o libgd/gd_crop.lo
2163/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_interpolation.c -o libgd/gd_interpolation.lo
2164/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_matrix.c -o libgd/gd_matrix.lo
2165 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_color_match.c -fPIC -DPIC -o libgd/.libs/gd_color_match.o
2166/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_bmp.c -o libgd/gd_bmp.lo
2167 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_transform.c -fPIC -DPIC -o libgd/.libs/gd_transform.o
2168 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_crop.c -fPIC -DPIC -o libgd/.libs/gd_crop.o
2169 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_interpolation.c -fPIC -DPIC -o libgd/.libs/gd_interpolation.o
2170 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_matrix.c -fPIC -DPIC -o libgd/.libs/gd_matrix.o
2171 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/gd/libgd/gd_bmp.c -fPIC -DPIC -o libgd/.libs/gd_bmp.o
2172/bin/bash /usr/src/php/ext/gd/libtool --mode=link cc -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -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/freetype2 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -Wl,-O1 -Wl,--hash-style=both -pie -o gd.la -export-dynamic -avoid-version -prefer-pic -module -rpath /usr/src/php/ext/gd/modules gd.lo libgd/gd.lo libgd/gd_gd.lo libgd/gd_gd2.lo libgd/gd_io.lo libgd/gd_io_dp.lo libgd/gd_io_file.lo libgd/gd_ss.lo libgd/gd_io_ss.lo libgd/gd_webp.lo libgd/gd_png.lo libgd/gd_jpeg.lo libgd/gdxpm.lo libgd/gdfontt.lo libgd/gdfonts.lo libgd/gdfontmb.lo libgd/gdfontl.lo libgd/gdfontg.lo libgd/gdtables.lo libgd/gdft.lo libgd/gdcache.lo libgd/gdkanji.lo libgd/wbmp.lo libgd/gd_wbmp.lo libgd/gdhelpers.lo libgd/gd_topal.lo libgd/gd_gif_in.lo libgd/gd_xbm.lo libgd/gd_gif_out.lo libgd/gd_security.lo libgd/gd_filter.lo libgd/gd_pixelate.lo libgd/gd_rotate.lo libgd/gd_color_match.lo libgd/gd_transform.lo libgd/gd_crop.lo libgd/gd_interpolation.lo libgd/gd_matrix.lo libgd/gd_bmp.lo -Wl,-rpath,/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -lpng -lz -ljpeg -lfreetype
2173cc -shared .libs/gd.o libgd/.libs/gd.o libgd/.libs/gd_gd.o libgd/.libs/gd_gd2.o libgd/.libs/gd_io.o libgd/.libs/gd_io_dp.o libgd/.libs/gd_io_file.o libgd/.libs/gd_ss.o libgd/.libs/gd_io_ss.o libgd/.libs/gd_webp.o libgd/.libs/gd_png.o libgd/.libs/gd_jpeg.o libgd/.libs/gdxpm.o libgd/.libs/gdfontt.o libgd/.libs/gdfonts.o libgd/.libs/gdfontmb.o libgd/.libs/gdfontl.o libgd/.libs/gdfontg.o libgd/.libs/gdtables.o libgd/.libs/gdft.o libgd/.libs/gdcache.o libgd/.libs/gdkanji.o libgd/.libs/wbmp.o libgd/.libs/gd_wbmp.o libgd/.libs/gdhelpers.o libgd/.libs/gd_topal.o libgd/.libs/gd_gif_in.o libgd/.libs/gd_xbm.o libgd/.libs/gd_gif_out.o libgd/.libs/gd_security.o libgd/.libs/gd_filter.o libgd/.libs/gd_pixelate.o libgd/.libs/gd_rotate.o libgd/.libs/gd_color_match.o libgd/.libs/gd_transform.o libgd/.libs/gd_crop.o libgd/.libs/gd_interpolation.o libgd/.libs/gd_matrix.o libgd/.libs/gd_bmp.o -L/usr/lib/x86_64-linux-gnu -lpng -lz -ljpeg /usr/lib/x86_64-linux-gnu/libfreetype.so -Wl,-O1 -Wl,--hash-style=both -Wl,-rpath -Wl,/usr/lib/x86_64-linux-gnu -Wl,-soname -Wl,gd.so -o .libs/gd.so
2174creating gd.la
2175(cd .libs && rm -f gd.la && ln -s ../gd.la gd.la)
2176/bin/bash /usr/src/php/ext/gd/libtool --mode=install cp ./gd.la /usr/src/php/ext/gd/modules
2177cp ./.libs/gd.so /usr/src/php/ext/gd/modules/gd.so
2178cp ./.libs/gd.lai /usr/src/php/ext/gd/modules/gd.la
2179PATH="$PATH:/sbin" ldconfig -n /usr/src/php/ext/gd/modules
2180----------------------------------------------------------------------
2181Libraries have been installed in:
2182 /usr/src/php/ext/gd/modules
2183
2184If you ever happen to want to link against installed libraries
2185in a given directory, LIBDIR, you must either use libtool, and
2186specify the full pathname of the library, or use the `-LLIBDIR'
2187flag during linking and do at least one of the following:
2188 - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
2189 during execution
2190 - add LIBDIR to the `LD_RUN_PATH' environment variable
2191 during linking
2192 - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
2193 - have your system administrator add LIBDIR to `/etc/ld.so.conf'
2194
2195See any operating system documentation about shared libraries for
2196more information, such as the ld(1) and ld.so(8) manual pages.
2197----------------------------------------------------------------------
2198
2199Build complete.
2200Don't forget to run 'make test'.
2201
2202Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20180731/
2203Installing header files: /usr/local/include/php/
2204find . -name \*.gcno -o -name \*.gcda | xargs rm -f
2205find . -name \*.lo -o -name \*.o | xargs rm -f
2206find . -name \*.la -o -name \*.a | xargs rm -f
2207find . -name \*.so | xargs rm -f
2208find . -name .libs -a -type d|xargs rm -rf
2209rm -f libphp.la modules/* libs/*
2210Configuring for:
2211PHP Api Version: 20180731
2212Zend Module Api No: 20180731
2213Zend Extension Api No: 320180731
2214checking for grep that handles long lines and -e... /bin/grep
2215checking for egrep... /bin/grep -E
2216checking for a sed that does not truncate output... /bin/sed
2217checking for cc... cc
2218checking whether the C compiler works... yes
2219checking for C compiler default output file name... a.out
2220checking for suffix of executables...
2221checking whether we are cross compiling... no
2222checking for suffix of object files... o
2223checking whether we are using the GNU C compiler... yes
2224checking whether cc accepts -g... yes
2225checking for cc option to accept ISO C89... none needed
2226checking how to run the C preprocessor... cc -E
2227checking for icc... no
2228checking for suncc... no
2229checking whether cc understands -c and -o together... yes
2230checking for system library directory... lib
2231checking if compiler supports -R... no
2232checking if compiler supports -Wl,-rpath,... yes
2233checking build system type... x86_64-pc-linux-gnu
2234checking host system type... x86_64-pc-linux-gnu
2235checking target system type... x86_64-pc-linux-gnu
2236checking for PHP prefix... /usr/local
2237checking 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
2238checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20180731
2239checking for PHP installed headers prefix... /usr/local/include/php
2240checking if debug is enabled... no
2241checking if zts is enabled... no
2242checking for re2c... re2c
2243checking for re2c version... 0.16 (ok)
2244checking for gawk... no
2245checking for nawk... nawk
2246checking if nawk is broken... no
2247checking for MySQLi support... yes, shared
2248checking whether to enable embedded MySQLi support... no
2249checking for specified location of the MySQL UNIX socket... no
2250checking for MySQL UNIX socket location... no
2251checking for ld used by cc... /usr/bin/ld
2252checking if the linker (/usr/bin/ld) is GNU ld... yes
2253checking for /usr/bin/ld option to reload object files... -r
2254checking for BSD-compatible nm... /usr/bin/nm -B
2255checking whether ln -s works... yes
2256checking how to recognize dependent libraries... pass_all
2257checking for ANSI C header files... yes
2258checking for sys/types.h... yes
2259checking for sys/stat.h... yes
2260checking for stdlib.h... yes
2261checking for string.h... yes
2262checking for memory.h... yes
2263checking for strings.h... yes
2264checking for inttypes.h... yes
2265checking for stdint.h... yes
2266checking for unistd.h... yes
2267checking dlfcn.h usability... yes
2268checking dlfcn.h presence... yes
2269checking for dlfcn.h... yes
2270checking the maximum length of command line arguments... 1572864
2271checking command to parse /usr/bin/nm -B output from cc object... ok
2272checking for objdir... .libs
2273checking for ar... ar
2274checking for ranlib... ranlib
2275checking for strip... strip
2276checking if cc supports -fno-rtti -fno-exceptions... no
2277checking for cc option to produce PIC... -fPIC
2278checking if cc PIC flag -fPIC works... yes
2279checking if cc static flag -static works... yes
2280checking if cc supports -c -o file.o... yes
2281checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
2282checking whether -lc should be explicitly linked in... no
2283checking dynamic linker characteristics... GNU/Linux ld.so
2284checking how to hardcode library paths into programs... immediate
2285checking whether stripping libraries is possible... yes
2286checking if libtool supports shared libraries... yes
2287checking whether to build shared libraries... yes
2288checking whether to build static libraries... no
2289
2290creating libtool
2291appending configuration tag "CXX" to libtool
2292configure: creating ./config.status
2293config.status: creating config.h
2294/bin/bash /usr/src/php/ext/mysqli/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/mysqli/mysqli.c -o mysqli.lo
2295/bin/bash /usr/src/php/ext/mysqli/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/mysqli/mysqli_api.c -o mysqli_api.lo
2296/bin/bash /usr/src/php/ext/mysqli/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/mysqli/mysqli_prop.c -o mysqli_prop.lo
2297/bin/bash /usr/src/php/ext/mysqli/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/mysqli/mysqli_nonapi.c -o mysqli_nonapi.lo
2298/bin/bash /usr/src/php/ext/mysqli/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/mysqli/mysqli_fe.c -o mysqli_fe.lo
2299/bin/bash /usr/src/php/ext/mysqli/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/mysqli/mysqli_report.c -o mysqli_report.lo
2300/bin/bash /usr/src/php/ext/mysqli/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/mysqli/mysqli_driver.c -o mysqli_driver.lo
2301/bin/bash /usr/src/php/ext/mysqli/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/mysqli/mysqli_warning.c -o mysqli_warning.lo
2302mkdir .libs
2303 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/mysqli/mysqli_driver.c -fPIC -DPIC -o .libs/mysqli_driver.o
2304 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/mysqli/mysqli.c -fPIC -DPIC -o .libs/mysqli.o
2305 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/mysqli/mysqli_fe.c -fPIC -DPIC -o .libs/mysqli_fe.o
2306 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/mysqli/mysqli_report.c -fPIC -DPIC -o .libs/mysqli_report.o
2307 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/mysqli/mysqli_warning.c -fPIC -DPIC -o .libs/mysqli_warning.o
2308 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/mysqli/mysqli_api.c -fPIC -DPIC -o .libs/mysqli_api.o
2309 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/mysqli/mysqli_nonapi.c -fPIC -DPIC -o .libs/mysqli_nonapi.o
2310 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/mysqli/mysqli_prop.c -fPIC -DPIC -o .libs/mysqli_prop.o
2311/bin/bash /usr/src/php/ext/mysqli/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/mysqli/mysqli_exception.c -o mysqli_exception.lo
2312/bin/bash /usr/src/php/ext/mysqli/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/mysqli/mysqli_result_iterator.c -o mysqli_result_iterator.lo
2313 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/mysqli/mysqli_exception.c -fPIC -DPIC -o .libs/mysqli_exception.o
2314 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/mysqli/mysqli_result_iterator.c -fPIC -DPIC -o .libs/mysqli_result_iterator.o
2315/bin/bash /usr/src/php/ext/mysqli/libtool --mode=link cc -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -Wl,-O1 -Wl,--hash-style=both -pie -o mysqli.la -export-dynamic -avoid-version -prefer-pic -module -rpath /usr/src/php/ext/mysqli/modules mysqli.lo mysqli_api.lo mysqli_prop.lo mysqli_nonapi.lo mysqli_fe.lo mysqli_report.lo mysqli_driver.lo mysqli_warning.lo mysqli_exception.lo mysqli_result_iterator.lo
2316cc -shared .libs/mysqli.o .libs/mysqli_api.o .libs/mysqli_prop.o .libs/mysqli_nonapi.o .libs/mysqli_fe.o .libs/mysqli_report.o .libs/mysqli_driver.o .libs/mysqli_warning.o .libs/mysqli_exception.o .libs/mysqli_result_iterator.o -Wl,-O1 -Wl,--hash-style=both -Wl,-soname -Wl,mysqli.so -o .libs/mysqli.so
2317creating mysqli.la
2318(cd .libs && rm -f mysqli.la && ln -s ../mysqli.la mysqli.la)
2319/bin/bash /usr/src/php/ext/mysqli/libtool --mode=install cp ./mysqli.la /usr/src/php/ext/mysqli/modules
2320cp ./.libs/mysqli.so /usr/src/php/ext/mysqli/modules/mysqli.so
2321cp ./.libs/mysqli.lai /usr/src/php/ext/mysqli/modules/mysqli.la
2322PATH="$PATH:/sbin" ldconfig -n /usr/src/php/ext/mysqli/modules
2323----------------------------------------------------------------------
2324Libraries have been installed in:
2325 /usr/src/php/ext/mysqli/modules
2326
2327If you ever happen to want to link against installed libraries
2328in a given directory, LIBDIR, you must either use libtool, and
2329specify the full pathname of the library, or use the `-LLIBDIR'
2330flag during linking and do at least one of the following:
2331 - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
2332 during execution
2333 - add LIBDIR to the `LD_RUN_PATH' environment variable
2334 during linking
2335 - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
2336 - have your system administrator add LIBDIR to `/etc/ld.so.conf'
2337
2338See any operating system documentation about shared libraries for
2339more information, such as the ld(1) and ld.so(8) manual pages.
2340----------------------------------------------------------------------
2341
2342Build complete.
2343Don't forget to run 'make test'.
2344
2345Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20180731/
2346Installing header files: /usr/local/include/php/
2347find . -name \*.gcno -o -name \*.gcda | xargs rm -f
2348find . -name \*.lo -o -name \*.o | xargs rm -f
2349find . -name \*.la -o -name \*.a | xargs rm -f
2350find . -name \*.so | xargs rm -f
2351find . -name .libs -a -type d|xargs rm -rf
2352rm -f libphp.la modules/* libs/*
2353Configuring for:
2354PHP Api Version: 20180731
2355Zend Module Api No: 20180731
2356Zend Extension Api No: 320180731
2357checking for grep that handles long lines and -e... /bin/grep
2358checking for egrep... /bin/grep -E
2359checking for a sed that does not truncate output... /bin/sed
2360checking for cc... cc
2361checking whether the C compiler works... yes
2362checking for C compiler default output file name... a.out
2363checking for suffix of executables...
2364checking whether we are cross compiling... no
2365checking for suffix of object files... o
2366checking whether we are using the GNU C compiler... yes
2367checking whether cc accepts -g... yes
2368checking for cc option to accept ISO C89... none needed
2369checking how to run the C preprocessor... cc -E
2370checking for icc... no
2371checking for suncc... no
2372checking whether cc understands -c and -o together... yes
2373checking for system library directory... lib
2374checking if compiler supports -R... no
2375checking if compiler supports -Wl,-rpath,... yes
2376checking build system type... x86_64-pc-linux-gnu
2377checking host system type... x86_64-pc-linux-gnu
2378checking target system type... x86_64-pc-linux-gnu
2379checking for PHP prefix... /usr/local
2380checking 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
2381checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20180731
2382checking for PHP installed headers prefix... /usr/local/include/php
2383checking if debug is enabled... no
2384checking if zts is enabled... no
2385checking for re2c... re2c
2386checking for re2c version... 0.16 (ok)
2387checking for gawk... no
2388checking for nawk... nawk
2389checking if nawk is broken... no
2390checking whether to enable Zend OPcache support... yes, shared
2391checking whether to enable file based caching... yes
2392checking whether to enable copying PHP CODE pages into HUGE PAGES... yes
2393checking for mprotect... yes
2394checking for ANSI C header files... yes
2395checking for sys/types.h... yes
2396checking for sys/stat.h... yes
2397checking for stdlib.h... yes
2398checking for string.h... yes
2399checking for memory.h... yes
2400checking for strings.h... yes
2401checking for inttypes.h... yes
2402checking for stdint.h... yes
2403checking for unistd.h... yes
2404checking for unistd.h... (cached) yes
2405checking sys/uio.h usability... yes
2406checking sys/uio.h presence... yes
2407checking for sys/uio.h... yes
2408checking for sysvipc shared memory support... yes
2409checking for mmap() using MAP_ANON shared memory support... yes
2410checking for mmap() using /dev/zero shared memory support... yes
2411checking for mmap() using shm_open() shared memory support... no
2412checking for mmap() using regular file shared memory support... yes
2413checking for ld used by cc... /usr/bin/ld
2414checking if the linker (/usr/bin/ld) is GNU ld... yes
2415checking for /usr/bin/ld option to reload object files... -r
2416checking for BSD-compatible nm... /usr/bin/nm -B
2417checking whether ln -s works... yes
2418checking how to recognize dependent libraries... pass_all
2419checking dlfcn.h usability... yes
2420checking dlfcn.h presence... yes
2421checking for dlfcn.h... yes
2422checking the maximum length of command line arguments... 1572864
2423checking command to parse /usr/bin/nm -B output from cc object... ok
2424checking for objdir... .libs
2425checking for ar... ar
2426checking for ranlib... ranlib
2427checking for strip... strip
2428checking if cc supports -fno-rtti -fno-exceptions... no
2429checking for cc option to produce PIC... -fPIC
2430checking if cc PIC flag -fPIC works... yes
2431checking if cc static flag -static works... yes
2432checking if cc supports -c -o file.o... yes
2433checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
2434checking whether -lc should be explicitly linked in... no
2435checking dynamic linker characteristics... GNU/Linux ld.so
2436checking how to hardcode library paths into programs... immediate
2437checking whether stripping libraries is possible... yes
2438checking if libtool supports shared libraries... yes
2439checking whether to build shared libraries... yes
2440checking whether to build static libraries... no
2441
2442creating libtool
2443appending configuration tag "CXX" to libtool
2444configure: creating ./config.status
2445config.status: creating config.h
2446/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/ZendAccelerator.c -o ZendAccelerator.lo
2447/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/zend_accelerator_blacklist.c -o zend_accelerator_blacklist.lo
2448/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/zend_accelerator_debug.c -o zend_accelerator_debug.lo
2449/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/zend_accelerator_hash.c -o zend_accelerator_hash.lo
2450/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/zend_accelerator_module.c -o zend_accelerator_module.lo
2451/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/zend_persist.c -o zend_persist.lo
2452/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/zend_persist_calc.c -o zend_persist_calc.lo
2453/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/zend_file_cache.c -o zend_file_cache.lo
2454mkdir .libs
2455mkdir .libs
2456mkdir: cannot create directory '.libs': File exists
2457 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/zend_persist.c -fPIC -DPIC -o .libs/zend_persist.o
2458 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/zend_accelerator_hash.c -fPIC -DPIC -o .libs/zend_accelerator_hash.o
2459 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/zend_accelerator_module.c -fPIC -DPIC -o .libs/zend_accelerator_module.o
2460 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/zend_accelerator_debug.c -fPIC -DPIC -o .libs/zend_accelerator_debug.o
2461 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/ZendAccelerator.c -fPIC -DPIC -o .libs/ZendAccelerator.o
2462 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/zend_accelerator_blacklist.c -fPIC -DPIC -o .libs/zend_accelerator_blacklist.o
2463 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/zend_file_cache.c -fPIC -DPIC -o .libs/zend_file_cache.o
2464 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/zend_persist_calc.c -fPIC -DPIC -o .libs/zend_persist_calc.o
2465/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/zend_shared_alloc.c -o zend_shared_alloc.lo
2466/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/zend_accelerator_util_funcs.c -o zend_accelerator_util_funcs.lo
2467/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/shared_alloc_shm.c -o shared_alloc_shm.lo
2468 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/zend_shared_alloc.c -fPIC -DPIC -o .libs/zend_shared_alloc.o
2469/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/shared_alloc_mmap.c -o shared_alloc_mmap.lo
2470/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/shared_alloc_posix.c -o shared_alloc_posix.lo
2471 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/zend_accelerator_util_funcs.c -fPIC -DPIC -o .libs/zend_accelerator_util_funcs.o
2472 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/shared_alloc_shm.c -fPIC -DPIC -o .libs/shared_alloc_shm.o
2473 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/shared_alloc_mmap.c -fPIC -DPIC -o .libs/shared_alloc_mmap.o
2474 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/shared_alloc_posix.c -fPIC -DPIC -o .libs/shared_alloc_posix.o
2475/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/zend_optimizer.c -o Optimizer/zend_optimizer.lo
2476/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/pass1_5.c -o Optimizer/pass1_5.lo
2477/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/pass2.c -o Optimizer/pass2.lo
2478/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/pass3.c -o Optimizer/pass3.lo
2479/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/optimize_func_calls.c -o Optimizer/optimize_func_calls.lo
2480mkdir Optimizer/.libs
2481 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/zend_optimizer.c -fPIC -DPIC -o Optimizer/.libs/zend_optimizer.o
2482 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/pass1_5.c -fPIC -DPIC -o Optimizer/.libs/pass1_5.o
2483 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/pass2.c -fPIC -DPIC -o Optimizer/.libs/pass2.o
2484 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/pass3.c -fPIC -DPIC -o Optimizer/.libs/pass3.o
2485 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/optimize_func_calls.c -fPIC -DPIC -o Optimizer/.libs/optimize_func_calls.o
2486/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/block_pass.c -o Optimizer/block_pass.lo
2487/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/optimize_temp_vars_5.c -o Optimizer/optimize_temp_vars_5.lo
2488 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/block_pass.c -fPIC -DPIC -o Optimizer/.libs/block_pass.o
2489/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/nop_removal.c -o Optimizer/nop_removal.lo
2490/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/compact_literals.c -o Optimizer/compact_literals.lo
2491/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/zend_cfg.c -o Optimizer/zend_cfg.lo
2492 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/optimize_temp_vars_5.c -fPIC -DPIC -o Optimizer/.libs/optimize_temp_vars_5.o
2493/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/zend_dfg.c -o Optimizer/zend_dfg.lo
2494 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/nop_removal.c -fPIC -DPIC -o Optimizer/.libs/nop_removal.o
2495 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/compact_literals.c -fPIC -DPIC -o Optimizer/.libs/compact_literals.o
2496/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/dfa_pass.c -o Optimizer/dfa_pass.lo
2497 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/zend_cfg.c -fPIC -DPIC -o Optimizer/.libs/zend_cfg.o
2498 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/zend_dfg.c -fPIC -DPIC -o Optimizer/.libs/zend_dfg.o
2499 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/dfa_pass.c -fPIC -DPIC -o Optimizer/.libs/dfa_pass.o
2500/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/zend_ssa.c -o Optimizer/zend_ssa.lo
2501/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/zend_inference.c -o Optimizer/zend_inference.lo
2502 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/zend_ssa.c -fPIC -DPIC -o Optimizer/.libs/zend_ssa.o
2503/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/zend_func_info.c -o Optimizer/zend_func_info.lo
2504/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/zend_call_graph.c -o Optimizer/zend_call_graph.lo
2505 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/zend_inference.c -fPIC -DPIC -o Optimizer/.libs/zend_inference.o
2506/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/sccp.c -o Optimizer/sccp.lo
2507 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/zend_func_info.c -fPIC -DPIC -o Optimizer/.libs/zend_func_info.o
2508 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/zend_call_graph.c -fPIC -DPIC -o Optimizer/.libs/zend_call_graph.o
2509 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/sccp.c -fPIC -DPIC -o Optimizer/.libs/sccp.o
2510/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/scdf.c -o Optimizer/scdf.lo
2511 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/scdf.c -fPIC -DPIC -o Optimizer/.libs/scdf.o
2512/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/dce.c -o Optimizer/dce.lo
2513/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/escape_analysis.c -o Optimizer/escape_analysis.lo
2514/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/compact_vars.c -o Optimizer/compact_vars.lo
2515 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/dce.c -fPIC -DPIC -o Optimizer/.libs/dce.o
2516/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/zend_dump.c -o Optimizer/zend_dump.lo
2517 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/compact_vars.c -fPIC -DPIC -o Optimizer/.libs/compact_vars.o
2518 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/escape_analysis.c -fPIC -DPIC -o Optimizer/.libs/escape_analysis.o
2519 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/opcache -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/opcache/Optimizer/zend_dump.c -fPIC -DPIC -o Optimizer/.libs/zend_dump.o
2520/bin/bash /usr/src/php/ext/opcache/libtool --mode=link cc -DPHP_ATOM_INC -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -Wl,-O1 -Wl,--hash-style=both -pie -o opcache.la -export-dynamic -avoid-version -prefer-pic -module -rpath /usr/src/php/ext/opcache/modules ZendAccelerator.lo zend_accelerator_blacklist.lo zend_accelerator_debug.lo zend_accelerator_hash.lo zend_accelerator_module.lo zend_persist.lo zend_persist_calc.lo zend_file_cache.lo zend_shared_alloc.lo zend_accelerator_util_funcs.lo shared_alloc_shm.lo shared_alloc_mmap.lo shared_alloc_posix.lo Optimizer/zend_optimizer.lo Optimizer/pass1_5.lo Optimizer/pass2.lo Optimizer/pass3.lo Optimizer/optimize_func_calls.lo Optimizer/block_pass.lo Optimizer/optimize_temp_vars_5.lo Optimizer/nop_removal.lo Optimizer/compact_literals.lo Optimizer/zend_cfg.lo Optimizer/zend_dfg.lo Optimizer/dfa_pass.lo Optimizer/zend_ssa.lo Optimizer/zend_inference.lo Optimizer/zend_func_info.lo Optimizer/zend_call_graph.lo Optimizer/sccp.lo Optimizer/scdf.lo Optimizer/dce.lo Optimizer/escape_analysis.lo Optimizer/compact_vars.lo Optimizer/zend_dump.lo
2521cc -shared .libs/ZendAccelerator.o .libs/zend_accelerator_blacklist.o .libs/zend_accelerator_debug.o .libs/zend_accelerator_hash.o .libs/zend_accelerator_module.o .libs/zend_persist.o .libs/zend_persist_calc.o .libs/zend_file_cache.o .libs/zend_shared_alloc.o .libs/zend_accelerator_util_funcs.o .libs/shared_alloc_shm.o .libs/shared_alloc_mmap.o .libs/shared_alloc_posix.o Optimizer/.libs/zend_optimizer.o Optimizer/.libs/pass1_5.o Optimizer/.libs/pass2.o Optimizer/.libs/pass3.o Optimizer/.libs/optimize_func_calls.o Optimizer/.libs/block_pass.o Optimizer/.libs/optimize_temp_vars_5.o Optimizer/.libs/nop_removal.o Optimizer/.libs/compact_literals.o Optimizer/.libs/zend_cfg.o Optimizer/.libs/zend_dfg.o Optimizer/.libs/dfa_pass.o Optimizer/.libs/zend_ssa.o Optimizer/.libs/zend_inference.o Optimizer/.libs/zend_func_info.o Optimizer/.libs/zend_call_graph.o Optimizer/.libs/sccp.o Optimizer/.libs/scdf.o Optimizer/.libs/dce.o Optimizer/.libs/escape_analysis.o Optimizer/.libs/compact_vars.o Optimizer/.libs/zend_dump.o -Wl,-O1 -Wl,--hash-style=both -Wl,-soname -Wl,opcache.so -o .libs/opcache.so
2522creating opcache.la
2523(cd .libs && rm -f opcache.la && ln -s ../opcache.la opcache.la)
2524/bin/bash /usr/src/php/ext/opcache/libtool --mode=install cp ./opcache.la /usr/src/php/ext/opcache/modules
2525cp ./.libs/opcache.so /usr/src/php/ext/opcache/modules/opcache.so
2526cp ./.libs/opcache.lai /usr/src/php/ext/opcache/modules/opcache.la
2527PATH="$PATH:/sbin" ldconfig -n /usr/src/php/ext/opcache/modules
2528----------------------------------------------------------------------
2529Libraries have been installed in:
2530 /usr/src/php/ext/opcache/modules
2531
2532If you ever happen to want to link against installed libraries
2533in a given directory, LIBDIR, you must either use libtool, and
2534specify the full pathname of the library, or use the `-LLIBDIR'
2535flag during linking and do at least one of the following:
2536 - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
2537 during execution
2538 - add LIBDIR to the `LD_RUN_PATH' environment variable
2539 during linking
2540 - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
2541 - have your system administrator add LIBDIR to `/etc/ld.so.conf'
2542
2543See any operating system documentation about shared libraries for
2544more information, such as the ld(1) and ld.so(8) manual pages.
2545----------------------------------------------------------------------
2546
2547Build complete.
2548Don't forget to run 'make test'.
2549
2550Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20180731/
2551find . -name \*.gcno -o -name \*.gcda | xargs rm -f
2552find . -name \*.lo -o -name \*.o | xargs rm -f
2553find . -name \*.la -o -name \*.a | xargs rm -f
2554find . -name \*.so | xargs rm -f
2555find . -name .libs -a -type d|xargs rm -rf
2556rm -f libphp.la modules/* libs/*
2557Configuring for:
2558PHP Api Version: 20180731
2559Zend Module Api No: 20180731
2560Zend Extension Api No: 320180731
2561checking for grep that handles long lines and -e... /bin/grep
2562checking for egrep... /bin/grep -E
2563checking for a sed that does not truncate output... /bin/sed
2564checking for cc... cc
2565checking whether the C compiler works... yes
2566checking for C compiler default output file name... a.out
2567checking for suffix of executables...
2568checking whether we are cross compiling... no
2569checking for suffix of object files... o
2570checking whether we are using the GNU C compiler... yes
2571checking whether cc accepts -g... yes
2572checking for cc option to accept ISO C89... none needed
2573checking how to run the C preprocessor... cc -E
2574checking for icc... no
2575checking for suncc... no
2576checking whether cc understands -c and -o together... yes
2577checking for system library directory... lib
2578checking if compiler supports -R... no
2579checking if compiler supports -Wl,-rpath,... yes
2580checking build system type... x86_64-pc-linux-gnu
2581checking host system type... x86_64-pc-linux-gnu
2582checking target system type... x86_64-pc-linux-gnu
2583checking for PHP prefix... /usr/local
2584checking 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
2585checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20180731
2586checking for PHP installed headers prefix... /usr/local/include/php
2587checking if debug is enabled... no
2588checking if zts is enabled... no
2589checking for re2c... re2c
2590checking for re2c version... 0.16 (ok)
2591checking for gawk... no
2592checking for nawk... nawk
2593checking if nawk is broken... no
2594checking whether to enable internationalization support... yes, shared
2595checking for location of ICU headers and libraries... checking for pkg-config... /usr/bin/pkg-config
2596found 57.1
2597found
2598checking for g++... g++
2599checking whether we are using the GNU C++ compiler... yes
2600checking whether g++ accepts -g... yes
2601checking how to run the C++ preprocessor... g++ -E
2602checking for ld used by cc... /usr/bin/ld
2603checking if the linker (/usr/bin/ld) is GNU ld... yes
2604checking for /usr/bin/ld option to reload object files... -r
2605checking for BSD-compatible nm... /usr/bin/nm -B
2606checking whether ln -s works... yes
2607checking how to recognize dependent libraries... pass_all
2608checking for ANSI C header files... yes
2609checking for sys/types.h... yes
2610checking for sys/stat.h... yes
2611checking for stdlib.h... yes
2612checking for string.h... yes
2613checking for memory.h... yes
2614checking for strings.h... yes
2615checking for inttypes.h... yes
2616checking for stdint.h... yes
2617checking for unistd.h... yes
2618checking dlfcn.h usability... yes
2619checking dlfcn.h presence... yes
2620checking for dlfcn.h... yes
2621checking how to run the C++ preprocessor... g++ -E
2622checking the maximum length of command line arguments... 1572864
2623checking command to parse /usr/bin/nm -B output from cc object... ok
2624checking for objdir... .libs
2625checking for ar... ar
2626checking for ranlib... ranlib
2627checking for strip... strip
2628checking if cc supports -fno-rtti -fno-exceptions... no
2629checking for cc option to produce PIC... -fPIC
2630checking if cc PIC flag -fPIC works... yes
2631checking if cc static flag -static works... yes
2632checking if cc supports -c -o file.o... yes
2633checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
2634checking whether -lc should be explicitly linked in... no
2635checking dynamic linker characteristics... GNU/Linux ld.so
2636checking how to hardcode library paths into programs... immediate
2637checking whether stripping libraries is possible... yes
2638checking if libtool supports shared libraries... yes
2639checking whether to build shared libraries... yes
2640checking whether to build static libraries... no
2641
2642creating libtool
2643appending configuration tag "CXX" to libtool
2644checking for ld used by g++... /usr/bin/ld -m elf_x86_64
2645checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
2646checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
2647checking for g++ option to produce PIC... -fPIC
2648checking if g++ PIC flag -fPIC works... yes
2649checking if g++ static flag -static works... yes
2650checking if g++ supports -c -o file.o... yes
2651checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
2652checking dynamic linker characteristics... GNU/Linux ld.so
2653(cached) (cached) checking how to hardcode library paths into programs... immediate
2654configure: creating ./config.status
2655config.status: creating config.h
2656/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/php_intl.c -o php_intl.lo
2657/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/intl_error.c -o intl_error.lo
2658/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/intl_convert.c -o intl_convert.lo
2659/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/collator/collator.c -o collator/collator.lo
2660/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/collator/collator_class.c -o collator/collator_class.lo
2661/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/collator/collator_sort.c -o collator/collator_sort.lo
2662/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/collator/collator_convert.c -o collator/collator_convert.lo
2663/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/collator/collator_locale.c -o collator/collator_locale.lo
2664mkdir collator/.libs
2665mkdir .libs
2666 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/collator/collator_sort.c -fPIC -DPIC -o collator/.libs/collator_sort.o
2667 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/collator/collator_locale.c -fPIC -DPIC -o collator/.libs/collator_locale.o
2668 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/collator/collator_class.c -fPIC -DPIC -o collator/.libs/collator_class.o
2669 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/php_intl.c -fPIC -DPIC -o .libs/php_intl.o
2670 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/intl_convert.c -fPIC -DPIC -o .libs/intl_convert.o
2671 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/intl_error.c -fPIC -DPIC -o .libs/intl_error.o
2672 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/collator/collator_convert.c -fPIC -DPIC -o collator/.libs/collator_convert.o
2673 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/collator/collator.c -fPIC -DPIC -o collator/.libs/collator.o
2674/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/collator/collator_compare.c -o collator/collator_compare.lo
2675/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/collator/collator_attr.c -o collator/collator_attr.lo
2676/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/collator/collator_create.c -o collator/collator_create.lo
2677/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/collator/collator_is_numeric.c -o collator/collator_is_numeric.lo
2678/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/collator/collator_error.c -o collator/collator_error.lo
2679/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/common/common_error.c -o common/common_error.lo
2680/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/converter/converter.c -o converter/converter.lo
2681/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/formatter/formatter.c -o formatter/formatter.lo
2682 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/collator/collator_compare.c -fPIC -DPIC -o collator/.libs/collator_compare.o
2683 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/collator/collator_attr.c -fPIC -DPIC -o collator/.libs/collator_attr.o
2684 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/collator/collator_create.c -fPIC -DPIC -o collator/.libs/collator_create.o
2685 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/collator/collator_is_numeric.c -fPIC -DPIC -o collator/.libs/collator_is_numeric.o
2686 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/collator/collator_error.c -fPIC -DPIC -o collator/.libs/collator_error.o
2687mkdir common/.libs
2688 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/common/common_error.c -fPIC -DPIC -o common/.libs/common_error.o
2689mkdir converter/.libs
2690 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/converter/converter.c -fPIC -DPIC -o converter/.libs/converter.o
2691mkdir formatter/.libs
2692 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/formatter/formatter.c -fPIC -DPIC -o formatter/.libs/formatter.o
2693/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/formatter/formatter_main.c -o formatter/formatter_main.lo
2694/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/formatter/formatter_class.c -o formatter/formatter_class.lo
2695/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/formatter/formatter_attr.c -o formatter/formatter_attr.lo
2696/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/formatter/formatter_data.c -o formatter/formatter_data.lo
2697/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/formatter/formatter_format.c -o formatter/formatter_format.lo
2698 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/formatter/formatter_main.c -fPIC -DPIC -o formatter/.libs/formatter_main.o
2699/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/formatter/formatter_parse.c -o formatter/formatter_parse.lo
2700/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/normalizer/normalizer.c -o normalizer/normalizer.lo
2701 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/formatter/formatter_class.c -fPIC -DPIC -o formatter/.libs/formatter_class.o
2702 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/formatter/formatter_attr.c -fPIC -DPIC -o formatter/.libs/formatter_attr.o
2703 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/formatter/formatter_data.c -fPIC -DPIC -o formatter/.libs/formatter_data.o
2704 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/formatter/formatter_format.c -fPIC -DPIC -o formatter/.libs/formatter_format.o
2705 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/formatter/formatter_parse.c -fPIC -DPIC -o formatter/.libs/formatter_parse.o
2706mkdir normalizer/.libs
2707 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/normalizer/normalizer.c -fPIC -DPIC -o normalizer/.libs/normalizer.o
2708/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/normalizer/normalizer_class.c -o normalizer/normalizer_class.lo
2709/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/normalizer/normalizer_normalize.c -o normalizer/normalizer_normalize.lo
2710/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/locale/locale.c -o locale/locale.lo
2711/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/locale/locale_class.c -o locale/locale_class.lo
2712/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/locale/locale_methods.c -o locale/locale_methods.lo
2713 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/normalizer/normalizer_class.c -fPIC -DPIC -o normalizer/.libs/normalizer_class.o
2714/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/dateformat/dateformat.c -o dateformat/dateformat.lo
2715 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/normalizer/normalizer_normalize.c -fPIC -DPIC -o normalizer/.libs/normalizer_normalize.o
2716mkdir locale/.libs
2717 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/locale/locale.c -fPIC -DPIC -o locale/.libs/locale.o
2718/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/dateformat/dateformat_class.c -o dateformat/dateformat_class.lo
2719/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/dateformat/dateformat_attr.c -o dateformat/dateformat_attr.lo
2720 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/locale/locale_class.c -fPIC -DPIC -o locale/.libs/locale_class.o
2721 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/locale/locale_methods.c -fPIC -DPIC -o locale/.libs/locale_methods.o
2722mkdir dateformat/.libs
2723 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/dateformat/dateformat.c -fPIC -DPIC -o dateformat/.libs/dateformat.o
2724 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/dateformat/dateformat_class.c -fPIC -DPIC -o dateformat/.libs/dateformat_class.o
2725/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/dateformat/dateformat_data.c -o dateformat/dateformat_data.lo
2726 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/dateformat/dateformat_attr.c -fPIC -DPIC -o dateformat/.libs/dateformat_attr.o
2727/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/dateformat/dateformat_format.c -o dateformat/dateformat_format.lo
2728/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/dateformat/dateformat_parse.c -o dateformat/dateformat_parse.lo
2729/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/msgformat/msgformat.c -o msgformat/msgformat.lo
2730 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/dateformat/dateformat_data.c -fPIC -DPIC -o dateformat/.libs/dateformat_data.o
2731 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/dateformat/dateformat_format.c -fPIC -DPIC -o dateformat/.libs/dateformat_format.o
2732/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/msgformat/msgformat_attr.c -o msgformat/msgformat_attr.lo
2733/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/msgformat/msgformat_class.c -o msgformat/msgformat_class.lo
2734 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/dateformat/dateformat_parse.c -fPIC -DPIC -o dateformat/.libs/dateformat_parse.o
2735mkdir msgformat/.libs
2736/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/msgformat/msgformat_data.c -o msgformat/msgformat_data.lo
2737 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/msgformat/msgformat.c -fPIC -DPIC -o msgformat/.libs/msgformat.o
2738 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/msgformat/msgformat_attr.c -fPIC -DPIC -o msgformat/.libs/msgformat_attr.o
2739/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/msgformat/msgformat_format.c -o msgformat/msgformat_format.lo
2740 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/msgformat/msgformat_class.c -fPIC -DPIC -o msgformat/.libs/msgformat_class.o
2741 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/msgformat/msgformat_data.c -fPIC -DPIC -o msgformat/.libs/msgformat_data.o
2742/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/msgformat/msgformat_parse.c -o msgformat/msgformat_parse.lo
2743/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/grapheme/grapheme_string.c -o grapheme/grapheme_string.lo
2744 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/msgformat/msgformat_format.c -fPIC -DPIC -o msgformat/.libs/msgformat_format.o
2745/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/grapheme/grapheme_util.c -o grapheme/grapheme_util.lo
2746/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/resourcebundle/resourcebundle.c -o resourcebundle/resourcebundle.lo
2747/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/resourcebundle/resourcebundle_class.c -o resourcebundle/resourcebundle_class.lo
2748/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/resourcebundle/resourcebundle_iterator.c -o resourcebundle/resourcebundle_iterator.lo
2749 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/msgformat/msgformat_parse.c -fPIC -DPIC -o msgformat/.libs/msgformat_parse.o
2750/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/transliterator/transliterator.c -o transliterator/transliterator.lo
2751mkdir grapheme/.libs
2752 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/grapheme/grapheme_string.c -fPIC -DPIC -o grapheme/.libs/grapheme_string.o
2753 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/grapheme/grapheme_util.c -fPIC -DPIC -o grapheme/.libs/grapheme_util.o
2754mkdir resourcebundle/.libs
2755 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/resourcebundle/resourcebundle.c -fPIC -DPIC -o resourcebundle/.libs/resourcebundle.o
2756/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/transliterator/transliterator_class.c -o transliterator/transliterator_class.lo
2757 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/resourcebundle/resourcebundle_class.c -fPIC -DPIC -o resourcebundle/.libs/resourcebundle_class.o
2758 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/resourcebundle/resourcebundle_iterator.c -fPIC -DPIC -o resourcebundle/.libs/resourcebundle_iterator.o
2759mkdir transliterator/.libs
2760 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/transliterator/transliterator.c -fPIC -DPIC -o transliterator/.libs/transliterator.o
2761/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/transliterator/transliterator_methods.c -o transliterator/transliterator_methods.lo
2762 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/transliterator/transliterator_class.c -fPIC -DPIC -o transliterator/.libs/transliterator_class.o
2763/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/uchar/uchar.c -o uchar/uchar.lo
2764/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/idn/idn.c -o idn/idn.lo
2765/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/spoofchecker/spoofchecker_class.c -o spoofchecker/spoofchecker_class.lo
2766/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/spoofchecker/spoofchecker.c -o spoofchecker/spoofchecker.lo
2767 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/transliterator/transliterator_methods.c -fPIC -DPIC -o transliterator/.libs/transliterator_methods.o
2768/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/spoofchecker/spoofchecker_create.c -o spoofchecker/spoofchecker_create.lo
2769mkdir uchar/.libs
2770 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/uchar/uchar.c -fPIC -DPIC -o uchar/.libs/uchar.o
2771/bin/bash /usr/src/php/ext/intl/libtool --mode=compile cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/spoofchecker/spoofchecker_main.c -o spoofchecker/spoofchecker_main.lo
2772mkdir idn/.libs
2773 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/idn/idn.c -fPIC -DPIC -o idn/.libs/idn.o
2774mkdir spoofchecker/.libs
2775 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/spoofchecker/spoofchecker_class.c -fPIC -DPIC -o spoofchecker/.libs/spoofchecker_class.o
2776/bin/bash /usr/src/php/ext/intl/libtool --mode=compile g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/intl_convertcpp.cpp -o intl_convertcpp.lo
2777 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/spoofchecker/spoofchecker.c -fPIC -DPIC -o spoofchecker/.libs/spoofchecker.o
2778 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/spoofchecker/spoofchecker_create.c -fPIC -DPIC -o spoofchecker/.libs/spoofchecker_create.o
2779 cc -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/intl/spoofchecker/spoofchecker_main.c -fPIC -DPIC -o spoofchecker/.libs/spoofchecker_main.o
2780 g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/intl_convertcpp.cpp -fPIC -DPIC -o .libs/intl_convertcpp.o
2781/bin/bash /usr/src/php/ext/intl/libtool --mode=compile g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/common/common_enum.cpp -o common/common_enum.lo
2782/bin/bash /usr/src/php/ext/intl/libtool --mode=compile g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/common/common_date.cpp -o common/common_date.lo
2783/bin/bash /usr/src/php/ext/intl/libtool --mode=compile g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/dateformat/dateformat_format_object.cpp -o dateformat/dateformat_format_object.lo
2784/bin/bash /usr/src/php/ext/intl/libtool --mode=compile g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/dateformat/dateformat_create.cpp -o dateformat/dateformat_create.lo
2785/bin/bash /usr/src/php/ext/intl/libtool --mode=compile g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/dateformat/dateformat_attrcpp.cpp -o dateformat/dateformat_attrcpp.lo
2786/bin/bash /usr/src/php/ext/intl/libtool --mode=compile g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/dateformat/dateformat_helpers.cpp -o dateformat/dateformat_helpers.lo
2787 g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/common/common_enum.cpp -fPIC -DPIC -o common/.libs/common_enum.o
2788 g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/dateformat/dateformat_format_object.cpp -fPIC -DPIC -o dateformat/.libs/dateformat_format_object.o
2789 g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/common/common_date.cpp -fPIC -DPIC -o common/.libs/common_date.o
2790 g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/dateformat/dateformat_create.cpp -fPIC -DPIC -o dateformat/.libs/dateformat_create.o
2791 g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/dateformat/dateformat_attrcpp.cpp -fPIC -DPIC -o dateformat/.libs/dateformat_attrcpp.o
2792 g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/dateformat/dateformat_helpers.cpp -fPIC -DPIC -o dateformat/.libs/dateformat_helpers.o
2793/bin/bash /usr/src/php/ext/intl/libtool --mode=compile g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/msgformat/msgformat_helpers.cpp -o msgformat/msgformat_helpers.lo
2794 g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/msgformat/msgformat_helpers.cpp -fPIC -DPIC -o msgformat/.libs/msgformat_helpers.o
2795/bin/bash /usr/src/php/ext/intl/libtool --mode=compile g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/timezone/timezone_class.cpp -o timezone/timezone_class.lo
2796/bin/bash /usr/src/php/ext/intl/libtool --mode=compile g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/timezone/timezone_methods.cpp -o timezone/timezone_methods.lo
2797/bin/bash /usr/src/php/ext/intl/libtool --mode=compile g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/calendar/calendar_class.cpp -o calendar/calendar_class.lo
2798/bin/bash /usr/src/php/ext/intl/libtool --mode=compile g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/calendar/calendar_methods.cpp -o calendar/calendar_methods.lo
2799mkdir timezone/.libs
2800 g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/timezone/timezone_class.cpp -fPIC -DPIC -o timezone/.libs/timezone_class.o
2801/bin/bash /usr/src/php/ext/intl/libtool --mode=compile g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/calendar/gregoriancalendar_methods.cpp -o calendar/gregoriancalendar_methods.lo
2802/bin/bash /usr/src/php/ext/intl/libtool --mode=compile g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/breakiterator/breakiterator_class.cpp -o breakiterator/breakiterator_class.lo
2803 g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/timezone/timezone_methods.cpp -fPIC -DPIC -o timezone/.libs/timezone_methods.o
2804mkdir calendar/.libs
2805 g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/calendar/calendar_methods.cpp -fPIC -DPIC -o calendar/.libs/calendar_methods.o
2806 g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/calendar/calendar_class.cpp -fPIC -DPIC -o calendar/.libs/calendar_class.o
2807/bin/bash /usr/src/php/ext/intl/libtool --mode=compile g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/breakiterator/breakiterator_iterators.cpp -o breakiterator/breakiterator_iterators.lo
2808 g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/calendar/gregoriancalendar_methods.cpp -fPIC -DPIC -o calendar/.libs/gregoriancalendar_methods.o
2809mkdir breakiterator/.libs
2810 g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/breakiterator/breakiterator_class.cpp -fPIC -DPIC -o breakiterator/.libs/breakiterator_class.o
2811 g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/breakiterator/breakiterator_iterators.cpp -fPIC -DPIC -o breakiterator/.libs/breakiterator_iterators.o
2812/bin/bash /usr/src/php/ext/intl/libtool --mode=compile g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/breakiterator/breakiterator_methods.cpp -o breakiterator/breakiterator_methods.lo
2813/bin/bash /usr/src/php/ext/intl/libtool --mode=compile g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/breakiterator/rulebasedbreakiterator_methods.cpp -o breakiterator/rulebasedbreakiterator_methods.lo
2814 g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/breakiterator/breakiterator_methods.cpp -fPIC -DPIC -o breakiterator/.libs/breakiterator_methods.o
2815 g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/breakiterator/rulebasedbreakiterator_methods.cpp -fPIC -DPIC -o breakiterator/.libs/rulebasedbreakiterator_methods.o
2816/bin/bash /usr/src/php/ext/intl/libtool --mode=compile g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/breakiterator/codepointiterator_internal.cpp -o breakiterator/codepointiterator_internal.lo
2817/bin/bash /usr/src/php/ext/intl/libtool --mode=compile g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/breakiterator/codepointiterator_methods.cpp -o breakiterator/codepointiterator_methods.lo
2818 g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/breakiterator/codepointiterator_internal.cpp -fPIC -DPIC -o breakiterator/.libs/codepointiterator_internal.o
2819 g++ -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DU_USING_ICU_NAMESPACE=1 -I. -I/usr/src/php/ext/intl -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/intl/breakiterator/codepointiterator_methods.cpp -fPIC -DPIC -o breakiterator/.libs/codepointiterator_methods.o
2820/bin/bash /usr/src/php/ext/intl/libtool --mode=link g++ -DPHP_ATOM_INC -I/usr/src/php/ext/intl/include -I/usr/src/php/ext/intl/main -I/usr/src/php/ext/intl -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 -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -Wl,-O1 -Wl,--hash-style=both -pie -o intl.la -export-dynamic -avoid-version -prefer-pic -module -rpath /usr/src/php/ext/intl/modules php_intl.lo intl_error.lo intl_convert.lo collator/collator.lo collator/collator_class.lo collator/collator_sort.lo collator/collator_convert.lo collator/collator_locale.lo collator/collator_compare.lo collator/collator_attr.lo collator/collator_create.lo collator/collator_is_numeric.lo collator/collator_error.lo common/common_error.lo converter/converter.lo formatter/formatter.lo formatter/formatter_main.lo formatter/formatter_class.lo formatter/formatter_attr.lo formatter/formatter_data.lo formatter/formatter_format.lo formatter/formatter_parse.lo normalizer/normalizer.lo normalizer/normalizer_class.lo normalizer/normalizer_normalize.lo locale/locale.lo locale/locale_class.lo locale/locale_methods.lo dateformat/dateformat.lo dateformat/dateformat_class.lo dateformat/dateformat_attr.lo dateformat/dateformat_data.lo dateformat/dateformat_format.lo dateformat/dateformat_parse.lo msgformat/msgformat.lo msgformat/msgformat_attr.lo msgformat/msgformat_class.lo msgformat/msgformat_data.lo msgformat/msgformat_format.lo msgformat/msgformat_parse.lo grapheme/grapheme_string.lo grapheme/grapheme_util.lo resourcebundle/resourcebundle.lo resourcebundle/resourcebundle_class.lo resourcebundle/resourcebundle_iterator.lo transliterator/transliterator.lo transliterator/transliterator_class.lo transliterator/transliterator_methods.lo uchar/uchar.lo idn/idn.lo spoofchecker/spoofchecker_class.lo spoofchecker/spoofchecker.lo spoofchecker/spoofchecker_create.lo spoofchecker/spoofchecker_main.lo intl_convertcpp.lo common/common_enum.lo common/common_date.lo dateformat/dateformat_format_object.lo dateformat/dateformat_create.lo dateformat/dateformat_attrcpp.lo dateformat/dateformat_helpers.lo msgformat/msgformat_helpers.lo timezone/timezone_class.lo timezone/timezone_methods.lo calendar/calendar_class.lo calendar/calendar_methods.lo calendar/gregoriancalendar_methods.lo breakiterator/breakiterator_class.lo breakiterator/breakiterator_iterators.lo breakiterator/breakiterator_methods.lo breakiterator/rulebasedbreakiterator_methods.lo breakiterator/codepointiterator_internal.lo breakiterator/codepointiterator_methods.lo -licuio -licui18n -licuuc -licudata
2821g++ -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/6/crtbeginS.o .libs/php_intl.o .libs/intl_error.o .libs/intl_convert.o collator/.libs/collator.o collator/.libs/collator_class.o collator/.libs/collator_sort.o collator/.libs/collator_convert.o collator/.libs/collator_locale.o collator/.libs/collator_compare.o collator/.libs/collator_attr.o collator/.libs/collator_create.o collator/.libs/collator_is_numeric.o collator/.libs/collator_error.o common/.libs/common_error.o converter/.libs/converter.o formatter/.libs/formatter.o formatter/.libs/formatter_main.o formatter/.libs/formatter_class.o formatter/.libs/formatter_attr.o formatter/.libs/formatter_data.o formatter/.libs/formatter_format.o formatter/.libs/formatter_parse.o normalizer/.libs/normalizer.o normalizer/.libs/normalizer_class.o normalizer/.libs/normalizer_normalize.o locale/.libs/locale.o locale/.libs/locale_class.o locale/.libs/locale_methods.o dateformat/.libs/dateformat.o dateformat/.libs/dateformat_class.o dateformat/.libs/dateformat_attr.o dateformat/.libs/dateformat_data.o dateformat/.libs/dateformat_format.o dateformat/.libs/dateformat_parse.o msgformat/.libs/msgformat.o msgformat/.libs/msgformat_attr.o msgformat/.libs/msgformat_class.o msgformat/.libs/msgformat_data.o msgformat/.libs/msgformat_format.o msgformat/.libs/msgformat_parse.o grapheme/.libs/grapheme_string.o grapheme/.libs/grapheme_util.o resourcebundle/.libs/resourcebundle.o resourcebundle/.libs/resourcebundle_class.o resourcebundle/.libs/resourcebundle_iterator.o transliterator/.libs/transliterator.o transliterator/.libs/transliterator_class.o transliterator/.libs/transliterator_methods.o uchar/.libs/uchar.o idn/.libs/idn.o spoofchecker/.libs/spoofchecker_class.o spoofchecker/.libs/spoofchecker.o spoofchecker/.libs/spoofchecker_create.o spoofchecker/.libs/spoofchecker_main.o .libs/intl_convertcpp.o common/.libs/common_enum.o common/.libs/common_date.o dateformat/.libs/dateformat_format_object.o dateformat/.libs/dateformat_create.o dateformat/.libs/dateformat_attrcpp.o dateformat/.libs/dateformat_helpers.o msgformat/.libs/msgformat_helpers.o timezone/.libs/timezone_class.o timezone/.libs/timezone_methods.o calendar/.libs/calendar_class.o calendar/.libs/calendar_methods.o calendar/.libs/gregoriancalendar_methods.o breakiterator/.libs/breakiterator_class.o breakiterator/.libs/breakiterator_iterators.o breakiterator/.libs/breakiterator_methods.o breakiterator/.libs/rulebasedbreakiterator_methods.o breakiterator/.libs/codepointiterator_internal.o breakiterator/.libs/codepointiterator_methods.o -licuio -licui18n -licuuc -licudata -L/usr/lib/gcc/x86_64-linux-gnu/6 -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/6/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/6/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crtn.o -Wl,-O1 -Wl,--hash-style=both -Wl,-soname -Wl,intl.so -o .libs/intl.so
2822creating intl.la
2823(cd .libs && rm -f intl.la && ln -s ../intl.la intl.la)
2824/bin/bash /usr/src/php/ext/intl/libtool --mode=install cp ./intl.la /usr/src/php/ext/intl/modules
2825cp ./.libs/intl.so /usr/src/php/ext/intl/modules/intl.so
2826cp ./.libs/intl.lai /usr/src/php/ext/intl/modules/intl.la
2827PATH="$PATH:/sbin" ldconfig -n /usr/src/php/ext/intl/modules
2828----------------------------------------------------------------------
2829Libraries have been installed in:
2830 /usr/src/php/ext/intl/modules
2831
2832If you ever happen to want to link against installed libraries
2833in a given directory, LIBDIR, you must either use libtool, and
2834specify the full pathname of the library, or use the `-LLIBDIR'
2835flag during linking and do at least one of the following:
2836 - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
2837 during execution
2838 - add LIBDIR to the `LD_RUN_PATH' environment variable
2839 during linking
2840 - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
2841 - have your system administrator add LIBDIR to `/etc/ld.so.conf'
2842
2843See any operating system documentation about shared libraries for
2844more information, such as the ld(1) and ld.so(8) manual pages.
2845----------------------------------------------------------------------
2846
2847Build complete.
2848Don't forget to run 'make test'.
2849
2850Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20180731/
2851find . -name \*.gcno -o -name \*.gcda | xargs rm -f
2852find . -name \*.lo -o -name \*.o | xargs rm -f
2853find . -name \*.la -o -name \*.a | xargs rm -f
2854find . -name \*.so | xargs rm -f
2855find . -name .libs -a -type d|xargs rm -rf
2856rm -f libphp.la modules/* libs/*
2857downloading imagick-3.4.4.tgz ...
2858Starting to download imagick-3.4.4.tgz (253,434 bytes)
2859.....................................................done: 253,434 bytes
286019 source files, building
2861running: phpize
2862Configuring for:
2863PHP Api Version: 20180731
2864Zend Module Api No: 20180731
2865Zend Extension Api No: 320180731
2866Please provide the prefix of ImageMagick installation [autodetect] : building in /tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4
2867running: /tmp/pear/temp/imagick/configure --with-php-config=/usr/local/bin/php-config --with-imagick
2868checking for grep that handles long lines and -e... /bin/grep
2869checking for egrep... /bin/grep -E
2870checking for a sed that does not truncate output... /bin/sed
2871checking for cc... cc
2872checking whether the C compiler works... yes
2873checking for C compiler default output file name... a.out
2874checking for suffix of executables...
2875checking whether we are cross compiling... no
2876checking for suffix of object files... o
2877checking whether we are using the GNU C compiler... yes
2878checking whether cc accepts -g... yes
2879checking for cc option to accept ISO C89... none needed
2880checking how to run the C preprocessor... cc -E
2881checking for icc... no
2882checking for suncc... no
2883checking whether cc understands -c and -o together... yes
2884checking for system library directory... lib
2885checking if compiler supports -R... no
2886checking if compiler supports -Wl,-rpath,... yes
2887checking build system type... x86_64-pc-linux-gnu
2888checking host system type... x86_64-pc-linux-gnu
2889checking target system type... x86_64-pc-linux-gnu
2890checking for PHP prefix... /usr/local
2891checking 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
2892checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20180731
2893checking for PHP installed headers prefix... /usr/local/include/php
2894checking if debug is enabled... no
2895checking if zts is enabled... no
2896checking for re2c... re2c
2897checking for re2c version... 0.16 (ok)
2898checking for gawk... no
2899checking for nawk... nawk
2900checking if nawk is broken... no
2901checking whether to enable the imagick extension... yes, shared
2902checking for pkg-config... /usr/bin/pkg-config
2903checking ImageMagick MagickWand API configuration program... checking Testing /usr/local/bin/MagickWand-config... Doesn't exist
2904checking Testing /usr/bin/MagickWand-config... Doesn't exist
2905checking Testing /usr/sbin/bin/MagickWand-config... Doesn't exist
2906checking Testing /opt/bin/MagickWand-config... Doesn't exist
2907checking Testing /opt/local/bin/MagickWand-config... Doesn't exist
2908found in /usr/bin/pkg-config
2909checking if ImageMagick version is at least 6.2.4... found version 6.9.7
2910checking for MagickWand.h or magick-wand.h header... /usr/include/ImageMagick-6/wand/MagickWand.h
2911checking PHP version is at least 5.3.2... yes. found 7.3.3
2912libs
2913-lMagickWand-6.Q16 -lMagickCore-6.Q16
2914
2915
2916checking for MagickGetVersion... yes
2917checking for ld used by cc... /usr/bin/ld
2918checking if the linker (/usr/bin/ld) is GNU ld... yes
2919checking for /usr/bin/ld option to reload object files... -r
2920checking for BSD-compatible nm... /usr/bin/nm -B
2921checking whether ln -s works... yes
2922checking how to recognize dependent libraries... pass_all
2923checking for ANSI C header files... yes
2924checking for sys/types.h... yes
2925checking for sys/stat.h... yes
2926checking for stdlib.h... yes
2927checking for string.h... yes
2928checking for memory.h... yes
2929checking for strings.h... yes
2930checking for inttypes.h... yes
2931checking for stdint.h... yes
2932checking for unistd.h... yes
2933checking dlfcn.h usability... yes
2934checking dlfcn.h presence... yes
2935checking for dlfcn.h... yes
2936checking the maximum length of command line arguments... 1572864
2937checking command to parse /usr/bin/nm -B output from cc object... ok
2938checking for objdir... .libs
2939checking for ar... ar
2940checking for ranlib... ranlib
2941checking for strip... strip
2942checking if cc supports -fno-rtti -fno-exceptions... no
2943checking for cc option to produce PIC... -fPIC
2944checking if cc PIC flag -fPIC works... yes
2945checking if cc static flag -static works... yes
2946checking if cc supports -c -o file.o... yes
2947checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
2948checking whether -lc should be explicitly linked in... no
2949checking dynamic linker characteristics... GNU/Linux ld.so
2950checking how to hardcode library paths into programs... immediate
2951checking whether stripping libraries is possible... yes
2952checking if libtool supports shared libraries... yes
2953checking whether to build shared libraries... yes
2954checking whether to build static libraries... no
2955
2956creating libtool
2957appending configuration tag "CXX" to libtool
2958configure: creating ./config.status
2959config.status: creating config.h
2960running: make
2961/bin/bash /tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/libtool --mode=compile cc -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I. -I/tmp/pear/temp/imagick -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/include -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/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/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/imagick/imagick_file.c -o imagick_file.lo
2962mkdir .libs
2963 cc -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I. -I/tmp/pear/temp/imagick -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/include -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/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/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/imagick/imagick_file.c -fPIC -DPIC -o .libs/imagick_file.o
2964/bin/bash /tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/libtool --mode=compile cc -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I. -I/tmp/pear/temp/imagick -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/include -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/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/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/imagick/imagick_class.c -o imagick_class.lo
2965 cc -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I. -I/tmp/pear/temp/imagick -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/include -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/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/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/imagick/imagick_class.c -fPIC -DPIC -o .libs/imagick_class.o
2966/tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_getimagematte':
2967/tmp/pear/temp/imagick/imagick_class.c:299:2: warning: 'MagickGetImageMatte' is deprecated [-Wdeprecated-declarations]
2968 matte = MagickGetImageMatte(intern->magick_wand);
2969 ^~~~~
2970In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
2971 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
2972 from /tmp/pear/temp/imagick/imagick_class.c:22:
2973/usr/include/ImageMagick-6/wand/deprecate.h:85:3: note: declared here
2974 MagickGetImageMatte(MagickWand *) magick_attribute((deprecated)),
2975 ^~~~~~~~~~~~~~~~~~~
2976/tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_paintfloodfillimage':
2977/tmp/pear/temp/imagick/imagick_class.c:1284:3: warning: 'MagickPaintFloodfillImage' is deprecated [-Wdeprecated-declarations]
2978 status = MagickPaintFloodfillImage(intern->magick_wand, channel, fill_wand, fuzz, NULL, x, y);
2979 ^~~~~~
2980In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
2981 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
2982 from /tmp/pear/temp/imagick/imagick_class.c:22:
2983/usr/include/ImageMagick-6/wand/deprecate.h:102:3: note: declared here
2984 MagickPaintFloodfillImage(MagickWand *,const ChannelType,const PixelWand *,
2985 ^~~~~~~~~~~~~~~~~~~~~~~~~
2986/tmp/pear/temp/imagick/imagick_class.c:1292:3: warning: 'MagickPaintFloodfillImage' is deprecated [-Wdeprecated-declarations]
2987 status = MagickPaintFloodfillImage(intern->magick_wand, channel, fill_wand, fuzz, border_wand, x, y);
2988 ^~~~~~
2989In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
2990 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
2991 from /tmp/pear/temp/imagick/imagick_class.c:22:
2992/usr/include/ImageMagick-6/wand/deprecate.h:102:3: note: declared here
2993 MagickPaintFloodfillImage(MagickWand *,const ChannelType,const PixelWand *,
2994 ^~~~~~~~~~~~~~~~~~~~~~~~~
2995/tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_recolorimage':
2996/tmp/pear/temp/imagick/imagick_class.c:1774:2: warning: 'MagickRecolorImage' is deprecated [-Wdeprecated-declarations]
2997 status = MagickRecolorImage(intern->magick_wand, order, array);
2998 ^~~~~~
2999In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
3000 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
3001 from /tmp/pear/temp/imagick/imagick_class.c:22:
3002/usr/include/ImageMagick-6/wand/deprecate.h:116:3: note: declared here
3003 MagickRecolorImage(MagickWand *,const size_t,const double *)
3004 ^~~~~~~~~~~~~~~~~~
3005/tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_colorfloodfillimage':
3006/tmp/pear/temp/imagick/imagick_class.c:4315:2: warning: 'MagickColorFloodfillImage' is deprecated [-Wdeprecated-declarations]
3007 status = MagickColorFloodfillImage(intern->magick_wand, fill_wand, fuzz, border_wand, x, y);
3008 ^~~~~~
3009In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
3010 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
3011 from /tmp/pear/temp/imagick/imagick_class.c:22:
3012/usr/include/ImageMagick-6/wand/deprecate.h:78:3: note: declared here
3013 MagickColorFloodfillImage(MagickWand *,const PixelWand *,const double,
3014 ^~~~~~~~~~~~~~~~~~~~~~~~~
3015/tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_mapimage':
3016/tmp/pear/temp/imagick/imagick_class.c:4743:2: warning: 'MagickMapImage' is deprecated [-Wdeprecated-declarations]
3017 status = MagickMapImage(intern->magick_wand, intern_map->magick_wand, dither);
3018 ^~~~~~
3019In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
3020 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
3021 from /tmp/pear/temp/imagick/imagick_class.c:22:
3022/usr/include/ImageMagick-6/wand/deprecate.h:89:3: note: declared here
3023 MagickMapImage(MagickWand *,const MagickWand *,const MagickBooleanType)
3024 ^~~~~~~~~~~~~~
3025/tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_mattefloodfillimage':
3026/tmp/pear/temp/imagick/imagick_class.c:4784:2: warning: 'MagickMatteFloodfillImage' is deprecated [-Wdeprecated-declarations]
3027 status = MagickMatteFloodfillImage(intern->magick_wand, alpha, fuzz, color_wand, x, y);
3028 ^~~~~~
3029In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
3030 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
3031 from /tmp/pear/temp/imagick/imagick_class.c:22:
3032/usr/include/ImageMagick-6/wand/deprecate.h:91:3: note: declared here
3033 MagickMatteFloodfillImage(MagickWand *,const double,const double,
3034 ^~~~~~~~~~~~~~~~~~~~~~~~~
3035/tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_medianfilterimage':
3036/tmp/pear/temp/imagick/imagick_class.c:4822:2: warning: 'MagickMedianFilterImage' is deprecated [-Wdeprecated-declarations]
3037 status = MagickMedianFilterImage(intern->magick_wand, radius);
3038 ^~~~~~
3039In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:88:0,
3040 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
3041 from /tmp/pear/temp/imagick/imagick_class.c:22:
3042/usr/include/ImageMagick-6/wand/magick-image.h:222:3: note: declared here
3043 MagickMedianFilterImage(MagickWand *,const double),
3044 ^~~~~~~~~~~~~~~~~~~~~~~
3045/tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_paintopaqueimage':
3046/tmp/pear/temp/imagick/imagick_class.c:4904:2: warning: 'MagickPaintOpaqueImageChannel' is deprecated [-Wdeprecated-declarations]
3047 status = MagickPaintOpaqueImageChannel(intern->magick_wand, channel, target_wand, fill_wand, fuzz);
3048 ^~~~~~
3049In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
3050 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
3051 from /tmp/pear/temp/imagick/imagick_class.c:22:
3052/usr/include/ImageMagick-6/wand/deprecate.h:107:3: note: declared here
3053 MagickPaintOpaqueImageChannel(MagickWand *,const ChannelType,
3054 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3055/tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_painttransparentimage':
3056/tmp/pear/temp/imagick/imagick_class.c:4987:2: warning: 'MagickPaintTransparentImage' is deprecated [-Wdeprecated-declarations]
3057 status = MagickPaintTransparentImage(intern->magick_wand, color_wand, alpha, fuzz);
3058 ^~~~~~
3059In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
3060 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
3061 from /tmp/pear/temp/imagick/imagick_class.c:22:
3062/usr/include/ImageMagick-6/wand/deprecate.h:110:3: note: declared here
3063 MagickPaintTransparentImage(MagickWand *,const PixelWand *,const double,
3064 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
3065/tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_reducenoiseimage':
3066/tmp/pear/temp/imagick/imagick_class.c:5151:2: warning: 'MagickReduceNoiseImage' is deprecated [-Wdeprecated-declarations]
3067 status = MagickReduceNoiseImage(intern->magick_wand, radius);
3068 ^~~~~~
3069In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:88:0,
3070 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
3071 from /tmp/pear/temp/imagick/imagick_class.c:22:
3072/usr/include/ImageMagick-6/wand/magick-image.h:269:3: note: declared here
3073 MagickReduceNoiseImage(MagickWand *,const double),
3074 ^~~~~~~~~~~~~~~~~~~~~~
3075/tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_getimageattribute':
3076/tmp/pear/temp/imagick/imagick_class.c:6481:2: warning: 'MagickGetImageAttribute' is deprecated [-Wdeprecated-declarations]
3077 attribute = MagickGetImageAttribute(intern->magick_wand, key);
3078 ^~~~~~~~~
3079In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
3080 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
3081 from /tmp/pear/temp/imagick/imagick_class.c:22:
3082/usr/include/ImageMagick-6/wand/deprecate.h:62:4: note: declared here
3083 *MagickGetImageAttribute(MagickWand *,const char *)
3084 ^~~~~~~~~~~~~~~~~~~~~~~
3085/tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_getimagechannelextrema':
3086/tmp/pear/temp/imagick/imagick_class.c:6698:2: warning: 'MagickGetImageChannelExtrema' is deprecated [-Wdeprecated-declarations]
3087 status = MagickGetImageChannelExtrema(intern->magick_wand, channel_type, &minima, &maxima);
3088 ^~~~~~
3089In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
3090 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
3091 from /tmp/pear/temp/imagick/imagick_class.c:22:
3092/usr/include/ImageMagick-6/wand/deprecate.h:81:3: note: declared here
3093 MagickGetImageChannelExtrema(MagickWand *,const ChannelType,size_t *,
3094 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
3095/tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_getimageextrema':
3096/tmp/pear/temp/imagick/imagick_class.c:7039:2: warning: 'MagickGetImageExtrema' is deprecated [-Wdeprecated-declarations]
3097 status = MagickGetImageExtrema(intern->magick_wand, &min, &max);
3098 ^~~~~~
3099In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
3100 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
3101 from /tmp/pear/temp/imagick/imagick_class.c:22:
3102/usr/include/ImageMagick-6/wand/deprecate.h:83:3: note: declared here
3103 MagickGetImageExtrema(MagickWand *,size_t *,size_t *)
3104 ^~~~~~~~~~~~~~~~~~~~~
3105/tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_getimageindex':
3106/tmp/pear/temp/imagick/imagick_class.c:8151:2: warning: 'MagickGetImageIndex' is deprecated [-Wdeprecated-declarations]
3107 status = MagickGetImageIndex(intern->magick_wand);
3108 ^~~~~~
3109In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
3110 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
3111 from /tmp/pear/temp/imagick/imagick_class.c:22:
3112/usr/include/ImageMagick-6/wand/deprecate.h:68:3: note: declared here
3113 MagickGetImageIndex(MagickWand *) magick_attribute((deprecated));
3114 ^~~~~~~~~~~~~~~~~~~
3115/tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_getimagesize':
3116/tmp/pear/temp/imagick/imagick_class.c:8272:2: warning: 'MagickGetImageSize' is deprecated [-Wdeprecated-declarations]
3117 ZVAL_LONG(return_value, (long)MagickGetImageSize(intern->magick_wand));
3118 ^~~~~~~~~
3119In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
3120 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
3121 from /tmp/pear/temp/imagick/imagick_class.c:22:
3122/usr/include/ImageMagick-6/wand/deprecate.h:147:3: note: declared here
3123 MagickGetImageSize(MagickWand *) magick_attribute((deprecated));
3124 ^~~~~~~~~~~~~~~~~~
3125/tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_setimageattribute':
3126/tmp/pear/temp/imagick/imagick_class.c:8746:2: warning: 'MagickSetImageAttribute' is deprecated [-Wdeprecated-declarations]
3127 status = MagickSetImageAttribute(intern->magick_wand, key, attribute);
3128 ^~~~~~
3129In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
3130 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
3131 from /tmp/pear/temp/imagick/imagick_class.c:22:
3132/usr/include/ImageMagick-6/wand/deprecate.h:118:3: note: declared here
3133 MagickSetImageAttribute(MagickWand *,const char *,const char *)
3134 ^~~~~~~~~~~~~~~~~~~~~~~
3135/tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_flattenimages':
3136/tmp/pear/temp/imagick/imagick_class.c:9121:2: warning: 'MagickFlattenImages' is deprecated [-Wdeprecated-declarations]
3137 tmp_wand = MagickFlattenImages(intern->magick_wand);
3138 ^~~~~~~~
3139In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
3140 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
3141 from /tmp/pear/temp/imagick/imagick_class.c:22:
3142/usr/include/ImageMagick-6/wand/deprecate.h:139:4: note: declared here
3143 *MagickFlattenImages(MagickWand *) magick_attribute((deprecated)),
3144 ^~~~~~~~~~~~~~~~~~~
3145/tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_averageimages':
3146/tmp/pear/temp/imagick/imagick_class.c:10308:2: warning: 'MagickAverageImages' is deprecated [-Wdeprecated-declarations]
3147 tmp_wand = MagickAverageImages(intern->magick_wand);
3148 ^~~~~~~~
3149In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
3150 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
3151 from /tmp/pear/temp/imagick/imagick_class.c:22:
3152/usr/include/ImageMagick-6/wand/deprecate.h:138:4: note: declared here
3153 *MagickAverageImages(MagickWand *) magick_attribute((deprecated)),
3154 ^~~~~~~~~~~~~~~~~~~
3155/tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_mosaicimages':
3156/tmp/pear/temp/imagick/imagick_class.c:10811:2: warning: 'MagickMosaicImages' is deprecated [-Wdeprecated-declarations]
3157 tmp_wand = MagickMosaicImages(intern->magick_wand);
3158 ^~~~~~~~
3159In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
3160 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
3161 from /tmp/pear/temp/imagick/imagick_class.c:22:
3162/usr/include/ImageMagick-6/wand/deprecate.h:142:4: note: declared here
3163 *MagickMosaicImages(MagickWand *) magick_attribute((deprecated)),
3164 ^~~~~~~~~~~~~~~~~~
3165/tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_radialblurimage':
3166/tmp/pear/temp/imagick/imagick_class.c:10941:2: warning: 'MagickRadialBlurImageChannel' is deprecated [-Wdeprecated-declarations]
3167 status = MagickRadialBlurImageChannel(intern->magick_wand, channel, angle);
3168 ^~~~~~
3169In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
3170 from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
3171 from /tmp/pear/temp/imagick/imagick_class.c:22:
3172/usr/include/ImageMagick-6/wand/deprecate.h:114:3: note: declared here
3173 MagickRadialBlurImageChannel(MagickWand *,const ChannelType,const double)
3174 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
3175/bin/bash /tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/libtool --mode=compile cc -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I. -I/tmp/pear/temp/imagick -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/include -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/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/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/imagick/imagickdraw_class.c -o imagickdraw_class.lo
3176 cc -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I. -I/tmp/pear/temp/imagick -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/include -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/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/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/imagick/imagickdraw_class.c -fPIC -DPIC -o .libs/imagickdraw_class.o
3177/bin/bash /tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/libtool --mode=compile cc -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I. -I/tmp/pear/temp/imagick -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/include -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/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/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/imagick/imagickpixel_class.c -o imagickpixel_class.lo
3178 cc -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I. -I/tmp/pear/temp/imagick -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/include -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/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/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/imagick/imagickpixel_class.c -fPIC -DPIC -o .libs/imagickpixel_class.o
3179/bin/bash /tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/libtool --mode=compile cc -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I. -I/tmp/pear/temp/imagick -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/include -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/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/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/imagick/imagickpixeliterator_class.c -o imagickpixeliterator_class.lo
3180 cc -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I. -I/tmp/pear/temp/imagick -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/include -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/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/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/imagick/imagickpixeliterator_class.c -fPIC -DPIC -o .libs/imagickpixeliterator_class.o
3181/bin/bash /tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/libtool --mode=compile cc -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I. -I/tmp/pear/temp/imagick -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/include -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/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/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/imagick/imagick_helpers.c -o imagick_helpers.lo
3182 cc -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I. -I/tmp/pear/temp/imagick -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/include -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/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/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/imagick/imagick_helpers.c -fPIC -DPIC -o .libs/imagick_helpers.o
3183/bin/bash /tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/libtool --mode=compile cc -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I. -I/tmp/pear/temp/imagick -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/include -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/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/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/imagick/imagick.c -o imagick.lo
3184 cc -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I. -I/tmp/pear/temp/imagick -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/include -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/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/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/imagick/imagick.c -fPIC -DPIC -o .libs/imagick.o
3185/bin/bash /tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/libtool --mode=compile cc -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I. -I/tmp/pear/temp/imagick -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/include -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/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/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/imagick/imagickkernel_class.c -o imagickkernel_class.lo
3186 cc -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I. -I/tmp/pear/temp/imagick -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/include -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/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/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/imagick/imagickkernel_class.c -fPIC -DPIC -o .libs/imagickkernel_class.o
3187/bin/bash /tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/libtool --mode=compile cc -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I. -I/tmp/pear/temp/imagick -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/include -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/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/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/imagick/shim_im6_to_im7.c -o shim_im6_to_im7.lo
3188 cc -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I. -I/tmp/pear/temp/imagick -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/include -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/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/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/imagick/shim_im6_to_im7.c -fPIC -DPIC -o .libs/shim_im6_to_im7.o
3189/bin/bash /tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/libtool --mode=link cc -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/include -I/tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/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/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -DHAVE_CONFIG_H -g -O2 -o imagick.la -export-dynamic -avoid-version -prefer-pic -module -rpath /tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/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 -lMagickWand-6.Q16 -lMagickCore-6.Q16
3190cc -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 /usr/lib/x86_64-linux-gnu/libMagickWand-6.Q16.so /usr/lib/x86_64-linux-gnu/libMagickCore-6.Q16.so -Wl,-soname -Wl,imagick.so -o .libs/imagick.so
3191creating imagick.la
3192(cd .libs && rm -f imagick.la && ln -s ../imagick.la imagick.la)
3193/bin/bash /tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/libtool --mode=install cp ./imagick.la /tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/modules
3194cp ./.libs/imagick.so /tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/modules/imagick.so
3195cp ./.libs/imagick.lai /tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/modules/imagick.la
3196PATH="$PATH:/sbin" ldconfig -n /tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/modules
3197----------------------------------------------------------------------
3198Libraries have been installed in:
3199 /tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/modules
3200
3201If you ever happen to want to link against installed libraries
3202in a given directory, LIBDIR, you must either use libtool, and
3203specify the full pathname of the library, or use the `-LLIBDIR'
3204flag during linking and do at least one of the following:
3205 - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
3206 during execution
3207 - add LIBDIR to the `LD_RUN_PATH' environment variable
3208 during linking
3209 - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
3210 - have your system administrator add LIBDIR to `/etc/ld.so.conf'
3211
3212See any operating system documentation about shared libraries for
3213more information, such as the ld(1) and ld.so(8) manual pages.
3214----------------------------------------------------------------------
3215
3216Build complete.
3217Don't forget to run 'make test'.
3218
3219running: make INSTALL_ROOT="/tmp/pear/temp/pear-build-defaultuserxfLI0h/install-imagick-3.4.4" install
3220Installing shared extensions: /tmp/pear/temp/pear-build-defaultuserxfLI0h/install-imagick-3.4.4/usr/local/lib/php/extensions/no-debug-non-zts-20180731/
3221Installing header files: /tmp/pear/temp/pear-build-defaultuserxfLI0h/install-imagick-3.4.4/usr/local/include/php/
3222running: find "/tmp/pear/temp/pear-build-defaultuserxfLI0h/install-imagick-3.4.4" | xargs ls -dils
322311016968 4 drwxr-xr-x 3 root root 4096 Dec 16 14:20 /tmp/pear/temp/pear-build-defaultuserxfLI0h/install-imagick-3.4.4
322411017005 4 drwxr-xr-x 3 root root 4096 Dec 16 14:20 /tmp/pear/temp/pear-build-defaultuserxfLI0h/install-imagick-3.4.4/usr
322511017006 4 drwxr-xr-x 4 root root 4096 Dec 16 14:20 /tmp/pear/temp/pear-build-defaultuserxfLI0h/install-imagick-3.4.4/usr/local
322611017011 4 drwxr-xr-x 3 root root 4096 Dec 16 14:20 /tmp/pear/temp/pear-build-defaultuserxfLI0h/install-imagick-3.4.4/usr/local/include
322711017012 4 drwxr-xr-x 3 root root 4096 Dec 16 14:20 /tmp/pear/temp/pear-build-defaultuserxfLI0h/install-imagick-3.4.4/usr/local/include/php
322811017013 4 drwxr-xr-x 3 root root 4096 Dec 16 14:20 /tmp/pear/temp/pear-build-defaultuserxfLI0h/install-imagick-3.4.4/usr/local/include/php/ext
322911017014 4 drwxr-xr-x 2 root root 4096 Dec 16 14:20 /tmp/pear/temp/pear-build-defaultuserxfLI0h/install-imagick-3.4.4/usr/local/include/php/ext/imagick
323011017015 4 -rw-r--r-- 1 root root 1828 Dec 16 14:20 /tmp/pear/temp/pear-build-defaultuserxfLI0h/install-imagick-3.4.4/usr/local/include/php/ext/imagick/php_imagick_shared.h
323111017007 4 drwxr-xr-x 3 root root 4096 Dec 16 14:20 /tmp/pear/temp/pear-build-defaultuserxfLI0h/install-imagick-3.4.4/usr/local/lib
323211017008 4 drwxr-xr-x 3 root root 4096 Dec 16 14:20 /tmp/pear/temp/pear-build-defaultuserxfLI0h/install-imagick-3.4.4/usr/local/lib/php
323311017009 4 drwxr-xr-x 3 root root 4096 Dec 16 14:20 /tmp/pear/temp/pear-build-defaultuserxfLI0h/install-imagick-3.4.4/usr/local/lib/php/extensions
323411017010 4 drwxr-xr-x 2 root root 4096 Dec 16 14:20 /tmp/pear/temp/pear-build-defaultuserxfLI0h/install-imagick-3.4.4/usr/local/lib/php/extensions/no-debug-non-zts-20180731
323511017003 1240 -rwxr-xr-x 1 root root 1268712 Dec 16 14:20 /tmp/pear/temp/pear-build-defaultuserxfLI0h/install-imagick-3.4.4/usr/local/lib/php/extensions/no-debug-non-zts-20180731/imagick.so
3236
3237Build process completed successfully
3238Installing '/usr/local/lib/php/extensions/no-debug-non-zts-20180731/imagick.so'
3239Installing '/usr/local/include/php/ext/imagick/php_imagick_shared.h'
3240install ok: channel://pecl.php.net/imagick-3.4.4
3241configuration option "php_ini" is not set to php.ini location
3242You should add "extension=imagick.so" to php.ini
3243Removing intermediate container 5b3b1b2a038a
3244 ---> 7f6cc6340b4c
3245Step 6/15 : RUN curl -fsSLR -o /tmp/composer-setup.php https://getcomposer.org/installer && php /tmp/composer-setup.php --quiet --install-dir=/usr/local/bin --filename=composer && rm /tmp/composer-setup.php && chmod +x /usr/local/bin/composer && composer -q -n config -g repo.packagist false && composer -q -n config -g repositories.packagist-https composer https://packagist.org
3246 ---> Running in 84a6a48e6a9d
3247Removing intermediate container 84a6a48e6a9d
3248 ---> e2bec9f23be3
3249Step 7/15 : RUN curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar && chmod +x wp-cli.phar && mv wp-cli.phar /usr/local/bin/wp
3250 ---> Running in c53a55eb4557
3251 % Total % Received % Xferd Average Speed Time Time Time Current
3252 Dload Upload Total Spent Left Speed
3253100 5437k 100 5437k 0 0 12.8M 0 --:--:-- --:--:-- --:--:-- 12.8M
3254Removing intermediate container c53a55eb4557
3255 ---> 43147aa51a9f
3256Step 8/15 : RUN composer create-project roots/bedrock /var/www/bedrock $BEDROCK_VER && rm -f /var/www/bedrock/.env*
3257 ---> Running in d060e683a23c
3258Installing roots/bedrock (1.8.12)
3259 - Installing roots/bedrock (1.8.12): Downloading (100%)
3260Created project in /var/www/bedrock
3261> php -r "copy('.env.example', '.env');"
3262Loading composer repositories with package information
3263Installing dependencies (including require-dev) from lock file
3264Package operations: 8 installs, 0 updates, 0 removals
3265 - Installing johnpbloch/wordpress-core-installer (1.0.0.2): Downloading (100%)
3266 - Installing composer/installers (v1.5.0): Downloading (100%)
3267 - Installing johnpbloch/wordpress-core (4.9.8): Downloading (100%)
3268 - Installing johnpbloch/wordpress (4.9.8): Downloading (100%)
3269 - Installing oscarotero/env (v1.1.0): Downloading (100%)
3270 - Installing roots/wp-password-bcrypt (1.0.0): Downloading (100%)
3271 - Installing vlucas/phpdotenv (v2.5.1): Downloading (100%)
3272 - Installing squizlabs/php_codesniffer (3.3.1): Downloading (100%)
3273Generating autoload files
3274Removing intermediate container d060e683a23c
3275 ---> 35f116b4b23f
3276Step 9/15 : COPY ./etc/bedrock/ /var/www/bedrock/
3277 ---> 8a48caf632a0
3278Step 10/15 : COPY ./entrypoint.sh /usr/bin/entrypoint
3279 ---> 3c28c76af36b
3280Step 11/15 : RUN mkdir /root/.ssh
3281 ---> Running in 90fda518fd60
3282Removing intermediate container 90fda518fd60
3283 ---> 2bfa07b8d511
3284Step 12/15 : COPY ./ssh/config /root/.ssh/
3285 ---> f9131995409e
3286Step 13/15 : RUN chmod 755 /usr/bin/entrypoint && mkdir -p /var/www /var/package
3287 ---> Running in 323413da5097
3288Removing intermediate container 323413da5097
3289 ---> d002d69c2881
3290Step 14/15 : WORKDIR /var/www/bedrock
3291 ---> Running in 41dc46a0bb53
3292Removing intermediate container 41dc46a0bb53
3293 ---> cc0fc590b7d2
3294Step 15/15 : CMD [ "entrypoint" ]
3295 ---> Running in 89909c45c38d
3296Removing intermediate container 89909c45c38d
3297 ---> 7f8d2e0b183c
3298Successfully built 7f8d2e0b183c
3299Successfully tagged bedmaker:latest
3300
3301[ Waiting for it ... ]
3302
3303\m/
3304
3305[ Starting Bedmaker ]
3306
3307docker: Error response from daemon: could not get container for db-bedmaker: No such container: db-bedmaker.
3308See 'docker run --help'.
3309docker: Error response from daemon: could not get container for db-bedmaker: No such container: db-bedmaker.
3310See 'docker run --help'.
3311Unable to find image 'alpine:latest' locally
3312latest: Pulling from library/alpine
331389d9c30c1d48: Already exists
3314Digest: sha256:c19173c5ada610a5989151111163d28a67368362762534d8a8121ce95cf2bd5a
3315Status: Downloaded newer image for alpine:latest
3316/
3317cp: can't stat '/tmp/bedmaker_fr_Dh5TU/bedmaker/bedrock-fr-*.tar.gz': No such file or directory
3318chown: /tmp/bedmaker_code_VvwDN/bedrock-fr-*.tar.gz: No such file or directory
3319\o/
3320skhouildi@ubuntu ~/Documents/sites/bedmaker (develop) $ docker rm -f $(docker ps -aq)
33213410aae0de2a
3322aa8ec6cef31f
33233c3d23efeec9
3324skhouildi@ubuntu ~/Documents/sites/bedmaker (develop) $ bash resources/bedmaker.sh fr
3325
3326[ Starting DB ]
3327
3328\o/
3329MYSQL_HOST=db-bedmaker
3330MYSQL_DATABASE=bedrock
3331MYSQL_USER=bedrock
3332MYSQL_PASSWORD=test
3333MYSQL_ROOT_PASSWORD=test
333477aa1b81fddac6f68449616eed61d368a581886e4ec344be3bb4ba53befc5666
3335docker: Error response from daemon: driver failed programming external connectivity on endpoint db-bedmaker (e9355d3dbf3740de664d082e4c5720e4ff7f34ce8d21cc8c30b1b0af5b54f74c): Error starting userland proxy: listen tcp 0.0.0.0:3306: bind: address already in use.
3336Mysql is up and running.
3337Sending build context to Docker daemon 291.3kB
3338Step 1/15 : FROM php:7.3.3-cli
3339 ---> 90102e6d83ad
3340Step 2/15 : ENV DEBIAN_FRONTEND=noninteractive
3341 ---> Using cache
3342 ---> fc8187d5b9c4
3343Step 3/15 : ENV BEDROCK_VER=1.8.12
3344 ---> Using cache
3345 ---> dc8a83af95d0
3346Step 4/15 : RUN curl -sL https://deb.nodesource.com/setup_11.x | bash - && apt-get update && apt-get install -y nodejs jq psmisc libfreetype6-dev libjpeg62-turbo-dev libmcrypt-dev pkg-config libmagickwand-dev imagemagick libjpeg-dev libpng-dev libfontconfig1 libicu-dev zip mysql-client unzip git && npm install -g gulp gulp-cli
3347 ---> Using cache
3348 ---> b162dcd44a7d
3349Step 5/15 : RUN docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ && docker-php-ext-install -j$(nproc) sockets iconv pdo pdo_mysql gd mysqli opcache intl && printf "\n" | pecl install imagick && docker-php-ext-enable imagick
3350 ---> Using cache
3351 ---> 7f6cc6340b4c
3352Step 6/15 : RUN curl -fsSLR -o /tmp/composer-setup.php https://getcomposer.org/installer && php /tmp/composer-setup.php --quiet --install-dir=/usr/local/bin --filename=composer && rm /tmp/composer-setup.php && chmod +x /usr/local/bin/composer && composer -q -n config -g repo.packagist false && composer -q -n config -g repositories.packagist-https composer https://packagist.org
3353 ---> Using cache
3354 ---> e2bec9f23be3
3355Step 7/15 : RUN curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar && chmod +x wp-cli.phar && mv wp-cli.phar /usr/local/bin/wp
3356 ---> Using cache
3357 ---> 43147aa51a9f
3358Step 8/15 : RUN composer create-project roots/bedrock /var/www/bedrock $BEDROCK_VER && rm -f /var/www/bedrock/.env*
3359 ---> Using cache
3360 ---> 35f116b4b23f
3361Step 9/15 : COPY ./etc/bedrock/ /var/www/bedrock/
3362 ---> Using cache
3363 ---> 8a48caf632a0
3364Step 10/15 : COPY ./entrypoint.sh /usr/bin/entrypoint
3365 ---> Using cache
3366 ---> 3c28c76af36b
3367Step 11/15 : RUN mkdir /root/.ssh
3368 ---> Using cache
3369 ---> 2bfa07b8d511
3370Step 12/15 : COPY ./ssh/config /root/.ssh/
3371 ---> Using cache
3372 ---> f9131995409e
3373Step 13/15 : RUN chmod 755 /usr/bin/entrypoint && mkdir -p /var/www /var/package
3374 ---> Using cache
3375 ---> d002d69c2881
3376Step 14/15 : WORKDIR /var/www/bedrock
3377 ---> Using cache
3378 ---> cc0fc590b7d2
3379Step 15/15 : CMD [ "entrypoint" ]
3380 ---> Using cache
3381 ---> 7f8d2e0b183c
3382Successfully built 7f8d2e0b183c
3383Successfully tagged bedmaker:latest
3384
3385[ Waiting for it ... ]
3386
3387\m/
3388
3389[ Starting Bedmaker ]
3390
3391docker: Error response from daemon: could not get container for db-bedmaker: No such container: db-bedmaker.
3392See 'docker run --help'.
3393docker: Error response from daemon: could not get container for db-bedmaker: No such container: db-bedmaker.
3394See 'docker run --help'.
3395/
3396cp: can't stat '/tmp/bedmaker_fr_aIWA0/bedmaker/bedrock-fr-*.tar.gz': No such file or directory
3397chown: /tmp/bedmaker_code_1cwEk/bedrock-fr-*.tar.gz: No such file or directory
3398\o/
3399skhouildi@ubuntu ~/Documents/sites/bedmaker (develop) $ sudo service mysql stop
3400[sudo] Mot de passe de skhouildi :
3401skhouildi@ubuntu ~/Documents/sites/bedmaker (develop) $ bash resources/bedmaker.sh fr
3402
3403[ Starting DB ]
3404
3405\o/
3406MYSQL_HOST=db-bedmaker
3407MYSQL_DATABASE=bedrock
3408MYSQL_USER=bedrock
3409MYSQL_PASSWORD=test
3410MYSQL_ROOT_PASSWORD=test
341104406db17dbdd3f258f8eb640770688b00b4c2fc9d829bd61257d0cead0efbaf
3412Mysql is up and running.
3413Sending build context to Docker daemon 291.3kB
3414Step 1/15 : FROM php:7.3.3-cli
3415 ---> 90102e6d83ad
3416Step 2/15 : ENV DEBIAN_FRONTEND=noninteractive
3417 ---> Using cache
3418 ---> fc8187d5b9c4
3419Step 3/15 : ENV BEDROCK_VER=1.8.12
3420 ---> Using cache
3421 ---> dc8a83af95d0
3422Step 4/15 : RUN curl -sL https://deb.nodesource.com/setup_11.x | bash - && apt-get update && apt-get install -y nodejs jq psmisc libfreetype6-dev libjpeg62-turbo-dev libmcrypt-dev pkg-config libmagickwand-dev imagemagick libjpeg-dev libpng-dev libfontconfig1 libicu-dev zip mysql-client unzip git && npm install -g gulp gulp-cli
3423 ---> Using cache
3424 ---> b162dcd44a7d
3425Step 5/15 : RUN docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ && docker-php-ext-install -j$(nproc) sockets iconv pdo pdo_mysql gd mysqli opcache intl && printf "\n" | pecl install imagick && docker-php-ext-enable imagick
3426 ---> Using cache
3427 ---> 7f6cc6340b4c
3428Step 6/15 : RUN curl -fsSLR -o /tmp/composer-setup.php https://getcomposer.org/installer && php /tmp/composer-setup.php --quiet --install-dir=/usr/local/bin --filename=composer && rm /tmp/composer-setup.php && chmod +x /usr/local/bin/composer && composer -q -n config -g repo.packagist false && composer -q -n config -g repositories.packagist-https composer https://packagist.org
3429 ---> Using cache
3430 ---> e2bec9f23be3
3431Step 7/15 : RUN curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar && chmod +x wp-cli.phar && mv wp-cli.phar /usr/local/bin/wp
3432 ---> Using cache
3433 ---> 43147aa51a9f
3434Step 8/15 : RUN composer create-project roots/bedrock /var/www/bedrock $BEDROCK_VER && rm -f /var/www/bedrock/.env*
3435 ---> Using cache
3436 ---> 35f116b4b23f
3437Step 9/15 : COPY ./etc/bedrock/ /var/www/bedrock/
3438 ---> Using cache
3439 ---> 8a48caf632a0
3440Step 10/15 : COPY ./entrypoint.sh /usr/bin/entrypoint
3441 ---> Using cache
3442 ---> 3c28c76af36b
3443Step 11/15 : RUN mkdir /root/.ssh
3444 ---> Using cache
3445 ---> 2bfa07b8d511
3446Step 12/15 : COPY ./ssh/config /root/.ssh/
3447 ---> Using cache
3448 ---> f9131995409e
3449Step 13/15 : RUN chmod 755 /usr/bin/entrypoint && mkdir -p /var/www /var/package
3450 ---> Using cache
3451 ---> d002d69c2881
3452Step 14/15 : WORKDIR /var/www/bedrock
3453 ---> Using cache
3454 ---> cc0fc590b7d2
3455Step 15/15 : CMD [ "entrypoint" ]
3456 ---> Using cache
3457 ---> 7f8d2e0b183c
3458Successfully built 7f8d2e0b183c
3459Successfully tagged bedmaker:latest
3460
3461[ Waiting for it ... ]
3462
3463\m/
3464
3465[ Starting Bedmaker ]
3466
3467Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/bedrock/web/wp/wp-includes/pomo/plural-forms.php on line 210
3468Created single site database tables.
3469Set up multisite database tables.
3470Success: Network installed. Don't forget to set up rewrite rules (and a .htaccess file, if using Apache).
3471URL is HTTPS
3472Cloning into '.'...
3473npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
3474npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
3475npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
3476npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
3477npm WARN deprecated natives@1.1.6: This module relies on Node.js's internals and will break at some point. Do not use it, and update to graceful-fs@4.x.
3478
3479> node-sass@4.13.0 install /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/node-sass
3480> node scripts/install.js
3481
3482Downloading binary from https://github.com/sass/node-sass/releases/download/v4.13.0/linux-x64-67_binding.node
3483Download complete
3484Binary saved to /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/node-sass/vendor/linux-x64-67/binding.node
3485Caching binary to /root/.npm/node-sass/4.13.0/linux-x64-67_binding.node
3486
3487> node-sass@4.13.0 postinstall /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/node-sass
3488> node scripts/build.js
3489
3490Binary found at /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/node-sass/vendor/linux-x64-67/binding.node
3491Testing binary
3492Binary is fine
3493
3494> gifsicle@4.0.1 postinstall /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/gifsicle
3495> node lib/install.js
3496
3497 ✔ gifsicle pre-build test passed successfully
3498
3499> jpegtran-bin@4.0.0 postinstall /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/jpegtran-bin
3500> node lib/install.js
3501
3502 ✔ jpegtran pre-build test passed successfully
3503
3504> optipng-bin@5.1.0 postinstall /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/optipng-bin
3505> node lib/install.js
3506
3507 ✔ optipng pre-build test passed successfully
3508
3509> understrap@0.8.9 postinstall /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/understrap
3510> gulp copy-assets
3511
3512[14:23:51] Using gulpfile /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/understrap/gulpfile.js
3513[14:23:51] Starting 'copy-assets'...
3514[14:23:51] Finished 'copy-assets' after 12 ms
3515npm notice created a lockfile as package-lock.json. You should commit this file.
3516npm WARN bootstrap@4.2.1 requires a peer of jquery@1.9.1 - 3 but none is installed. You must install peer dependencies yourself.
3517npm WARN bootstrap@4.2.1 requires a peer of popper.js@^1.14.6 but none is installed. You must install peer dependencies yourself.
3518npm WARN gulp-imagemin@5.0.3 requires a peer of gulp@>=4 but none is installed. You must install peer dependencies yourself.
3519npm WARN bootstrap@4.4.1 requires a peer of jquery@1.9.1 - 3 but none is installed. You must install peer dependencies yourself.
3520npm WARN bootstrap@4.4.1 requires a peer of popper.js@^1.16.0 but none is installed. You must install peer dependencies yourself.
3521npm WARN slick-carousel@1.8.1 requires a peer of jquery@>=1.8.0 but none is installed. You must install peer dependencies yourself.
3522npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules/fsevents):
3523npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
3524
3525+ undescores-for-npm@1.0.0
3526+ understrap@0.8.9
3527+ gulp-install@1.1.0
3528+ bootstrap@4.4.1
3529+ font-awesome@4.7.0
3530+ config@1.31.0
3531+ jshint@2.10.3
3532+ slick-carousel@1.8.1
3533+ config.json@0.0.4
3534added 1022 packages from 607 contributors and audited 16260 packages in 34.213s
3535found 16 vulnerabilities (3 low, 1 moderate, 12 high)
3536 run `npm audit fix` to fix them, or `npm audit` for details
3537npm WARN deprecated babel-preset-es2015@6.24.1: ? Thanks for using Babel: we recommend using babel-preset-env now: please read https://babeljs.io/env to update!
3538npm WARN deprecated browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
3539npm WARN deprecated gulp-util@3.0.7: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
3540npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
3541npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
3542
3543> core-js@2.6.11 postinstall /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/core-js
3544> node -e "try{require('./postinstall')}catch(e){}"
3545
3546Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
3547
3548The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
3549> https://opencollective.com/core-js
3550> https://www.patreon.com/zloirock
3551
3552Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
3553
3554
3555> gifsicle@3.0.4 postinstall /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/gulp-imagemin/node_modules/gifsicle
3556> node lib/install.js
3557
3558 ✔ gifsicle pre-build test passed successfully
3559
3560> jpegtran-bin@3.2.0 postinstall /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/gulp-imagemin/node_modules/jpegtran-bin
3561> node lib/install.js
3562
3563 ✔ jpegtran pre-build test passed successfully
3564
3565> optipng-bin@3.1.4 postinstall /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/gulp-imagemin/node_modules/optipng-bin
3566> node lib/install.js
3567
3568 ✔ optipng pre-build test passed successfully
3569
3570> pngquant-bin@4.0.0 postinstall /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/imagemin-pngquant/node_modules/pngquant-bin
3571> node lib/install.js
3572
3573 ⚠ The `/var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/imagemin-pngquant/node_modules/pngquant-bin/vendor/pngquant` binary doesn't seem to work correctly
3574 ⚠ pngquant pre-build test failed
3575 ℹ compiling from source
3576 ✔ pngquant pre-build test passed successfully
3577 ✔ pngquant built successfully
3578
3579> jpeg-recompress-bin@3.0.1 postinstall /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/jpeg-recompress-bin
3580> node lib/install.js
3581
3582 ✔ jpeg-recompress pre-build test passed successfully
3583
3584> pngquant-bin@3.1.1 postinstall /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/pngquant-bin
3585> node lib/install.js
3586
3587 ⚠ The `/var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/pngquant-bin/vendor/pngquant` binary doesn't seem to work correctly
3588 ⚠ pngquant pre-build test failed
3589 ℹ compiling from source
3590 ✔ pngquant built successfully
3591npm WARN bootstrap@4.4.1 requires a peer of jquery@1.9.1 - 3 but none is installed. You must install peer dependencies yourself.
3592npm WARN bootstrap@4.4.1 requires a peer of popper.js@^1.16.0 but none is installed. You must install peer dependencies yourself.
3593npm WARN slick-carousel@1.8.1 requires a peer of jquery@>=1.8.0 but none is installed. You must install peer dependencies yourself.
3594npm WARN bootstrap@4.2.1 requires a peer of jquery@1.9.1 - 3 but none is installed. You must install peer dependencies yourself.
3595npm WARN bootstrap@4.2.1 requires a peer of popper.js@^1.14.6 but none is installed. You must install peer dependencies yourself.
3596npm WARN gulp-imagemin@5.0.3 requires a peer of gulp@>=4 but none is installed. You must install peer dependencies yourself.
3597npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules/fsevents):
3598npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
3599
3600added 862 packages from 401 contributors and audited 34617 packages in 29.974s
3601found 54 vulnerabilities (27 low, 13 moderate, 14 high)
3602 run `npm audit fix` to fix them, or `npm audit` for details
3603[14:24:25] Using gulpfile /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/gulpfile.js
3604[14:24:25] Starting 'build'...
3605[14:24:25] Starting 'stylesForProd'...
3606[14:24:25] Finished 'build' after 14 ms
3607[14:24:26] Finished 'stylesForProd' after 1.07 s
3608[14:24:26] Starting 'lint'...
3609[14:24:27]
3610/var/www/bedrock/web/app/themes/dlbi-sodexo-theme/src/assets/scripts/index.js
3611 15:10 warning 'timelapse' is defined but never used no-unused-vars
3612 73:23 error 'LazyloadSettings' is not defined no-undef
3613 75:21 error 'LazyloadSettings' is not defined no-undef
3614 76:32 error 'LazyloadSettings' is not defined no-undef
3615 117:17 warning Unexpected console statement no-console
3616 222:9 warning 'once' is assigned a value but never used no-unused-vars
3617 246:9 error 'dataLayer' is not defined no-undef
3618 254:9 error 'dataLayer' is not defined no-undef
3619 262:9 error 'dataLayer' is not defined no-undef
3620 272:9 error 'dataLayer' is not defined no-undef
3621 281:9 error 'dataLayer' is not defined no-undef
3622 290:9 error 'dataLayer' is not defined no-undef
3623 298:9 error 'dataLayer' is not defined no-undef
3624 307:9 error 'dataLayer' is not defined no-undef
3625 385:9 error 'direct_link' is not defined no-undef
3626 635:459 error 'closetext' is not defined no-undef
3627 666:21 error 'dataLayer' is not defined no-undef
3628 846:9 error 'outdatedBrowser' is not defined no-undef
3629 1081:22 error 'ajaxurl' is not defined no-undef
3630 1100:21 error '$loader' is not defined no-undef
3631 1178:13 warning Unexpected console statement no-console
3632 1315:37 warning 'newFontSizeUnitValue' is defined but never used no-unused-vars
3633 1403:9 warning Unexpected console statement no-console
3634 1425:9 error 'DQEPluginIsActive' is not defined no-undef
3635 1427:13 warning 'hasDQE' is assigned a value but never used no-unused-vars
3636 1429:13 warning 'b2b' is assigned a value but never used no-unused-vars
3637 1443:29 error 'DQEJSUrl' is not defined no-undef
3638 1444:33 error 'DQEJSB2BUrl' is not defined no-undef
3639 1446:37 error 'DQEPluginURL' is not defined no-undef
3640 1453:37 error 'DQEPluginURL' is not defined no-undef
3641 1466:9 error 'SimulatorsSettings' is not defined no-undef
3642 1466:31 error 'SimulatorsSettings' is not defined no-undef
3643 1466:63 error 'SimulatorsSettings' is not defined no-undef
3644 1471:29 error 'SimulatorsSettings' is not defined no-undef
3645 1472:33 error 'SimulatorsSettings' is not defined no-undef
3646 1473:37 error 'SimulatorsSettings' is not defined no-undef
3647 1474:41 error 'SimulatorsSettings' is not defined no-undef
3648 1475:33 warning Unexpected console statement no-console
3649 1498:17 warning Unexpected console statement no-console
3650 1570:14 warning 'fullyVisibleInElement' is defined but never used no-unused-vars
3651 1633:13 warning Unexpected console statement no-console
3652 1648:9 warning Unexpected console statement no-console
3653 1698:9 warning Unexpected console statement no-console
3654 1715:10 warning 'checkSEO' is defined but never used no-unused-vars
3655 1723:9 warning Unexpected console statement no-console
3656 1725:9 warning Unexpected console statement no-console
3657 1743:13 warning Unexpected console statement no-console
3658 1745:13 warning Unexpected console statement no-console
3659 1748:9 warning Unexpected console statement no-console
3660 1752:9 warning Unexpected console statement no-console
3661 1754:9 warning Unexpected console statement no-console
3662 1757:9 warning Unexpected console statement no-console
3663 1759:9 warning Unexpected console statement no-console
3664 1768:10 warning 'callback_b2b_autocomplete' is defined but never used no-unused-vars
3665 1795:19 error 'visibleInElement' is not defined no-undef
3666
3667/var/www/bedrock/web/app/themes/dlbi-sodexo-theme/src/assets/scripts/phantom_generate.js
3668 70:2 warning Unexpected console statement no-console
3669 72:2 error 'phantom' is not defined no-undef
3670
3671/var/www/bedrock/web/app/themes/dlbi-sodexo-theme/src/assets/scripts/rasterize.js
3672 7:5 warning Unexpected console statement no-console
3673 8:5 warning Unexpected console statement no-console
3674 9:5 warning Unexpected console statement no-console
3675 10:5 warning Unexpected console statement no-console
3676 11:5 error 'phantom' is not defined no-undef
3677 23:17 error 'pageWidth' is already defined no-redeclare
3678 24:17 error 'pageHeight' is already defined no-redeclare
3679 28:13 warning Unexpected console statement no-console
3680 29:17 error 'pageWidth' is already defined no-redeclare
3681 30:17 error 'pageHeight' is already defined no-redeclare
3682 31:13 warning Unexpected console statement no-console
3683 40:13 warning Unexpected console statement no-console
3684 41:13 error 'phantom' is not defined no-undef
3685 45:17 error 'phantom' is not defined no-undef
3686
3687/var/www/bedrock/web/app/themes/dlbi-sodexo-theme/src/assets/scripts/admin/admin.js
3688 3:5 warning Unexpected console statement no-console
3689 76:18 error 'ajaxurl' is not defined no-undef
3690
3691/var/www/bedrock/web/app/themes/dlbi-sodexo-theme/src/assets/scripts/modules/geolocation.js
3692 38:10 warning 'storeIframe' is defined but never used no-unused-vars
3693
3694/var/www/bedrock/web/app/themes/dlbi-sodexo-theme/src/assets/scripts/modules/load-more.js
3695 1:10 warning 'loadMore' is defined but never used no-unused-vars
3696
3697✖ 75 problems (39 errors, 36 warnings)
3698
3699[14:24:27] gulp-notify: [Gulp] Failed with 39 errors
3700[14:24:27] gulp-notify: [Error running notifier] Could not send message: not found: notify-send
3701[14:24:27] Finished 'lint' after 681 ms
3702[14:24:27] Starting 'scriptsForProd'...
3703[14:24:27] Finished 'scriptsForProd' after 352 ms
3704[14:24:27] Starting 'scriptsVendorsForProd'...
3705[14:24:27] Finished 'scriptsVendorsForProd' after 1.5 ms
3706[14:24:27] Starting 'lint'...
3707[14:24:29]
3708/var/www/bedrock/web/app/themes/dlbi-sodexo-theme/src/assets/scripts/index.js
3709 15:10 warning 'timelapse' is defined but never used no-unused-vars
3710 73:23 error 'LazyloadSettings' is not defined no-undef
3711 75:21 error 'LazyloadSettings' is not defined no-undef
3712 76:32 error 'LazyloadSettings' is not defined no-undef
3713 117:17 warning Unexpected console statement no-console
3714 222:9 warning 'once' is assigned a value but never used no-unused-vars
3715 246:9 error 'dataLayer' is not defined no-undef
3716 254:9 error 'dataLayer' is not defined no-undef
3717 262:9 error 'dataLayer' is not defined no-undef
3718 272:9 error 'dataLayer' is not defined no-undef
3719 281:9 error 'dataLayer' is not defined no-undef
3720 290:9 error 'dataLayer' is not defined no-undef
3721 298:9 error 'dataLayer' is not defined no-undef
3722 307:9 error 'dataLayer' is not defined no-undef
3723 385:9 error 'direct_link' is not defined no-undef
3724 635:459 error 'closetext' is not defined no-undef
3725 666:21 error 'dataLayer' is not defined no-undef
3726 846:9 error 'outdatedBrowser' is not defined no-undef
3727 1081:22 error 'ajaxurl' is not defined no-undef
3728 1100:21 error '$loader' is not defined no-undef
3729 1178:13 warning Unexpected console statement no-console
3730 1315:37 warning 'newFontSizeUnitValue' is defined but never used no-unused-vars
3731 1403:9 warning Unexpected console statement no-console
3732 1425:9 error 'DQEPluginIsActive' is not defined no-undef
3733 1427:13 warning 'hasDQE' is assigned a value but never used no-unused-vars
3734 1429:13 warning 'b2b' is assigned a value but never used no-unused-vars
3735 1443:29 error 'DQEJSUrl' is not defined no-undef
3736 1444:33 error 'DQEJSB2BUrl' is not defined no-undef
3737 1446:37 error 'DQEPluginURL' is not defined no-undef
3738 1453:37 error 'DQEPluginURL' is not defined no-undef
3739 1466:9 error 'SimulatorsSettings' is not defined no-undef
3740 1466:31 error 'SimulatorsSettings' is not defined no-undef
3741 1466:63 error 'SimulatorsSettings' is not defined no-undef
3742 1471:29 error 'SimulatorsSettings' is not defined no-undef
3743 1472:33 error 'SimulatorsSettings' is not defined no-undef
3744 1473:37 error 'SimulatorsSettings' is not defined no-undef
3745 1474:41 error 'SimulatorsSettings' is not defined no-undef
3746 1475:33 warning Unexpected console statement no-console
3747 1498:17 warning Unexpected console statement no-console
3748 1570:14 warning 'fullyVisibleInElement' is defined but never used no-unused-vars
3749 1633:13 warning Unexpected console statement no-console
3750 1648:9 warning Unexpected console statement no-console
3751 1698:9 warning Unexpected console statement no-console
3752 1715:10 warning 'checkSEO' is defined but never used no-unused-vars
3753 1723:9 warning Unexpected console statement no-console
3754 1725:9 warning Unexpected console statement no-console
3755 1743:13 warning Unexpected console statement no-console
3756 1745:13 warning Unexpected console statement no-console
3757 1748:9 warning Unexpected console statement no-console
3758 1752:9 warning Unexpected console statement no-console
3759 1754:9 warning Unexpected console statement no-console
3760 1757:9 warning Unexpected console statement no-console
3761 1759:9 warning Unexpected console statement no-console
3762 1768:10 warning 'callback_b2b_autocomplete' is defined but never used no-unused-vars
3763 1795:19 error 'visibleInElement' is not defined no-undef
3764
3765/var/www/bedrock/web/app/themes/dlbi-sodexo-theme/src/assets/scripts/phantom_generate.js
3766 70:2 warning Unexpected console statement no-console
3767 72:2 error 'phantom' is not defined no-undef
3768
3769/var/www/bedrock/web/app/themes/dlbi-sodexo-theme/src/assets/scripts/rasterize.js
3770 7:5 warning Unexpected console statement no-console
3771 8:5 warning Unexpected console statement no-console
3772 9:5 warning Unexpected console statement no-console
3773 10:5 warning Unexpected console statement no-console
3774 11:5 error 'phantom' is not defined no-undef
3775 23:17 error 'pageWidth' is already defined no-redeclare
3776 24:17 error 'pageHeight' is already defined no-redeclare
3777 28:13 warning Unexpected console statement no-console
3778 29:17 error 'pageWidth' is already defined no-redeclare
3779 30:17 error 'pageHeight' is already defined no-redeclare
3780 31:13 warning Unexpected console statement no-console
3781 40:13 warning Unexpected console statement no-console
3782 41:13 error 'phantom' is not defined no-undef
3783 45:17 error 'phantom' is not defined no-undef
3784
3785/var/www/bedrock/web/app/themes/dlbi-sodexo-theme/src/assets/scripts/admin/admin.js
3786 3:5 warning Unexpected console statement no-console
3787 76:18 error 'ajaxurl' is not defined no-undef
3788
3789/var/www/bedrock/web/app/themes/dlbi-sodexo-theme/src/assets/scripts/modules/geolocation.js
3790 38:10 warning 'storeIframe' is defined but never used no-unused-vars
3791
3792/var/www/bedrock/web/app/themes/dlbi-sodexo-theme/src/assets/scripts/modules/load-more.js
3793 1:10 warning 'loadMore' is defined but never used no-unused-vars
3794
3795✖ 75 problems (39 errors, 36 warnings)
3796
3797[14:24:29] gulp-notify: [Gulp] Failed with 39 errors
3798[14:24:29] gulp-notify: [Error running notifier] Could not send message: notify-send must be installed on the system.
3799[14:24:29] Finished 'lint' after 1.99 s
3800[14:24:29] Starting 'scriptsBoForProd'...
3801[14:24:29] Finished 'scriptsBoForProd' after 23 ms
3802[14:24:29] Starting 'stylesAdminForProd'...
3803[14:24:29] Finished 'stylesAdminForProd' after 12 ms
3804[14:24:29] Starting 'fonts'...
3805[14:24:29] Starting 'images'...
3806[14:24:29] gulp-imagemin: ✔ ajax-loader.gif (already optimized)
3807[14:24:29] gulp-imagemin: ✔ apple-touch-icon.png (saved 383 B - 12.6%)
3808[14:24:29] gulp-imagemin: ✔ apps-download-applestore.png (saved 1.64 kB - 55%)
3809[14:24:29] gulp-imagemin: ✔ apps-download-googleplay.png (saved 1.16 kB - 36.5%)
3810[14:24:29] gulp-imagemin: ✔ best-seller.svg (already optimized)
3811[14:24:29] gulp-imagemin: ✔ apps-download-windowsphone.png (saved 2.56 kB - 47.3%)
3812[14:24:29] gulp-imagemin: ✔ btn-play-video.svg (already optimized)
3813[14:24:29] gulp-imagemin: ✔ favicon-16x16.png (saved 322 B - 37.4%)
3814[14:24:29] gulp-imagemin: ✔ confianza-online.png (saved 19.5 kB - 72.1%)
3815[14:24:29] gulp-imagemin: ✔ favicon-32x32.png (saved 335 B - 27.1%)
3816[14:24:29] gulp-imagemin: Skipping unsupported image favicon.ico
3817[14:24:29] gulp-imagemin: ✔ hipo.png (already optimized)
3818[14:24:29] gulp-imagemin: ✔ bg-404.jpg (already optimized)
3819[14:24:29] gulp-imagemin: ✔ icon-contact.svg (already optimized)
3820[14:24:29] gulp-imagemin: ✔ icon-facebook.svg (already optimized)
3821[14:24:29] gulp-imagemin: ✔ ho-resto-carte.png (saved 14.2 kB - 67.4%)
3822[14:24:29] gulp-imagemin: ✔ icon-footer-app-1.png (saved 1.4 kB - 36.2%)
3823[14:24:29] gulp-imagemin: ✔ icon-footer-app-2.png (saved 837 B - 27.2%)
3824[14:24:29] gulp-imagemin: ✔ icon-linkedin.svg (already optimized)
3825[14:24:29] gulp-imagemin: ✔ icon-mail.svg (already optimized)
3826[14:24:29] gulp-imagemin: ✔ icon-twitter.svg (already optimized)
3827[14:24:29] gulp-imagemin: ✔ logo-sodexo-header.svg (already optimized)
3828[14:24:29] gulp-imagemin: ✔ logo-sodexo-login.svg (already optimized)
3829[14:24:29] gulp-imagemin: ✔ logo-sodexo-sticky.svg (already optimized)
3830[14:24:29] gulp-imagemin: ✔ icon-footer-app-3.png (saved 1.17 kB - 32.9%)
3831[14:24:29] gulp-imagemin: ✔ safari-pinned-tab.svg (already optimized)
3832[14:24:29] gulp-imagemin: ✔ mstile-150x150.png (saved 55 B - 2.1%)
3833[14:24:29] gulp-imagemin: ✔ top-discover-dark.svg (already optimized)
3834[14:24:29] gulp-imagemin: ✔ top-discover-light.svg (already optimized)
3835[14:24:29] gulp-imagemin: ✔ wave-blue.svg (already optimized)
3836[14:24:29] gulp-imagemin: ✔ wave-blue2.svg (already optimized)
3837[14:24:29] gulp-imagemin: ✔ wave-dark-blue.svg (already optimized)
3838[14:24:29] gulp-imagemin: ✔ wave-dark2-blue.svg (already optimized)
3839[14:24:29] gulp-imagemin: ✔ pass-restaurant-need.png (saved 16.3 kB - 70.5%)
3840[14:24:29] gulp-imagemin: ✔ sodexo-cheque-pass-restaurant-2.png (saved 14.9 kB - 71%)
3841[14:24:29] gulp-imagemin: ✔ wave-down-bis.png (saved 282 B - 11.1%)
3842[14:24:29] gulp-imagemin: ✔ wave-down.png (saved 324 B - 39%)
3843[14:24:29] gulp-imagemin: ✔ wave-down.svg (already optimized)
3844[14:24:29] gulp-imagemin: ✔ wave-green.svg (already optimized)
3845[14:24:29] gulp-imagemin: ✔ wave.svg (already optimized)
3846[14:24:29] gulp-imagemin: ✔ wave-up.png (saved 347 B - 38.3%)
3847[14:24:29] Finished 'fonts' after 458 ms
3848[14:24:30] gulp-imagemin: ✔ bg-store-locator.jpg (already optimized)
3849[14:24:30] gulp-imagemin: ✔ gf-img.png (saved 280 kB - 71.4%)
3850[14:24:31] gulp-imagemin: ✔ bg-404-search.jpg (saved 8.09 kB - 16.1%)
3851[14:24:31] gulp-imagemin: ✔ main-image-header-home.jpg (saved 32.8 kB - 12.4%)
3852[14:24:31] gulp-imagemin: Minified 20 images (saved 396 kB - 47.6%)
3853[14:24:31] Finished 'images' after 1.71 s
3854
3855Gulp ran 10 tasks in 5.85 s
3856
3857Task Time % of total Finished
3858lint 1.99 s 34% 6th
3859images 1.71 s 29% 10th
3860stylesForProd 1.07 s 18% 2nd
3861lint 681 ms 12% 3rd
3862fonts 458 ms 8% 9th
3863scriptsForProd 352 ms 6% 4th
3864scriptsBoForProd 23 ms 0% 7th
3865build 14 ms 0% 1st
3866stylesAdminForProd 12 ms 0% 8th
3867scriptsVendorsForProd 1.5 ms 0% 5th
3868
3869./:
3870total 92K
3871drwxr-xr-x 1 www-data www-data 4.0K Dec 16 14:24 .
3872drwxr-xr-x 1 root root 4.0K Dec 16 14:21 ..
3873-rw-r--r-- 1 www-data www-data 248 Aug 3 2018 .gitignore
3874-rwxr-xr-x 1 www-data www-data 444 Nov 15 13:50 .htaccess
3875-rw-r--r-- 1 www-data www-data 5.1K Aug 3 2018 CHANGELOG.md
3876-rw-r--r-- 1 www-data www-data 3.2K Aug 3 2018 CODE_OF_CONDUCT.md
3877-rw-r--r-- 1 www-data www-data 1.1K Aug 3 2018 LICENSE.md
3878-rw-r--r-- 1 www-data www-data 3.9K Aug 3 2018 README.md
3879-rw-r--r-- 1 www-data www-data 1.6K Aug 3 2018 composer.json
3880-rw-r--r-- 1 www-data www-data 16K Aug 3 2018 composer.lock
3881drwxr-xr-x 1 www-data www-data 4.0K Nov 15 13:50 config
3882drwxr-xr-x 1 www-data www-data 4.0K Dec 16 14:21 vendor
3883drwxr-xr-x 1 www-data www-data 4.0K Dec 9 09:09 web
3884-rw-r--r-- 1 www-data www-data 13 Aug 3 2018 wp-cli.yml
3885
3886/var/package/:
3887total 116M
3888drwxr-xr-x 2 root root 4.0K Dec 16 14:24 .
3889drwxr-xr-x 1 root root 4.0K Dec 16 14:21 ..
3890-rw-r--r-- 1 www-data www-data 116M Dec 16 14:24 bedrock-fr-5807b55.tar.gz
3891/
3892'/tmp/bedmaker_fr_izy0S/bedmaker/bedrock-fr-5807b55.tar.gz' -> '/tmp/bedmaker_code_JZQFQ/bedrock-fr-5807b55.tar.gz'
3893\o/
3894skhouildi@ubuntu ~/Documents/sites/bedmaker (develop) $ docker ps
3895CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
389604406db17dbd mariadb "docker-entrypoint.s…" 4 minutes ago Up 4 minutes 0.0.0.0:3306->3306/tcp db-bedmaker
3897skhouildi@ubuntu ~/Documents/sites/bedmaker (develop) $ bash resources/bedmaker.sh fr