Guest User

Untitled

a guest
Dec 16th, 2019
599
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 435.48 KB | None | 0 0
  1. skhouildi@ubuntu ~/Documents/sites/bedmaker (develop) $ bash resources/bedmaker.sh fr
  2.  
  3. [ Starting DB ]
  4.  
  5. \o/
  6. MYSQL_HOST=db-bedmaker
  7. MYSQL_DATABASE=bedrock
  8. MYSQL_USER=bedrock
  9. MYSQL_PASSWORD=test
  10. MYSQL_ROOT_PASSWORD=test
  11. 990da6db07babc945286dc60dc553f852a44a4c6152f885ed3d2f3ffea9e03a6
  12. docker: 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.
  13. Mysql is up and running.
  14. Sending build context to Docker daemon 291.3kB
  15. Step 1/15 : FROM php:7.3.3-cli
  16. 7.3.3-cli: Pulling from library/php
  17. 27833a3ba0a5: Already exists
  18. 2d79f6773a3c: Already exists
  19. f5dd9a448b82: Already exists
  20. 95719e57e42b: Already exists
  21. c8d2a12cdc54: Pull complete
  22. 9dd78e1d9662: Pull complete
  23. 44551c7c8e49: Pull complete
  24. 559e27fa57de: Pull complete
  25. 45ebd10ec4e7: Pull complete
  26. Digest: sha256:2179eb3184b136c0e7aa4e4035b93f374d4e941eed538499f4c20da147d52502
  27. Status: Downloaded newer image for php:7.3.3-cli
  28. ---> 90102e6d83ad
  29. Step 2/15 : ENV DEBIAN_FRONTEND=noninteractive
  30. ---> Running in c302ecdc52d5
  31. Removing intermediate container c302ecdc52d5
  32. ---> fc8187d5b9c4
  33. Step 3/15 : ENV BEDROCK_VER=1.8.12
  34. ---> Running in 42cae4e25a47
  35. Removing intermediate container 42cae4e25a47
  36. ---> dc8a83af95d0
  37. Step 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
  46. Get:1 http://security-cdn.debian.org/debian-security stretch/updates InRelease [94.3 kB]
  47. Get:2 http://security-cdn.debian.org/debian-security buster/updates InRelease [65.4 kB]
  48. Ign:3 http://cdn-fastly.deb.debian.org/debian stretch InRelease
  49. Get:4 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
  50. Get:5 http://security-cdn.debian.org/debian-security stretch/updates/main amd64 Packages [509 kB]
  51. Get:7 http://security-cdn.debian.org/debian-security buster/updates/main amd64 Packages [162 kB]
  52. Get:6 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
  53. Get:8 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.9 kB]
  54. Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7908 kB]
  55. Get:10 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB]
  56. Get:11 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
  57. Get:12 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B]
  58. Get:13 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
  59. Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB]
  60. Fetched 16.2 MB in 2s (5669 kB/s)
  61. Reading 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 -
  74. Warning: apt-key output should not be parsed (stdout is not a terminal)
  75. OK
  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
  85. Get:1 https://deb.nodesource.com/node_11.x stretch InRelease [4585 B]
  86. Hit:2 http://security-cdn.debian.org/debian-security stretch/updates InRelease
  87. Hit:4 http://security-cdn.debian.org/debian-security buster/updates InRelease
  88. Ign:3 http://cdn-fastly.deb.debian.org/debian stretch InRelease
  89. Hit:5 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease
  90. Hit:6 http://cdn-fastly.deb.debian.org/debian buster InRelease
  91. Get:8 https://deb.nodesource.com/node_11.x stretch/main amd64 Packages [768 B]
  92. Hit:7 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
  93. Hit:9 http://cdn-fastly.deb.debian.org/debian stretch Release
  94. Fetched 5353 B in 1s (4350 B/s)
  95. Reading 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.  
  106. Hit:1 https://deb.nodesource.com/node_11.x stretch InRelease
  107. Hit:2 http://security-cdn.debian.org/debian-security stretch/updates InRelease
  108. Hit:3 http://security-cdn.debian.org/debian-security buster/updates InRelease
  109. Ign:4 http://cdn-fastly.deb.debian.org/debian stretch InRelease
  110. Hit:5 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease
  111. Hit:6 http://cdn-fastly.deb.debian.org/debian buster InRelease
  112. Hit:7 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
  113. Hit:8 http://cdn-fastly.deb.debian.org/debian stretch Release
  114. Reading package lists...
  115. Reading package lists...
  116. Building dependency tree...
  117. Reading state information...
  118. pkg-config is already the newest version (0.29-4+b1).
  119. The 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
  163. Suggested 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
  179. Recommended packages:
  180. xdg-user-dirs
  181. The 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
  227. The following packages will be upgraded:
  228. libglib2.0-0 libicu57
  229. 2 upgraded, 225 newly installed, 0 to remove and 21 not upgraded.
  230. Need to get 157 MB of archives.
  231. After this operation, 573 MB of additional disk space will be used.
  232. Get:1 https://deb.nodesource.com/node_11.x stretch/main amd64 nodejs amd64 11.15.0-1nodesource1 [16.2 MB]
  233. Get:2 http://security-cdn.debian.org/debian-security stretch/updates/main amd64 git-man all 1:2.11.0-3+deb9u5 [1433 kB]
  234. Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython2.7-minimal amd64 2.7.13-2+deb9u3 [389 kB]
  235. Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python2.7-minimal amd64 2.7.13-2+deb9u3 [1382 kB]
  236. Get:4 http://security-cdn.debian.org/debian-security stretch/updates/main amd64 git amd64 1:2.11.0-3+deb9u5 [4161 kB]
  237. Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-minimal amd64 2.7.13-2 [40.5 kB]
  238. Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython2.7-stdlib amd64 2.7.13-2+deb9u3 [1897 kB]
  239. Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python2.7 amd64 2.7.13-2+deb9u3 [285 kB]
  240. Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython-stdlib amd64 2.7.13-2 [20.0 kB]
  241. Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python amd64 2.7.13-2 [154 kB]
  242. Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpng16-16 amd64 1.6.28-1+deb9u1 [280 kB]
  243. Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libfreetype6 amd64 2.6.3-3.2 [438 kB]
  244. Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 ucf all 3.0036 [70.2 kB]
  245. Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 fonts-dejavu-core all 2.37-1 [1068 kB]
  246. Get:5 http://security-cdn.debian.org/debian-security stretch/updates/main amd64 libexpat1-dev amd64 2.2.0-2+deb9u3 [134 kB]
  247. Get:6 http://security-cdn.debian.org/debian-security stretch/updates/main amd64 libgs9-common all 9.26a~dfsg-0+deb9u6 [5143 kB]
  248. Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 fontconfig-config all 2.11.0-6.7 [271 kB]
  249. Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libfontconfig1 amd64 2.11.0-6.7+b1 [331 kB]
  250. Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 fontconfig amd64 2.11.0-6.7+b1 [404 kB]
  251. Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1 [1807 kB]
  252. Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liberror-perl all 0.17024-1 [26.9 kB]
  253. Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libglib2.0-0 amd64 2.50.3-2+deb9u1 [2691 kB]
  254. Get:7 http://security-cdn.debian.org/debian-security stretch/updates/main amd64 libgs9 amd64 9.26a~dfsg-0+deb9u6 [2213 kB]
  255. Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblqr-1-0 amd64 0.4.2-2+b2 [24.8 kB]
  256. Get: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]
  257. Get: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]
  258. Get: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]
  259. Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libfftw3-double3 amd64 3.3.5-3 [731 kB]
  260. Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB]
  261. Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjpeg62-turbo amd64 1:1.5.1-2 [134 kB]
  262. Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblcms2-2 amd64 2.8-4+deb9u1 [143 kB]
  263. Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libltdl7 amd64 2.4.6-2 [389 kB]
  264. Get:8 http://security-cdn.debian.org/debian-security stretch/updates/main amd64 ghostscript amd64 9.26a~dfsg-0+deb9u6 [99.2 kB]
  265. Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libopenjp2-7 amd64 2.1.2-1.1+deb9u3 [122 kB]
  266. Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libtiff5 amd64 4.0.8-2+deb9u4 [238 kB]
  267. Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxau6 amd64 1:1.0.8-1 [20.7 kB]
  268. Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
  269. Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxcb1 amd64 1.12-1 [133 kB]
  270. Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libx11-data all 2:1.6.4-3+deb9u1 [287 kB]
  271. Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libx11-6 amd64 2:1.6.4-3+deb9u1 [748 kB]
  272. Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxext6 amd64 2:1.3.3-1+b2 [52.5 kB]
  273. Get: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]
  274. Get: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]
  275. Get: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]
  276. Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpixman-1-0 amd64 0.34.0-1 [530 kB]
  277. Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxcb-render0 amd64 1.12-1 [105 kB]
  278. Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxcb-shm0 amd64 1.12-1 [95.9 kB]
  279. Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxrender1 amd64 1:0.9.10-1 [33.0 kB]
  280. Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcairo2 amd64 1.14.8-1 [771 kB]
  281. Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdjvulibre-text all 3.5.27.1-7 [60.7 kB]
  282. Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdjvulibre21 amd64 3.5.27.1-7 [568 kB]
  283. Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libilmbase12 amd64 2.2.0-12 [85.3 kB]
  284. Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libopenexr22 amd64 2.2.0-11+b1 [577 kB]
  285. Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libthai-data all 0.1.26-1 [166 kB]
  286. Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdatrie1 amd64 0.2.10-4+b1 [36.4 kB]
  287. Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libthai0 amd64 0.1.26-1 [52.1 kB]
  288. Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpango-1.0-0 amd64 1.40.5-1 [320 kB]
  289. Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgraphite2-3 amd64 1.3.10-1 [84.2 kB]
  290. Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libharfbuzz0b amd64 1.4.2-1 [671 kB]
  291. Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpangoft2-1.0-0 amd64 1.40.5-1 [205 kB]
  292. Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpangocairo-1.0-0 amd64 1.40.5-1 [193 kB]
  293. Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 shared-mime-info amd64 1.8-1+deb9u1 [731 kB]
  294. Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgdk-pixbuf2.0-common all 2.36.5-2+deb9u2 [311 kB]
  295. Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgdk-pixbuf2.0-0 amd64 2.36.5-2+deb9u2 [170 kB]
  296. Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libwmf0.2-7 amd64 0.2.8.4-10.6 [167 kB]
  297. Get: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]
  298. Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libbz2-dev amd64 1.0.6-8.1 [29.4 kB]
  299. Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjpeg62-turbo-dev amd64 1:1.5.1-2 [210 kB]
  300. Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjpeg-dev all 1:1.5.1-2 [56.1 kB]
  301. Get:70 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdjvulibre-dev amd64 3.5.27.1-7 [2375 kB]
  302. Get:71 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libexif12 amd64 0.6.21-2+b2 [323 kB]
  303. Get:72 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjs-jquery all 3.1.1-2+deb9u1 [154 kB]
  304. Get:73 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libexif-dev amd64 0.6.21-2+b2 [340 kB]
  305. Get:74 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB]
  306. Get:75 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpng-dev amd64 1.6.28-1+deb9u1 [250 kB]
  307. Get:76 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libfreetype6-dev amd64 2.6.3-3.2 [5815 kB]
  308. Get:77 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcdt5 amd64 2.38.0-17 [59.6 kB]
  309. Get:78 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcgraph6 amd64 2.38.0-17 [82.2 kB]
  310. Get:79 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libwebp6 amd64 0.5.2-1 [235 kB]
  311. Get:80 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxpm4 amd64 1:3.5.12-1 [49.1 kB]
  312. Get:81 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgd3 amd64 2.2.4-2+deb9u5 [132 kB]
  313. Get:82 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [158 kB]
  314. Get:83 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpathplan4 amd64 2.38.0-17 [62.8 kB]
  315. Get:84 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxdot4 amd64 2.38.0-17 [55.6 kB]
  316. Get:85 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgvc6 amd64 2.38.0-17 [639 kB]
  317. Get:86 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgvpr2 amd64 2.38.0-17 [211 kB]
  318. Get:87 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libatk1.0-data all 2.22.0-1 [172 kB]
  319. Get:88 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libatk1.0-0 amd64 2.22.0-1 [78.4 kB]
  320. Get:89 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgtk2.0-common all 2.24.31-2 [2693 kB]
  321. Get:90 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libavahi-common-data amd64 0.6.32-2 [118 kB]
  322. Get:91 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libavahi-common3 amd64 0.6.32-2 [52.0 kB]
  323. Get:92 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdbus-1-3 amd64 1.10.28-0+deb9u1 [195 kB]
  324. Get:93 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libavahi-client3 amd64 0.6.32-2 [55.3 kB]
  325. Get:94 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcups2 amd64 2.2.1-8+deb9u4 [307 kB]
  326. Get:95 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxcomposite1 amd64 1:0.4.4-2 [16.5 kB]
  327. Get:96 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxfixes3 amd64 1:5.0.3-1 [21.9 kB]
  328. Get:97 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxcursor1 amd64 1:1.1.14-1+deb9u2 [34.9 kB]
  329. Get:98 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxdamage1 amd64 1:1.1.4-2+b3 [14.5 kB]
  330. Get:99 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxi6 amd64 2:1.7.9-1 [82.6 kB]
  331. Get:100 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxinerama1 amd64 2:1.1.3-1+b3 [16.7 kB]
  332. Get:101 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxrandr2 amd64 2:1.5.1-1 [37.5 kB]
  333. Get:102 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 hicolor-icon-theme all 0.15-1 [9550 B]
  334. Get:103 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gtk-update-icon-cache amd64 3.22.11-1 [76.6 kB]
  335. Get:104 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcroco3 amd64 0.6.11-3 [143 kB]
  336. Get:105 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 librsvg2-2 amd64 2.40.16-1+b1 [281 kB]
  337. Get:106 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 librsvg2-common amd64 2.40.16-1+b1 [194 kB]
  338. Get:107 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gnome-icon-theme all 3.12.0-2 [9890 kB]
  339. Get:108 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgtk2.0-0 amd64 2.24.31-2 [1800 kB]
  340. Get:109 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgvc6-plugins-gtk amd64 2.38.0-17 [59.7 kB]
  341. Get:110 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libltdl-dev amd64 2.4.6-2 [161 kB]
  342. Get:111 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgraphviz-dev amd64 2.38.0-17 [98.8 kB]
  343. Get:112 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libopenjp2-7-dev amd64 2.1.2-1.1+deb9u3 [38.6 kB]
  344. Get:113 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblcms2-dev amd64 2.8-4+deb9u1 [4866 kB]
  345. Get:114 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblqr-1-0-dev amd64 0.4.2-2+b2 [72.4 kB]
  346. Get:115 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libilmbase-dev amd64 2.2.0-12 [76.7 kB]
  347. Get:116 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libopenexr-dev amd64 2.2.0-11+b1 [701 kB]
  348. Get:117 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgirepository-1.0-1 amd64 1.50.0-1+b1 [89.0 kB]
  349. Get:118 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gir1.2-glib-2.0 amd64 1.50.0-1+b1 [139 kB]
  350. Get:119 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcairo-gobject2 amd64 1.14.8-1 [336 kB]
  351. Get:120 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gir1.2-freedesktop amd64 1.50.0-1+b1 [15.4 kB]
  352. Get: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]
  353. Get:122 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gir1.2-rsvg-2.0 amd64 2.40.16-1+b1 [192 kB]
  354. Get:123 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libelf1 amd64 0.168-1 [157 kB]
  355. Get:124 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libglib2.0-data all 2.50.3-2+deb9u1 [2518 kB]
  356. Get:125 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libglib2.0-bin amd64 2.50.3-2+deb9u1 [1615 kB]
  357. Get:126 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB]
  358. Get:127 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB]
  359. Get:128 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB]
  360. Get:129 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB]
  361. Get:130 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libglib2.0-dev amd64 2.50.3-2+deb9u1 [2983 kB]
  362. Get:131 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xorg-sgml-doctools all 1:1.11-1 [21.9 kB]
  363. Get:132 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 x11proto-core-dev all 7.0.31-1 [728 kB]
  364. Get:133 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxau-dev amd64 1:1.0.8-1 [23.6 kB]
  365. Get:134 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxdmcp-dev amd64 1:1.1.2-3 [42.2 kB]
  366. Get:135 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 x11proto-input-dev all 2.3.2-1 [158 kB]
  367. Get:136 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 x11proto-kb-dev all 1.0.7-1 [233 kB]
  368. Get:137 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xtrans-dev all 1.3.5-1 [100 kB]
  369. Get:138 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpthread-stubs0-dev amd64 0.3-4 [3866 B]
  370. Get:139 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxcb1-dev amd64 1.12-1 [169 kB]
  371. Get:140 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libx11-dev amd64 2:1.6.4-3+deb9u1 [815 kB]
  372. Get:141 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgdk-pixbuf2.0-dev amd64 2.36.5-2+deb9u2 [54.3 kB]
  373. Get:142 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB]
  374. Get:143 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcairo-script-interpreter2 amd64 1.14.8-1 [373 kB]
  375. Get:144 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libfontconfig1-dev amd64 2.11.0-6.7+b1 [897 kB]
  376. Get:145 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 x11proto-render-dev all 2:0.11.1-2 [20.8 kB]
  377. Get:146 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxrender-dev amd64 1:0.9.10-1 [40.8 kB]
  378. Get:147 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 x11proto-xext-dev all 7.3.0-1 [212 kB]
  379. Get:148 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxext-dev amd64 2:1.3.3-1+b2 [107 kB]
  380. Get:149 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 x11-common all 1:7.7+19 [251 kB]
  381. Get:150 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libice6 amd64 2:1.0.9-2 [58.7 kB]
  382. Get:151 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsm6 amd64 2:1.2.2-1+b3 [33.3 kB]
  383. Get:152 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libice-dev amd64 2:1.0.9-2 [66.8 kB]
  384. Get:153 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsm-dev amd64 2:1.2.2-1+b3 [35.8 kB]
  385. Get:154 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpixman-1-dev amd64 0.34.0-1 [547 kB]
  386. Get:155 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxcb-render0-dev amd64 1.12-1 [109 kB]
  387. Get:156 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxcb-shm0-dev amd64 1.12-1 [96.9 kB]
  388. Get:157 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcairo2-dev amd64 1.14.8-1 [919 kB]
  389. Get:158 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 librsvg2-dev amd64 2.40.16-1+b1 [293 kB]
  390. Get:159 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjbig-dev amd64 2.1-3.1+b2 [30.5 kB]
  391. Get:160 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzma-dev amd64 5.2.2-1.2+b1 [292 kB]
  392. Get:161 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libtiffxx5 amd64 4.0.8-2+deb9u4 [95.8 kB]
  393. Get:162 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libtiff5-dev amd64 4.0.8-2+deb9u4 [361 kB]
  394. Get:163 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libwmf-dev amd64 0.2.8.4-10.6 [189 kB]
  395. Get:164 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u3 [7705 kB]
  396. Get:165 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 icu-devtools amd64 57.1-6+deb9u3 [178 kB]
  397. Get:166 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu-dev amd64 57.1-6+deb9u3 [16.5 MB]
  398. Get:167 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml2-dev amd64 2.9.4+dfsg1-2.2+deb9u2 [812 kB]
  399. Get:168 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxt6 amd64 1:1.1.5-1 [188 kB]
  400. Get:169 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxt-dev amd64 1:1.1.5-1 [423 kB]
  401. Get: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]
  402. Get: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]
  403. Get:172 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmagickwand-dev all 8:6.9.7.4+dfsg-11+deb9u7 [1254 B]
  404. Get:173 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 poppler-data all 0.4.7-8 [1451 kB]
  405. Get:174 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpopt0 amd64 1.16-10+b2 [49.4 kB]
  406. Get:175 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB]
  407. Get:176 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dbus amd64 1.10.28-0+deb9u1 [212 kB]
  408. Get:177 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 less amd64 481-2.1 [126 kB]
  409. Get:178 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 openssh-client amd64 1:7.4p1-10+deb9u7 [780 kB]
  410. Get:179 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 autotools-dev all 20161112.1 [73.4 kB]
  411. Get:180 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bzip2-doc all 1.0.6-8.1 [307 kB]
  412. Get:181 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mysql-common all 5.8+1.0.2 [5608 B]
  413. Get:182 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mariadb-common all 10.1.41-0+deb9u1 [28.5 kB]
  414. Get:183 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B]
  415. Get:184 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB]
  416. Get:185 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mariadb-client-core-10.1 amd64 10.1.41-0+deb9u1 [5132 kB]
  417. Get:186 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libconfig-inifiles-perl all 2.94-1 [53.4 kB]
  418. Get:187 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjemalloc1 amd64 3.6.0-9.1 [89.8 kB]
  419. Get:188 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mariadb-client-10.1 amd64 10.1.41-0+deb9u1 [5930 kB]
  420. Get:189 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 default-mysql-client all 1.0.2 [3050 B]
  421. Get:190 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 fonts-noto-mono all 20161116-1 [79.2 kB]
  422. Get:191 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcupsimage2 amd64 2.2.1-8+deb9u4 [122 kB]
  423. Get:192 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libijs-0.35 amd64 0.35-12 [18.4 kB]
  424. Get:193 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjbig2dec0 amd64 0.13-4.1 [60.1 kB]
  425. Get:194 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpaper1 amd64 1.1.24+nmu5 [21.6 kB]
  426. Get:195 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gsfonts all 1:8.11+urwcyr1.0.7~pre44-4.3 [3126 kB]
  427. Get: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]
  428. Get:197 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 imagemagick amd64 8:6.9.7.4+dfsg-11+deb9u7 [141 kB]
  429. Get:198 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 javascript-common all 11 [6120 B]
  430. Get:199 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB]
  431. Get:200 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB]
  432. Get:201 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB]
  433. Get:202 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcupsfilters1 amd64 1.11.6-3+deb9u1 [129 kB]
  434. Get:203 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdbi-perl amd64 1.636-1+b1 [766 kB]
  435. Get:204 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmariadbclient18 amd64 10.1.41-0+deb9u1 [782 kB]
  436. Get:205 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdbd-mysql-perl amd64 4.041-2 [114 kB]
  437. Get:206 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgail18 amd64 2.24.31-2 [54.1 kB]
  438. Get:207 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgail-common amd64 2.24.31-2 [153 kB]
  439. Get:208 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgtk2.0-bin amd64 2.24.31-2 [47.1 kB]
  440. Get:209 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgts-bin amd64 0.7.6+darcs121130-4 [50.8 kB]
  441. Get:210 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjxr0 amd64 1.1-6+b1 [160 kB]
  442. Get:211 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjxr-tools amd64 1.1-6+b1 [17.0 kB]
  443. Get:212 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmcrypt4 amd64 2.5.8-3.3 [71.2 kB]
  444. Get:213 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmcrypt-dev amd64 2.5.8-3.3 [92.9 kB]
  445. Get:214 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnetpbm10 amd64 2:10.0-15.3+b2 [86.7 kB]
  446. Get:215 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpaper-utils amd64 1.1.24+nmu5 [17.6 kB]
  447. Get:216 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpng-tools amd64 1.6.28-1+deb9u1 [133 kB]
  448. Get:217 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libterm-readkey-perl amd64 2.37-1 [27.2 kB]
  449. Get:218 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libtool all 2.4.6-2 [545 kB]
  450. Get:219 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libx11-doc all 2:1.6.4-3+deb9u1 [2201 kB]
  451. Get:220 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxmuu1 amd64 2:1.1.2-2 [23.5 kB]
  452. Get:221 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mysql-client amd64 5.5.9999+default [1698 B]
  453. Get:222 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 netpbm amd64 2:10.0-15.3+b2 [1029 kB]
  454. Get:223 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 psmisc amd64 22.21-2.1+b2 [123 kB]
  455. Get:224 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 rsync amd64 3.1.2-1+deb9u2 [393 kB]
  456. Get:225 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 unzip amd64 6.0-21+deb9u2 [172 kB]
  457. Get:226 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xauth amd64 1:1.0.9-1+b2 [39.6 kB]
  458. Get:227 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB]
  459. debconf: delaying package configuration, since apt-utils is not installed
  460. Fetched 157 MB in 8s (18.1 MB/s)
  461. Selecting previously unselected package libpython2.7-minimal:amd64.
  462. (Reading database ... 13534 files and directories currently installed.)
  463. Preparing to unpack .../0-libpython2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
  464. Unpacking libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
  465. Selecting previously unselected package python2.7-minimal.
  466. Preparing to unpack .../1-python2.7-minimal_2.7.13-2+deb9u3_amd64.deb ...
  467. Unpacking python2.7-minimal (2.7.13-2+deb9u3) ...
  468. Selecting previously unselected package python-minimal.
  469. Preparing to unpack .../2-python-minimal_2.7.13-2_amd64.deb ...
  470. Unpacking python-minimal (2.7.13-2) ...
  471. Selecting previously unselected package libpython2.7-stdlib:amd64.
  472. Preparing to unpack .../3-libpython2.7-stdlib_2.7.13-2+deb9u3_amd64.deb ...
  473. Unpacking libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
  474. Selecting previously unselected package python2.7.
  475. Preparing to unpack .../4-python2.7_2.7.13-2+deb9u3_amd64.deb ...
  476. Unpacking python2.7 (2.7.13-2+deb9u3) ...
  477. Selecting previously unselected package libpython-stdlib:amd64.
  478. Preparing to unpack .../5-libpython-stdlib_2.7.13-2_amd64.deb ...
  479. Unpacking libpython-stdlib:amd64 (2.7.13-2) ...
  480. Setting up libpython2.7-minimal:amd64 (2.7.13-2+deb9u3) ...
  481. Setting up python2.7-minimal (2.7.13-2+deb9u3) ...
  482. Setting up python-minimal (2.7.13-2) ...
  483. Selecting previously unselected package python.
  484. (Reading database ... 14280 files and directories currently installed.)
  485. Preparing to unpack .../000-python_2.7.13-2_amd64.deb ...
  486. Unpacking python (2.7.13-2) ...
  487. Selecting previously unselected package libpng16-16:amd64.
  488. Preparing to unpack .../001-libpng16-16_1.6.28-1+deb9u1_amd64.deb ...
  489. Unpacking libpng16-16:amd64 (1.6.28-1+deb9u1) ...
  490. Selecting previously unselected package libfreetype6:amd64.
  491. Preparing to unpack .../002-libfreetype6_2.6.3-3.2_amd64.deb ...
  492. Unpacking libfreetype6:amd64 (2.6.3-3.2) ...
  493. Selecting previously unselected package ucf.
  494. Preparing to unpack .../003-ucf_3.0036_all.deb ...
  495. Moving old data out of the way
  496. Unpacking ucf (3.0036) ...
  497. Selecting previously unselected package fonts-dejavu-core.
  498. Preparing to unpack .../004-fonts-dejavu-core_2.37-1_all.deb ...
  499. Unpacking fonts-dejavu-core (2.37-1) ...
  500. Selecting previously unselected package fontconfig-config.
  501. Preparing to unpack .../005-fontconfig-config_2.11.0-6.7_all.deb ...
  502. Unpacking fontconfig-config (2.11.0-6.7) ...
  503. Selecting previously unselected package libfontconfig1:amd64.
  504. Preparing to unpack .../006-libfontconfig1_2.11.0-6.7+b1_amd64.deb ...
  505. Unpacking libfontconfig1:amd64 (2.11.0-6.7+b1) ...
  506. Selecting previously unselected package fontconfig.
  507. Preparing to unpack .../007-fontconfig_2.11.0-6.7+b1_amd64.deb ...
  508. Unpacking fontconfig (2.11.0-6.7+b1) ...
  509. Selecting previously unselected package fonts-droid-fallback.
  510. Preparing to unpack .../008-fonts-droid-fallback_1%3a6.0.1r16-1.1_all.deb ...
  511. Unpacking fonts-droid-fallback (1:6.0.1r16-1.1) ...
  512. Selecting previously unselected package liberror-perl.
  513. Preparing to unpack .../009-liberror-perl_0.17024-1_all.deb ...
  514. Unpacking liberror-perl (0.17024-1) ...
  515. Selecting previously unselected package git-man.
  516. Preparing to unpack .../010-git-man_1%3a2.11.0-3+deb9u5_all.deb ...
  517. Unpacking git-man (1:2.11.0-3+deb9u5) ...
  518. Selecting previously unselected package git.
  519. Preparing to unpack .../011-git_1%3a2.11.0-3+deb9u5_amd64.deb ...
  520. Unpacking git (1:2.11.0-3+deb9u5) ...
  521. Preparing to unpack .../012-libglib2.0-0_2.50.3-2+deb9u1_amd64.deb ...
  522. Unpacking libglib2.0-0:amd64 (2.50.3-2+deb9u1) over (2.50.3-2) ...
  523. Selecting previously unselected package liblqr-1-0:amd64.
  524. Preparing to unpack .../013-liblqr-1-0_0.4.2-2+b2_amd64.deb ...
  525. Unpacking liblqr-1-0:amd64 (0.4.2-2+b2) ...
  526. Selecting previously unselected package imagemagick-6-common.
  527. Preparing to unpack .../014-imagemagick-6-common_8%3a6.9.7.4+dfsg-11+deb9u7_all.deb ...
  528. Unpacking imagemagick-6-common (8:6.9.7.4+dfsg-11+deb9u7) ...
  529. Selecting previously unselected package libmagickcore-6-arch-config:amd64.
  530. Preparing to unpack .../015-libmagickcore-6-arch-config_8%3a6.9.7.4+dfsg-11+deb9u7_amd64.deb ...
  531. Unpacking libmagickcore-6-arch-config:amd64 (8:6.9.7.4+dfsg-11+deb9u7) ...
  532. Selecting previously unselected package libmagickcore-6-headers.
  533. Preparing to unpack .../016-libmagickcore-6-headers_8%3a6.9.7.4+dfsg-11+deb9u7_all.deb ...
  534. Unpacking libmagickcore-6-headers (8:6.9.7.4+dfsg-11+deb9u7) ...
  535. Selecting previously unselected package libfftw3-double3:amd64.
  536. Preparing to unpack .../017-libfftw3-double3_3.3.5-3_amd64.deb ...
  537. Unpacking libfftw3-double3:amd64 (3.3.5-3) ...
  538. Selecting previously unselected package libjbig0:amd64.
  539. Preparing to unpack .../018-libjbig0_2.1-3.1+b2_amd64.deb ...
  540. Unpacking libjbig0:amd64 (2.1-3.1+b2) ...
  541. Selecting previously unselected package libjpeg62-turbo:amd64.
  542. Preparing to unpack .../019-libjpeg62-turbo_1%3a1.5.1-2_amd64.deb ...
  543. Unpacking libjpeg62-turbo:amd64 (1:1.5.1-2) ...
  544. Selecting previously unselected package liblcms2-2:amd64.
  545. Preparing to unpack .../020-liblcms2-2_2.8-4+deb9u1_amd64.deb ...
  546. Unpacking liblcms2-2:amd64 (2.8-4+deb9u1) ...
  547. Selecting previously unselected package libltdl7:amd64.
  548. Preparing to unpack .../021-libltdl7_2.4.6-2_amd64.deb ...
  549. Unpacking libltdl7:amd64 (2.4.6-2) ...
  550. Selecting previously unselected package libopenjp2-7:amd64.
  551. Preparing to unpack .../022-libopenjp2-7_2.1.2-1.1+deb9u3_amd64.deb ...
  552. Unpacking libopenjp2-7:amd64 (2.1.2-1.1+deb9u3) ...
  553. Selecting previously unselected package libtiff5:amd64.
  554. Preparing to unpack .../023-libtiff5_4.0.8-2+deb9u4_amd64.deb ...
  555. Unpacking libtiff5:amd64 (4.0.8-2+deb9u4) ...
  556. Selecting previously unselected package libxau6:amd64.
  557. Preparing to unpack .../024-libxau6_1%3a1.0.8-1_amd64.deb ...
  558. Unpacking libxau6:amd64 (1:1.0.8-1) ...
  559. Selecting previously unselected package libxdmcp6:amd64.
  560. Preparing to unpack .../025-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
  561. Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
  562. Selecting previously unselected package libxcb1:amd64.
  563. Preparing to unpack .../026-libxcb1_1.12-1_amd64.deb ...
  564. Unpacking libxcb1:amd64 (1.12-1) ...
  565. Selecting previously unselected package libx11-data.
  566. Preparing to unpack .../027-libx11-data_2%3a1.6.4-3+deb9u1_all.deb ...
  567. Unpacking libx11-data (2:1.6.4-3+deb9u1) ...
  568. Selecting previously unselected package libx11-6:amd64.
  569. Preparing to unpack .../028-libx11-6_2%3a1.6.4-3+deb9u1_amd64.deb ...
  570. Unpacking libx11-6:amd64 (2:1.6.4-3+deb9u1) ...
  571. Selecting previously unselected package libxext6:amd64.
  572. Preparing to unpack .../029-libxext6_2%3a1.3.3-1+b2_amd64.deb ...
  573. Unpacking libxext6:amd64 (2:1.3.3-1+b2) ...
  574. Selecting previously unselected package libmagickcore-6.q16-3:amd64.
  575. Preparing to unpack .../030-libmagickcore-6.q16-3_8%3a6.9.7.4+dfsg-11+deb9u7_amd64.deb ...
  576. Unpacking libmagickcore-6.q16-3:amd64 (8:6.9.7.4+dfsg-11+deb9u7) ...
  577. Selecting previously unselected package libmagickwand-6-headers.
  578. Preparing to unpack .../031-libmagickwand-6-headers_8%3a6.9.7.4+dfsg-11+deb9u7_all.deb ...
  579. Unpacking libmagickwand-6-headers (8:6.9.7.4+dfsg-11+deb9u7) ...
  580. Selecting previously unselected package libmagickwand-6.q16-3:amd64.
  581. Preparing to unpack .../032-libmagickwand-6.q16-3_8%3a6.9.7.4+dfsg-11+deb9u7_amd64.deb ...
  582. Unpacking libmagickwand-6.q16-3:amd64 (8:6.9.7.4+dfsg-11+deb9u7) ...
  583. Selecting previously unselected package libpixman-1-0:amd64.
  584. Preparing to unpack .../033-libpixman-1-0_0.34.0-1_amd64.deb ...
  585. Unpacking libpixman-1-0:amd64 (0.34.0-1) ...
  586. Selecting previously unselected package libxcb-render0:amd64.
  587. Preparing to unpack .../034-libxcb-render0_1.12-1_amd64.deb ...
  588. Unpacking libxcb-render0:amd64 (1.12-1) ...
  589. Selecting previously unselected package libxcb-shm0:amd64.
  590. Preparing to unpack .../035-libxcb-shm0_1.12-1_amd64.deb ...
  591. Unpacking libxcb-shm0:amd64 (1.12-1) ...
  592. Selecting previously unselected package libxrender1:amd64.
  593. Preparing to unpack .../036-libxrender1_1%3a0.9.10-1_amd64.deb ...
  594. Unpacking libxrender1:amd64 (1:0.9.10-1) ...
  595. Selecting previously unselected package libcairo2:amd64.
  596. Preparing to unpack .../037-libcairo2_1.14.8-1_amd64.deb ...
  597. Unpacking libcairo2:amd64 (1.14.8-1) ...
  598. Selecting previously unselected package libdjvulibre-text.
  599. Preparing to unpack .../038-libdjvulibre-text_3.5.27.1-7_all.deb ...
  600. Unpacking libdjvulibre-text (3.5.27.1-7) ...
  601. Selecting previously unselected package libdjvulibre21:amd64.
  602. Preparing to unpack .../039-libdjvulibre21_3.5.27.1-7_amd64.deb ...
  603. Unpacking libdjvulibre21:amd64 (3.5.27.1-7) ...
  604. Selecting previously unselected package libilmbase12:amd64.
  605. Preparing to unpack .../040-libilmbase12_2.2.0-12_amd64.deb ...
  606. Unpacking libilmbase12:amd64 (2.2.0-12) ...
  607. Selecting previously unselected package libopenexr22:amd64.
  608. Preparing to unpack .../041-libopenexr22_2.2.0-11+b1_amd64.deb ...
  609. Unpacking libopenexr22:amd64 (2.2.0-11+b1) ...
  610. Selecting previously unselected package libthai-data.
  611. Preparing to unpack .../042-libthai-data_0.1.26-1_all.deb ...
  612. Unpacking libthai-data (0.1.26-1) ...
  613. Selecting previously unselected package libdatrie1:amd64.
  614. Preparing to unpack .../043-libdatrie1_0.2.10-4+b1_amd64.deb ...
  615. Unpacking libdatrie1:amd64 (0.2.10-4+b1) ...
  616. Selecting previously unselected package libthai0:amd64.
  617. Preparing to unpack .../044-libthai0_0.1.26-1_amd64.deb ...
  618. Unpacking libthai0:amd64 (0.1.26-1) ...
  619. Selecting previously unselected package libpango-1.0-0:amd64.
  620. Preparing to unpack .../045-libpango-1.0-0_1.40.5-1_amd64.deb ...
  621. Unpacking libpango-1.0-0:amd64 (1.40.5-1) ...
  622. Selecting previously unselected package libgraphite2-3:amd64.
  623. Preparing to unpack .../046-libgraphite2-3_1.3.10-1_amd64.deb ...
  624. Unpacking libgraphite2-3:amd64 (1.3.10-1) ...
  625. Selecting previously unselected package libharfbuzz0b:amd64.
  626. Preparing to unpack .../047-libharfbuzz0b_1.4.2-1_amd64.deb ...
  627. Unpacking libharfbuzz0b:amd64 (1.4.2-1) ...
  628. Selecting previously unselected package libpangoft2-1.0-0:amd64.
  629. Preparing to unpack .../048-libpangoft2-1.0-0_1.40.5-1_amd64.deb ...
  630. Unpacking libpangoft2-1.0-0:amd64 (1.40.5-1) ...
  631. Selecting previously unselected package libpangocairo-1.0-0:amd64.
  632. Preparing to unpack .../049-libpangocairo-1.0-0_1.40.5-1_amd64.deb ...
  633. Unpacking libpangocairo-1.0-0:amd64 (1.40.5-1) ...
  634. Selecting previously unselected package shared-mime-info.
  635. Preparing to unpack .../050-shared-mime-info_1.8-1+deb9u1_amd64.deb ...
  636. Unpacking shared-mime-info (1.8-1+deb9u1) ...
  637. Selecting previously unselected package libgdk-pixbuf2.0-common.
  638. Preparing to unpack .../051-libgdk-pixbuf2.0-common_2.36.5-2+deb9u2_all.deb ...
  639. Unpacking libgdk-pixbuf2.0-common (2.36.5-2+deb9u2) ...
  640. Selecting previously unselected package libgdk-pixbuf2.0-0:amd64.
  641. Preparing to unpack .../052-libgdk-pixbuf2.0-0_2.36.5-2+deb9u2_amd64.deb ...
  642. Unpacking libgdk-pixbuf2.0-0:amd64 (2.36.5-2+deb9u2) ...
  643. Selecting previously unselected package libwmf0.2-7:amd64.
  644. Preparing to unpack .../053-libwmf0.2-7_0.2.8.4-10.6_amd64.deb ...
  645. Unpacking libwmf0.2-7:amd64 (0.2.8.4-10.6) ...
  646. Selecting previously unselected package libmagickcore-6.q16-3-extra:amd64.
  647. Preparing to unpack .../054-libmagickcore-6.q16-3-extra_8%3a6.9.7.4+dfsg-11+deb9u7_amd64.deb ...
  648. Unpacking libmagickcore-6.q16-3-extra:amd64 (8:6.9.7.4+dfsg-11+deb9u7) ...
  649. Selecting previously unselected package libbz2-dev:amd64.
  650. Preparing to unpack .../055-libbz2-dev_1.0.6-8.1_amd64.deb ...
  651. Unpacking libbz2-dev:amd64 (1.0.6-8.1) ...
  652. Selecting previously unselected package libjpeg62-turbo-dev:amd64.
  653. Preparing to unpack .../056-libjpeg62-turbo-dev_1%3a1.5.1-2_amd64.deb ...
  654. Unpacking libjpeg62-turbo-dev:amd64 (1:1.5.1-2) ...
  655. Selecting previously unselected package libjpeg-dev.
  656. Preparing to unpack .../057-libjpeg-dev_1%3a1.5.1-2_all.deb ...
  657. Unpacking libjpeg-dev (1:1.5.1-2) ...
  658. Selecting previously unselected package libdjvulibre-dev:amd64.
  659. Preparing to unpack .../058-libdjvulibre-dev_3.5.27.1-7_amd64.deb ...
  660. Unpacking libdjvulibre-dev:amd64 (3.5.27.1-7) ...
  661. Selecting previously unselected package libexif12:amd64.
  662. Preparing to unpack .../059-libexif12_0.6.21-2+b2_amd64.deb ...
  663. Unpacking libexif12:amd64 (0.6.21-2+b2) ...
  664. Selecting previously unselected package libjs-jquery.
  665. Preparing to unpack .../060-libjs-jquery_3.1.1-2+deb9u1_all.deb ...
  666. Unpacking libjs-jquery (3.1.1-2+deb9u1) ...
  667. Selecting previously unselected package libexif-dev.
  668. Preparing to unpack .../061-libexif-dev_0.6.21-2+b2_amd64.deb ...
  669. Unpacking libexif-dev (0.6.21-2+b2) ...
  670. Selecting previously unselected package zlib1g-dev:amd64.
  671. Preparing to unpack .../062-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ...
  672. Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
  673. Selecting previously unselected package libpng-dev:amd64.
  674. Preparing to unpack .../063-libpng-dev_1.6.28-1+deb9u1_amd64.deb ...
  675. Unpacking libpng-dev:amd64 (1.6.28-1+deb9u1) ...
  676. Selecting previously unselected package libfreetype6-dev.
  677. Preparing to unpack .../064-libfreetype6-dev_2.6.3-3.2_amd64.deb ...
  678. Unpacking libfreetype6-dev (2.6.3-3.2) ...
  679. Selecting previously unselected package libcdt5.
  680. Preparing to unpack .../065-libcdt5_2.38.0-17_amd64.deb ...
  681. Unpacking libcdt5 (2.38.0-17) ...
  682. Selecting previously unselected package libcgraph6.
  683. Preparing to unpack .../066-libcgraph6_2.38.0-17_amd64.deb ...
  684. Unpacking libcgraph6 (2.38.0-17) ...
  685. Selecting previously unselected package libwebp6:amd64.
  686. Preparing to unpack .../067-libwebp6_0.5.2-1_amd64.deb ...
  687. Unpacking libwebp6:amd64 (0.5.2-1) ...
  688. Selecting previously unselected package libxpm4:amd64.
  689. Preparing to unpack .../068-libxpm4_1%3a3.5.12-1_amd64.deb ...
  690. Unpacking libxpm4:amd64 (1:3.5.12-1) ...
  691. Selecting previously unselected package libgd3:amd64.
  692. Preparing to unpack .../069-libgd3_2.2.4-2+deb9u5_amd64.deb ...
  693. Unpacking libgd3:amd64 (2.2.4-2+deb9u5) ...
  694. Selecting previously unselected package libgts-0.7-5:amd64.
  695. Preparing to unpack .../070-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ...
  696. Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
  697. Selecting previously unselected package libpathplan4.
  698. Preparing to unpack .../071-libpathplan4_2.38.0-17_amd64.deb ...
  699. Unpacking libpathplan4 (2.38.0-17) ...
  700. Selecting previously unselected package libxdot4.
  701. Preparing to unpack .../072-libxdot4_2.38.0-17_amd64.deb ...
  702. Unpacking libxdot4 (2.38.0-17) ...
  703. Selecting previously unselected package libgvc6.
  704. Preparing to unpack .../073-libgvc6_2.38.0-17_amd64.deb ...
  705. Unpacking libgvc6 (2.38.0-17) ...
  706. Selecting previously unselected package libgvpr2.
  707. Preparing to unpack .../074-libgvpr2_2.38.0-17_amd64.deb ...
  708. Unpacking libgvpr2 (2.38.0-17) ...
  709. Selecting previously unselected package libatk1.0-data.
  710. Preparing to unpack .../075-libatk1.0-data_2.22.0-1_all.deb ...
  711. Unpacking libatk1.0-data (2.22.0-1) ...
  712. Selecting previously unselected package libatk1.0-0:amd64.
  713. Preparing to unpack .../076-libatk1.0-0_2.22.0-1_amd64.deb ...
  714. Unpacking libatk1.0-0:amd64 (2.22.0-1) ...
  715. Selecting previously unselected package libgtk2.0-common.
  716. Preparing to unpack .../077-libgtk2.0-common_2.24.31-2_all.deb ...
  717. Unpacking libgtk2.0-common (2.24.31-2) ...
  718. Selecting previously unselected package libavahi-common-data:amd64.
  719. Preparing to unpack .../078-libavahi-common-data_0.6.32-2_amd64.deb ...
  720. Unpacking libavahi-common-data:amd64 (0.6.32-2) ...
  721. Selecting previously unselected package libavahi-common3:amd64.
  722. Preparing to unpack .../079-libavahi-common3_0.6.32-2_amd64.deb ...
  723. Unpacking libavahi-common3:amd64 (0.6.32-2) ...
  724. Selecting previously unselected package libdbus-1-3:amd64.
  725. Preparing to unpack .../080-libdbus-1-3_1.10.28-0+deb9u1_amd64.deb ...
  726. Unpacking libdbus-1-3:amd64 (1.10.28-0+deb9u1) ...
  727. Selecting previously unselected package libavahi-client3:amd64.
  728. Preparing to unpack .../081-libavahi-client3_0.6.32-2_amd64.deb ...
  729. Unpacking libavahi-client3:amd64 (0.6.32-2) ...
  730. Selecting previously unselected package libcups2:amd64.
  731. Preparing to unpack .../082-libcups2_2.2.1-8+deb9u4_amd64.deb ...
  732. Unpacking libcups2:amd64 (2.2.1-8+deb9u4) ...
  733. Selecting previously unselected package libxcomposite1:amd64.
  734. Preparing to unpack .../083-libxcomposite1_1%3a0.4.4-2_amd64.deb ...
  735. Unpacking libxcomposite1:amd64 (1:0.4.4-2) ...
  736. Selecting previously unselected package libxfixes3:amd64.
  737. Preparing to unpack .../084-libxfixes3_1%3a5.0.3-1_amd64.deb ...
  738. Unpacking libxfixes3:amd64 (1:5.0.3-1) ...
  739. Selecting previously unselected package libxcursor1:amd64.
  740. Preparing to unpack .../085-libxcursor1_1%3a1.1.14-1+deb9u2_amd64.deb ...
  741. Unpacking libxcursor1:amd64 (1:1.1.14-1+deb9u2) ...
  742. Selecting previously unselected package libxdamage1:amd64.
  743. Preparing to unpack .../086-libxdamage1_1%3a1.1.4-2+b3_amd64.deb ...
  744. Unpacking libxdamage1:amd64 (1:1.1.4-2+b3) ...
  745. Selecting previously unselected package libxi6:amd64.
  746. Preparing to unpack .../087-libxi6_2%3a1.7.9-1_amd64.deb ...
  747. Unpacking libxi6:amd64 (2:1.7.9-1) ...
  748. Selecting previously unselected package libxinerama1:amd64.
  749. Preparing to unpack .../088-libxinerama1_2%3a1.1.3-1+b3_amd64.deb ...
  750. Unpacking libxinerama1:amd64 (2:1.1.3-1+b3) ...
  751. Selecting previously unselected package libxrandr2:amd64.
  752. Preparing to unpack .../089-libxrandr2_2%3a1.5.1-1_amd64.deb ...
  753. Unpacking libxrandr2:amd64 (2:1.5.1-1) ...
  754. Selecting previously unselected package hicolor-icon-theme.
  755. Preparing to unpack .../090-hicolor-icon-theme_0.15-1_all.deb ...
  756. Unpacking hicolor-icon-theme (0.15-1) ...
  757. Selecting previously unselected package gtk-update-icon-cache.
  758. Preparing to unpack .../091-gtk-update-icon-cache_3.22.11-1_amd64.deb ...
  759. No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed.
  760. No 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.
  761. Unpacking gtk-update-icon-cache (3.22.11-1) ...
  762. Selecting previously unselected package libcroco3:amd64.
  763. Preparing to unpack .../092-libcroco3_0.6.11-3_amd64.deb ...
  764. Unpacking libcroco3:amd64 (0.6.11-3) ...
  765. Selecting previously unselected package librsvg2-2:amd64.
  766. Preparing to unpack .../093-librsvg2-2_2.40.16-1+b1_amd64.deb ...
  767. Unpacking librsvg2-2:amd64 (2.40.16-1+b1) ...
  768. Selecting previously unselected package librsvg2-common:amd64.
  769. Preparing to unpack .../094-librsvg2-common_2.40.16-1+b1_amd64.deb ...
  770. Unpacking librsvg2-common:amd64 (2.40.16-1+b1) ...
  771. Selecting previously unselected package gnome-icon-theme.
  772. Preparing to unpack .../095-gnome-icon-theme_3.12.0-2_all.deb ...
  773. Unpacking gnome-icon-theme (3.12.0-2) ...
  774. Selecting previously unselected package libgtk2.0-0:amd64.
  775. Preparing to unpack .../096-libgtk2.0-0_2.24.31-2_amd64.deb ...
  776. Unpacking libgtk2.0-0:amd64 (2.24.31-2) ...
  777. Selecting previously unselected package libgvc6-plugins-gtk.
  778. Preparing to unpack .../097-libgvc6-plugins-gtk_2.38.0-17_amd64.deb ...
  779. Unpacking libgvc6-plugins-gtk (2.38.0-17) ...
  780. Selecting previously unselected package libexpat1-dev:amd64.
  781. Preparing to unpack .../098-libexpat1-dev_2.2.0-2+deb9u3_amd64.deb ...
  782. Unpacking libexpat1-dev:amd64 (2.2.0-2+deb9u3) ...
  783. Selecting previously unselected package libltdl-dev:amd64.
  784. Preparing to unpack .../099-libltdl-dev_2.4.6-2_amd64.deb ...
  785. Unpacking libltdl-dev:amd64 (2.4.6-2) ...
  786. Selecting previously unselected package libgraphviz-dev.
  787. Preparing to unpack .../100-libgraphviz-dev_2.38.0-17_amd64.deb ...
  788. Unpacking libgraphviz-dev (2.38.0-17) ...
  789. Selecting previously unselected package libopenjp2-7-dev.
  790. Preparing to unpack .../101-libopenjp2-7-dev_2.1.2-1.1+deb9u3_amd64.deb ...
  791. Unpacking libopenjp2-7-dev (2.1.2-1.1+deb9u3) ...
  792. Selecting previously unselected package liblcms2-dev:amd64.
  793. Preparing to unpack .../102-liblcms2-dev_2.8-4+deb9u1_amd64.deb ...
  794. Unpacking liblcms2-dev:amd64 (2.8-4+deb9u1) ...
  795. Selecting previously unselected package liblqr-1-0-dev.
  796. Preparing to unpack .../103-liblqr-1-0-dev_0.4.2-2+b2_amd64.deb ...
  797. Unpacking liblqr-1-0-dev (0.4.2-2+b2) ...
  798. Selecting previously unselected package libilmbase-dev.
  799. Preparing to unpack .../104-libilmbase-dev_2.2.0-12_amd64.deb ...
  800. Unpacking libilmbase-dev (2.2.0-12) ...
  801. Selecting previously unselected package libopenexr-dev.
  802. Preparing to unpack .../105-libopenexr-dev_2.2.0-11+b1_amd64.deb ...
  803. Unpacking libopenexr-dev (2.2.0-11+b1) ...
  804. Selecting previously unselected package libgirepository-1.0-1:amd64.
  805. Preparing to unpack .../106-libgirepository-1.0-1_1.50.0-1+b1_amd64.deb ...
  806. Unpacking libgirepository-1.0-1:amd64 (1.50.0-1+b1) ...
  807. Selecting previously unselected package gir1.2-glib-2.0:amd64.
  808. Preparing to unpack .../107-gir1.2-glib-2.0_1.50.0-1+b1_amd64.deb ...
  809. Unpacking gir1.2-glib-2.0:amd64 (1.50.0-1+b1) ...
  810. Selecting previously unselected package libcairo-gobject2:amd64.
  811. Preparing to unpack .../108-libcairo-gobject2_1.14.8-1_amd64.deb ...
  812. Unpacking libcairo-gobject2:amd64 (1.14.8-1) ...
  813. Selecting previously unselected package gir1.2-freedesktop:amd64.
  814. Preparing to unpack .../109-gir1.2-freedesktop_1.50.0-1+b1_amd64.deb ...
  815. Unpacking gir1.2-freedesktop:amd64 (1.50.0-1+b1) ...
  816. Selecting previously unselected package gir1.2-gdkpixbuf-2.0:amd64.
  817. Preparing to unpack .../110-gir1.2-gdkpixbuf-2.0_2.36.5-2+deb9u2_amd64.deb ...
  818. Unpacking gir1.2-gdkpixbuf-2.0:amd64 (2.36.5-2+deb9u2) ...
  819. Selecting previously unselected package gir1.2-rsvg-2.0:amd64.
  820. Preparing to unpack .../111-gir1.2-rsvg-2.0_2.40.16-1+b1_amd64.deb ...
  821. Unpacking gir1.2-rsvg-2.0:amd64 (2.40.16-1+b1) ...
  822. Selecting previously unselected package libelf1:amd64.
  823. Preparing to unpack .../112-libelf1_0.168-1_amd64.deb ...
  824. Unpacking libelf1:amd64 (0.168-1) ...
  825. Selecting previously unselected package libglib2.0-data.
  826. Preparing to unpack .../113-libglib2.0-data_2.50.3-2+deb9u1_all.deb ...
  827. Unpacking libglib2.0-data (2.50.3-2+deb9u1) ...
  828. Selecting previously unselected package libglib2.0-bin.
  829. Preparing to unpack .../114-libglib2.0-bin_2.50.3-2+deb9u1_amd64.deb ...
  830. Unpacking libglib2.0-bin (2.50.3-2+deb9u1) ...
  831. Selecting previously unselected package libpcre16-3:amd64.
  832. Preparing to unpack .../115-libpcre16-3_2%3a8.39-3_amd64.deb ...
  833. Unpacking libpcre16-3:amd64 (2:8.39-3) ...
  834. Selecting previously unselected package libpcre32-3:amd64.
  835. Preparing to unpack .../116-libpcre32-3_2%3a8.39-3_amd64.deb ...
  836. Unpacking libpcre32-3:amd64 (2:8.39-3) ...
  837. Selecting previously unselected package libpcrecpp0v5:amd64.
  838. Preparing to unpack .../117-libpcrecpp0v5_2%3a8.39-3_amd64.deb ...
  839. Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ...
  840. Selecting previously unselected package libpcre3-dev:amd64.
  841. Preparing to unpack .../118-libpcre3-dev_2%3a8.39-3_amd64.deb ...
  842. Unpacking libpcre3-dev:amd64 (2:8.39-3) ...
  843. Selecting previously unselected package libglib2.0-dev.
  844. Preparing to unpack .../119-libglib2.0-dev_2.50.3-2+deb9u1_amd64.deb ...
  845. Unpacking libglib2.0-dev (2.50.3-2+deb9u1) ...
  846. Selecting previously unselected package xorg-sgml-doctools.
  847. Preparing to unpack .../120-xorg-sgml-doctools_1%3a1.11-1_all.deb ...
  848. Unpacking xorg-sgml-doctools (1:1.11-1) ...
  849. Selecting previously unselected package x11proto-core-dev.
  850. Preparing to unpack .../121-x11proto-core-dev_7.0.31-1_all.deb ...
  851. Unpacking x11proto-core-dev (7.0.31-1) ...
  852. Selecting previously unselected package libxau-dev:amd64.
  853. Preparing to unpack .../122-libxau-dev_1%3a1.0.8-1_amd64.deb ...
  854. Unpacking libxau-dev:amd64 (1:1.0.8-1) ...
  855. Selecting previously unselected package libxdmcp-dev:amd64.
  856. Preparing to unpack .../123-libxdmcp-dev_1%3a1.1.2-3_amd64.deb ...
  857. Unpacking libxdmcp-dev:amd64 (1:1.1.2-3) ...
  858. Selecting previously unselected package x11proto-input-dev.
  859. Preparing to unpack .../124-x11proto-input-dev_2.3.2-1_all.deb ...
  860. Unpacking x11proto-input-dev (2.3.2-1) ...
  861. Selecting previously unselected package x11proto-kb-dev.
  862. Preparing to unpack .../125-x11proto-kb-dev_1.0.7-1_all.deb ...
  863. Unpacking x11proto-kb-dev (1.0.7-1) ...
  864. Selecting previously unselected package xtrans-dev.
  865. Preparing to unpack .../126-xtrans-dev_1.3.5-1_all.deb ...
  866. Unpacking xtrans-dev (1.3.5-1) ...
  867. Selecting previously unselected package libpthread-stubs0-dev:amd64.
  868. Preparing to unpack .../127-libpthread-stubs0-dev_0.3-4_amd64.deb ...
  869. Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ...
  870. Selecting previously unselected package libxcb1-dev:amd64.
  871. Preparing to unpack .../128-libxcb1-dev_1.12-1_amd64.deb ...
  872. Unpacking libxcb1-dev:amd64 (1.12-1) ...
  873. Selecting previously unselected package libx11-dev:amd64.
  874. Preparing to unpack .../129-libx11-dev_2%3a1.6.4-3+deb9u1_amd64.deb ...
  875. Unpacking libx11-dev:amd64 (2:1.6.4-3+deb9u1) ...
  876. Selecting previously unselected package libgdk-pixbuf2.0-dev.
  877. Preparing to unpack .../130-libgdk-pixbuf2.0-dev_2.36.5-2+deb9u2_amd64.deb ...
  878. Unpacking libgdk-pixbuf2.0-dev (2.36.5-2+deb9u2) ...
  879. Selecting previously unselected package liblzo2-2:amd64.
  880. Preparing to unpack .../131-liblzo2-2_2.08-1.2+b2_amd64.deb ...
  881. Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ...
  882. Selecting previously unselected package libcairo-script-interpreter2:amd64.
  883. Preparing to unpack .../132-libcairo-script-interpreter2_1.14.8-1_amd64.deb ...
  884. Unpacking libcairo-script-interpreter2:amd64 (1.14.8-1) ...
  885. Selecting previously unselected package libfontconfig1-dev:amd64.
  886. Preparing to unpack .../133-libfontconfig1-dev_2.11.0-6.7+b1_amd64.deb ...
  887. Unpacking libfontconfig1-dev:amd64 (2.11.0-6.7+b1) ...
  888. Selecting previously unselected package x11proto-render-dev.
  889. Preparing to unpack .../134-x11proto-render-dev_2%3a0.11.1-2_all.deb ...
  890. Unpacking x11proto-render-dev (2:0.11.1-2) ...
  891. Selecting previously unselected package libxrender-dev:amd64.
  892. Preparing to unpack .../135-libxrender-dev_1%3a0.9.10-1_amd64.deb ...
  893. Unpacking libxrender-dev:amd64 (1:0.9.10-1) ...
  894. Selecting previously unselected package x11proto-xext-dev.
  895. Preparing to unpack .../136-x11proto-xext-dev_7.3.0-1_all.deb ...
  896. Unpacking x11proto-xext-dev (7.3.0-1) ...
  897. Selecting previously unselected package libxext-dev:amd64.
  898. Preparing to unpack .../137-libxext-dev_2%3a1.3.3-1+b2_amd64.deb ...
  899. Unpacking libxext-dev:amd64 (2:1.3.3-1+b2) ...
  900. Selecting previously unselected package x11-common.
  901. Preparing to unpack .../138-x11-common_1%3a7.7+19_all.deb ...
  902. Unpacking x11-common (1:7.7+19) ...
  903. Selecting previously unselected package libice6:amd64.
  904. Preparing to unpack .../139-libice6_2%3a1.0.9-2_amd64.deb ...
  905. Unpacking libice6:amd64 (2:1.0.9-2) ...
  906. Selecting previously unselected package libsm6:amd64.
  907. Preparing to unpack .../140-libsm6_2%3a1.2.2-1+b3_amd64.deb ...
  908. Unpacking libsm6:amd64 (2:1.2.2-1+b3) ...
  909. Selecting previously unselected package libice-dev:amd64.
  910. Preparing to unpack .../141-libice-dev_2%3a1.0.9-2_amd64.deb ...
  911. Unpacking libice-dev:amd64 (2:1.0.9-2) ...
  912. Selecting previously unselected package libsm-dev:amd64.
  913. Preparing to unpack .../142-libsm-dev_2%3a1.2.2-1+b3_amd64.deb ...
  914. Unpacking libsm-dev:amd64 (2:1.2.2-1+b3) ...
  915. Selecting previously unselected package libpixman-1-dev.
  916. Preparing to unpack .../143-libpixman-1-dev_0.34.0-1_amd64.deb ...
  917. Unpacking libpixman-1-dev (0.34.0-1) ...
  918. Selecting previously unselected package libxcb-render0-dev:amd64.
  919. Preparing to unpack .../144-libxcb-render0-dev_1.12-1_amd64.deb ...
  920. Unpacking libxcb-render0-dev:amd64 (1.12-1) ...
  921. Selecting previously unselected package libxcb-shm0-dev:amd64.
  922. Preparing to unpack .../145-libxcb-shm0-dev_1.12-1_amd64.deb ...
  923. Unpacking libxcb-shm0-dev:amd64 (1.12-1) ...
  924. Selecting previously unselected package libcairo2-dev.
  925. Preparing to unpack .../146-libcairo2-dev_1.14.8-1_amd64.deb ...
  926. Unpacking libcairo2-dev (1.14.8-1) ...
  927. Selecting previously unselected package librsvg2-dev:amd64.
  928. Preparing to unpack .../147-librsvg2-dev_2.40.16-1+b1_amd64.deb ...
  929. Unpacking librsvg2-dev:amd64 (2.40.16-1+b1) ...
  930. Selecting previously unselected package libjbig-dev:amd64.
  931. Preparing to unpack .../148-libjbig-dev_2.1-3.1+b2_amd64.deb ...
  932. Unpacking libjbig-dev:amd64 (2.1-3.1+b2) ...
  933. Selecting previously unselected package liblzma-dev:amd64.
  934. Preparing to unpack .../149-liblzma-dev_5.2.2-1.2+b1_amd64.deb ...
  935. Unpacking liblzma-dev:amd64 (5.2.2-1.2+b1) ...
  936. Selecting previously unselected package libtiffxx5:amd64.
  937. Preparing to unpack .../150-libtiffxx5_4.0.8-2+deb9u4_amd64.deb ...
  938. Unpacking libtiffxx5:amd64 (4.0.8-2+deb9u4) ...
  939. Selecting previously unselected package libtiff5-dev:amd64.
  940. Preparing to unpack .../151-libtiff5-dev_4.0.8-2+deb9u4_amd64.deb ...
  941. Unpacking libtiff5-dev:amd64 (4.0.8-2+deb9u4) ...
  942. Selecting previously unselected package libwmf-dev.
  943. Preparing to unpack .../152-libwmf-dev_0.2.8.4-10.6_amd64.deb ...
  944. Unpacking libwmf-dev (0.2.8.4-10.6) ...
  945. Preparing to unpack .../153-libicu57_57.1-6+deb9u3_amd64.deb ...
  946. Unpacking libicu57:amd64 (57.1-6+deb9u3) over (57.1-6+deb9u2) ...
  947. Selecting previously unselected package icu-devtools.
  948. Preparing to unpack .../154-icu-devtools_57.1-6+deb9u3_amd64.deb ...
  949. Unpacking icu-devtools (57.1-6+deb9u3) ...
  950. Selecting previously unselected package libicu-dev.
  951. Preparing to unpack .../155-libicu-dev_57.1-6+deb9u3_amd64.deb ...
  952. Unpacking libicu-dev (57.1-6+deb9u3) ...
  953. Selecting previously unselected package libxml2-dev:amd64.
  954. Preparing to unpack .../156-libxml2-dev_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ...
  955. Unpacking libxml2-dev:amd64 (2.9.4+dfsg1-2.2+deb9u2) ...
  956. Selecting previously unselected package libxt6:amd64.
  957. Preparing to unpack .../157-libxt6_1%3a1.1.5-1_amd64.deb ...
  958. Unpacking libxt6:amd64 (1:1.1.5-1) ...
  959. Selecting previously unselected package libxt-dev:amd64.
  960. Preparing to unpack .../158-libxt-dev_1%3a1.1.5-1_amd64.deb ...
  961. Unpacking libxt-dev:amd64 (1:1.1.5-1) ...
  962. Selecting previously unselected package libmagickcore-6.q16-dev:amd64.
  963. Preparing to unpack .../159-libmagickcore-6.q16-dev_8%3a6.9.7.4+dfsg-11+deb9u7_amd64.deb ...
  964. Unpacking libmagickcore-6.q16-dev:amd64 (8:6.9.7.4+dfsg-11+deb9u7) ...
  965. Selecting previously unselected package libmagickwand-6.q16-dev:amd64.
  966. Preparing to unpack .../160-libmagickwand-6.q16-dev_8%3a6.9.7.4+dfsg-11+deb9u7_amd64.deb ...
  967. Unpacking libmagickwand-6.q16-dev:amd64 (8:6.9.7.4+dfsg-11+deb9u7) ...
  968. Selecting previously unselected package libmagickwand-dev.
  969. Preparing to unpack .../161-libmagickwand-dev_8%3a6.9.7.4+dfsg-11+deb9u7_all.deb ...
  970. Unpacking libmagickwand-dev (8:6.9.7.4+dfsg-11+deb9u7) ...
  971. Selecting previously unselected package poppler-data.
  972. Preparing to unpack .../162-poppler-data_0.4.7-8_all.deb ...
  973. Unpacking poppler-data (0.4.7-8) ...
  974. Selecting previously unselected package libpopt0:amd64.
  975. Preparing to unpack .../163-libpopt0_1.16-10+b2_amd64.deb ...
  976. Unpacking libpopt0:amd64 (1.16-10+b2) ...
  977. Selecting previously unselected package libapparmor1:amd64.
  978. Preparing to unpack .../164-libapparmor1_2.11.0-3+deb9u2_amd64.deb ...
  979. Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ...
  980. Selecting previously unselected package dbus.
  981. Preparing to unpack .../165-dbus_1.10.28-0+deb9u1_amd64.deb ...
  982. Unpacking dbus (1.10.28-0+deb9u1) ...
  983. Selecting previously unselected package less.
  984. Preparing to unpack .../166-less_481-2.1_amd64.deb ...
  985. Unpacking less (481-2.1) ...
  986. Selecting previously unselected package openssh-client.
  987. Preparing to unpack .../167-openssh-client_1%3a7.4p1-10+deb9u7_amd64.deb ...
  988. Unpacking openssh-client (1:7.4p1-10+deb9u7) ...
  989. Selecting previously unselected package autotools-dev.
  990. Preparing to unpack .../168-autotools-dev_20161112.1_all.deb ...
  991. Unpacking autotools-dev (20161112.1) ...
  992. Selecting previously unselected package bzip2-doc.
  993. Preparing to unpack .../169-bzip2-doc_1.0.6-8.1_all.deb ...
  994. Unpacking bzip2-doc (1.0.6-8.1) ...
  995. Selecting previously unselected package mysql-common.
  996. Preparing to unpack .../170-mysql-common_5.8+1.0.2_all.deb ...
  997. Unpacking mysql-common (5.8+1.0.2) ...
  998. Selecting previously unselected package mariadb-common.
  999. Preparing to unpack .../171-mariadb-common_10.1.41-0+deb9u1_all.deb ...
  1000. Unpacking mariadb-common (10.1.41-0+deb9u1) ...
  1001. Selecting previously unselected package libaio1:amd64.
  1002. Preparing to unpack .../172-libaio1_0.3.110-3_amd64.deb ...
  1003. Unpacking libaio1:amd64 (0.3.110-3) ...
  1004. Selecting previously unselected package libreadline5:amd64.
  1005. Preparing to unpack .../173-libreadline5_5.2+dfsg-3+b1_amd64.deb ...
  1006. Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ...
  1007. Selecting previously unselected package mariadb-client-core-10.1.
  1008. Preparing to unpack .../174-mariadb-client-core-10.1_10.1.41-0+deb9u1_amd64.deb ...
  1009. Unpacking mariadb-client-core-10.1 (10.1.41-0+deb9u1) ...
  1010. Selecting previously unselected package libconfig-inifiles-perl.
  1011. Preparing to unpack .../175-libconfig-inifiles-perl_2.94-1_all.deb ...
  1012. Unpacking libconfig-inifiles-perl (2.94-1) ...
  1013. Selecting previously unselected package libjemalloc1.
  1014. Preparing to unpack .../176-libjemalloc1_3.6.0-9.1_amd64.deb ...
  1015. Unpacking libjemalloc1 (3.6.0-9.1) ...
  1016. Selecting previously unselected package mariadb-client-10.1.
  1017. Preparing to unpack .../177-mariadb-client-10.1_10.1.41-0+deb9u1_amd64.deb ...
  1018. Unpacking mariadb-client-10.1 (10.1.41-0+deb9u1) ...
  1019. Selecting previously unselected package default-mysql-client.
  1020. Preparing to unpack .../178-default-mysql-client_1.0.2_all.deb ...
  1021. Unpacking default-mysql-client (1.0.2) ...
  1022. Selecting previously unselected package fonts-noto-mono.
  1023. Preparing to unpack .../179-fonts-noto-mono_20161116-1_all.deb ...
  1024. Unpacking fonts-noto-mono (20161116-1) ...
  1025. Selecting previously unselected package libcupsimage2:amd64.
  1026. Preparing to unpack .../180-libcupsimage2_2.2.1-8+deb9u4_amd64.deb ...
  1027. Unpacking libcupsimage2:amd64 (2.2.1-8+deb9u4) ...
  1028. Selecting previously unselected package libijs-0.35:amd64.
  1029. Preparing to unpack .../181-libijs-0.35_0.35-12_amd64.deb ...
  1030. Unpacking libijs-0.35:amd64 (0.35-12) ...
  1031. Selecting previously unselected package libjbig2dec0:amd64.
  1032. Preparing to unpack .../182-libjbig2dec0_0.13-4.1_amd64.deb ...
  1033. Unpacking libjbig2dec0:amd64 (0.13-4.1) ...
  1034. Selecting previously unselected package libpaper1:amd64.
  1035. Preparing to unpack .../183-libpaper1_1.1.24+nmu5_amd64.deb ...
  1036. Unpacking libpaper1:amd64 (1.1.24+nmu5) ...
  1037. Selecting previously unselected package libgs9-common.
  1038. Preparing to unpack .../184-libgs9-common_9.26a~dfsg-0+deb9u6_all.deb ...
  1039. Unpacking libgs9-common (9.26a~dfsg-0+deb9u6) ...
  1040. Selecting previously unselected package libgs9:amd64.
  1041. Preparing to unpack .../185-libgs9_9.26a~dfsg-0+deb9u6_amd64.deb ...
  1042. Unpacking libgs9:amd64 (9.26a~dfsg-0+deb9u6) ...
  1043. Selecting previously unselected package ghostscript.
  1044. Preparing to unpack .../186-ghostscript_9.26a~dfsg-0+deb9u6_amd64.deb ...
  1045. Unpacking ghostscript (9.26a~dfsg-0+deb9u6) ...
  1046. Selecting previously unselected package gsfonts.
  1047. Preparing to unpack .../187-gsfonts_1%3a8.11+urwcyr1.0.7~pre44-4.3_all.deb ...
  1048. Unpacking gsfonts (1:8.11+urwcyr1.0.7~pre44-4.3) ...
  1049. Selecting previously unselected package imagemagick-6.q16.
  1050. Preparing to unpack .../188-imagemagick-6.q16_8%3a6.9.7.4+dfsg-11+deb9u7_amd64.deb ...
  1051. Unpacking imagemagick-6.q16 (8:6.9.7.4+dfsg-11+deb9u7) ...
  1052. Selecting previously unselected package imagemagick.
  1053. Preparing to unpack .../189-imagemagick_8%3a6.9.7.4+dfsg-11+deb9u7_amd64.deb ...
  1054. Unpacking imagemagick (8:6.9.7.4+dfsg-11+deb9u7) ...
  1055. Selecting previously unselected package javascript-common.
  1056. Preparing to unpack .../190-javascript-common_11_all.deb ...
  1057. Unpacking javascript-common (11) ...
  1058. Selecting previously unselected package libonig4:amd64.
  1059. Preparing to unpack .../191-libonig4_6.1.3-2_amd64.deb ...
  1060. Unpacking libonig4:amd64 (6.1.3-2) ...
  1061. Selecting previously unselected package libjq1:amd64.
  1062. Preparing to unpack .../192-libjq1_1.5+dfsg-1.3_amd64.deb ...
  1063. Unpacking libjq1:amd64 (1.5+dfsg-1.3) ...
  1064. Selecting previously unselected package jq.
  1065. Preparing to unpack .../193-jq_1.5+dfsg-1.3_amd64.deb ...
  1066. Unpacking jq (1.5+dfsg-1.3) ...
  1067. Selecting previously unselected package libcupsfilters1:amd64.
  1068. Preparing to unpack .../194-libcupsfilters1_1.11.6-3+deb9u1_amd64.deb ...
  1069. Unpacking libcupsfilters1:amd64 (1.11.6-3+deb9u1) ...
  1070. Selecting previously unselected package libdbi-perl.
  1071. Preparing to unpack .../195-libdbi-perl_1.636-1+b1_amd64.deb ...
  1072. Unpacking libdbi-perl (1.636-1+b1) ...
  1073. Selecting previously unselected package libmariadbclient18:amd64.
  1074. Preparing to unpack .../196-libmariadbclient18_10.1.41-0+deb9u1_amd64.deb ...
  1075. Unpacking libmariadbclient18:amd64 (10.1.41-0+deb9u1) ...
  1076. Selecting previously unselected package libdbd-mysql-perl.
  1077. Preparing to unpack .../197-libdbd-mysql-perl_4.041-2_amd64.deb ...
  1078. Unpacking libdbd-mysql-perl (4.041-2) ...
  1079. Selecting previously unselected package libgail18:amd64.
  1080. Preparing to unpack .../198-libgail18_2.24.31-2_amd64.deb ...
  1081. Unpacking libgail18:amd64 (2.24.31-2) ...
  1082. Selecting previously unselected package libgail-common:amd64.
  1083. Preparing to unpack .../199-libgail-common_2.24.31-2_amd64.deb ...
  1084. Unpacking libgail-common:amd64 (2.24.31-2) ...
  1085. Selecting previously unselected package libgtk2.0-bin.
  1086. Preparing to unpack .../200-libgtk2.0-bin_2.24.31-2_amd64.deb ...
  1087. Unpacking libgtk2.0-bin (2.24.31-2) ...
  1088. Selecting previously unselected package libgts-bin.
  1089. Preparing to unpack .../201-libgts-bin_0.7.6+darcs121130-4_amd64.deb ...
  1090. Unpacking libgts-bin (0.7.6+darcs121130-4) ...
  1091. Selecting previously unselected package libjxr0:amd64.
  1092. Preparing to unpack .../202-libjxr0_1.1-6+b1_amd64.deb ...
  1093. Unpacking libjxr0:amd64 (1.1-6+b1) ...
  1094. Selecting previously unselected package libjxr-tools.
  1095. Preparing to unpack .../203-libjxr-tools_1.1-6+b1_amd64.deb ...
  1096. Unpacking libjxr-tools (1.1-6+b1) ...
  1097. Selecting previously unselected package libmcrypt4.
  1098. Preparing to unpack .../204-libmcrypt4_2.5.8-3.3_amd64.deb ...
  1099. Unpacking libmcrypt4 (2.5.8-3.3) ...
  1100. Selecting previously unselected package libmcrypt-dev.
  1101. Preparing to unpack .../205-libmcrypt-dev_2.5.8-3.3_amd64.deb ...
  1102. Unpacking libmcrypt-dev (2.5.8-3.3) ...
  1103. Selecting previously unselected package libnetpbm10.
  1104. Preparing to unpack .../206-libnetpbm10_2%3a10.0-15.3+b2_amd64.deb ...
  1105. Unpacking libnetpbm10 (2:10.0-15.3+b2) ...
  1106. Selecting previously unselected package libpaper-utils.
  1107. Preparing to unpack .../207-libpaper-utils_1.1.24+nmu5_amd64.deb ...
  1108. Unpacking libpaper-utils (1.1.24+nmu5) ...
  1109. Selecting previously unselected package libpng-tools.
  1110. Preparing to unpack .../208-libpng-tools_1.6.28-1+deb9u1_amd64.deb ...
  1111. Unpacking libpng-tools (1.6.28-1+deb9u1) ...
  1112. Selecting previously unselected package libterm-readkey-perl.
  1113. Preparing to unpack .../209-libterm-readkey-perl_2.37-1_amd64.deb ...
  1114. Unpacking libterm-readkey-perl (2.37-1) ...
  1115. Selecting previously unselected package libtool.
  1116. Preparing to unpack .../210-libtool_2.4.6-2_all.deb ...
  1117. Unpacking libtool (2.4.6-2) ...
  1118. Selecting previously unselected package libx11-doc.
  1119. Preparing to unpack .../211-libx11-doc_2%3a1.6.4-3+deb9u1_all.deb ...
  1120. Unpacking libx11-doc (2:1.6.4-3+deb9u1) ...
  1121. Selecting previously unselected package libxmuu1:amd64.
  1122. Preparing to unpack .../212-libxmuu1_2%3a1.1.2-2_amd64.deb ...
  1123. Unpacking libxmuu1:amd64 (2:1.1.2-2) ...
  1124. Selecting previously unselected package mysql-client.
  1125. Preparing to unpack .../213-mysql-client_5.5.9999+default_amd64.deb ...
  1126. Unpacking mysql-client (5.5.9999+default) ...
  1127. Selecting previously unselected package netpbm.
  1128. Preparing to unpack .../214-netpbm_2%3a10.0-15.3+b2_amd64.deb ...
  1129. Unpacking netpbm (2:10.0-15.3+b2) ...
  1130. Selecting previously unselected package nodejs.
  1131. Preparing to unpack .../215-nodejs_11.15.0-1nodesource1_amd64.deb ...
  1132. Unpacking nodejs (11.15.0-1nodesource1) ...
  1133. Selecting previously unselected package psmisc.
  1134. Preparing to unpack .../216-psmisc_22.21-2.1+b2_amd64.deb ...
  1135. Unpacking psmisc (22.21-2.1+b2) ...
  1136. Selecting previously unselected package rsync.
  1137. Preparing to unpack .../217-rsync_3.1.2-1+deb9u2_amd64.deb ...
  1138. Unpacking rsync (3.1.2-1+deb9u2) ...
  1139. Selecting previously unselected package unzip.
  1140. Preparing to unpack .../218-unzip_6.0-21+deb9u2_amd64.deb ...
  1141. Unpacking unzip (6.0-21+deb9u2) ...
  1142. Selecting previously unselected package xauth.
  1143. Preparing to unpack .../219-xauth_1%3a1.0.9-1+b2_amd64.deb ...
  1144. Unpacking xauth (1:1.0.9-1+b2) ...
  1145. Selecting previously unselected package zip.
  1146. Preparing to unpack .../220-zip_3.0-11+b1_amd64.deb ...
  1147. Unpacking zip (3.0-11+b1) ...
  1148. Setting up libgs9-common (9.26a~dfsg-0+deb9u6) ...
  1149. Setting up libjs-jquery (3.1.1-2+deb9u1) ...
  1150. Setting up imagemagick-6-common (8:6.9.7.4+dfsg-11+deb9u7) ...
  1151. Setting up git-man (1:2.11.0-3+deb9u5) ...
  1152. Setting up libpopt0:amd64 (1.16-10+b2) ...
  1153. Setting up libpathplan4 (2.38.0-17) ...
  1154. Setting up fonts-droid-fallback (1:6.0.1r16-1.1) ...
  1155. Setting up less (481-2.1) ...
  1156. Setting up libgtk2.0-common (2.24.31-2) ...
  1157. Setting up libbz2-dev:amd64 (1.0.6-8.1) ...
  1158. Setting up libopenjp2-7:amd64 (2.1.2-1.1+deb9u3) ...
  1159. Setting up libxdot4 (2.38.0-17) ...
  1160. Setting up libconfig-inifiles-perl (2.94-1) ...
  1161. Setting up libjpeg62-turbo:amd64 (1:1.5.1-2) ...
  1162. Setting up psmisc (22.21-2.1+b2) ...
  1163. Processing triggers for mime-support (3.60) ...
  1164. Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.3) ...
  1165. Setting up libjemalloc1 (3.6.0-9.1) ...
  1166. Setting up libpng16-16:amd64 (1.6.28-1+deb9u1) ...
  1167. Setting up liberror-perl (0.17024-1) ...
  1168. Setting up nodejs (11.15.0-1nodesource1) ...
  1169. Setting up liblcms2-2:amd64 (2.8-4+deb9u1) ...
  1170. Setting up libjbig0:amd64 (2.1-3.1+b2) ...
  1171. Setting up libpthread-stubs0-dev:amd64 (0.3-4) ...
  1172. Setting up fonts-dejavu-core (2.37-1) ...
  1173. Setting up poppler-data (0.4.7-8) ...
  1174. Setting up libdjvulibre-text (3.5.27.1-7) ...
  1175. Setting up libpng-tools (1.6.28-1+deb9u1) ...
  1176. Setting up libelf1:amd64 (0.168-1) ...
  1177. Setting up libglib2.0-0:amd64 (2.50.3-2+deb9u1) ...
  1178. No schema files found: doing nothing.
  1179. Setting up mysql-common (5.8+1.0.2) ...
  1180. update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
  1181. Setting up libnetpbm10 (2:10.0-15.3+b2) ...
  1182. Setting up xorg-sgml-doctools (1:1.11-1) ...
  1183. Setting up libonig4:amd64 (6.1.3-2) ...
  1184. Setting up libmagickcore-6-arch-config:amd64 (8:6.9.7.4+dfsg-11+deb9u7) ...
  1185. Setting up unzip (6.0-21+deb9u2) ...
  1186. Setting up libgdk-pixbuf2.0-common (2.36.5-2+deb9u2) ...
  1187. Setting up libopenjp2-7-dev (2.1.2-1.1+deb9u3) ...
  1188. Setting up libdatrie1:amd64 (0.2.10-4+b1) ...
  1189. Setting up libtiff5:amd64 (4.0.8-2+deb9u4) ...
  1190. Setting up x11proto-kb-dev (1.0.7-1) ...
  1191. Setting up libmariadbclient18:amd64 (10.1.41-0+deb9u1) ...
  1192. Setting up libfftw3-double3:amd64 (3.3.5-3) ...
  1193. Setting up libicu57:amd64 (57.1-6+deb9u3) ...
  1194. Setting up ucf (3.0036) ...
  1195. Setting up libgirepository-1.0-1:amd64 (1.50.0-1+b1) ...
  1196. Setting up zip (3.0-11+b1) ...
  1197. Setting up libjxr0:amd64 (1.1-6+b1) ...
  1198. Setting up libterm-readkey-perl (2.37-1) ...
  1199. Setting up libfreetype6:amd64 (2.6.3-3.2) ...
  1200. Setting up fonts-noto-mono (20161116-1) ...
  1201. Setting up libgraphite2-3:amd64 (1.3.10-1) ...
  1202. Setting up rsync (3.1.2-1+deb9u2) ...
  1203. invoke-rc.d: could not determine current runlevel
  1204. invoke-rc.d: policy-rc.d denied execution of restart.
  1205. Setting up libjbig-dev:amd64 (2.1-3.1+b2) ...
  1206. Setting up libcroco3:amd64 (0.6.11-3) ...
  1207. Setting up libjq1:amd64 (1.5+dfsg-1.3) ...
  1208. Setting up libilmbase12:amd64 (2.2.0-12) ...
  1209. Setting up libatk1.0-data (2.22.0-1) ...
  1210. Setting up liblqr-1-0:amd64 (0.4.2-2+b2) ...
  1211. Setting up libjbig2dec0:amd64 (0.13-4.1) ...
  1212. Setting up libpixman-1-0:amd64 (0.34.0-1) ...
  1213. Setting up xtrans-dev (1.3.5-1) ...
  1214. Setting up gir1.2-glib-2.0:amd64 (1.50.0-1+b1) ...
  1215. Setting up libglib2.0-data (2.50.3-2+deb9u1) ...
  1216. Processing triggers for libc-bin (2.24-11+deb9u4) ...
  1217. Setting up libaio1:amd64 (0.3.110-3) ...
  1218. Setting up autotools-dev (20161112.1) ...
  1219. Setting up bzip2-doc (1.0.6-8.1) ...
  1220. Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ...
  1221. Setting up libpixman-1-dev (0.34.0-1) ...
  1222. Setting up libatk1.0-0:amd64 (2.22.0-1) ...
  1223. Setting up libltdl7:amd64 (2.4.6-2) ...
  1224. Setting up libijs-0.35:amd64 (0.35-12) ...
  1225. Setting up netpbm (2:10.0-15.3+b2) ...
  1226. Setting up libtiffxx5:amd64 (4.0.8-2+deb9u4) ...
  1227. Setting up libexpat1-dev:amd64 (2.2.0-2+deb9u3) ...
  1228. Setting up libx11-doc (2:1.6.4-3+deb9u1) ...
  1229. Setting up libmagickcore-6-headers (8:6.9.7.4+dfsg-11+deb9u7) ...
  1230. Setting up shared-mime-info (1.8-1+deb9u1) ...
  1231. Setting up libpcrecpp0v5:amd64 (2:8.39-3) ...
  1232. Setting up libpcre32-3:amd64 (2:8.39-3) ...
  1233. Setting up icu-devtools (57.1-6+deb9u3) ...
  1234. Setting up libpcre16-3:amd64 (2:8.39-3) ...
  1235. Setting up libthai-data (0.1.26-1) ...
  1236. Setting up libjpeg62-turbo-dev:amd64 (1:1.5.1-2) ...
  1237. Setting up liblzma-dev:amd64 (5.2.2-1.2+b1) ...
  1238. Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
  1239. Setting up javascript-common (11) ...
  1240. Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ...
  1241. Setting up x11-common (1:7.7+19) ...
  1242. update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
  1243. invoke-rc.d: could not determine current runlevel
  1244. invoke-rc.d: policy-rc.d denied execution of start.
  1245. Setting up openssh-client (1:7.4p1-10+deb9u7) ...
  1246. Setting up hicolor-icon-theme (0.15-1) ...
  1247. Setting up libglib2.0-bin (2.50.3-2+deb9u1) ...
  1248. Setting up libexif12:amd64 (0.6.21-2+b2) ...
  1249. Setting up libmcrypt4 (2.5.8-3.3) ...
  1250. Setting up libcdt5 (2.38.0-17) ...
  1251. Setting up libdbi-perl (1.636-1+b1) ...
  1252. Setting up git (1:2.11.0-3+deb9u5) ...
  1253. Setting up libx11-data (2:1.6.4-3+deb9u1) ...
  1254. Setting up libpython2.7-stdlib:amd64 (2.7.13-2+deb9u3) ...
  1255. Setting up libxau6:amd64 (1:1.0.8-1) ...
  1256. Setting up libdbus-1-3:amd64 (1.10.28-0+deb9u1) ...
  1257. Setting up liblzo2-2:amd64 (2.08-1.2+b2) ...
  1258. Setting up libavahi-common-data:amd64 (0.6.32-2) ...
  1259. Setting up libcgraph6 (2.38.0-17) ...
  1260. Setting up libwebp6:amd64 (0.5.2-1) ...
  1261. Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ...
  1262. Setting up libtool (2.4.6-2) ...
  1263. Setting up mariadb-common (10.1.41-0+deb9u1) ...
  1264. update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
  1265. Setting up libpaper1:amd64 (1.1.24+nmu5) ...
  1266.  
  1267. Creating config file /etc/papersize with new version
  1268. Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
  1269. Setting up libpaper-utils (1.1.24+nmu5) ...
  1270. Setting up jq (1.5+dfsg-1.3) ...
  1271. Setting up libpcre3-dev:amd64 (2:8.39-3) ...
  1272. Setting up fontconfig-config (2.11.0-6.7) ...
  1273. Setting up x11proto-core-dev (7.0.31-1) ...
  1274. Setting up liblqr-1-0-dev (0.4.2-2+b2) ...
  1275. Setting up liblcms2-dev:amd64 (2.8-4+deb9u1) ...
  1276. Setting up libltdl-dev:amd64 (2.4.6-2) ...
  1277. Setting up libilmbase-dev (2.2.0-12) ...
  1278. Setting up libdjvulibre21:amd64 (3.5.27.1-7) ...
  1279. Setting up libmagickwand-6-headers (8:6.9.7.4+dfsg-11+deb9u7) ...
  1280. Setting up libgvpr2 (2.38.0-17) ...
  1281. Setting up mariadb-client-core-10.1 (10.1.41-0+deb9u1) ...
  1282. Setting up libdjvulibre-dev:amd64 (3.5.27.1-7) ...
  1283. Setting up libtiff5-dev:amd64 (4.0.8-2+deb9u4) ...
  1284. Setting up libjxr-tools (1.1-6+b1) ...
  1285. Setting up python2.7 (2.7.13-2+deb9u3) ...
  1286. Setting up libharfbuzz0b:amd64 (1.4.2-1) ...
  1287. Setting up libxau-dev:amd64 (1:1.0.8-1) ...
  1288. Setting up libthai0:amd64 (0.1.26-1) ...
  1289. Setting up libicu-dev (57.1-6+deb9u3) ...
  1290. Setting up libopenexr22:amd64 (2.2.0-11+b1) ...
  1291. Setting up libglib2.0-dev (2.50.3-2+deb9u1) ...
  1292. Setting up libxml2-dev:amd64 (2.9.4+dfsg1-2.2+deb9u2) ...
  1293. Setting up libpython-stdlib:amd64 (2.7.13-2) ...
  1294. Setting up libxdmcp-dev:amd64 (1:1.1.2-3) ...
  1295. Setting up libjpeg-dev (1:1.5.1-2) ...
  1296. Setting up libexif-dev (0.6.21-2+b2) ...
  1297. Setting up libice6:amd64 (2:1.0.9-2) ...
  1298. Setting up libmcrypt-dev (2.5.8-3.3) ...
  1299. Setting up libopenexr-dev (2.2.0-11+b1) ...
  1300. Setting up libavahi-common3:amd64 (0.6.32-2) ...
  1301. Setting up libgts-bin (0.7.6+darcs121130-4) ...
  1302. Setting up libpng-dev:amd64 (1.6.28-1+deb9u1) ...
  1303. Setting up x11proto-render-dev (2:0.11.1-2) ...
  1304. Setting up dbus (1.10.28-0+deb9u1) ...
  1305. invoke-rc.d: could not determine current runlevel
  1306. invoke-rc.d: policy-rc.d denied execution of start.
  1307. Setting up libdbd-mysql-perl (4.041-2) ...
  1308. Setting up libxcb1:amd64 (1.12-1) ...
  1309. Setting up x11proto-input-dev (2.3.2-1) ...
  1310. Setting up python (2.7.13-2) ...
  1311. Setting up libfontconfig1:amd64 (2.11.0-6.7+b1) ...
  1312. Setting up libsm6:amd64 (2:1.2.2-1+b3) ...
  1313. Setting up mariadb-client-10.1 (10.1.41-0+deb9u1) ...
  1314. Setting up libxcb-render0:amd64 (1.12-1) ...
  1315. Setting up libx11-6:amd64 (2:1.6.4-3+deb9u1) ...
  1316. Setting up libxmuu1:amd64 (2:1.1.2-2) ...
  1317. Setting up x11proto-xext-dev (7.3.0-1) ...
  1318. Setting up libfreetype6-dev (2.6.3-3.2) ...
  1319. Setting up libice-dev:amd64 (2:1.0.9-2) ...
  1320. Setting up libxcomposite1:amd64 (1:0.4.4-2) ...
  1321. Setting up libxcb-shm0:amd64 (1.12-1) ...
  1322. Setting up libxpm4:amd64 (1:3.5.12-1) ...
  1323. Setting up libxt6:amd64 (1:1.1.5-1) ...
  1324. Setting up libxrender1:amd64 (1:0.9.10-1) ...
  1325. Setting up libxcb1-dev:amd64 (1.12-1) ...
  1326. Setting up libavahi-client3:amd64 (0.6.32-2) ...
  1327. Setting up libx11-dev:amd64 (2:1.6.4-3+deb9u1) ...
  1328. Setting up default-mysql-client (1.0.2) ...
  1329. Setting up fontconfig (2.11.0-6.7+b1) ...
  1330. Regenerating fonts cache... done.
  1331. Setting up libcups2:amd64 (2.2.1-8+deb9u4) ...
  1332. Setting up libfontconfig1-dev:amd64 (2.11.0-6.7+b1) ...
  1333. Setting up libsm-dev:amd64 (2:1.2.2-1+b3) ...
  1334. Setting up libxext6:amd64 (2:1.3.3-1+b2) ...
  1335. Setting up libxfixes3:amd64 (1:5.0.3-1) ...
  1336. Setting up libgdk-pixbuf2.0-0:amd64 (2.36.5-2+deb9u2) ...
  1337. Setting up libxcb-shm0-dev:amd64 (1.12-1) ...
  1338. Setting up libgd3:amd64 (2.2.4-2+deb9u5) ...
  1339. Setting up mysql-client (5.5.9999+default) ...
  1340. Setting up gir1.2-gdkpixbuf-2.0:amd64 (2.36.5-2+deb9u2) ...
  1341. Setting up libxrender-dev:amd64 (1:0.9.10-1) ...
  1342. Setting up xauth (1:1.0.9-1+b2) ...
  1343. Setting up libxcb-render0-dev:amd64 (1.12-1) ...
  1344. Setting up libcupsimage2:amd64 (2.2.1-8+deb9u4) ...
  1345. Setting up gtk-update-icon-cache (3.22.11-1) ...
  1346. Setting up libgdk-pixbuf2.0-dev (2.36.5-2+deb9u2) ...
  1347. Setting up libxcursor1:amd64 (1:1.1.14-1+deb9u2) ...
  1348. Setting up libxext-dev:amd64 (2:1.3.3-1+b2) ...
  1349. Setting up libpango-1.0-0:amd64 (1.40.5-1) ...
  1350. Setting up libgs9:amd64 (9.26a~dfsg-0+deb9u6) ...
  1351. Setting up libwmf0.2-7:amd64 (0.2.8.4-10.6) ...
  1352. Setting up libxrandr2:amd64 (2:1.5.1-1) ...
  1353. Setting up libxi6:amd64 (2:1.7.9-1) ...
  1354. Setting up libwmf-dev (0.2.8.4-10.6) ...
  1355. Setting up libcairo2:amd64 (1.14.8-1) ...
  1356. Setting up libxinerama1:amd64 (2:1.1.3-1+b3) ...
  1357. Setting up libxt-dev:amd64 (1:1.1.5-1) ...
  1358. Setting up libmagickcore-6.q16-3:amd64 (8:6.9.7.4+dfsg-11+deb9u7) ...
  1359. Setting up libxdamage1:amd64 (1:1.1.4-2+b3) ...
  1360. Setting up libcairo-script-interpreter2:amd64 (1.14.8-1) ...
  1361. Setting up libcairo-gobject2:amd64 (1.14.8-1) ...
  1362. Setting up ghostscript (9.26a~dfsg-0+deb9u6) ...
  1363. Setting up libpangoft2-1.0-0:amd64 (1.40.5-1) ...
  1364. Setting up libcupsfilters1:amd64 (1.11.6-3+deb9u1) ...
  1365. Setting up libmagickwand-6.q16-3:amd64 (8:6.9.7.4+dfsg-11+deb9u7) ...
  1366. Setting up libcairo2-dev (1.14.8-1) ...
  1367. Setting up gir1.2-freedesktop:amd64 (1.50.0-1+b1) ...
  1368. Setting up imagemagick-6.q16 (8:6.9.7.4+dfsg-11+deb9u7) ...
  1369. update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
  1370. update-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
  1371. update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
  1372. update-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
  1373. update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
  1374. update-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
  1375. update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
  1376. update-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
  1377. update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
  1378. update-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
  1379. update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
  1380. update-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
  1381. update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
  1382. update-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
  1383. update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
  1384. update-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
  1385. update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
  1386. update-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
  1387. update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
  1388. update-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
  1389. update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
  1390. update-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
  1391. update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
  1392. update-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
  1393. update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
  1394. update-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
  1395. update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
  1396. update-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
  1397. update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
  1398. update-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
  1399. update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
  1400. update-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
  1401. update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
  1402. update-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
  1403. update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
  1404. update-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
  1405. update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
  1406. update-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
  1407. update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
  1408. update-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
  1409. update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
  1410. update-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
  1411. update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
  1412. update-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
  1413. Setting up libpangocairo-1.0-0:amd64 (1.40.5-1) ...
  1414. Setting up libmagickcore-6.q16-3-extra:amd64 (8:6.9.7.4+dfsg-11+deb9u7) ...
  1415. Setting up imagemagick (8:6.9.7.4+dfsg-11+deb9u7) ...
  1416. Setting up libgvc6 (2.38.0-17) ...
  1417. Setting up librsvg2-2:amd64 (2.40.16-1+b1) ...
  1418. Setting up librsvg2-common:amd64 (2.40.16-1+b1) ...
  1419. Setting up gir1.2-rsvg-2.0:amd64 (2.40.16-1+b1) ...
  1420. Setting up librsvg2-dev:amd64 (2.40.16-1+b1) ...
  1421. Setting up gnome-icon-theme (3.12.0-2) ...
  1422. update-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
  1423. Setting up libgtk2.0-0:amd64 (2.24.31-2) ...
  1424. Setting up libgail18:amd64 (2.24.31-2) ...
  1425. Setting up libgail-common:amd64 (2.24.31-2) ...
  1426. Setting up libgvc6-plugins-gtk (2.38.0-17) ...
  1427. Setting up libgraphviz-dev (2.38.0-17) ...
  1428. Setting up libmagickcore-6.q16-dev:amd64 (8:6.9.7.4+dfsg-11+deb9u7) ...
  1429. Setting up libgtk2.0-bin (2.24.31-2) ...
  1430. Setting up libmagickwand-6.q16-dev:amd64 (8:6.9.7.4+dfsg-11+deb9u7) ...
  1431. Setting up libmagickwand-dev (8:6.9.7.4+dfsg-11+deb9u7) ...
  1432. Processing triggers for libc-bin (2.24-11+deb9u4) ...
  1433. Processing 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
  1436. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/gulp/node_modules/fsevents):
  1437. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  1438.  
  1439. added 458 packages from 217 contributors in 11.67s
  1440. Removing intermediate container c13e68656d69
  1441. ---> b162dcd44a7d
  1442. Step 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
  1443. ---> Running in 5b3b1b2a038a
  1444. Configuring for:
  1445. PHP Api Version: 20180731
  1446. Zend Module Api No: 20180731
  1447. Zend Extension Api No: 320180731
  1448. checking for grep that handles long lines and -e... /bin/grep
  1449. checking for egrep... /bin/grep -E
  1450. checking for a sed that does not truncate output... /bin/sed
  1451. checking for cc... cc
  1452. checking whether the C compiler works... yes
  1453. checking for C compiler default output file name... a.out
  1454. checking for suffix of executables...
  1455. checking whether we are cross compiling... no
  1456. checking for suffix of object files... o
  1457. checking whether we are using the GNU C compiler... yes
  1458. checking whether cc accepts -g... yes
  1459. checking for cc option to accept ISO C89... none needed
  1460. checking how to run the C preprocessor... cc -E
  1461. checking for icc... no
  1462. checking for suncc... no
  1463. checking whether cc understands -c and -o together... yes
  1464. checking for system library directory... lib
  1465. checking if compiler supports -R... no
  1466. checking if compiler supports -Wl,-rpath,... yes
  1467. checking build system type... x86_64-pc-linux-gnu
  1468. checking host system type... x86_64-pc-linux-gnu
  1469. checking target system type... x86_64-pc-linux-gnu
  1470. checking for PHP prefix... /usr/local
  1471. checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
  1472. checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20180731
  1473. checking for PHP installed headers prefix... /usr/local/include/php
  1474. checking if debug is enabled... no
  1475. checking if zts is enabled... no
  1476. checking for re2c... re2c
  1477. checking for re2c version... 0.16 (ok)
  1478. checking for gawk... no
  1479. checking for nawk... nawk
  1480. checking if nawk is broken... no
  1481. checking for GD support... yes, shared
  1482. checking for the location of libwebp... no
  1483. checking for the location of libjpeg... /usr/include/
  1484. checking for the location of libpng... no
  1485. checking for the location of libz... no
  1486. checking for the location of libXpm... no
  1487. checking for FreeType 2... /usr/include/
  1488. checking whether to enable JIS-mapped Japanese font support in GD... no
  1489. If configure fails try --with-webp-dir=<DIR>
  1490. checking for jpeg_read_header in -ljpeg... yes
  1491. checking for png_write_image in -lpng... yes
  1492. If configure fails try --with-xpm-dir=<DIR>
  1493. checking for fabsf... no
  1494. checking for floorf... no
  1495. checking for ld used by cc... /usr/bin/ld
  1496. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1497. checking for /usr/bin/ld option to reload object files... -r
  1498. checking for BSD-compatible nm... /usr/bin/nm -B
  1499. checking whether ln -s works... yes
  1500. checking how to recognize dependent libraries... pass_all
  1501. checking for ANSI C header files... yes
  1502. checking for sys/types.h... yes
  1503. checking for sys/stat.h... yes
  1504. checking for stdlib.h... yes
  1505. checking for string.h... yes
  1506. checking for memory.h... yes
  1507. checking for strings.h... yes
  1508. checking for inttypes.h... yes
  1509. checking for stdint.h... yes
  1510. checking for unistd.h... yes
  1511. checking dlfcn.h usability... yes
  1512. checking dlfcn.h presence... yes
  1513. checking for dlfcn.h... yes
  1514. checking the maximum length of command line arguments... 1572864
  1515. checking command to parse /usr/bin/nm -B output from cc object... ok
  1516. checking for objdir... .libs
  1517. checking for ar... ar
  1518. checking for ranlib... ranlib
  1519. checking for strip... strip
  1520. checking if cc supports -fno-rtti -fno-exceptions... no
  1521. checking for cc option to produce PIC... -fPIC
  1522. checking if cc PIC flag -fPIC works... yes
  1523. checking if cc static flag -static works... yes
  1524. checking if cc supports -c -o file.o... yes
  1525. checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1526. checking whether -lc should be explicitly linked in... no
  1527. checking dynamic linker characteristics... GNU/Linux ld.so
  1528. checking how to hardcode library paths into programs... immediate
  1529. checking whether stripping libraries is possible... yes
  1530. checking if libtool supports shared libraries... yes
  1531. checking whether to build shared libraries... yes
  1532. checking whether to build static libraries... no
  1533.  
  1534. creating libtool
  1535. appending configuration tag "CXX" to libtool
  1536. configure: creating ./config.status
  1537. config.status: creating config.h
  1538. Configuring for:
  1539. PHP Api Version: 20180731
  1540. Zend Module Api No: 20180731
  1541. Zend Extension Api No: 320180731
  1542. checking for grep that handles long lines and -e... /bin/grep
  1543. checking for egrep... /bin/grep -E
  1544. checking for a sed that does not truncate output... /bin/sed
  1545. checking for cc... cc
  1546. checking whether the C compiler works... yes
  1547. checking for C compiler default output file name... a.out
  1548. checking for suffix of executables...
  1549. checking whether we are cross compiling... no
  1550. checking for suffix of object files... o
  1551. checking whether we are using the GNU C compiler... yes
  1552. checking whether cc accepts -g... yes
  1553. checking for cc option to accept ISO C89... none needed
  1554. checking how to run the C preprocessor... cc -E
  1555. checking for icc... no
  1556. checking for suncc... no
  1557. checking whether cc understands -c and -o together... yes
  1558. checking for system library directory... lib
  1559. checking if compiler supports -R... no
  1560. checking if compiler supports -Wl,-rpath,... yes
  1561. checking build system type... x86_64-pc-linux-gnu
  1562. checking host system type... x86_64-pc-linux-gnu
  1563. checking target system type... x86_64-pc-linux-gnu
  1564. checking for PHP prefix... /usr/local
  1565. checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
  1566. checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20180731
  1567. checking for PHP installed headers prefix... /usr/local/include/php
  1568. checking if debug is enabled... no
  1569. checking if zts is enabled... no
  1570. checking for re2c... re2c
  1571. checking for re2c version... 0.16 (ok)
  1572. checking for gawk... no
  1573. checking for nawk... nawk
  1574. checking if nawk is broken... no
  1575. checking whether to enable sockets support... yes, shared
  1576. checking for struct cmsghdr... yes
  1577. checking for hstrerror... yes
  1578. checking for socketpair... yes
  1579. checking for if_nametoindex... yes
  1580. checking for if_indextoname... yes
  1581. checking for ANSI C header files... yes
  1582. checking for sys/types.h... yes
  1583. checking for sys/stat.h... yes
  1584. checking for stdlib.h... yes
  1585. checking for string.h... yes
  1586. checking for memory.h... yes
  1587. checking for strings.h... yes
  1588. checking for inttypes.h... yes
  1589. checking for stdint.h... yes
  1590. checking for unistd.h... yes
  1591. checking netdb.h usability... yes
  1592. checking netdb.h presence... yes
  1593. checking for netdb.h... yes
  1594. checking netinet/tcp.h usability... yes
  1595. checking netinet/tcp.h presence... yes
  1596. checking for netinet/tcp.h... yes
  1597. checking sys/un.h usability... yes
  1598. checking sys/un.h presence... yes
  1599. checking for sys/un.h... yes
  1600. checking sys/sockio.h usability... no
  1601. checking sys/sockio.h presence... no
  1602. checking for sys/sockio.h... no
  1603. checking errno.h usability... yes
  1604. checking errno.h presence... yes
  1605. checking for errno.h... yes
  1606. checking for field ss_family in struct sockaddr_storage... yes
  1607. checking if getaddrinfo supports AI_V4MAPPED... yes
  1608. checking if getaddrinfo supports AI_ALL... yes
  1609. checking if getaddrinfo supports AI_IDN... no
  1610. checking for ld used by cc... /usr/bin/ld
  1611. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1612. checking for /usr/bin/ld option to reload object files... -r
  1613. checking for BSD-compatible nm... /usr/bin/nm -B
  1614. checking whether ln -s works... yes
  1615. checking how to recognize dependent libraries... pass_all
  1616. checking dlfcn.h usability... yes
  1617. checking dlfcn.h presence... yes
  1618. checking for dlfcn.h... yes
  1619. checking the maximum length of command line arguments... 1572864
  1620. checking command to parse /usr/bin/nm -B output from cc object... ok
  1621. checking for objdir... .libs
  1622. checking for ar... ar
  1623. checking for ranlib... ranlib
  1624. checking for strip... strip
  1625. checking if cc supports -fno-rtti -fno-exceptions... no
  1626. checking for cc option to produce PIC... -fPIC
  1627. checking if cc PIC flag -fPIC works... yes
  1628. checking if cc static flag -static works... yes
  1629. checking if cc supports -c -o file.o... yes
  1630. checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1631. checking whether -lc should be explicitly linked in... no
  1632. checking dynamic linker characteristics... GNU/Linux ld.so
  1633. checking how to hardcode library paths into programs... immediate
  1634. checking whether stripping libraries is possible... yes
  1635. checking if libtool supports shared libraries... yes
  1636. checking whether to build shared libraries... yes
  1637. checking whether to build static libraries... no
  1638.  
  1639. creating libtool
  1640. appending configuration tag "CXX" to libtool
  1641. configure: creating ./config.status
  1642. config.status: creating config.h
  1643. /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
  1644. /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
  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/conversions.c -o conversions.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/sockaddr_conv.c -o sockaddr_conv.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/sendrecvmsg.c -o sendrecvmsg.lo
  1648. mkdir .libs
  1649. 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
  1650. 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
  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/sendrecvmsg.c -fPIC -DPIC -o .libs/sendrecvmsg.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/sockaddr_conv.c -fPIC -DPIC -o .libs/sockaddr_conv.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/sockets.c -fPIC -DPIC -o .libs/sockets.o
  1654. /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
  1655. cc -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
  1656. creating sockets.la
  1657. (cd .libs && rm -f sockets.la && ln -s ../sockets.la sockets.la)
  1658. /bin/bash /usr/src/php/ext/sockets/libtool --mode=install cp ./sockets.la /usr/src/php/ext/sockets/modules
  1659. cp ./.libs/sockets.so /usr/src/php/ext/sockets/modules/sockets.so
  1660. cp ./.libs/sockets.lai /usr/src/php/ext/sockets/modules/sockets.la
  1661. PATH="$PATH:/sbin" ldconfig -n /usr/src/php/ext/sockets/modules
  1662. ----------------------------------------------------------------------
  1663. Libraries have been installed in:
  1664. /usr/src/php/ext/sockets/modules
  1665.  
  1666. If you ever happen to want to link against installed libraries
  1667. in a given directory, LIBDIR, you must either use libtool, and
  1668. specify the full pathname of the library, or use the `-LLIBDIR'
  1669. flag during linking and do at least one of the following:
  1670. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  1671. during execution
  1672. - add LIBDIR to the `LD_RUN_PATH' environment variable
  1673. during linking
  1674. - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
  1675. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  1676.  
  1677. See any operating system documentation about shared libraries for
  1678. more information, such as the ld(1) and ld.so(8) manual pages.
  1679. ----------------------------------------------------------------------
  1680.  
  1681. Build complete.
  1682. Don't forget to run 'make test'.
  1683.  
  1684. Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20180731/
  1685. Installing header files: /usr/local/include/php/
  1686. find . -name \*.gcno -o -name \*.gcda | xargs rm -f
  1687. find . -name \*.lo -o -name \*.o | xargs rm -f
  1688. find . -name \*.la -o -name \*.a | xargs rm -f
  1689. find . -name \*.so | xargs rm -f
  1690. find . -name .libs -a -type d|xargs rm -rf
  1691. rm -f libphp.la modules/* libs/*
  1692. Configuring for:
  1693. PHP Api Version: 20180731
  1694. Zend Module Api No: 20180731
  1695. Zend Extension Api No: 320180731
  1696. checking for grep that handles long lines and -e... /bin/grep
  1697. checking for egrep... /bin/grep -E
  1698. checking for a sed that does not truncate output... /bin/sed
  1699. checking for cc... cc
  1700. checking whether the C compiler works... yes
  1701. checking for C compiler default output file name... a.out
  1702. checking for suffix of executables...
  1703. checking whether we are cross compiling... no
  1704. checking for suffix of object files... o
  1705. checking whether we are using the GNU C compiler... yes
  1706. checking whether cc accepts -g... yes
  1707. checking for cc option to accept ISO C89... none needed
  1708. checking how to run the C preprocessor... cc -E
  1709. checking for icc... no
  1710. checking for suncc... no
  1711. checking whether cc understands -c and -o together... yes
  1712. checking for system library directory... lib
  1713. checking if compiler supports -R... no
  1714. checking if compiler supports -Wl,-rpath,... yes
  1715. checking build system type... x86_64-pc-linux-gnu
  1716. checking host system type... x86_64-pc-linux-gnu
  1717. checking target system type... x86_64-pc-linux-gnu
  1718. checking for PHP prefix... /usr/local
  1719. checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
  1720. checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20180731
  1721. checking for PHP installed headers prefix... /usr/local/include/php
  1722. checking if debug is enabled... no
  1723. checking if zts is enabled... no
  1724. checking for re2c... re2c
  1725. checking for re2c version... 0.16 (ok)
  1726. checking for gawk... no
  1727. checking for nawk... nawk
  1728. checking if nawk is broken... no
  1729. checking for iconv support... yes, shared
  1730. checking for iconv... yes
  1731. checking if iconv is glibc's... yes
  1732. checking if iconv supports errno... yes
  1733. checking if iconv supports //IGNORE... no
  1734. checking if your cpp allows macro usage in include lines... yes
  1735. checking for ld used by cc... /usr/bin/ld
  1736. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1737. checking for /usr/bin/ld option to reload object files... -r
  1738. checking for BSD-compatible nm... /usr/bin/nm -B
  1739. checking whether ln -s works... yes
  1740. checking how to recognize dependent libraries... pass_all
  1741. checking for ANSI C header files... yes
  1742. checking for sys/types.h... yes
  1743. checking for sys/stat.h... yes
  1744. checking for stdlib.h... yes
  1745. checking for string.h... yes
  1746. checking for memory.h... yes
  1747. checking for strings.h... yes
  1748. checking for inttypes.h... yes
  1749. checking for stdint.h... yes
  1750. checking for unistd.h... yes
  1751. checking dlfcn.h usability... yes
  1752. checking dlfcn.h presence... yes
  1753. checking for dlfcn.h... yes
  1754. checking the maximum length of command line arguments... 1572864
  1755. checking command to parse /usr/bin/nm -B output from cc object... ok
  1756. checking for objdir... .libs
  1757. checking for ar... ar
  1758. checking for ranlib... ranlib
  1759. checking for strip... strip
  1760. checking if cc supports -fno-rtti -fno-exceptions... no
  1761. checking for cc option to produce PIC... -fPIC
  1762. checking if cc PIC flag -fPIC works... yes
  1763. checking if cc static flag -static works... yes
  1764. checking if cc supports -c -o file.o... yes
  1765. checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1766. checking whether -lc should be explicitly linked in... no
  1767. checking dynamic linker characteristics... GNU/Linux ld.so
  1768. checking how to hardcode library paths into programs... immediate
  1769. checking whether stripping libraries is possible... yes
  1770. checking if libtool supports shared libraries... yes
  1771. checking whether to build shared libraries... yes
  1772. checking whether to build static libraries... no
  1773.  
  1774. creating libtool
  1775. appending configuration tag "CXX" to libtool
  1776. configure: creating ./config.status
  1777. config.status: creating config.h
  1778. /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
  1779. mkdir .libs
  1780. 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
  1781. /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
  1782. cc -shared .libs/iconv.o -L/usr/lib -Wl,-O1 -Wl,--hash-style=both -Wl,-soname -Wl,iconv.so -o .libs/iconv.so
  1783. creating iconv.la
  1784. (cd .libs && rm -f iconv.la && ln -s ../iconv.la iconv.la)
  1785. /bin/bash /usr/src/php/ext/iconv/libtool --mode=install cp ./iconv.la /usr/src/php/ext/iconv/modules
  1786. cp ./.libs/iconv.so /usr/src/php/ext/iconv/modules/iconv.so
  1787. cp ./.libs/iconv.lai /usr/src/php/ext/iconv/modules/iconv.la
  1788. PATH="$PATH:/sbin" ldconfig -n /usr/src/php/ext/iconv/modules
  1789. ----------------------------------------------------------------------
  1790. Libraries have been installed in:
  1791. /usr/src/php/ext/iconv/modules
  1792.  
  1793. If you ever happen to want to link against installed libraries
  1794. in a given directory, LIBDIR, you must either use libtool, and
  1795. specify the full pathname of the library, or use the `-LLIBDIR'
  1796. flag during linking and do at least one of the following:
  1797. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  1798. during execution
  1799. - add LIBDIR to the `LD_RUN_PATH' environment variable
  1800. during linking
  1801. - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
  1802. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  1803.  
  1804. See any operating system documentation about shared libraries for
  1805. more information, such as the ld(1) and ld.so(8) manual pages.
  1806. ----------------------------------------------------------------------
  1807.  
  1808. Build complete.
  1809. Don't forget to run 'make test'.
  1810.  
  1811. Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20180731/
  1812. Installing header files: /usr/local/include/php/
  1813.  
  1814. warning: iconv (iconv.so) is already loaded!
  1815.  
  1816. find . -name \*.gcno -o -name \*.gcda | xargs rm -f
  1817. find . -name \*.lo -o -name \*.o | xargs rm -f
  1818. find . -name \*.la -o -name \*.a | xargs rm -f
  1819. find . -name \*.so | xargs rm -f
  1820. find . -name .libs -a -type d|xargs rm -rf
  1821. rm -f libphp.la modules/* libs/*
  1822. Configuring for:
  1823. PHP Api Version: 20180731
  1824. Zend Module Api No: 20180731
  1825. Zend Extension Api No: 320180731
  1826. checking for grep that handles long lines and -e... /bin/grep
  1827. checking for egrep... /bin/grep -E
  1828. checking for a sed that does not truncate output... /bin/sed
  1829. checking for cc... cc
  1830. checking whether the C compiler works... yes
  1831. checking for C compiler default output file name... a.out
  1832. checking for suffix of executables...
  1833. checking whether we are cross compiling... no
  1834. checking for suffix of object files... o
  1835. checking whether we are using the GNU C compiler... yes
  1836. checking whether cc accepts -g... yes
  1837. checking for cc option to accept ISO C89... none needed
  1838. checking how to run the C preprocessor... cc -E
  1839. checking for icc... no
  1840. checking for suncc... no
  1841. checking whether cc understands -c and -o together... yes
  1842. checking for system library directory... lib
  1843. checking if compiler supports -R... no
  1844. checking if compiler supports -Wl,-rpath,... yes
  1845. checking build system type... x86_64-pc-linux-gnu
  1846. checking host system type... x86_64-pc-linux-gnu
  1847. checking target system type... x86_64-pc-linux-gnu
  1848. checking for PHP prefix... /usr/local
  1849. checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
  1850. checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20180731
  1851. checking for PHP installed headers prefix... /usr/local/include/php
  1852. checking if debug is enabled... no
  1853. checking if zts is enabled... no
  1854. checking for re2c... re2c
  1855. checking for re2c version... 0.16 (ok)
  1856. checking for gawk... no
  1857. checking for nawk... nawk
  1858. checking if nawk is broken... no
  1859. checking whether to enable PDO support... yes, shared
  1860. checking for ld used by cc... /usr/bin/ld
  1861. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1862. checking for /usr/bin/ld option to reload object files... -r
  1863. checking for BSD-compatible nm... /usr/bin/nm -B
  1864. checking whether ln -s works... yes
  1865. checking how to recognize dependent libraries... pass_all
  1866. checking for ANSI C header files... yes
  1867. checking for sys/types.h... yes
  1868. checking for sys/stat.h... yes
  1869. checking for stdlib.h... yes
  1870. checking for string.h... yes
  1871. checking for memory.h... yes
  1872. checking for strings.h... yes
  1873. checking for inttypes.h... yes
  1874. checking for stdint.h... yes
  1875. checking for unistd.h... yes
  1876. checking dlfcn.h usability... yes
  1877. checking dlfcn.h presence... yes
  1878. checking for dlfcn.h... yes
  1879. checking the maximum length of command line arguments... 1572864
  1880. checking command to parse /usr/bin/nm -B output from cc object... ok
  1881. checking for objdir... .libs
  1882. checking for ar... ar
  1883. checking for ranlib... ranlib
  1884. checking for strip... strip
  1885. checking if cc supports -fno-rtti -fno-exceptions... no
  1886. checking for cc option to produce PIC... -fPIC
  1887. checking if cc PIC flag -fPIC works... yes
  1888. checking if cc static flag -static works... yes
  1889. checking if cc supports -c -o file.o... yes
  1890. checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1891. checking whether -lc should be explicitly linked in... no
  1892. checking dynamic linker characteristics... GNU/Linux ld.so
  1893. checking how to hardcode library paths into programs... immediate
  1894. checking whether stripping libraries is possible... yes
  1895. checking if libtool supports shared libraries... yes
  1896. checking whether to build shared libraries... yes
  1897. checking whether to build static libraries... no
  1898.  
  1899. creating libtool
  1900. appending configuration tag "CXX" to libtool
  1901. configure: creating ./config.status
  1902. config.status: creating config.h
  1903. /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
  1904. /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
  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_stmt.c -o pdo_stmt.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_sql_parser.c -o pdo_sql_parser.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_sqlstate.c -o pdo_sqlstate.lo
  1908. mkdir .libs
  1909. mkdir .libs
  1910. mkdir: cannot create directory '.libs': File exists
  1911. 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
  1912. 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
  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_sql_parser.c -fPIC -DPIC -o .libs/pdo_sql_parser.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_stmt.c -fPIC -DPIC -o .libs/pdo_stmt.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_dbh.c -fPIC -DPIC -o .libs/pdo_dbh.o
  1916. /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
  1917. cc -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
  1918. creating pdo.la
  1919. (cd .libs && rm -f pdo.la && ln -s ../pdo.la pdo.la)
  1920. /bin/bash /usr/src/php/ext/pdo/libtool --mode=install cp ./pdo.la /usr/src/php/ext/pdo/modules
  1921. cp ./.libs/pdo.so /usr/src/php/ext/pdo/modules/pdo.so
  1922. cp ./.libs/pdo.lai /usr/src/php/ext/pdo/modules/pdo.la
  1923. PATH="$PATH:/sbin" ldconfig -n /usr/src/php/ext/pdo/modules
  1924. ----------------------------------------------------------------------
  1925. Libraries have been installed in:
  1926. /usr/src/php/ext/pdo/modules
  1927.  
  1928. If you ever happen to want to link against installed libraries
  1929. in a given directory, LIBDIR, you must either use libtool, and
  1930. specify the full pathname of the library, or use the `-LLIBDIR'
  1931. flag during linking and do at least one of the following:
  1932. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  1933. during execution
  1934. - add LIBDIR to the `LD_RUN_PATH' environment variable
  1935. during linking
  1936. - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
  1937. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  1938.  
  1939. See any operating system documentation about shared libraries for
  1940. more information, such as the ld(1) and ld.so(8) manual pages.
  1941. ----------------------------------------------------------------------
  1942.  
  1943. Build complete.
  1944. Don't forget to run 'make test'.
  1945.  
  1946. Installing PDO headers: /usr/local/include/php/ext/pdo/
  1947. Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20180731/
  1948. Installing header files: /usr/local/include/php/
  1949.  
  1950. warning: pdo (pdo.so) is already loaded!
  1951.  
  1952. find . -name \*.gcno -o -name \*.gcda | xargs rm -f
  1953. find . -name \*.lo -o -name \*.o | xargs rm -f
  1954. find . -name \*.la -o -name \*.a | xargs rm -f
  1955. find . -name \*.so | xargs rm -f
  1956. find . -name .libs -a -type d|xargs rm -rf
  1957. rm -f libphp.la modules/* libs/*
  1958. Configuring for:
  1959. PHP Api Version: 20180731
  1960. Zend Module Api No: 20180731
  1961. Zend Extension Api No: 320180731
  1962. checking for grep that handles long lines and -e... /bin/grep
  1963. checking for egrep... /bin/grep -E
  1964. checking for a sed that does not truncate output... /bin/sed
  1965. checking for cc... cc
  1966. checking whether the C compiler works... yes
  1967. checking for C compiler default output file name... a.out
  1968. checking for suffix of executables...
  1969. checking whether we are cross compiling... no
  1970. checking for suffix of object files... o
  1971. checking whether we are using the GNU C compiler... yes
  1972. checking whether cc accepts -g... yes
  1973. checking for cc option to accept ISO C89... none needed
  1974. checking how to run the C preprocessor... cc -E
  1975. checking for icc... no
  1976. checking for suncc... no
  1977. checking whether cc understands -c and -o together... yes
  1978. checking for system library directory... lib
  1979. checking if compiler supports -R... no
  1980. checking if compiler supports -Wl,-rpath,... yes
  1981. checking build system type... x86_64-pc-linux-gnu
  1982. checking host system type... x86_64-pc-linux-gnu
  1983. checking target system type... x86_64-pc-linux-gnu
  1984. checking for PHP prefix... /usr/local
  1985. checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
  1986. checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20180731
  1987. checking for PHP installed headers prefix... /usr/local/include/php
  1988. checking if debug is enabled... no
  1989. checking if zts is enabled... no
  1990. checking for re2c... re2c
  1991. checking for re2c version... 0.16 (ok)
  1992. checking for gawk... no
  1993. checking for nawk... nawk
  1994. checking if nawk is broken... no
  1995. checking for MySQL support for PDO... yes, shared
  1996. checking for the location of libz... no
  1997. checking for MySQL UNIX socket location...
  1998. checking for PDO includes... checking for PDO includes... /usr/local/include/php/ext
  1999. checking for ld used by cc... /usr/bin/ld
  2000. checking if the linker (/usr/bin/ld) is GNU ld... yes
  2001. checking for /usr/bin/ld option to reload object files... -r
  2002. checking for BSD-compatible nm... /usr/bin/nm -B
  2003. checking whether ln -s works... yes
  2004. checking how to recognize dependent libraries... pass_all
  2005. checking for ANSI C header files... yes
  2006. checking for sys/types.h... yes
  2007. checking for sys/stat.h... yes
  2008. checking for stdlib.h... yes
  2009. checking for string.h... yes
  2010. checking for memory.h... yes
  2011. checking for strings.h... yes
  2012. checking for inttypes.h... yes
  2013. checking for stdint.h... yes
  2014. checking for unistd.h... yes
  2015. checking dlfcn.h usability... yes
  2016. checking dlfcn.h presence... yes
  2017. checking for dlfcn.h... yes
  2018. checking the maximum length of command line arguments... 1572864
  2019. checking command to parse /usr/bin/nm -B output from cc object... ok
  2020. checking for objdir... .libs
  2021. checking for ar... ar
  2022. checking for ranlib... ranlib
  2023. checking for strip... strip
  2024. checking if cc supports -fno-rtti -fno-exceptions... no
  2025. checking for cc option to produce PIC... -fPIC
  2026. checking if cc PIC flag -fPIC works... yes
  2027. checking if cc static flag -static works... yes
  2028. checking if cc supports -c -o file.o... yes
  2029. checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  2030. checking whether -lc should be explicitly linked in... no
  2031. checking dynamic linker characteristics... GNU/Linux ld.so
  2032. checking how to hardcode library paths into programs... immediate
  2033. checking whether stripping libraries is possible... yes
  2034. checking if libtool supports shared libraries... yes
  2035. checking whether to build shared libraries... yes
  2036. checking whether to build static libraries... no
  2037.  
  2038. creating libtool
  2039. appending configuration tag "CXX" to libtool
  2040. configure: creating ./config.status
  2041. config.status: creating config.h
  2042. /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
  2043. /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
  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/mysql_statement.c -o mysql_statement.lo
  2045. mkdir .libs
  2046. 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
  2047. 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
  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/mysql_driver.c -fPIC -DPIC -o .libs/mysql_driver.o
  2049. /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
  2050. cc -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
  2051. creating pdo_mysql.la
  2052. (cd .libs && rm -f pdo_mysql.la && ln -s ../pdo_mysql.la pdo_mysql.la)
  2053. /bin/bash /usr/src/php/ext/pdo_mysql/libtool --mode=install cp ./pdo_mysql.la /usr/src/php/ext/pdo_mysql/modules
  2054. cp ./.libs/pdo_mysql.so /usr/src/php/ext/pdo_mysql/modules/pdo_mysql.so
  2055. cp ./.libs/pdo_mysql.lai /usr/src/php/ext/pdo_mysql/modules/pdo_mysql.la
  2056. PATH="$PATH:/sbin" ldconfig -n /usr/src/php/ext/pdo_mysql/modules
  2057. ----------------------------------------------------------------------
  2058. Libraries have been installed in:
  2059. /usr/src/php/ext/pdo_mysql/modules
  2060.  
  2061. If you ever happen to want to link against installed libraries
  2062. in a given directory, LIBDIR, you must either use libtool, and
  2063. specify the full pathname of the library, or use the `-LLIBDIR'
  2064. flag during linking and do at least one of the following:
  2065. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  2066. during execution
  2067. - add LIBDIR to the `LD_RUN_PATH' environment variable
  2068. during linking
  2069. - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
  2070. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  2071.  
  2072. See any operating system documentation about shared libraries for
  2073. more information, such as the ld(1) and ld.so(8) manual pages.
  2074. ----------------------------------------------------------------------
  2075.  
  2076. Build complete.
  2077. Don't forget to run 'make test'.
  2078.  
  2079. Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20180731/
  2080. find . -name \*.gcno -o -name \*.gcda | xargs rm -f
  2081. find . -name \*.lo -o -name \*.o | xargs rm -f
  2082. find . -name \*.la -o -name \*.a | xargs rm -f
  2083. find . -name \*.so | xargs rm -f
  2084. find . -name .libs -a -type d|xargs rm -rf
  2085. rm -f libphp.la modules/* libs/*
  2086. /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
  2087. /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
  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/libgd/gd_gd.c -o libgd/gd_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_gd2.c -o libgd/gd_gd2.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_io.c -o libgd/gd_io.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_io_dp.c -o libgd/gd_io_dp.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_file.c -o libgd/gd_io_file.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_ss.c -o libgd/gd_ss.lo
  2094. mkdir libgd/.libs
  2095. mkdir libgd/.libs
  2096. mkdir libgd/.libs
  2097. mkdir: cannot create directory 'libgd/.libs': File exists
  2098. mkdir: cannot create directory 'libgd/.libs': File exists
  2099. 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
  2100. 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
  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_io_dp.c -fPIC -DPIC -o libgd/.libs/gd_io_dp.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_io.c -fPIC -DPIC -o libgd/.libs/gd_io.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.c -fPIC -DPIC -o libgd/.libs/gd.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_file.c -fPIC -DPIC -o libgd/.libs/gd_io_file.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_gd2.c -fPIC -DPIC -o libgd/.libs/gd_gd2.o
  2106. mkdir .libs
  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/gd.c -fPIC -DPIC -o .libs/gd.o
  2108. /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
  2109. /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
  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_png.c -o libgd/gd_png.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_jpeg.c -o libgd/gd_jpeg.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/gdxpm.c -o libgd/gdxpm.lo
  2113. 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
  2114. 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
  2115. /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
  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_png.c -fPIC -DPIC -o libgd/.libs/gd_png.o
  2117. 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
  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/gdxpm.c -fPIC -DPIC -o libgd/.libs/gdxpm.o
  2119. /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
  2120. /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
  2121. 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
  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/gdfontl.c -o libgd/gdfontl.lo
  2123. /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
  2124. 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
  2125. 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
  2126. /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
  2127. /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
  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/gdcache.c -o libgd/gdcache.lo
  2129. 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
  2130. 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
  2131. /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
  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/gdtables.c -fPIC -DPIC -o libgd/.libs/gdtables.o
  2133. 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
  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/gdcache.c -fPIC -DPIC -o libgd/.libs/gdcache.o
  2135. /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
  2136. /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
  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/gdhelpers.c -o libgd/gdhelpers.lo
  2138. 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
  2139. 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
  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/gd_wbmp.c -fPIC -DPIC -o libgd/.libs/gd_wbmp.o
  2141. /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
  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/gdhelpers.c -fPIC -DPIC -o libgd/.libs/gdhelpers.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_gif_in.c -o libgd/gd_gif_in.lo
  2144. /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
  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_out.c -o libgd/gd_gif_out.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_security.c -o libgd/gd_security.lo
  2147. 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
  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_filter.c -o libgd/gd_filter.lo
  2149. /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
  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_rotate.c -o libgd/gd_rotate.lo
  2151. 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
  2152. 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
  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_out.c -fPIC -DPIC -o libgd/.libs/gd_gif_out.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_security.c -fPIC -DPIC -o libgd/.libs/gd_security.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_pixelate.c -fPIC -DPIC -o libgd/.libs/gd_pixelate.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_filter.c -fPIC -DPIC -o libgd/.libs/gd_filter.o
  2157. /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
  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_rotate.c -fPIC -DPIC -o libgd/.libs/gd_rotate.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_transform.c -o libgd/gd_transform.lo
  2160. /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
  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_interpolation.c -o libgd/gd_interpolation.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_matrix.c -o libgd/gd_matrix.lo
  2163. 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
  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_bmp.c -o libgd/gd_bmp.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_transform.c -fPIC -DPIC -o libgd/.libs/gd_transform.o
  2166. 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
  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_interpolation.c -fPIC -DPIC -o libgd/.libs/gd_interpolation.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_matrix.c -fPIC -DPIC -o libgd/.libs/gd_matrix.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_bmp.c -fPIC -DPIC -o libgd/.libs/gd_bmp.o
  2170. /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
  2171. cc -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
  2172. creating gd.la
  2173. (cd .libs && rm -f gd.la && ln -s ../gd.la gd.la)
  2174. /bin/bash /usr/src/php/ext/gd/libtool --mode=install cp ./gd.la /usr/src/php/ext/gd/modules
  2175. cp ./.libs/gd.so /usr/src/php/ext/gd/modules/gd.so
  2176. cp ./.libs/gd.lai /usr/src/php/ext/gd/modules/gd.la
  2177. PATH="$PATH:/sbin" ldconfig -n /usr/src/php/ext/gd/modules
  2178. ----------------------------------------------------------------------
  2179. Libraries have been installed in:
  2180. /usr/src/php/ext/gd/modules
  2181.  
  2182. If you ever happen to want to link against installed libraries
  2183. in a given directory, LIBDIR, you must either use libtool, and
  2184. specify the full pathname of the library, or use the `-LLIBDIR'
  2185. flag during linking and do at least one of the following:
  2186. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  2187. during execution
  2188. - add LIBDIR to the `LD_RUN_PATH' environment variable
  2189. during linking
  2190. - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
  2191. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  2192.  
  2193. See any operating system documentation about shared libraries for
  2194. more information, such as the ld(1) and ld.so(8) manual pages.
  2195. ----------------------------------------------------------------------
  2196.  
  2197. Build complete.
  2198. Don't forget to run 'make test'.
  2199.  
  2200. Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20180731/
  2201. Installing header files: /usr/local/include/php/
  2202. find . -name \*.gcno -o -name \*.gcda | xargs rm -f
  2203. find . -name \*.lo -o -name \*.o | xargs rm -f
  2204. find . -name \*.la -o -name \*.a | xargs rm -f
  2205. find . -name \*.so | xargs rm -f
  2206. find . -name .libs -a -type d|xargs rm -rf
  2207. rm -f libphp.la modules/* libs/*
  2208. Configuring for:
  2209. PHP Api Version: 20180731
  2210. Zend Module Api No: 20180731
  2211. Zend Extension Api No: 320180731
  2212. checking for grep that handles long lines and -e... /bin/grep
  2213. checking for egrep... /bin/grep -E
  2214. checking for a sed that does not truncate output... /bin/sed
  2215. checking for cc... cc
  2216. checking whether the C compiler works... yes
  2217. checking for C compiler default output file name... a.out
  2218. checking for suffix of executables...
  2219. checking whether we are cross compiling... no
  2220. checking for suffix of object files... o
  2221. checking whether we are using the GNU C compiler... yes
  2222. checking whether cc accepts -g... yes
  2223. checking for cc option to accept ISO C89... none needed
  2224. checking how to run the C preprocessor... cc -E
  2225. checking for icc... no
  2226. checking for suncc... no
  2227. checking whether cc understands -c and -o together... yes
  2228. checking for system library directory... lib
  2229. checking if compiler supports -R... no
  2230. checking if compiler supports -Wl,-rpath,... yes
  2231. checking build system type... x86_64-pc-linux-gnu
  2232. checking host system type... x86_64-pc-linux-gnu
  2233. checking target system type... x86_64-pc-linux-gnu
  2234. checking for PHP prefix... /usr/local
  2235. checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
  2236. checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20180731
  2237. checking for PHP installed headers prefix... /usr/local/include/php
  2238. checking if debug is enabled... no
  2239. checking if zts is enabled... no
  2240. checking for re2c... re2c
  2241. checking for re2c version... 0.16 (ok)
  2242. checking for gawk... no
  2243. checking for nawk... nawk
  2244. checking if nawk is broken... no
  2245. checking for MySQLi support... yes, shared
  2246. checking whether to enable embedded MySQLi support... no
  2247. checking for specified location of the MySQL UNIX socket... no
  2248. checking for MySQL UNIX socket location... no
  2249. checking for ld used by cc... /usr/bin/ld
  2250. checking if the linker (/usr/bin/ld) is GNU ld... yes
  2251. checking for /usr/bin/ld option to reload object files... -r
  2252. checking for BSD-compatible nm... /usr/bin/nm -B
  2253. checking whether ln -s works... yes
  2254. checking how to recognize dependent libraries... pass_all
  2255. checking for ANSI C header files... yes
  2256. checking for sys/types.h... yes
  2257. checking for sys/stat.h... yes
  2258. checking for stdlib.h... yes
  2259. checking for string.h... yes
  2260. checking for memory.h... yes
  2261. checking for strings.h... yes
  2262. checking for inttypes.h... yes
  2263. checking for stdint.h... yes
  2264. checking for unistd.h... yes
  2265. checking dlfcn.h usability... yes
  2266. checking dlfcn.h presence... yes
  2267. checking for dlfcn.h... yes
  2268. checking the maximum length of command line arguments... 1572864
  2269. checking command to parse /usr/bin/nm -B output from cc object... ok
  2270. checking for objdir... .libs
  2271. checking for ar... ar
  2272. checking for ranlib... ranlib
  2273. checking for strip... strip
  2274. checking if cc supports -fno-rtti -fno-exceptions... no
  2275. checking for cc option to produce PIC... -fPIC
  2276. checking if cc PIC flag -fPIC works... yes
  2277. checking if cc static flag -static works... yes
  2278. checking if cc supports -c -o file.o... yes
  2279. checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  2280. checking whether -lc should be explicitly linked in... no
  2281. checking dynamic linker characteristics... GNU/Linux ld.so
  2282. checking how to hardcode library paths into programs... immediate
  2283. checking whether stripping libraries is possible... yes
  2284. checking if libtool supports shared libraries... yes
  2285. checking whether to build shared libraries... yes
  2286. checking whether to build static libraries... no
  2287.  
  2288. creating libtool
  2289. appending configuration tag "CXX" to libtool
  2290. configure: creating ./config.status
  2291. config.status: creating config.h
  2292. /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
  2293. /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
  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_prop.c -o mysqli_prop.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_nonapi.c -o mysqli_nonapi.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_fe.c -o mysqli_fe.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_report.c -o mysqli_report.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_driver.c -o mysqli_driver.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_warning.c -o mysqli_warning.lo
  2300. mkdir .libs
  2301. 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
  2302. 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
  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_fe.c -fPIC -DPIC -o .libs/mysqli_fe.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_report.c -fPIC -DPIC -o .libs/mysqli_report.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_warning.c -fPIC -DPIC -o .libs/mysqli_warning.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_api.c -fPIC -DPIC -o .libs/mysqli_api.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_nonapi.c -fPIC -DPIC -o .libs/mysqli_nonapi.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_prop.c -fPIC -DPIC -o .libs/mysqli_prop.o
  2309. /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
  2310. /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
  2311. 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
  2312. 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
  2313. /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
  2314. cc -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
  2315. creating mysqli.la
  2316. (cd .libs && rm -f mysqli.la && ln -s ../mysqli.la mysqli.la)
  2317. /bin/bash /usr/src/php/ext/mysqli/libtool --mode=install cp ./mysqli.la /usr/src/php/ext/mysqli/modules
  2318. cp ./.libs/mysqli.so /usr/src/php/ext/mysqli/modules/mysqli.so
  2319. cp ./.libs/mysqli.lai /usr/src/php/ext/mysqli/modules/mysqli.la
  2320. PATH="$PATH:/sbin" ldconfig -n /usr/src/php/ext/mysqli/modules
  2321. ----------------------------------------------------------------------
  2322. Libraries have been installed in:
  2323. /usr/src/php/ext/mysqli/modules
  2324.  
  2325. If you ever happen to want to link against installed libraries
  2326. in a given directory, LIBDIR, you must either use libtool, and
  2327. specify the full pathname of the library, or use the `-LLIBDIR'
  2328. flag during linking and do at least one of the following:
  2329. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  2330. during execution
  2331. - add LIBDIR to the `LD_RUN_PATH' environment variable
  2332. during linking
  2333. - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
  2334. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  2335.  
  2336. See any operating system documentation about shared libraries for
  2337. more information, such as the ld(1) and ld.so(8) manual pages.
  2338. ----------------------------------------------------------------------
  2339.  
  2340. Build complete.
  2341. Don't forget to run 'make test'.
  2342.  
  2343. Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20180731/
  2344. Installing header files: /usr/local/include/php/
  2345. find . -name \*.gcno -o -name \*.gcda | xargs rm -f
  2346. find . -name \*.lo -o -name \*.o | xargs rm -f
  2347. find . -name \*.la -o -name \*.a | xargs rm -f
  2348. find . -name \*.so | xargs rm -f
  2349. find . -name .libs -a -type d|xargs rm -rf
  2350. rm -f libphp.la modules/* libs/*
  2351. Configuring for:
  2352. PHP Api Version: 20180731
  2353. Zend Module Api No: 20180731
  2354. Zend Extension Api No: 320180731
  2355. checking for grep that handles long lines and -e... /bin/grep
  2356. checking for egrep... /bin/grep -E
  2357. checking for a sed that does not truncate output... /bin/sed
  2358. checking for cc... cc
  2359. checking whether the C compiler works... yes
  2360. checking for C compiler default output file name... a.out
  2361. checking for suffix of executables...
  2362. checking whether we are cross compiling... no
  2363. checking for suffix of object files... o
  2364. checking whether we are using the GNU C compiler... yes
  2365. checking whether cc accepts -g... yes
  2366. checking for cc option to accept ISO C89... none needed
  2367. checking how to run the C preprocessor... cc -E
  2368. checking for icc... no
  2369. checking for suncc... no
  2370. checking whether cc understands -c and -o together... yes
  2371. checking for system library directory... lib
  2372. checking if compiler supports -R... no
  2373. checking if compiler supports -Wl,-rpath,... yes
  2374. checking build system type... x86_64-pc-linux-gnu
  2375. checking host system type... x86_64-pc-linux-gnu
  2376. checking target system type... x86_64-pc-linux-gnu
  2377. checking for PHP prefix... /usr/local
  2378. checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
  2379. checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20180731
  2380. checking for PHP installed headers prefix... /usr/local/include/php
  2381. checking if debug is enabled... no
  2382. checking if zts is enabled... no
  2383. checking for re2c... re2c
  2384. checking for re2c version... 0.16 (ok)
  2385. checking for gawk... no
  2386. checking for nawk... nawk
  2387. checking if nawk is broken... no
  2388. checking whether to enable Zend OPcache support... yes, shared
  2389. checking whether to enable file based caching... yes
  2390. checking whether to enable copying PHP CODE pages into HUGE PAGES... yes
  2391. checking for mprotect... yes
  2392. checking for ANSI C header files... yes
  2393. checking for sys/types.h... yes
  2394. checking for sys/stat.h... yes
  2395. checking for stdlib.h... yes
  2396. checking for string.h... yes
  2397. checking for memory.h... yes
  2398. checking for strings.h... yes
  2399. checking for inttypes.h... yes
  2400. checking for stdint.h... yes
  2401. checking for unistd.h... yes
  2402. checking for unistd.h... (cached) yes
  2403. checking sys/uio.h usability... yes
  2404. checking sys/uio.h presence... yes
  2405. checking for sys/uio.h... yes
  2406. checking for sysvipc shared memory support... yes
  2407. checking for mmap() using MAP_ANON shared memory support... yes
  2408. checking for mmap() using /dev/zero shared memory support... yes
  2409. checking for mmap() using shm_open() shared memory support... no
  2410. checking for mmap() using regular file shared memory support... yes
  2411. checking for ld used by cc... /usr/bin/ld
  2412. checking if the linker (/usr/bin/ld) is GNU ld... yes
  2413. checking for /usr/bin/ld option to reload object files... -r
  2414. checking for BSD-compatible nm... /usr/bin/nm -B
  2415. checking whether ln -s works... yes
  2416. checking how to recognize dependent libraries... pass_all
  2417. checking dlfcn.h usability... yes
  2418. checking dlfcn.h presence... yes
  2419. checking for dlfcn.h... yes
  2420. checking the maximum length of command line arguments... 1572864
  2421. checking command to parse /usr/bin/nm -B output from cc object... ok
  2422. checking for objdir... .libs
  2423. checking for ar... ar
  2424. checking for ranlib... ranlib
  2425. checking for strip... strip
  2426. checking if cc supports -fno-rtti -fno-exceptions... no
  2427. checking for cc option to produce PIC... -fPIC
  2428. checking if cc PIC flag -fPIC works... yes
  2429. checking if cc static flag -static works... yes
  2430. checking if cc supports -c -o file.o... yes
  2431. checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  2432. checking whether -lc should be explicitly linked in... no
  2433. checking dynamic linker characteristics... GNU/Linux ld.so
  2434. checking how to hardcode library paths into programs... immediate
  2435. checking whether stripping libraries is possible... yes
  2436. checking if libtool supports shared libraries... yes
  2437. checking whether to build shared libraries... yes
  2438. checking whether to build static libraries... no
  2439.  
  2440. creating libtool
  2441. appending configuration tag "CXX" to libtool
  2442. configure: creating ./config.status
  2443. config.status: creating config.h
  2444. /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
  2445. /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
  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/zend_accelerator_debug.c -o zend_accelerator_debug.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_hash.c -o zend_accelerator_hash.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_module.c -o zend_accelerator_module.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_persist.c -o zend_persist.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_persist_calc.c -o zend_persist_calc.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_file_cache.c -o zend_file_cache.lo
  2452. mkdir .libs
  2453. mkdir .libs
  2454. mkdir: cannot create directory '.libs': File exists
  2455. 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
  2456. 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
  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_accelerator_module.c -fPIC -DPIC -o .libs/zend_accelerator_module.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_debug.c -fPIC -DPIC -o .libs/zend_accelerator_debug.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/ZendAccelerator.c -fPIC -DPIC -o .libs/ZendAccelerator.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_blacklist.c -fPIC -DPIC -o .libs/zend_accelerator_blacklist.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/zend_file_cache.c -fPIC -DPIC -o .libs/zend_file_cache.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_persist_calc.c -fPIC -DPIC -o .libs/zend_persist_calc.o
  2463. /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
  2464. /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
  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/shared_alloc_shm.c -o shared_alloc_shm.lo
  2466. 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
  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_mmap.c -o shared_alloc_mmap.lo
  2468. /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
  2469. 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
  2470. 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
  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/shared_alloc_mmap.c -fPIC -DPIC -o .libs/shared_alloc_mmap.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_posix.c -fPIC -DPIC -o .libs/shared_alloc_posix.o
  2473. /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
  2474. /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
  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/pass2.c -o Optimizer/pass2.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/pass3.c -o Optimizer/pass3.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/optimize_func_calls.c -o Optimizer/optimize_func_calls.lo
  2478. mkdir Optimizer/.libs
  2479. 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
  2480. 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
  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/pass2.c -fPIC -DPIC -o Optimizer/.libs/pass2.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/pass3.c -fPIC -DPIC -o Optimizer/.libs/pass3.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/optimize_func_calls.c -fPIC -DPIC -o Optimizer/.libs/optimize_func_calls.o
  2484. /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
  2485. /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
  2486. 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
  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/nop_removal.c -o Optimizer/nop_removal.lo
  2488. /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
  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/zend_cfg.c -o Optimizer/zend_cfg.lo
  2490. 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
  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_dfg.c -o Optimizer/zend_dfg.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/nop_removal.c -fPIC -DPIC -o Optimizer/.libs/nop_removal.o
  2493. 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
  2494. /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
  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/zend_cfg.c -fPIC -DPIC -o Optimizer/.libs/zend_cfg.o
  2496. 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
  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/dfa_pass.c -fPIC -DPIC -o Optimizer/.libs/dfa_pass.o
  2498. /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
  2499. /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
  2500. 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
  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_func_info.c -o Optimizer/zend_func_info.lo
  2502. /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
  2503. 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
  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/sccp.c -o Optimizer/sccp.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_func_info.c -fPIC -DPIC -o Optimizer/.libs/zend_func_info.o
  2506. 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
  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/sccp.c -fPIC -DPIC -o Optimizer/.libs/sccp.o
  2508. /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
  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/scdf.c -fPIC -DPIC -o Optimizer/.libs/scdf.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/dce.c -o Optimizer/dce.lo
  2511. /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
  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/compact_vars.c -o Optimizer/compact_vars.lo
  2513. 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
  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/zend_dump.c -o Optimizer/zend_dump.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/compact_vars.c -fPIC -DPIC -o Optimizer/.libs/compact_vars.o
  2516. 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
  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/zend_dump.c -fPIC -DPIC -o Optimizer/.libs/zend_dump.o
  2518. /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
  2519. cc -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
  2520. creating opcache.la
  2521. (cd .libs && rm -f opcache.la && ln -s ../opcache.la opcache.la)
  2522. /bin/bash /usr/src/php/ext/opcache/libtool --mode=install cp ./opcache.la /usr/src/php/ext/opcache/modules
  2523. cp ./.libs/opcache.so /usr/src/php/ext/opcache/modules/opcache.so
  2524. cp ./.libs/opcache.lai /usr/src/php/ext/opcache/modules/opcache.la
  2525. PATH="$PATH:/sbin" ldconfig -n /usr/src/php/ext/opcache/modules
  2526. ----------------------------------------------------------------------
  2527. Libraries have been installed in:
  2528. /usr/src/php/ext/opcache/modules
  2529.  
  2530. If you ever happen to want to link against installed libraries
  2531. in a given directory, LIBDIR, you must either use libtool, and
  2532. specify the full pathname of the library, or use the `-LLIBDIR'
  2533. flag during linking and do at least one of the following:
  2534. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  2535. during execution
  2536. - add LIBDIR to the `LD_RUN_PATH' environment variable
  2537. during linking
  2538. - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
  2539. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  2540.  
  2541. See any operating system documentation about shared libraries for
  2542. more information, such as the ld(1) and ld.so(8) manual pages.
  2543. ----------------------------------------------------------------------
  2544.  
  2545. Build complete.
  2546. Don't forget to run 'make test'.
  2547.  
  2548. Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20180731/
  2549. find . -name \*.gcno -o -name \*.gcda | xargs rm -f
  2550. find . -name \*.lo -o -name \*.o | xargs rm -f
  2551. find . -name \*.la -o -name \*.a | xargs rm -f
  2552. find . -name \*.so | xargs rm -f
  2553. find . -name .libs -a -type d|xargs rm -rf
  2554. rm -f libphp.la modules/* libs/*
  2555. Configuring for:
  2556. PHP Api Version: 20180731
  2557. Zend Module Api No: 20180731
  2558. Zend Extension Api No: 320180731
  2559. checking for grep that handles long lines and -e... /bin/grep
  2560. checking for egrep... /bin/grep -E
  2561. checking for a sed that does not truncate output... /bin/sed
  2562. checking for cc... cc
  2563. checking whether the C compiler works... yes
  2564. checking for C compiler default output file name... a.out
  2565. checking for suffix of executables...
  2566. checking whether we are cross compiling... no
  2567. checking for suffix of object files... o
  2568. checking whether we are using the GNU C compiler... yes
  2569. checking whether cc accepts -g... yes
  2570. checking for cc option to accept ISO C89... none needed
  2571. checking how to run the C preprocessor... cc -E
  2572. checking for icc... no
  2573. checking for suncc... no
  2574. checking whether cc understands -c and -o together... yes
  2575. checking for system library directory... lib
  2576. checking if compiler supports -R... no
  2577. checking if compiler supports -Wl,-rpath,... yes
  2578. checking build system type... x86_64-pc-linux-gnu
  2579. checking host system type... x86_64-pc-linux-gnu
  2580. checking target system type... x86_64-pc-linux-gnu
  2581. checking for PHP prefix... /usr/local
  2582. checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
  2583. checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20180731
  2584. checking for PHP installed headers prefix... /usr/local/include/php
  2585. checking if debug is enabled... no
  2586. checking if zts is enabled... no
  2587. checking for re2c... re2c
  2588. checking for re2c version... 0.16 (ok)
  2589. checking for gawk... no
  2590. checking for nawk... nawk
  2591. checking if nawk is broken... no
  2592. checking whether to enable internationalization support... yes, shared
  2593. checking for location of ICU headers and libraries... checking for pkg-config... /usr/bin/pkg-config
  2594. found 57.1
  2595. found
  2596. checking for g++... g++
  2597. checking whether we are using the GNU C++ compiler... yes
  2598. checking whether g++ accepts -g... yes
  2599. checking how to run the C++ preprocessor... g++ -E
  2600. checking for ld used by cc... /usr/bin/ld
  2601. checking if the linker (/usr/bin/ld) is GNU ld... yes
  2602. checking for /usr/bin/ld option to reload object files... -r
  2603. checking for BSD-compatible nm... /usr/bin/nm -B
  2604. checking whether ln -s works... yes
  2605. checking how to recognize dependent libraries... pass_all
  2606. checking for ANSI C header files... yes
  2607. checking for sys/types.h... yes
  2608. checking for sys/stat.h... yes
  2609. checking for stdlib.h... yes
  2610. checking for string.h... yes
  2611. checking for memory.h... yes
  2612. checking for strings.h... yes
  2613. checking for inttypes.h... yes
  2614. checking for stdint.h... yes
  2615. checking for unistd.h... yes
  2616. checking dlfcn.h usability... yes
  2617. checking dlfcn.h presence... yes
  2618. checking for dlfcn.h... yes
  2619. checking how to run the C++ preprocessor... g++ -E
  2620. checking the maximum length of command line arguments... 1572864
  2621. checking command to parse /usr/bin/nm -B output from cc object... ok
  2622. checking for objdir... .libs
  2623. checking for ar... ar
  2624. checking for ranlib... ranlib
  2625. checking for strip... strip
  2626. checking if cc supports -fno-rtti -fno-exceptions... no
  2627. checking for cc option to produce PIC... -fPIC
  2628. checking if cc PIC flag -fPIC works... yes
  2629. checking if cc static flag -static works... yes
  2630. checking if cc supports -c -o file.o... yes
  2631. checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  2632. checking whether -lc should be explicitly linked in... no
  2633. checking dynamic linker characteristics... GNU/Linux ld.so
  2634. checking how to hardcode library paths into programs... immediate
  2635. checking whether stripping libraries is possible... yes
  2636. checking if libtool supports shared libraries... yes
  2637. checking whether to build shared libraries... yes
  2638. checking whether to build static libraries... no
  2639.  
  2640. creating libtool
  2641. appending configuration tag "CXX" to libtool
  2642. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  2643. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  2644. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  2645. checking for g++ option to produce PIC... -fPIC
  2646. checking if g++ PIC flag -fPIC works... yes
  2647. checking if g++ static flag -static works... yes
  2648. checking if g++ supports -c -o file.o... yes
  2649. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  2650. checking dynamic linker characteristics... GNU/Linux ld.so
  2651. (cached) (cached) checking how to hardcode library paths into programs... immediate
  2652. configure: creating ./config.status
  2653. config.status: creating config.h
  2654. /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
  2655. /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
  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/intl_convert.c -o intl_convert.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/collator/collator.c -o collator/collator.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/collator/collator_class.c -o collator/collator_class.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_sort.c -o collator/collator_sort.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_convert.c -o collator/collator_convert.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_locale.c -o collator/collator_locale.lo
  2662. mkdir collator/.libs
  2663. mkdir .libs
  2664. 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
  2665. 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
  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_class.c -fPIC -DPIC -o collator/.libs/collator_class.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/php_intl.c -fPIC -DPIC -o .libs/php_intl.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/intl_convert.c -fPIC -DPIC -o .libs/intl_convert.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/intl_error.c -fPIC -DPIC -o .libs/intl_error.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/collator/collator_convert.c -fPIC -DPIC -o collator/.libs/collator_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/collator/collator.c -fPIC -DPIC -o collator/.libs/collator.o
  2672. /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
  2673. /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
  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_create.c -o collator/collator_create.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_is_numeric.c -o collator/collator_is_numeric.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_error.c -o collator/collator_error.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/common/common_error.c -o common/common_error.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/converter/converter.c -o converter/converter.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/formatter/formatter.c -o formatter/formatter.lo
  2680. 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
  2681. 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
  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_create.c -fPIC -DPIC -o collator/.libs/collator_create.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_is_numeric.c -fPIC -DPIC -o collator/.libs/collator_is_numeric.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_error.c -fPIC -DPIC -o collator/.libs/collator_error.o
  2685. mkdir common/.libs
  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/common/common_error.c -fPIC -DPIC -o common/.libs/common_error.o
  2687. mkdir converter/.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/converter/converter.c -fPIC -DPIC -o converter/.libs/converter.o
  2689. mkdir formatter/.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/formatter/formatter.c -fPIC -DPIC -o formatter/.libs/formatter.o
  2691. /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
  2692. /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
  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_attr.c -o formatter/formatter_attr.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_data.c -o formatter/formatter_data.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_format.c -o formatter/formatter_format.lo
  2696. 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
  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_parse.c -o formatter/formatter_parse.lo
  2698. /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
  2699. 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
  2700. 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
  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_data.c -fPIC -DPIC -o formatter/.libs/formatter_data.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_format.c -fPIC -DPIC -o formatter/.libs/formatter_format.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_parse.c -fPIC -DPIC -o formatter/.libs/formatter_parse.o
  2704. mkdir normalizer/.libs
  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/normalizer/normalizer.c -fPIC -DPIC -o normalizer/.libs/normalizer.o
  2706. /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
  2707. /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
  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/locale/locale.c -o locale/locale.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/locale/locale_class.c -o locale/locale_class.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_methods.c -o locale/locale_methods.lo
  2711. 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
  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/dateformat/dateformat.c -o dateformat/dateformat.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_normalize.c -fPIC -DPIC -o normalizer/.libs/normalizer_normalize.o
  2714. mkdir locale/.libs
  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/locale/locale.c -fPIC -DPIC -o locale/.libs/locale.o
  2716. /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
  2717. /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
  2718. 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
  2719. 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
  2720. mkdir dateformat/.libs
  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/dateformat/dateformat.c -fPIC -DPIC -o dateformat/.libs/dateformat.o
  2722. 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
  2723. /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
  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_attr.c -fPIC -DPIC -o dateformat/.libs/dateformat_attr.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_format.c -o dateformat/dateformat_format.lo
  2726. /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
  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/msgformat/msgformat.c -o msgformat/msgformat.lo
  2728. 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
  2729. 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
  2730. /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
  2731. /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
  2732. 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
  2733. mkdir msgformat/.libs
  2734. /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
  2735. 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
  2736. 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
  2737. /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
  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_class.c -fPIC -DPIC -o msgformat/.libs/msgformat_class.o
  2739. 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
  2740. /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
  2741. /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
  2742. 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
  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_util.c -o grapheme/grapheme_util.lo
  2744. /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
  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/resourcebundle/resourcebundle_class.c -o resourcebundle/resourcebundle_class.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_iterator.c -o resourcebundle/resourcebundle_iterator.lo
  2747. 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
  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/transliterator/transliterator.c -o transliterator/transliterator.lo
  2749. mkdir grapheme/.libs
  2750. 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
  2751. 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
  2752. mkdir resourcebundle/.libs
  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/resourcebundle/resourcebundle.c -fPIC -DPIC -o resourcebundle/.libs/resourcebundle.o
  2754. /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
  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_class.c -fPIC -DPIC -o resourcebundle/.libs/resourcebundle_class.o
  2756. 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
  2757. mkdir transliterator/.libs
  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/transliterator/transliterator.c -fPIC -DPIC -o transliterator/.libs/transliterator.o
  2759. /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
  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_class.c -fPIC -DPIC -o transliterator/.libs/transliterator_class.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/uchar/uchar.c -o uchar/uchar.lo
  2762. /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
  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/spoofchecker/spoofchecker_class.c -o spoofchecker/spoofchecker_class.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/spoofchecker/spoofchecker.c -o spoofchecker/spoofchecker.lo
  2765. 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
  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_create.c -o spoofchecker/spoofchecker_create.lo
  2767. mkdir uchar/.libs
  2768. 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
  2769. /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
  2770. mkdir idn/.libs
  2771. 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
  2772. mkdir spoofchecker/.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/spoofchecker/spoofchecker_class.c -fPIC -DPIC -o spoofchecker/.libs/spoofchecker_class.o
  2774. /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
  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.c -fPIC -DPIC -o spoofchecker/.libs/spoofchecker.o
  2776. 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
  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_main.c -fPIC -DPIC -o spoofchecker/.libs/spoofchecker_main.o
  2778. 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
  2779. /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
  2780. /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
  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/dateformat/dateformat_format_object.cpp -o dateformat/dateformat_format_object.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/dateformat/dateformat_create.cpp -o dateformat/dateformat_create.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_attrcpp.cpp -o dateformat/dateformat_attrcpp.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_helpers.cpp -o dateformat/dateformat_helpers.lo
  2785. 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
  2786. 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
  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_date.cpp -fPIC -DPIC -o common/.libs/common_date.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_create.cpp -fPIC -DPIC -o dateformat/.libs/dateformat_create.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/dateformat/dateformat_attrcpp.cpp -fPIC -DPIC -o dateformat/.libs/dateformat_attrcpp.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_helpers.cpp -fPIC -DPIC -o dateformat/.libs/dateformat_helpers.o
  2791. /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
  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/msgformat/msgformat_helpers.cpp -fPIC -DPIC -o msgformat/.libs/msgformat_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/timezone/timezone_class.cpp -o timezone/timezone_class.lo
  2794. /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
  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/calendar/calendar_class.cpp -o calendar/calendar_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/calendar/calendar_methods.cpp -o calendar/calendar_methods.lo
  2797. mkdir timezone/.libs
  2798. 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
  2799. /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
  2800. /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
  2801. 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
  2802. mkdir calendar/.libs
  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/calendar/calendar_methods.cpp -fPIC -DPIC -o calendar/.libs/calendar_methods.o
  2804. 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
  2805. /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
  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/gregoriancalendar_methods.cpp -fPIC -DPIC -o calendar/.libs/gregoriancalendar_methods.o
  2807. mkdir breakiterator/.libs
  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/breakiterator/breakiterator_class.cpp -fPIC -DPIC -o breakiterator/.libs/breakiterator_class.o
  2809. 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
  2810. /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
  2811. /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
  2812. 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
  2813. 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
  2814. /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
  2815. /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
  2816. 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
  2817. 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
  2818. /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
  2819. g++ -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
  2820. creating intl.la
  2821. (cd .libs && rm -f intl.la && ln -s ../intl.la intl.la)
  2822. /bin/bash /usr/src/php/ext/intl/libtool --mode=install cp ./intl.la /usr/src/php/ext/intl/modules
  2823. cp ./.libs/intl.so /usr/src/php/ext/intl/modules/intl.so
  2824. cp ./.libs/intl.lai /usr/src/php/ext/intl/modules/intl.la
  2825. PATH="$PATH:/sbin" ldconfig -n /usr/src/php/ext/intl/modules
  2826. ----------------------------------------------------------------------
  2827. Libraries have been installed in:
  2828. /usr/src/php/ext/intl/modules
  2829.  
  2830. If you ever happen to want to link against installed libraries
  2831. in a given directory, LIBDIR, you must either use libtool, and
  2832. specify the full pathname of the library, or use the `-LLIBDIR'
  2833. flag during linking and do at least one of the following:
  2834. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  2835. during execution
  2836. - add LIBDIR to the `LD_RUN_PATH' environment variable
  2837. during linking
  2838. - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
  2839. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  2840.  
  2841. See any operating system documentation about shared libraries for
  2842. more information, such as the ld(1) and ld.so(8) manual pages.
  2843. ----------------------------------------------------------------------
  2844.  
  2845. Build complete.
  2846. Don't forget to run 'make test'.
  2847.  
  2848. Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20180731/
  2849. find . -name \*.gcno -o -name \*.gcda | xargs rm -f
  2850. find . -name \*.lo -o -name \*.o | xargs rm -f
  2851. find . -name \*.la -o -name \*.a | xargs rm -f
  2852. find . -name \*.so | xargs rm -f
  2853. find . -name .libs -a -type d|xargs rm -rf
  2854. rm -f libphp.la modules/* libs/*
  2855. downloading imagick-3.4.4.tgz ...
  2856. Starting to download imagick-3.4.4.tgz (253,434 bytes)
  2857. .....................................................done: 253,434 bytes
  2858. 19 source files, building
  2859. running: phpize
  2860. Configuring for:
  2861. PHP Api Version: 20180731
  2862. Zend Module Api No: 20180731
  2863. Zend Extension Api No: 320180731
  2864. Please provide the prefix of ImageMagick installation [autodetect] : building in /tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4
  2865. running: /tmp/pear/temp/imagick/configure --with-php-config=/usr/local/bin/php-config --with-imagick
  2866. checking for grep that handles long lines and -e... /bin/grep
  2867. checking for egrep... /bin/grep -E
  2868. checking for a sed that does not truncate output... /bin/sed
  2869. checking for cc... cc
  2870. checking whether the C compiler works... yes
  2871. checking for C compiler default output file name... a.out
  2872. checking for suffix of executables...
  2873. checking whether we are cross compiling... no
  2874. checking for suffix of object files... o
  2875. checking whether we are using the GNU C compiler... yes
  2876. checking whether cc accepts -g... yes
  2877. checking for cc option to accept ISO C89... none needed
  2878. checking how to run the C preprocessor... cc -E
  2879. checking for icc... no
  2880. checking for suncc... no
  2881. checking whether cc understands -c and -o together... yes
  2882. checking for system library directory... lib
  2883. checking if compiler supports -R... no
  2884. checking if compiler supports -Wl,-rpath,... yes
  2885. checking build system type... x86_64-pc-linux-gnu
  2886. checking host system type... x86_64-pc-linux-gnu
  2887. checking target system type... x86_64-pc-linux-gnu
  2888. checking for PHP prefix... /usr/local
  2889. checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
  2890. checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20180731
  2891. checking for PHP installed headers prefix... /usr/local/include/php
  2892. checking if debug is enabled... no
  2893. checking if zts is enabled... no
  2894. checking for re2c... re2c
  2895. checking for re2c version... 0.16 (ok)
  2896. checking for gawk... no
  2897. checking for nawk... nawk
  2898. checking if nawk is broken... no
  2899. checking whether to enable the imagick extension... yes, shared
  2900. checking for pkg-config... /usr/bin/pkg-config
  2901. checking ImageMagick MagickWand API configuration program... checking Testing /usr/local/bin/MagickWand-config... Doesn't exist
  2902. checking Testing /usr/bin/MagickWand-config... Doesn't exist
  2903. checking Testing /usr/sbin/bin/MagickWand-config... Doesn't exist
  2904. checking Testing /opt/bin/MagickWand-config... Doesn't exist
  2905. checking Testing /opt/local/bin/MagickWand-config... Doesn't exist
  2906. found in /usr/bin/pkg-config
  2907. checking if ImageMagick version is at least 6.2.4... found version 6.9.7
  2908. checking for MagickWand.h or magick-wand.h header... /usr/include/ImageMagick-6/wand/MagickWand.h
  2909. checking PHP version is at least 5.3.2... yes. found 7.3.3
  2910. libs
  2911. -lMagickWand-6.Q16 -lMagickCore-6.Q16
  2912.  
  2913.  
  2914. checking for MagickGetVersion... yes
  2915. checking for ld used by cc... /usr/bin/ld
  2916. checking if the linker (/usr/bin/ld) is GNU ld... yes
  2917. checking for /usr/bin/ld option to reload object files... -r
  2918. checking for BSD-compatible nm... /usr/bin/nm -B
  2919. checking whether ln -s works... yes
  2920. checking how to recognize dependent libraries... pass_all
  2921. checking for ANSI C header files... yes
  2922. checking for sys/types.h... yes
  2923. checking for sys/stat.h... yes
  2924. checking for stdlib.h... yes
  2925. checking for string.h... yes
  2926. checking for memory.h... yes
  2927. checking for strings.h... yes
  2928. checking for inttypes.h... yes
  2929. checking for stdint.h... yes
  2930. checking for unistd.h... yes
  2931. checking dlfcn.h usability... yes
  2932. checking dlfcn.h presence... yes
  2933. checking for dlfcn.h... yes
  2934. checking the maximum length of command line arguments... 1572864
  2935. checking command to parse /usr/bin/nm -B output from cc object... ok
  2936. checking for objdir... .libs
  2937. checking for ar... ar
  2938. checking for ranlib... ranlib
  2939. checking for strip... strip
  2940. checking if cc supports -fno-rtti -fno-exceptions... no
  2941. checking for cc option to produce PIC... -fPIC
  2942. checking if cc PIC flag -fPIC works... yes
  2943. checking if cc static flag -static works... yes
  2944. checking if cc supports -c -o file.o... yes
  2945. checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  2946. checking whether -lc should be explicitly linked in... no
  2947. checking dynamic linker characteristics... GNU/Linux ld.so
  2948. checking how to hardcode library paths into programs... immediate
  2949. checking whether stripping libraries is possible... yes
  2950. checking if libtool supports shared libraries... yes
  2951. checking whether to build shared libraries... yes
  2952. checking whether to build static libraries... no
  2953.  
  2954. creating libtool
  2955. appending configuration tag "CXX" to libtool
  2956. configure: creating ./config.status
  2957. config.status: creating config.h
  2958. running: make
  2959. /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
  2960. mkdir .libs
  2961. 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
  2962. /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
  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_class.c -fPIC -DPIC -o .libs/imagick_class.o
  2964. /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_getimagematte':
  2965. /tmp/pear/temp/imagick/imagick_class.c:299:2: warning: 'MagickGetImageMatte' is deprecated [-Wdeprecated-declarations]
  2966. matte = MagickGetImageMatte(intern->magick_wand);
  2967. ^~~~~
  2968. In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
  2969. from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
  2970. from /tmp/pear/temp/imagick/imagick_class.c:22:
  2971. /usr/include/ImageMagick-6/wand/deprecate.h:85:3: note: declared here
  2972. MagickGetImageMatte(MagickWand *) magick_attribute((deprecated)),
  2973. ^~~~~~~~~~~~~~~~~~~
  2974. /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_paintfloodfillimage':
  2975. /tmp/pear/temp/imagick/imagick_class.c:1284:3: warning: 'MagickPaintFloodfillImage' is deprecated [-Wdeprecated-declarations]
  2976. status = MagickPaintFloodfillImage(intern->magick_wand, channel, fill_wand, fuzz, NULL, x, y);
  2977. ^~~~~~
  2978. In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
  2979. from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
  2980. from /tmp/pear/temp/imagick/imagick_class.c:22:
  2981. /usr/include/ImageMagick-6/wand/deprecate.h:102:3: note: declared here
  2982. MagickPaintFloodfillImage(MagickWand *,const ChannelType,const PixelWand *,
  2983. ^~~~~~~~~~~~~~~~~~~~~~~~~
  2984. /tmp/pear/temp/imagick/imagick_class.c:1292:3: warning: 'MagickPaintFloodfillImage' is deprecated [-Wdeprecated-declarations]
  2985. status = MagickPaintFloodfillImage(intern->magick_wand, channel, fill_wand, fuzz, border_wand, x, y);
  2986. ^~~~~~
  2987. In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
  2988. from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
  2989. from /tmp/pear/temp/imagick/imagick_class.c:22:
  2990. /usr/include/ImageMagick-6/wand/deprecate.h:102:3: note: declared here
  2991. MagickPaintFloodfillImage(MagickWand *,const ChannelType,const PixelWand *,
  2992. ^~~~~~~~~~~~~~~~~~~~~~~~~
  2993. /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_recolorimage':
  2994. /tmp/pear/temp/imagick/imagick_class.c:1774:2: warning: 'MagickRecolorImage' is deprecated [-Wdeprecated-declarations]
  2995. status = MagickRecolorImage(intern->magick_wand, order, array);
  2996. ^~~~~~
  2997. In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
  2998. from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
  2999. from /tmp/pear/temp/imagick/imagick_class.c:22:
  3000. /usr/include/ImageMagick-6/wand/deprecate.h:116:3: note: declared here
  3001. MagickRecolorImage(MagickWand *,const size_t,const double *)
  3002. ^~~~~~~~~~~~~~~~~~
  3003. /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_colorfloodfillimage':
  3004. /tmp/pear/temp/imagick/imagick_class.c:4315:2: warning: 'MagickColorFloodfillImage' is deprecated [-Wdeprecated-declarations]
  3005. status = MagickColorFloodfillImage(intern->magick_wand, fill_wand, fuzz, border_wand, x, y);
  3006. ^~~~~~
  3007. In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
  3008. from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
  3009. from /tmp/pear/temp/imagick/imagick_class.c:22:
  3010. /usr/include/ImageMagick-6/wand/deprecate.h:78:3: note: declared here
  3011. MagickColorFloodfillImage(MagickWand *,const PixelWand *,const double,
  3012. ^~~~~~~~~~~~~~~~~~~~~~~~~
  3013. /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_mapimage':
  3014. /tmp/pear/temp/imagick/imagick_class.c:4743:2: warning: 'MagickMapImage' is deprecated [-Wdeprecated-declarations]
  3015. status = MagickMapImage(intern->magick_wand, intern_map->magick_wand, dither);
  3016. ^~~~~~
  3017. In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
  3018. from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
  3019. from /tmp/pear/temp/imagick/imagick_class.c:22:
  3020. /usr/include/ImageMagick-6/wand/deprecate.h:89:3: note: declared here
  3021. MagickMapImage(MagickWand *,const MagickWand *,const MagickBooleanType)
  3022. ^~~~~~~~~~~~~~
  3023. /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_mattefloodfillimage':
  3024. /tmp/pear/temp/imagick/imagick_class.c:4784:2: warning: 'MagickMatteFloodfillImage' is deprecated [-Wdeprecated-declarations]
  3025. status = MagickMatteFloodfillImage(intern->magick_wand, alpha, fuzz, color_wand, x, y);
  3026. ^~~~~~
  3027. In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
  3028. from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
  3029. from /tmp/pear/temp/imagick/imagick_class.c:22:
  3030. /usr/include/ImageMagick-6/wand/deprecate.h:91:3: note: declared here
  3031. MagickMatteFloodfillImage(MagickWand *,const double,const double,
  3032. ^~~~~~~~~~~~~~~~~~~~~~~~~
  3033. /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_medianfilterimage':
  3034. /tmp/pear/temp/imagick/imagick_class.c:4822:2: warning: 'MagickMedianFilterImage' is deprecated [-Wdeprecated-declarations]
  3035. status = MagickMedianFilterImage(intern->magick_wand, radius);
  3036. ^~~~~~
  3037. In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:88:0,
  3038. from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
  3039. from /tmp/pear/temp/imagick/imagick_class.c:22:
  3040. /usr/include/ImageMagick-6/wand/magick-image.h:222:3: note: declared here
  3041. MagickMedianFilterImage(MagickWand *,const double),
  3042. ^~~~~~~~~~~~~~~~~~~~~~~
  3043. /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_paintopaqueimage':
  3044. /tmp/pear/temp/imagick/imagick_class.c:4904:2: warning: 'MagickPaintOpaqueImageChannel' is deprecated [-Wdeprecated-declarations]
  3045. status = MagickPaintOpaqueImageChannel(intern->magick_wand, channel, target_wand, fill_wand, fuzz);
  3046. ^~~~~~
  3047. In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
  3048. from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
  3049. from /tmp/pear/temp/imagick/imagick_class.c:22:
  3050. /usr/include/ImageMagick-6/wand/deprecate.h:107:3: note: declared here
  3051. MagickPaintOpaqueImageChannel(MagickWand *,const ChannelType,
  3052. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3053. /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_painttransparentimage':
  3054. /tmp/pear/temp/imagick/imagick_class.c:4987:2: warning: 'MagickPaintTransparentImage' is deprecated [-Wdeprecated-declarations]
  3055. status = MagickPaintTransparentImage(intern->magick_wand, color_wand, alpha, fuzz);
  3056. ^~~~~~
  3057. In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
  3058. from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
  3059. from /tmp/pear/temp/imagick/imagick_class.c:22:
  3060. /usr/include/ImageMagick-6/wand/deprecate.h:110:3: note: declared here
  3061. MagickPaintTransparentImage(MagickWand *,const PixelWand *,const double,
  3062. ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  3063. /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_reducenoiseimage':
  3064. /tmp/pear/temp/imagick/imagick_class.c:5151:2: warning: 'MagickReduceNoiseImage' is deprecated [-Wdeprecated-declarations]
  3065. status = MagickReduceNoiseImage(intern->magick_wand, radius);
  3066. ^~~~~~
  3067. In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:88:0,
  3068. from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
  3069. from /tmp/pear/temp/imagick/imagick_class.c:22:
  3070. /usr/include/ImageMagick-6/wand/magick-image.h:269:3: note: declared here
  3071. MagickReduceNoiseImage(MagickWand *,const double),
  3072. ^~~~~~~~~~~~~~~~~~~~~~
  3073. /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_getimageattribute':
  3074. /tmp/pear/temp/imagick/imagick_class.c:6481:2: warning: 'MagickGetImageAttribute' is deprecated [-Wdeprecated-declarations]
  3075. attribute = MagickGetImageAttribute(intern->magick_wand, key);
  3076. ^~~~~~~~~
  3077. In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
  3078. from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
  3079. from /tmp/pear/temp/imagick/imagick_class.c:22:
  3080. /usr/include/ImageMagick-6/wand/deprecate.h:62:4: note: declared here
  3081. *MagickGetImageAttribute(MagickWand *,const char *)
  3082. ^~~~~~~~~~~~~~~~~~~~~~~
  3083. /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_getimagechannelextrema':
  3084. /tmp/pear/temp/imagick/imagick_class.c:6698:2: warning: 'MagickGetImageChannelExtrema' is deprecated [-Wdeprecated-declarations]
  3085. status = MagickGetImageChannelExtrema(intern->magick_wand, channel_type, &minima, &maxima);
  3086. ^~~~~~
  3087. In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
  3088. from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
  3089. from /tmp/pear/temp/imagick/imagick_class.c:22:
  3090. /usr/include/ImageMagick-6/wand/deprecate.h:81:3: note: declared here
  3091. MagickGetImageChannelExtrema(MagickWand *,const ChannelType,size_t *,
  3092. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3093. /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_getimageextrema':
  3094. /tmp/pear/temp/imagick/imagick_class.c:7039:2: warning: 'MagickGetImageExtrema' is deprecated [-Wdeprecated-declarations]
  3095. status = MagickGetImageExtrema(intern->magick_wand, &min, &max);
  3096. ^~~~~~
  3097. In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
  3098. from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
  3099. from /tmp/pear/temp/imagick/imagick_class.c:22:
  3100. /usr/include/ImageMagick-6/wand/deprecate.h:83:3: note: declared here
  3101. MagickGetImageExtrema(MagickWand *,size_t *,size_t *)
  3102. ^~~~~~~~~~~~~~~~~~~~~
  3103. /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_getimageindex':
  3104. /tmp/pear/temp/imagick/imagick_class.c:8151:2: warning: 'MagickGetImageIndex' is deprecated [-Wdeprecated-declarations]
  3105. status = MagickGetImageIndex(intern->magick_wand);
  3106. ^~~~~~
  3107. In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
  3108. from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
  3109. from /tmp/pear/temp/imagick/imagick_class.c:22:
  3110. /usr/include/ImageMagick-6/wand/deprecate.h:68:3: note: declared here
  3111. MagickGetImageIndex(MagickWand *) magick_attribute((deprecated));
  3112. ^~~~~~~~~~~~~~~~~~~
  3113. /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_getimagesize':
  3114. /tmp/pear/temp/imagick/imagick_class.c:8272:2: warning: 'MagickGetImageSize' is deprecated [-Wdeprecated-declarations]
  3115. ZVAL_LONG(return_value, (long)MagickGetImageSize(intern->magick_wand));
  3116. ^~~~~~~~~
  3117. In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
  3118. from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
  3119. from /tmp/pear/temp/imagick/imagick_class.c:22:
  3120. /usr/include/ImageMagick-6/wand/deprecate.h:147:3: note: declared here
  3121. MagickGetImageSize(MagickWand *) magick_attribute((deprecated));
  3122. ^~~~~~~~~~~~~~~~~~
  3123. /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_setimageattribute':
  3124. /tmp/pear/temp/imagick/imagick_class.c:8746:2: warning: 'MagickSetImageAttribute' is deprecated [-Wdeprecated-declarations]
  3125. status = MagickSetImageAttribute(intern->magick_wand, key, attribute);
  3126. ^~~~~~
  3127. In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
  3128. from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
  3129. from /tmp/pear/temp/imagick/imagick_class.c:22:
  3130. /usr/include/ImageMagick-6/wand/deprecate.h:118:3: note: declared here
  3131. MagickSetImageAttribute(MagickWand *,const char *,const char *)
  3132. ^~~~~~~~~~~~~~~~~~~~~~~
  3133. /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_flattenimages':
  3134. /tmp/pear/temp/imagick/imagick_class.c:9121:2: warning: 'MagickFlattenImages' is deprecated [-Wdeprecated-declarations]
  3135. tmp_wand = MagickFlattenImages(intern->magick_wand);
  3136. ^~~~~~~~
  3137. In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
  3138. from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
  3139. from /tmp/pear/temp/imagick/imagick_class.c:22:
  3140. /usr/include/ImageMagick-6/wand/deprecate.h:139:4: note: declared here
  3141. *MagickFlattenImages(MagickWand *) magick_attribute((deprecated)),
  3142. ^~~~~~~~~~~~~~~~~~~
  3143. /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_averageimages':
  3144. /tmp/pear/temp/imagick/imagick_class.c:10308:2: warning: 'MagickAverageImages' is deprecated [-Wdeprecated-declarations]
  3145. tmp_wand = MagickAverageImages(intern->magick_wand);
  3146. ^~~~~~~~
  3147. In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
  3148. from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
  3149. from /tmp/pear/temp/imagick/imagick_class.c:22:
  3150. /usr/include/ImageMagick-6/wand/deprecate.h:138:4: note: declared here
  3151. *MagickAverageImages(MagickWand *) magick_attribute((deprecated)),
  3152. ^~~~~~~~~~~~~~~~~~~
  3153. /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_mosaicimages':
  3154. /tmp/pear/temp/imagick/imagick_class.c:10811:2: warning: 'MagickMosaicImages' is deprecated [-Wdeprecated-declarations]
  3155. tmp_wand = MagickMosaicImages(intern->magick_wand);
  3156. ^~~~~~~~
  3157. In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
  3158. from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
  3159. from /tmp/pear/temp/imagick/imagick_class.c:22:
  3160. /usr/include/ImageMagick-6/wand/deprecate.h:142:4: note: declared here
  3161. *MagickMosaicImages(MagickWand *) magick_attribute((deprecated)),
  3162. ^~~~~~~~~~~~~~~~~~
  3163. /tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_radialblurimage':
  3164. /tmp/pear/temp/imagick/imagick_class.c:10941:2: warning: 'MagickRadialBlurImageChannel' is deprecated [-Wdeprecated-declarations]
  3165. status = MagickRadialBlurImageChannel(intern->magick_wand, channel, angle);
  3166. ^~~~~~
  3167. In file included from /usr/include/ImageMagick-6/wand/MagickWand.h:82:0,
  3168. from /tmp/pear/temp/imagick/php_imagick_defs.h:29,
  3169. from /tmp/pear/temp/imagick/imagick_class.c:22:
  3170. /usr/include/ImageMagick-6/wand/deprecate.h:114:3: note: declared here
  3171. MagickRadialBlurImageChannel(MagickWand *,const ChannelType,const double)
  3172. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3173. /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
  3174. 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
  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/imagickpixel_class.c -o imagickpixel_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/imagickpixel_class.c -fPIC -DPIC -o .libs/imagickpixel_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/imagickpixeliterator_class.c -o imagickpixeliterator_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/imagickpixeliterator_class.c -fPIC -DPIC -o .libs/imagickpixeliterator_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/imagick_helpers.c -o imagick_helpers.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/imagick_helpers.c -fPIC -DPIC -o .libs/imagick_helpers.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.c -o imagick.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.c -fPIC -DPIC -o .libs/imagick.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/imagickkernel_class.c -o imagickkernel_class.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/imagickkernel_class.c -fPIC -DPIC -o .libs/imagickkernel_class.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/shim_im6_to_im7.c -o shim_im6_to_im7.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/shim_im6_to_im7.c -fPIC -DPIC -o .libs/shim_im6_to_im7.o
  3187. /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
  3188. cc -shared .libs/imagick_file.o .libs/imagick_class.o .libs/imagickdraw_class.o .libs/imagickpixel_class.o .libs/imagickpixeliterator_class.o .libs/imagick_helpers.o .libs/imagick.o .libs/imagickkernel_class.o .libs/shim_im6_to_im7.o /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
  3189. creating imagick.la
  3190. (cd .libs && rm -f imagick.la && ln -s ../imagick.la imagick.la)
  3191. /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
  3192. cp ./.libs/imagick.so /tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/modules/imagick.so
  3193. cp ./.libs/imagick.lai /tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/modules/imagick.la
  3194. PATH="$PATH:/sbin" ldconfig -n /tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/modules
  3195. ----------------------------------------------------------------------
  3196. Libraries have been installed in:
  3197. /tmp/pear/temp/pear-build-defaultuserxfLI0h/imagick-3.4.4/modules
  3198.  
  3199. If you ever happen to want to link against installed libraries
  3200. in a given directory, LIBDIR, you must either use libtool, and
  3201. specify the full pathname of the library, or use the `-LLIBDIR'
  3202. flag during linking and do at least one of the following:
  3203. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  3204. during execution
  3205. - add LIBDIR to the `LD_RUN_PATH' environment variable
  3206. during linking
  3207. - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
  3208. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  3209.  
  3210. See any operating system documentation about shared libraries for
  3211. more information, such as the ld(1) and ld.so(8) manual pages.
  3212. ----------------------------------------------------------------------
  3213.  
  3214. Build complete.
  3215. Don't forget to run 'make test'.
  3216.  
  3217. running: make INSTALL_ROOT="/tmp/pear/temp/pear-build-defaultuserxfLI0h/install-imagick-3.4.4" install
  3218. Installing shared extensions: /tmp/pear/temp/pear-build-defaultuserxfLI0h/install-imagick-3.4.4/usr/local/lib/php/extensions/no-debug-non-zts-20180731/
  3219. Installing header files: /tmp/pear/temp/pear-build-defaultuserxfLI0h/install-imagick-3.4.4/usr/local/include/php/
  3220. running: find "/tmp/pear/temp/pear-build-defaultuserxfLI0h/install-imagick-3.4.4" | xargs ls -dils
  3221. 11016968 4 drwxr-xr-x 3 root root 4096 Dec 16 14:20 /tmp/pear/temp/pear-build-defaultuserxfLI0h/install-imagick-3.4.4
  3222. 11017005 4 drwxr-xr-x 3 root root 4096 Dec 16 14:20 /tmp/pear/temp/pear-build-defaultuserxfLI0h/install-imagick-3.4.4/usr
  3223. 11017006 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
  3224. 11017011 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
  3225. 11017012 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
  3226. 11017013 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
  3227. 11017014 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
  3228. 11017015 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
  3229. 11017007 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
  3230. 11017008 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
  3231. 11017009 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
  3232. 11017010 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
  3233. 11017003 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
  3234.  
  3235. Build process completed successfully
  3236. Installing '/usr/local/lib/php/extensions/no-debug-non-zts-20180731/imagick.so'
  3237. Installing '/usr/local/include/php/ext/imagick/php_imagick_shared.h'
  3238. install ok: channel://pecl.php.net/imagick-3.4.4
  3239. configuration option "php_ini" is not set to php.ini location
  3240. You should add "extension=imagick.so" to php.ini
  3241. Removing intermediate container 5b3b1b2a038a
  3242. ---> 7f6cc6340b4c
  3243. Step 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
  3244. ---> Running in 84a6a48e6a9d
  3245. Removing intermediate container 84a6a48e6a9d
  3246. ---> e2bec9f23be3
  3247. Step 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
  3248. ---> Running in c53a55eb4557
  3249. % Total % Received % Xferd Average Speed Time Time Time Current
  3250. Dload Upload Total Spent Left Speed
  3251. 100 5437k 100 5437k 0 0 12.8M 0 --:--:-- --:--:-- --:--:-- 12.8M
  3252. Removing intermediate container c53a55eb4557
  3253. ---> 43147aa51a9f
  3254. Step 8/15 : RUN composer create-project roots/bedrock /var/www/bedrock $BEDROCK_VER && rm -f /var/www/bedrock/.env*
  3255. ---> Running in d060e683a23c
  3256. Installing roots/bedrock (1.8.12)
  3257. - Installing roots/bedrock (1.8.12): Downloading (100%)
  3258. Created project in /var/www/bedrock
  3259. > php -r "copy('.env.example', '.env');"
  3260. Loading composer repositories with package information
  3261. Installing dependencies (including require-dev) from lock file
  3262. Package operations: 8 installs, 0 updates, 0 removals
  3263. - Installing johnpbloch/wordpress-core-installer (1.0.0.2): Downloading (100%)
  3264. - Installing composer/installers (v1.5.0): Downloading (100%)
  3265. - Installing johnpbloch/wordpress-core (4.9.8): Downloading (100%)
  3266. - Installing johnpbloch/wordpress (4.9.8): Downloading (100%)
  3267. - Installing oscarotero/env (v1.1.0): Downloading (100%)
  3268. - Installing roots/wp-password-bcrypt (1.0.0): Downloading (100%)
  3269. - Installing vlucas/phpdotenv (v2.5.1): Downloading (100%)
  3270. - Installing squizlabs/php_codesniffer (3.3.1): Downloading (100%)
  3271. Generating autoload files
  3272. Removing intermediate container d060e683a23c
  3273. ---> 35f116b4b23f
  3274. Step 9/15 : COPY ./etc/bedrock/ /var/www/bedrock/
  3275. ---> 8a48caf632a0
  3276. Step 10/15 : COPY ./entrypoint.sh /usr/bin/entrypoint
  3277. ---> 3c28c76af36b
  3278. Step 11/15 : RUN mkdir /root/.ssh
  3279. ---> Running in 90fda518fd60
  3280. Removing intermediate container 90fda518fd60
  3281. ---> 2bfa07b8d511
  3282. Step 12/15 : COPY ./ssh/config /root/.ssh/
  3283. ---> f9131995409e
  3284. Step 13/15 : RUN chmod 755 /usr/bin/entrypoint && mkdir -p /var/www /var/package
  3285. ---> Running in 323413da5097
  3286. Removing intermediate container 323413da5097
  3287. ---> d002d69c2881
  3288. Step 14/15 : WORKDIR /var/www/bedrock
  3289. ---> Running in 41dc46a0bb53
  3290. Removing intermediate container 41dc46a0bb53
  3291. ---> cc0fc590b7d2
  3292. Step 15/15 : CMD [ "entrypoint" ]
  3293. ---> Running in 89909c45c38d
  3294. Removing intermediate container 89909c45c38d
  3295. ---> 7f8d2e0b183c
  3296. Successfully built 7f8d2e0b183c
  3297. Successfully tagged bedmaker:latest
  3298.  
  3299. [ Waiting for it ... ]
  3300.  
  3301. \m/
  3302.  
  3303. [ Starting Bedmaker ]
  3304.  
  3305. docker: Error response from daemon: could not get container for db-bedmaker: No such container: db-bedmaker.
  3306. See 'docker run --help'.
  3307. docker: Error response from daemon: could not get container for db-bedmaker: No such container: db-bedmaker.
  3308. See 'docker run --help'.
  3309. Unable to find image 'alpine:latest' locally
  3310. latest: Pulling from library/alpine
  3311. 89d9c30c1d48: Already exists
  3312. Digest: sha256:c19173c5ada610a5989151111163d28a67368362762534d8a8121ce95cf2bd5a
  3313. Status: Downloaded newer image for alpine:latest
  3314. /
  3315. cp: can't stat '/tmp/bedmaker_fr_Dh5TU/bedmaker/bedrock-fr-*.tar.gz': No such file or directory
  3316. chown: /tmp/bedmaker_code_VvwDN/bedrock-fr-*.tar.gz: No such file or directory
  3317. \o/
  3318. skhouildi@ubuntu ~/Documents/sites/bedmaker (develop) $ docker rm -f $(docker ps -aq)
  3319. 3410aae0de2a
  3320. aa8ec6cef31f
  3321. 3c3d23efeec9
  3322. skhouildi@ubuntu ~/Documents/sites/bedmaker (develop) $ bash resources/bedmaker.sh fr
  3323.  
  3324. [ Starting DB ]
  3325.  
  3326. \o/
  3327. MYSQL_HOST=db-bedmaker
  3328. MYSQL_DATABASE=bedrock
  3329. MYSQL_USER=bedrock
  3330. MYSQL_PASSWORD=test
  3331. MYSQL_ROOT_PASSWORD=test
  3332. 77aa1b81fddac6f68449616eed61d368a581886e4ec344be3bb4ba53befc5666
  3333. docker: 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.
  3334. Mysql is up and running.
  3335. Sending build context to Docker daemon 291.3kB
  3336. Step 1/15 : FROM php:7.3.3-cli
  3337. ---> 90102e6d83ad
  3338. Step 2/15 : ENV DEBIAN_FRONTEND=noninteractive
  3339. ---> Using cache
  3340. ---> fc8187d5b9c4
  3341. Step 3/15 : ENV BEDROCK_VER=1.8.12
  3342. ---> Using cache
  3343. ---> dc8a83af95d0
  3344. Step 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
  3345. ---> Using cache
  3346. ---> b162dcd44a7d
  3347. Step 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
  3348. ---> Using cache
  3349. ---> 7f6cc6340b4c
  3350. Step 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
  3351. ---> Using cache
  3352. ---> e2bec9f23be3
  3353. Step 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
  3354. ---> Using cache
  3355. ---> 43147aa51a9f
  3356. Step 8/15 : RUN composer create-project roots/bedrock /var/www/bedrock $BEDROCK_VER && rm -f /var/www/bedrock/.env*
  3357. ---> Using cache
  3358. ---> 35f116b4b23f
  3359. Step 9/15 : COPY ./etc/bedrock/ /var/www/bedrock/
  3360. ---> Using cache
  3361. ---> 8a48caf632a0
  3362. Step 10/15 : COPY ./entrypoint.sh /usr/bin/entrypoint
  3363. ---> Using cache
  3364. ---> 3c28c76af36b
  3365. Step 11/15 : RUN mkdir /root/.ssh
  3366. ---> Using cache
  3367. ---> 2bfa07b8d511
  3368. Step 12/15 : COPY ./ssh/config /root/.ssh/
  3369. ---> Using cache
  3370. ---> f9131995409e
  3371. Step 13/15 : RUN chmod 755 /usr/bin/entrypoint && mkdir -p /var/www /var/package
  3372. ---> Using cache
  3373. ---> d002d69c2881
  3374. Step 14/15 : WORKDIR /var/www/bedrock
  3375. ---> Using cache
  3376. ---> cc0fc590b7d2
  3377. Step 15/15 : CMD [ "entrypoint" ]
  3378. ---> Using cache
  3379. ---> 7f8d2e0b183c
  3380. Successfully built 7f8d2e0b183c
  3381. Successfully tagged bedmaker:latest
  3382.  
  3383. [ Waiting for it ... ]
  3384.  
  3385. \m/
  3386.  
  3387. [ Starting Bedmaker ]
  3388.  
  3389. docker: Error response from daemon: could not get container for db-bedmaker: No such container: db-bedmaker.
  3390. See 'docker run --help'.
  3391. docker: Error response from daemon: could not get container for db-bedmaker: No such container: db-bedmaker.
  3392. See 'docker run --help'.
  3393. /
  3394. cp: can't stat '/tmp/bedmaker_fr_aIWA0/bedmaker/bedrock-fr-*.tar.gz': No such file or directory
  3395. chown: /tmp/bedmaker_code_1cwEk/bedrock-fr-*.tar.gz: No such file or directory
  3396. \o/
  3397. skhouildi@ubuntu ~/Documents/sites/bedmaker (develop) $ sudo service mysql stop
  3398. [sudo] Mot de passe de skhouildiĀ :
  3399. skhouildi@ubuntu ~/Documents/sites/bedmaker (develop) $ bash resources/bedmaker.sh fr
  3400.  
  3401. [ Starting DB ]
  3402.  
  3403. \o/
  3404. MYSQL_HOST=db-bedmaker
  3405. MYSQL_DATABASE=bedrock
  3406. MYSQL_USER=bedrock
  3407. MYSQL_PASSWORD=test
  3408. MYSQL_ROOT_PASSWORD=test
  3409. 04406db17dbdd3f258f8eb640770688b00b4c2fc9d829bd61257d0cead0efbaf
  3410. Mysql is up and running.
  3411. Sending build context to Docker daemon 291.3kB
  3412. Step 1/15 : FROM php:7.3.3-cli
  3413. ---> 90102e6d83ad
  3414. Step 2/15 : ENV DEBIAN_FRONTEND=noninteractive
  3415. ---> Using cache
  3416. ---> fc8187d5b9c4
  3417. Step 3/15 : ENV BEDROCK_VER=1.8.12
  3418. ---> Using cache
  3419. ---> dc8a83af95d0
  3420. Step 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
  3421. ---> Using cache
  3422. ---> b162dcd44a7d
  3423. Step 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
  3424. ---> Using cache
  3425. ---> 7f6cc6340b4c
  3426. Step 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
  3427. ---> Using cache
  3428. ---> e2bec9f23be3
  3429. Step 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
  3430. ---> Using cache
  3431. ---> 43147aa51a9f
  3432. Step 8/15 : RUN composer create-project roots/bedrock /var/www/bedrock $BEDROCK_VER && rm -f /var/www/bedrock/.env*
  3433. ---> Using cache
  3434. ---> 35f116b4b23f
  3435. Step 9/15 : COPY ./etc/bedrock/ /var/www/bedrock/
  3436. ---> Using cache
  3437. ---> 8a48caf632a0
  3438. Step 10/15 : COPY ./entrypoint.sh /usr/bin/entrypoint
  3439. ---> Using cache
  3440. ---> 3c28c76af36b
  3441. Step 11/15 : RUN mkdir /root/.ssh
  3442. ---> Using cache
  3443. ---> 2bfa07b8d511
  3444. Step 12/15 : COPY ./ssh/config /root/.ssh/
  3445. ---> Using cache
  3446. ---> f9131995409e
  3447. Step 13/15 : RUN chmod 755 /usr/bin/entrypoint && mkdir -p /var/www /var/package
  3448. ---> Using cache
  3449. ---> d002d69c2881
  3450. Step 14/15 : WORKDIR /var/www/bedrock
  3451. ---> Using cache
  3452. ---> cc0fc590b7d2
  3453. Step 15/15 : CMD [ "entrypoint" ]
  3454. ---> Using cache
  3455. ---> 7f8d2e0b183c
  3456. Successfully built 7f8d2e0b183c
  3457. Successfully tagged bedmaker:latest
  3458.  
  3459. [ Waiting for it ... ]
  3460.  
  3461. \m/
  3462.  
  3463. [ Starting Bedmaker ]
  3464.  
  3465. Warning: "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
  3466. Created single site database tables.
  3467. Set up multisite database tables.
  3468. Success: Network installed. Don't forget to set up rewrite rules (and a .htaccess file, if using Apache).
  3469. URL is HTTPS
  3470. Cloning into '.'...
  3471. npm WARN deprecated [email protected]: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
  3472. npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
  3473. npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
  3474. npm WARN deprecated [email protected]: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
  3475. npm WARN deprecated [email protected]: This module relies on Node.js's internals and will break at some point. Do not use it, and update to [email protected].
  3476.  
  3477. > [email protected] install /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/node-sass
  3478. > node scripts/install.js
  3479.  
  3480. Downloading binary from https://github.com/sass/node-sass/releases/download/v4.13.0/linux-x64-67_binding.node
  3481. Download complete
  3482. Binary saved to /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/node-sass/vendor/linux-x64-67/binding.node
  3483. Caching binary to /root/.npm/node-sass/4.13.0/linux-x64-67_binding.node
  3484.  
  3485. > [email protected] postinstall /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/node-sass
  3486. > node scripts/build.js
  3487.  
  3488. Binary found at /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/node-sass/vendor/linux-x64-67/binding.node
  3489. Testing binary
  3490. Binary is fine
  3491.  
  3492. > [email protected] postinstall /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/gifsicle
  3493. > node lib/install.js
  3494.  
  3495. āœ” gifsicle pre-build test passed successfully
  3496.  
  3497. > [email protected] postinstall /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/jpegtran-bin
  3498. > node lib/install.js
  3499.  
  3500. āœ” jpegtran pre-build test passed successfully
  3501.  
  3502. > [email protected] postinstall /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/optipng-bin
  3503. > node lib/install.js
  3504.  
  3505. āœ” optipng pre-build test passed successfully
  3506.  
  3507. > [email protected] postinstall /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/understrap
  3508. > gulp copy-assets
  3509.  
  3510. [14:23:51] Using gulpfile /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/understrap/gulpfile.js
  3511. [14:23:51] Starting 'copy-assets'...
  3512. [14:23:51] Finished 'copy-assets' after 12 ms
  3513. npm notice created a lockfile as package-lock.json. You should commit this file.
  3514. npm WARN [email protected] requires a peer of [email protected] - 3 but none is installed. You must install peer dependencies yourself.
  3515. npm WARN [email protected] requires a peer of popper.js@^1.14.6 but none is installed. You must install peer dependencies yourself.
  3516. npm WARN [email protected] requires a peer of gulp@>=4 but none is installed. You must install peer dependencies yourself.
  3517. npm WARN [email protected] requires a peer of [email protected] - 3 but none is installed. You must install peer dependencies yourself.
  3518. npm WARN [email protected] requires a peer of popper.js@^1.16.0 but none is installed. You must install peer dependencies yourself.
  3519. npm WARN [email protected] requires a peer of jquery@>=1.8.0 but none is installed. You must install peer dependencies yourself.
  3520. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
  3521. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  3522.  
  3523. added 1022 packages from 607 contributors and audited 16260 packages in 34.213s
  3524. found 16 vulnerabilities (3 low, 1 moderate, 12 high)
  3525. run `npm audit fix` to fix them, or `npm audit` for details
  3526. npm WARN deprecated [email protected]: šŸ™Œ Thanks for using Babel: we recommend using babel-preset-env now: please read https://babeljs.io/env to update!
  3527. npm WARN deprecated [email protected]: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
  3528. npm WARN deprecated [email protected]: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
  3529. npm WARN deprecated [email protected]: 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.
  3530. npm WARN deprecated [email protected]: CircularJSON is in maintenance only, flatted is its successor.
  3531.  
  3532. > [email protected] postinstall /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/core-js
  3533. > node -e "try{require('./postinstall')}catch(e){}"
  3534.  
  3535. Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
  3536.  
  3537. The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
  3538. > https://opencollective.com/core-js
  3539. > https://www.patreon.com/zloirock
  3540.  
  3541. Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
  3542.  
  3543.  
  3544. > [email protected] postinstall /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/gulp-imagemin/node_modules/gifsicle
  3545. > node lib/install.js
  3546.  
  3547. āœ” gifsicle pre-build test passed successfully
  3548.  
  3549. > [email protected] postinstall /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/gulp-imagemin/node_modules/jpegtran-bin
  3550. > node lib/install.js
  3551.  
  3552. āœ” jpegtran pre-build test passed successfully
  3553.  
  3554. > [email protected] postinstall /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/gulp-imagemin/node_modules/optipng-bin
  3555. > node lib/install.js
  3556.  
  3557. āœ” optipng pre-build test passed successfully
  3558.  
  3559. > [email protected] postinstall /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/imagemin-pngquant/node_modules/pngquant-bin
  3560. > node lib/install.js
  3561.  
  3562. ⚠ 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
  3563. ⚠ pngquant pre-build test failed
  3564. ℹ compiling from source
  3565. āœ” pngquant pre-build test passed successfully
  3566. āœ” pngquant built successfully
  3567.  
  3568. > [email protected] postinstall /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/jpeg-recompress-bin
  3569. > node lib/install.js
  3570.  
  3571. āœ” jpeg-recompress pre-build test passed successfully
  3572.  
  3573. > [email protected] postinstall /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/pngquant-bin
  3574. > node lib/install.js
  3575.  
  3576. ⚠ The `/var/www/bedrock/web/app/themes/dlbi-sodexo-theme/node_modules/pngquant-bin/vendor/pngquant` binary doesn't seem to work correctly
  3577. ⚠ pngquant pre-build test failed
  3578. ℹ compiling from source
  3579. āœ” pngquant built successfully
  3580. npm WARN [email protected] requires a peer of [email protected] - 3 but none is installed. You must install peer dependencies yourself.
  3581. npm WARN [email protected] requires a peer of popper.js@^1.16.0 but none is installed. You must install peer dependencies yourself.
  3582. npm WARN [email protected] requires a peer of jquery@>=1.8.0 but none is installed. You must install peer dependencies yourself.
  3583. npm WARN [email protected] requires a peer of [email protected] - 3 but none is installed. You must install peer dependencies yourself.
  3584. npm WARN [email protected] requires a peer of popper.js@^1.14.6 but none is installed. You must install peer dependencies yourself.
  3585. npm WARN [email protected] requires a peer of gulp@>=4 but none is installed. You must install peer dependencies yourself.
  3586. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
  3587. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  3588.  
  3589. added 862 packages from 401 contributors and audited 34617 packages in 29.974s
  3590. found 54 vulnerabilities (27 low, 13 moderate, 14 high)
  3591. run `npm audit fix` to fix them, or `npm audit` for details
  3592. [14:24:25] Using gulpfile /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/gulpfile.js
  3593. [14:24:25] Starting 'build'...
  3594. [14:24:25] Starting 'stylesForProd'...
  3595. [14:24:25] Finished 'build' after 14 ms
  3596. [14:24:26] Finished 'stylesForProd' after 1.07 s
  3597. [14:24:26] Starting 'lint'...
  3598. [14:24:27]
  3599. /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/src/assets/scripts/index.js
  3600. 15:10 warning 'timelapse' is defined but never used no-unused-vars
  3601. 73:23 error 'LazyloadSettings' is not defined no-undef
  3602. 75:21 error 'LazyloadSettings' is not defined no-undef
  3603. 76:32 error 'LazyloadSettings' is not defined no-undef
  3604. 117:17 warning Unexpected console statement no-console
  3605. 222:9 warning 'once' is assigned a value but never used no-unused-vars
  3606. 246:9 error 'dataLayer' is not defined no-undef
  3607. 254:9 error 'dataLayer' is not defined no-undef
  3608. 262:9 error 'dataLayer' is not defined no-undef
  3609. 272:9 error 'dataLayer' is not defined no-undef
  3610. 281:9 error 'dataLayer' is not defined no-undef
  3611. 290:9 error 'dataLayer' is not defined no-undef
  3612. 298:9 error 'dataLayer' is not defined no-undef
  3613. 307:9 error 'dataLayer' is not defined no-undef
  3614. 385:9 error 'direct_link' is not defined no-undef
  3615. 635:459 error 'closetext' is not defined no-undef
  3616. 666:21 error 'dataLayer' is not defined no-undef
  3617. 846:9 error 'outdatedBrowser' is not defined no-undef
  3618. 1081:22 error 'ajaxurl' is not defined no-undef
  3619. 1100:21 error '$loader' is not defined no-undef
  3620. 1178:13 warning Unexpected console statement no-console
  3621. 1315:37 warning 'newFontSizeUnitValue' is defined but never used no-unused-vars
  3622. 1403:9 warning Unexpected console statement no-console
  3623. 1425:9 error 'DQEPluginIsActive' is not defined no-undef
  3624. 1427:13 warning 'hasDQE' is assigned a value but never used no-unused-vars
  3625. 1429:13 warning 'b2b' is assigned a value but never used no-unused-vars
  3626. 1443:29 error 'DQEJSUrl' is not defined no-undef
  3627. 1444:33 error 'DQEJSB2BUrl' is not defined no-undef
  3628. 1446:37 error 'DQEPluginURL' is not defined no-undef
  3629. 1453:37 error 'DQEPluginURL' is not defined no-undef
  3630. 1466:9 error 'SimulatorsSettings' is not defined no-undef
  3631. 1466:31 error 'SimulatorsSettings' is not defined no-undef
  3632. 1466:63 error 'SimulatorsSettings' is not defined no-undef
  3633. 1471:29 error 'SimulatorsSettings' is not defined no-undef
  3634. 1472:33 error 'SimulatorsSettings' is not defined no-undef
  3635. 1473:37 error 'SimulatorsSettings' is not defined no-undef
  3636. 1474:41 error 'SimulatorsSettings' is not defined no-undef
  3637. 1475:33 warning Unexpected console statement no-console
  3638. 1498:17 warning Unexpected console statement no-console
  3639. 1570:14 warning 'fullyVisibleInElement' is defined but never used no-unused-vars
  3640. 1633:13 warning Unexpected console statement no-console
  3641. 1648:9 warning Unexpected console statement no-console
  3642. 1698:9 warning Unexpected console statement no-console
  3643. 1715:10 warning 'checkSEO' is defined but never used no-unused-vars
  3644. 1723:9 warning Unexpected console statement no-console
  3645. 1725:9 warning Unexpected console statement no-console
  3646. 1743:13 warning Unexpected console statement no-console
  3647. 1745:13 warning Unexpected console statement no-console
  3648. 1748:9 warning Unexpected console statement no-console
  3649. 1752:9 warning Unexpected console statement no-console
  3650. 1754:9 warning Unexpected console statement no-console
  3651. 1757:9 warning Unexpected console statement no-console
  3652. 1759:9 warning Unexpected console statement no-console
  3653. 1768:10 warning 'callback_b2b_autocomplete' is defined but never used no-unused-vars
  3654. 1795:19 error 'visibleInElement' is not defined no-undef
  3655.  
  3656. /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/src/assets/scripts/phantom_generate.js
  3657. 70:2 warning Unexpected console statement no-console
  3658. 72:2 error 'phantom' is not defined no-undef
  3659.  
  3660. /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/src/assets/scripts/rasterize.js
  3661. 7:5 warning Unexpected console statement no-console
  3662. 8:5 warning Unexpected console statement no-console
  3663. 9:5 warning Unexpected console statement no-console
  3664. 10:5 warning Unexpected console statement no-console
  3665. 11:5 error 'phantom' is not defined no-undef
  3666. 23:17 error 'pageWidth' is already defined no-redeclare
  3667. 24:17 error 'pageHeight' is already defined no-redeclare
  3668. 28:13 warning Unexpected console statement no-console
  3669. 29:17 error 'pageWidth' is already defined no-redeclare
  3670. 30:17 error 'pageHeight' is already defined no-redeclare
  3671. 31:13 warning Unexpected console statement no-console
  3672. 40:13 warning Unexpected console statement no-console
  3673. 41:13 error 'phantom' is not defined no-undef
  3674. 45:17 error 'phantom' is not defined no-undef
  3675.  
  3676. /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/src/assets/scripts/admin/admin.js
  3677. 3:5 warning Unexpected console statement no-console
  3678. 76:18 error 'ajaxurl' is not defined no-undef
  3679.  
  3680. /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/src/assets/scripts/modules/geolocation.js
  3681. 38:10 warning 'storeIframe' is defined but never used no-unused-vars
  3682.  
  3683. /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/src/assets/scripts/modules/load-more.js
  3684. 1:10 warning 'loadMore' is defined but never used no-unused-vars
  3685.  
  3686. āœ– 75 problems (39 errors, 36 warnings)
  3687.  
  3688. [14:24:27] gulp-notify: [Gulp] Failed with 39 errors
  3689. [14:24:27] gulp-notify: [Error running notifier] Could not send message: not found: notify-send
  3690. [14:24:27] Finished 'lint' after 681 ms
  3691. [14:24:27] Starting 'scriptsForProd'...
  3692. [14:24:27] Finished 'scriptsForProd' after 352 ms
  3693. [14:24:27] Starting 'scriptsVendorsForProd'...
  3694. [14:24:27] Finished 'scriptsVendorsForProd' after 1.5 ms
  3695. [14:24:27] Starting 'lint'...
  3696. [14:24:29]
  3697. /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/src/assets/scripts/index.js
  3698. 15:10 warning 'timelapse' is defined but never used no-unused-vars
  3699. 73:23 error 'LazyloadSettings' is not defined no-undef
  3700. 75:21 error 'LazyloadSettings' is not defined no-undef
  3701. 76:32 error 'LazyloadSettings' is not defined no-undef
  3702. 117:17 warning Unexpected console statement no-console
  3703. 222:9 warning 'once' is assigned a value but never used no-unused-vars
  3704. 246:9 error 'dataLayer' is not defined no-undef
  3705. 254:9 error 'dataLayer' is not defined no-undef
  3706. 262:9 error 'dataLayer' is not defined no-undef
  3707. 272:9 error 'dataLayer' is not defined no-undef
  3708. 281:9 error 'dataLayer' is not defined no-undef
  3709. 290:9 error 'dataLayer' is not defined no-undef
  3710. 298:9 error 'dataLayer' is not defined no-undef
  3711. 307:9 error 'dataLayer' is not defined no-undef
  3712. 385:9 error 'direct_link' is not defined no-undef
  3713. 635:459 error 'closetext' is not defined no-undef
  3714. 666:21 error 'dataLayer' is not defined no-undef
  3715. 846:9 error 'outdatedBrowser' is not defined no-undef
  3716. 1081:22 error 'ajaxurl' is not defined no-undef
  3717. 1100:21 error '$loader' is not defined no-undef
  3718. 1178:13 warning Unexpected console statement no-console
  3719. 1315:37 warning 'newFontSizeUnitValue' is defined but never used no-unused-vars
  3720. 1403:9 warning Unexpected console statement no-console
  3721. 1425:9 error 'DQEPluginIsActive' is not defined no-undef
  3722. 1427:13 warning 'hasDQE' is assigned a value but never used no-unused-vars
  3723. 1429:13 warning 'b2b' is assigned a value but never used no-unused-vars
  3724. 1443:29 error 'DQEJSUrl' is not defined no-undef
  3725. 1444:33 error 'DQEJSB2BUrl' is not defined no-undef
  3726. 1446:37 error 'DQEPluginURL' is not defined no-undef
  3727. 1453:37 error 'DQEPluginURL' is not defined no-undef
  3728. 1466:9 error 'SimulatorsSettings' is not defined no-undef
  3729. 1466:31 error 'SimulatorsSettings' is not defined no-undef
  3730. 1466:63 error 'SimulatorsSettings' is not defined no-undef
  3731. 1471:29 error 'SimulatorsSettings' is not defined no-undef
  3732. 1472:33 error 'SimulatorsSettings' is not defined no-undef
  3733. 1473:37 error 'SimulatorsSettings' is not defined no-undef
  3734. 1474:41 error 'SimulatorsSettings' is not defined no-undef
  3735. 1475:33 warning Unexpected console statement no-console
  3736. 1498:17 warning Unexpected console statement no-console
  3737. 1570:14 warning 'fullyVisibleInElement' is defined but never used no-unused-vars
  3738. 1633:13 warning Unexpected console statement no-console
  3739. 1648:9 warning Unexpected console statement no-console
  3740. 1698:9 warning Unexpected console statement no-console
  3741. 1715:10 warning 'checkSEO' is defined but never used no-unused-vars
  3742. 1723:9 warning Unexpected console statement no-console
  3743. 1725:9 warning Unexpected console statement no-console
  3744. 1743:13 warning Unexpected console statement no-console
  3745. 1745:13 warning Unexpected console statement no-console
  3746. 1748:9 warning Unexpected console statement no-console
  3747. 1752:9 warning Unexpected console statement no-console
  3748. 1754:9 warning Unexpected console statement no-console
  3749. 1757:9 warning Unexpected console statement no-console
  3750. 1759:9 warning Unexpected console statement no-console
  3751. 1768:10 warning 'callback_b2b_autocomplete' is defined but never used no-unused-vars
  3752. 1795:19 error 'visibleInElement' is not defined no-undef
  3753.  
  3754. /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/src/assets/scripts/phantom_generate.js
  3755. 70:2 warning Unexpected console statement no-console
  3756. 72:2 error 'phantom' is not defined no-undef
  3757.  
  3758. /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/src/assets/scripts/rasterize.js
  3759. 7:5 warning Unexpected console statement no-console
  3760. 8:5 warning Unexpected console statement no-console
  3761. 9:5 warning Unexpected console statement no-console
  3762. 10:5 warning Unexpected console statement no-console
  3763. 11:5 error 'phantom' is not defined no-undef
  3764. 23:17 error 'pageWidth' is already defined no-redeclare
  3765. 24:17 error 'pageHeight' is already defined no-redeclare
  3766. 28:13 warning Unexpected console statement no-console
  3767. 29:17 error 'pageWidth' is already defined no-redeclare
  3768. 30:17 error 'pageHeight' is already defined no-redeclare
  3769. 31:13 warning Unexpected console statement no-console
  3770. 40:13 warning Unexpected console statement no-console
  3771. 41:13 error 'phantom' is not defined no-undef
  3772. 45:17 error 'phantom' is not defined no-undef
  3773.  
  3774. /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/src/assets/scripts/admin/admin.js
  3775. 3:5 warning Unexpected console statement no-console
  3776. 76:18 error 'ajaxurl' is not defined no-undef
  3777.  
  3778. /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/src/assets/scripts/modules/geolocation.js
  3779. 38:10 warning 'storeIframe' is defined but never used no-unused-vars
  3780.  
  3781. /var/www/bedrock/web/app/themes/dlbi-sodexo-theme/src/assets/scripts/modules/load-more.js
  3782. 1:10 warning 'loadMore' is defined but never used no-unused-vars
  3783.  
  3784. āœ– 75 problems (39 errors, 36 warnings)
  3785.  
  3786. [14:24:29] gulp-notify: [Gulp] Failed with 39 errors
  3787. [14:24:29] gulp-notify: [Error running notifier] Could not send message: notify-send must be installed on the system.
  3788. [14:24:29] Finished 'lint' after 1.99 s
  3789. [14:24:29] Starting 'scriptsBoForProd'...
  3790. [14:24:29] Finished 'scriptsBoForProd' after 23 ms
  3791. [14:24:29] Starting 'stylesAdminForProd'...
  3792. [14:24:29] Finished 'stylesAdminForProd' after 12 ms
  3793. [14:24:29] Starting 'fonts'...
  3794. [14:24:29] Starting 'images'...
  3795. [14:24:29] gulp-imagemin: āœ” ajax-loader.gif (already optimized)
  3796. [14:24:29] gulp-imagemin: āœ” apple-touch-icon.png (saved 383 B - 12.6%)
  3797. [14:24:29] gulp-imagemin: āœ” apps-download-applestore.png (saved 1.64 kB - 55%)
  3798. [14:24:29] gulp-imagemin: āœ” apps-download-googleplay.png (saved 1.16 kB - 36.5%)
  3799. [14:24:29] gulp-imagemin: āœ” best-seller.svg (already optimized)
  3800. [14:24:29] gulp-imagemin: āœ” apps-download-windowsphone.png (saved 2.56 kB - 47.3%)
  3801. [14:24:29] gulp-imagemin: āœ” btn-play-video.svg (already optimized)
  3802. [14:24:29] gulp-imagemin: āœ” favicon-16x16.png (saved 322 B - 37.4%)
  3803. [14:24:29] gulp-imagemin: āœ” confianza-online.png (saved 19.5 kB - 72.1%)
  3804. [14:24:29] gulp-imagemin: āœ” favicon-32x32.png (saved 335 B - 27.1%)
  3805. [14:24:29] gulp-imagemin: Skipping unsupported image favicon.ico
  3806. [14:24:29] gulp-imagemin: āœ” hipo.png (already optimized)
  3807. [14:24:29] gulp-imagemin: āœ” bg-404.jpg (already optimized)
  3808. [14:24:29] gulp-imagemin: āœ” icon-contact.svg (already optimized)
  3809. [14:24:29] gulp-imagemin: āœ” icon-facebook.svg (already optimized)
  3810. [14:24:29] gulp-imagemin: āœ” ho-resto-carte.png (saved 14.2 kB - 67.4%)
  3811. [14:24:29] gulp-imagemin: āœ” icon-footer-app-1.png (saved 1.4 kB - 36.2%)
  3812. [14:24:29] gulp-imagemin: āœ” icon-footer-app-2.png (saved 837 B - 27.2%)
  3813. [14:24:29] gulp-imagemin: āœ” icon-linkedin.svg (already optimized)
  3814. [14:24:29] gulp-imagemin: āœ” icon-mail.svg (already optimized)
  3815. [14:24:29] gulp-imagemin: āœ” icon-twitter.svg (already optimized)
  3816. [14:24:29] gulp-imagemin: āœ” logo-sodexo-header.svg (already optimized)
  3817. [14:24:29] gulp-imagemin: āœ” logo-sodexo-login.svg (already optimized)
  3818. [14:24:29] gulp-imagemin: āœ” logo-sodexo-sticky.svg (already optimized)
  3819. [14:24:29] gulp-imagemin: āœ” icon-footer-app-3.png (saved 1.17 kB - 32.9%)
  3820. [14:24:29] gulp-imagemin: āœ” safari-pinned-tab.svg (already optimized)
  3821. [14:24:29] gulp-imagemin: āœ” mstile-150x150.png (saved 55 B - 2.1%)
  3822. [14:24:29] gulp-imagemin: āœ” top-discover-dark.svg (already optimized)
  3823. [14:24:29] gulp-imagemin: āœ” top-discover-light.svg (already optimized)
  3824. [14:24:29] gulp-imagemin: āœ” wave-blue.svg (already optimized)
  3825. [14:24:29] gulp-imagemin: āœ” wave-blue2.svg (already optimized)
  3826. [14:24:29] gulp-imagemin: āœ” wave-dark-blue.svg (already optimized)
  3827. [14:24:29] gulp-imagemin: āœ” wave-dark2-blue.svg (already optimized)
  3828. [14:24:29] gulp-imagemin: āœ” pass-restaurant-need.png (saved 16.3 kB - 70.5%)
  3829. [14:24:29] gulp-imagemin: āœ” sodexo-cheque-pass-restaurant-2.png (saved 14.9 kB - 71%)
  3830. [14:24:29] gulp-imagemin: āœ” wave-down-bis.png (saved 282 B - 11.1%)
  3831. [14:24:29] gulp-imagemin: āœ” wave-down.png (saved 324 B - 39%)
  3832. [14:24:29] gulp-imagemin: āœ” wave-down.svg (already optimized)
  3833. [14:24:29] gulp-imagemin: āœ” wave-green.svg (already optimized)
  3834. [14:24:29] gulp-imagemin: āœ” wave.svg (already optimized)
  3835. [14:24:29] gulp-imagemin: āœ” wave-up.png (saved 347 B - 38.3%)
  3836. [14:24:29] Finished 'fonts' after 458 ms
  3837. [14:24:30] gulp-imagemin: āœ” bg-store-locator.jpg (already optimized)
  3838. [14:24:30] gulp-imagemin: āœ” gf-img.png (saved 280 kB - 71.4%)
  3839. [14:24:31] gulp-imagemin: āœ” bg-404-search.jpg (saved 8.09 kB - 16.1%)
  3840. [14:24:31] gulp-imagemin: āœ” main-image-header-home.jpg (saved 32.8 kB - 12.4%)
  3841. [14:24:31] gulp-imagemin: Minified 20 images (saved 396 kB - 47.6%)
  3842. [14:24:31] Finished 'images' after 1.71 s
  3843.  
  3844. Gulp ran 10 tasks in 5.85 s
  3845.  
  3846. Task Time % of total Finished
  3847. lint 1.99 s 34% 6th
  3848. images 1.71 s 29% 10th
  3849. stylesForProd 1.07 s 18% 2nd
  3850. lint 681 ms 12% 3rd
  3851. fonts 458 ms 8% 9th
  3852. scriptsForProd 352 ms 6% 4th
  3853. scriptsBoForProd 23 ms 0% 7th
  3854. build 14 ms 0% 1st
  3855. stylesAdminForProd 12 ms 0% 8th
  3856. scriptsVendorsForProd 1.5 ms 0% 5th
  3857.  
  3858. ./:
  3859. total 92K
  3860. drwxr-xr-x 1 www-data www-data 4.0K Dec 16 14:24 .
  3861. drwxr-xr-x 1 root root 4.0K Dec 16 14:21 ..
  3862. -rw-r--r-- 1 www-data www-data 248 Aug 3 2018 .gitignore
  3863. -rwxr-xr-x 1 www-data www-data 444 Nov 15 13:50 .htaccess
  3864. -rw-r--r-- 1 www-data www-data 5.1K Aug 3 2018 CHANGELOG.md
  3865. -rw-r--r-- 1 www-data www-data 3.2K Aug 3 2018 CODE_OF_CONDUCT.md
  3866. -rw-r--r-- 1 www-data www-data 1.1K Aug 3 2018 LICENSE.md
  3867. -rw-r--r-- 1 www-data www-data 3.9K Aug 3 2018 README.md
  3868. -rw-r--r-- 1 www-data www-data 1.6K Aug 3 2018 composer.json
  3869. -rw-r--r-- 1 www-data www-data 16K Aug 3 2018 composer.lock
  3870. drwxr-xr-x 1 www-data www-data 4.0K Nov 15 13:50 config
  3871. drwxr-xr-x 1 www-data www-data 4.0K Dec 16 14:21 vendor
  3872. drwxr-xr-x 1 www-data www-data 4.0K Dec 9 09:09 web
  3873. -rw-r--r-- 1 www-data www-data 13 Aug 3 2018 wp-cli.yml
  3874.  
  3875. /var/package/:
  3876. total 116M
  3877. drwxr-xr-x 2 root root 4.0K Dec 16 14:24 .
  3878. drwxr-xr-x 1 root root 4.0K Dec 16 14:21 ..
  3879. -rw-r--r-- 1 www-data www-data 116M Dec 16 14:24 bedrock-fr-5807b55.tar.gz
  3880. /
  3881. '/tmp/bedmaker_fr_izy0S/bedmaker/bedrock-fr-5807b55.tar.gz' -> '/tmp/bedmaker_code_JZQFQ/bedrock-fr-5807b55.tar.gz'
  3882. \o/
  3883. skhouildi@ubuntu ~/Documents/sites/bedmaker (develop) $ docker ps
  3884. CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
  3885. 04406db17dbd mariadb "docker-entrypoint.s…" 4 minutes ago Up 4 minutes 0.0.0.0:3306->3306/tcp db-bedmaker
  3886. skhouildi@ubuntu ~/Documents/sites/bedmaker (develop) $ bash resources/bedmaker.sh fr
Advertisement
Add Comment
Please, Sign In to add comment