Advertisement
Guest User

Untitled

a guest
Nov 9th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 196.40 KB | None | 0 0
  1. dplmdi@LA057:~$ cd /c/Users/DPLMDI/dev/
  2. Projet1/ api-platform-2.3.3/ derijke-nginx-proxy/ derijke-portal/
  3. dplmdi@LA057:~$ cd /c/Users/DPLMDI/dev/api-platform-2.3.3/
  4. dplmdi@LA057:/c/Users/DPLMDI/dev/api-platform-2.3.3$ ls
  5. admin api client docker-compose.yml h2-proxy
  6. dplmdi@LA057:/c/Users/DPLMDI/dev/api-platform-2.3.3$ docker-compose up
  7. Creating network "api-platform-233_default" with the default driver
  8. Creating volume "api-platform-233_db-data" with default driver
  9. Pulling db (postgres:9.6-alpine)...
  10. 9.6-alpine: Pulling from library/postgres
  11. 4fe2ade4980c: Pull complete
  12. 08cf8c12f47e: Pull complete
  13. 451b995b6a91: Pull complete
  14. ba04b888d02d: Pull complete
  15. d279af0749b9: Pull complete
  16. d6b180060482: Pull complete
  17. 68ac7600919c: Pull complete
  18. 4cea13f4bff1: Pull complete
  19. e9f65487e6d9: Pull complete
  20. Digest: sha256:d85cc162aab88d7e47eea36286036580d9c9479ff16aa8a550d4e0c26bc5f2b2
  21. Status: Downloaded newer image for postgres:9.6-alpine
  22. Building php
  23. Step 1/23 : ARG PHP_VERSION=7.2
  24. Step 2/23 : ARG NGINX_VERSION=1.15
  25. Step 3/23 : ARG VARNISH_VERSION=6.0
  26. Step 4/23 : FROM php:${PHP_VERSION}-fpm-alpine AS api_platform_php
  27. 7.2-fpm-alpine: Pulling from library/php
  28. 4fe2ade4980c: Already exists
  29. 5cf60c0c0763: Pull complete
  30. 468219aa4689: Pull complete
  31. 4a8b1a3b9e51: Pull complete
  32. 579b37aa95d9: Pull complete
  33. dbd1c4706cf3: Pull complete
  34. 508b40862483: Pull complete
  35. 6d99f4f7699d: Pull complete
  36. 9cf38f61283d: Pull complete
  37. 053ebe3b9d8b: Pull complete
  38. cec7efdb6cc8: Pull complete
  39. Digest: sha256:7b1147baeffa7cf8a24f5fd8ff6be78ddff5dc033a626175f6aa7a49a7adddb1
  40. Status: Downloaded newer image for php:7.2-fpm-alpine
  41. ---> bfe44989159a
  42. Step 5/23 : RUN apk add --no-cache acl file gettext git postgresql-client ;
  43. ---> Running in 0fa17c01efbd
  44. fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
  45. fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
  46. (1/17) Installing libattr (2.4.47-r7)
  47. (2/17) Installing libacl (2.2.52-r5)
  48. (3/17) Installing acl (2.2.52-r5)
  49. (4/17) Installing libmagic (5.32-r0)
  50. (5/17) Installing file (5.32-r0)
  51. (6/17) Installing libgomp (6.4.0-r9)
  52. (7/17) Installing libintl (0.19.8.1-r2)
  53. (8/17) Installing libunistring (0.9.7-r0)
  54. (9/17) Installing gettext (0.19.8.1-r2)
  55. (10/17) Installing expat (2.2.5-r0)
  56. (11/17) Installing pcre2 (10.31-r0)
  57. (12/17) Installing git (2.18.1-r0)
  58. (13/17) Installing db (5.3.28-r0)
  59. (14/17) Installing libsasl (2.1.26-r13)
  60. (15/17) Installing libldap (2.4.46-r0)
  61. (16/17) Installing libpq (10.5-r0)
  62. (17/17) Installing postgresql-client (10.5-r0)
  63. Executing busybox-1.28.4-r1.trigger
  64. OK: 43 MiB in 48 packages
  65. Removing intermediate container 0fa17c01efbd
  66. ---> c11c8660d128
  67. Step 6/23 : ARG APCU_VERSION=5.1.12
  68. ---> Running in 3ffa06f7981d
  69. Removing intermediate container 3ffa06f7981d
  70. ---> 60b8112d63b9
  71. Step 7/23 : RUN set -eux; apk add --no-cache --virtual .build-deps $PHPIZE_DEPS icu-dev libzip-dev postgresql-dev zlib-dev ; docker-php-ext-configure zip --with-libzip; docker-php-ext-install -j$(nproc) intl pdo_pgsql zip ; pecl install apcu-${APCU_VERSION} ; pecl clear-cache; docker-php-ext-enable apcu opcache ; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local/lib/php/extensions | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-cache --virtual .api-phpexts-rundeps $runDeps; apk del .build-deps
  72. ---> Running in f54bf6d12ee3
  73. + apk add --no-cache --virtual .build-deps autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c icu-dev libzip-dev postgresql-dev zlib-dev
  74. fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
  75. fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
  76. (1/30) Installing m4 (1.4.18-r1)
  77. (2/30) Installing libbz2 (1.0.6-r6)
  78. (3/30) Installing perl (5.26.2-r1)
  79. (4/30) Installing autoconf (2.69-r2)
  80. (5/30) Installing pkgconf (1.5.3-r0)
  81. (6/30) Installing dpkg-dev (1.18.24-r0)
  82. (7/30) Installing dpkg (1.18.24-r0)
  83. (8/30) Installing libgcc (6.4.0-r9)
  84. (9/30) Installing libstdc++ (6.4.0-r9)
  85. (10/30) Installing binutils (2.30-r5)
  86. (11/30) Installing gmp (6.1.2-r1)
  87. (12/30) Installing isl (0.18-r0)
  88. (13/30) Installing libatomic (6.4.0-r9)
  89. (14/30) Installing mpfr3 (3.1.5-r1)
  90. (15/30) Installing mpc1 (1.0.3-r1)
  91. (16/30) Installing gcc (6.4.0-r9)
  92. (17/30) Installing musl-dev (1.1.19-r10)
  93. (18/30) Installing libc-dev (0.7.1-r0)
  94. (19/30) Installing g++ (6.4.0-r9)
  95. (20/30) Installing make (4.2.1-r2)
  96. (21/30) Installing re2c (1.0.2-r0)
  97. (22/30) Installing icu-libs (60.2-r2)
  98. (23/30) Installing icu-dev (60.2-r2)
  99. (24/30) Installing zlib-dev (1.2.11-r1)
  100. (25/30) Installing libzip (1.5.1-r1)
  101. (26/30) Installing libzip-dev (1.5.1-r1)
  102. (27/30) Installing libressl-dev (2.7.4-r0)
  103. (28/30) Installing postgresql-libs (10.5-r0)
  104. (29/30) Installing postgresql-dev (10.5-r0)
  105. (30/30) Installing .build-deps (0)
  106. Executing busybox-1.28.4-r1.trigger
  107. OK: 298 MiB in 78 packages
  108. + docker-php-ext-configure zip --with-libzip
  109. fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
  110. fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
  111. (1/1) Installing .phpize-deps-configure (0)
  112. OK: 298 MiB in 79 packages
  113. Configuring for:
  114. PHP Api Version: 20170718
  115. Zend Module Api No: 20170718
  116. Zend Extension Api No: 320170718
  117. checking for grep that handles long lines and -e... /bin/grep
  118. checking for egrep... /bin/grep -E
  119. checking for a sed that does not truncate output... /bin/sed
  120. checking for cc... cc
  121. checking whether the C compiler works... yes
  122. checking for C compiler default output file name... a.out
  123. checking for suffix of executables...
  124. checking whether we are cross compiling... no
  125. checking for suffix of object files... o
  126. checking whether we are using the GNU C compiler... yes
  127. checking whether cc accepts -g... yes
  128. checking for cc option to accept ISO C89... none needed
  129. checking how to run the C preprocessor... cc -E
  130. checking for icc... no
  131. checking for suncc... no
  132. checking whether cc understands -c and -o together... yes
  133. checking for system library directory... lib
  134. checking if compiler supports -R... no
  135. checking if compiler supports -Wl,-rpath,... yes
  136. checking build system type... x86_64-pc-linux-musl
  137. checking host system type... x86_64-pc-linux-musl
  138. checking target system type... x86_64-pc-linux-musl
  139. checking for PHP prefix... /usr/local
  140. 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
  141. checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20170718
  142. checking for PHP installed headers prefix... /usr/local/include/php
  143. checking if debug is enabled... no
  144. checking if zts is enabled... no
  145. checking for re2c... re2c
  146. checking for re2c version... 1.0.2 (ok)
  147. checking for gawk... no
  148. checking for nawk... no
  149. checking for awk... awk
  150. checking if awk is broken... no
  151. checking for zip archive read/writesupport... yes, shared
  152. checking for the location of libz... no
  153. checking pcre install prefix... no
  154. checking libzip... yes
  155. checking for the location of zlib... /usr
  156. checking for pkg-config... /usr/bin/pkg-config
  157. checking for libzip... from pkgconfig: version 1.5.1 found in /usr/lib
  158. checking for zip_open in -lzip... yes
  159. checking for zip_file_set_encryption in -lzip... yes
  160. checking for zip_libzip_version in -lzip... yes
  161. checking for ANSI C header files... yes
  162. checking for sys/types.h... yes
  163. checking for sys/stat.h... yes
  164. checking for stdlib.h... yes
  165. checking for string.h... yes
  166. checking for memory.h... yes
  167. checking for strings.h... yes
  168. checking for inttypes.h... yes
  169. checking for stdint.h... yes
  170. checking for unistd.h... yes
  171. checking stdbool.h usability... yes
  172. checking stdbool.h presence... yes
  173. checking for stdbool.h... yes
  174. checking fts.h usability... no
  175. checking fts.h presence... no
  176. checking for fts.h... no
  177. checking for int8_t... yes
  178. checking for int16_t... yes
  179. checking for int32_t... yes
  180. checking for int64_t... yes
  181. checking for uint8_t... yes
  182. checking for uint16_t... yes
  183. checking for uint32_t... yes
  184. checking for uint64_t... yes
  185. checking for ssize_t... yes
  186. checking size of short... 2
  187. checking size of int... 4
  188. checking size of long... 8
  189. checking size of long long... 8
  190. checking size of off_t... 8
  191. checking size of size_t... 8
  192. checking for touch... /bin/touch
  193. checking for unzip... /usr/bin/unzip
  194. checking whether struct tm is in sys/time.h or time.h... time.h
  195. checking for struct tm.tm_zone... yes
  196. checking for ld used by cc... /usr/x86_64-alpine-linux-musl/bin/ld
  197. checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes
  198. checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r
  199. checking for BSD-compatible nm... /usr/bin/nm -B
  200. checking whether ln -s works... yes
  201. checking how to recognize dependent libraries... pass_all
  202. checking dlfcn.h usability... yes
  203. checking dlfcn.h presence... yes
  204. checking for dlfcn.h... yes
  205. checking the maximum length of command line arguments... 98304
  206. checking command to parse /usr/bin/nm -B output from cc object... ok
  207. checking for objdir... .libs
  208. checking for ar... ar
  209. checking for ranlib... ranlib
  210. checking for strip... strip
  211. checking if cc supports -fno-rtti -fno-exceptions... no
  212. checking for cc option to produce PIC... -fPIC
  213. checking if cc PIC flag -fPIC works... yes
  214. checking if cc static flag -static works... yes
  215. checking if cc supports -c -o file.o... yes
  216. checking whether the cc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes
  217. checking whether -lc should be explicitly linked in... no
  218. checking dynamic linker characteristics... GNU/Linux ld.so
  219. checking how to hardcode library paths into programs... immediate
  220. checking whether stripping libraries is possible... yes
  221. checking if libtool supports shared libraries... yes
  222. checking whether to build shared libraries... yes
  223. checking whether to build static libraries... no
  224.  
  225. creating libtool
  226. appending configuration tag "CXX" to libtool
  227. configure: creating ./config.status
  228. config.status: creating config.h
  229. + nproc
  230. + docker-php-ext-install -j2 intl pdo_pgsql zip
  231. Configuring for:
  232. PHP Api Version: 20170718
  233. Zend Module Api No: 20170718
  234. Zend Extension Api No: 320170718
  235. checking for grep that handles long lines and -e... /bin/grep
  236. checking for egrep... /bin/grep -E
  237. checking for a sed that does not truncate output... /bin/sed
  238. checking for cc... cc
  239. checking whether the C compiler works... yes
  240. checking for C compiler default output file name... a.out
  241. checking for suffix of executables...
  242. checking whether we are cross compiling... no
  243. checking for suffix of object files... o
  244. checking whether we are using the GNU C compiler... yes
  245. checking whether cc accepts -g... yes
  246. checking for cc option to accept ISO C89... none needed
  247. checking how to run the C preprocessor... cc -E
  248. checking for icc... no
  249. checking for suncc... no
  250. checking whether cc understands -c and -o together... yes
  251. checking for system library directory... lib
  252. checking if compiler supports -R... no
  253. checking if compiler supports -Wl,-rpath,... yes
  254. checking build system type... x86_64-pc-linux-musl
  255. checking host system type... x86_64-pc-linux-musl
  256. checking target system type... x86_64-pc-linux-musl
  257. checking for PHP prefix... /usr/local
  258. 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
  259. checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20170718
  260. checking for PHP installed headers prefix... /usr/local/include/php
  261. checking if debug is enabled... no
  262. checking if zts is enabled... no
  263. checking for re2c... re2c
  264. checking for re2c version... 1.0.2 (ok)
  265. checking for gawk... no
  266. checking for nawk... no
  267. checking for awk... awk
  268. checking if awk is broken... no
  269. checking whether to enable internationalization support... yes, shared
  270. checking for icu-config... /usr/bin/icu-config
  271. checking for location of ICU headers and libraries... /usr
  272. checking for ICU 4.0 or greater... found 60.2
  273. checking for g++... g++
  274. checking whether we are using the GNU C++ compiler... yes
  275. checking whether g++ accepts -g... yes
  276. checking how to run the C++ preprocessor... g++ -E
  277. checking for ld used by cc... /usr/x86_64-alpine-linux-musl/bin/ld
  278. checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes
  279. checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r
  280. checking for BSD-compatible nm... /usr/bin/nm -B
  281. checking whether ln -s works... yes
  282. checking how to recognize dependent libraries... pass_all
  283. checking for ANSI C header files... yes
  284. checking for sys/types.h... yes
  285. checking for sys/stat.h... yes
  286. checking for stdlib.h... yes
  287. checking for string.h... yes
  288. checking for memory.h... yes
  289. checking for strings.h... yes
  290. checking for inttypes.h... yes
  291. checking for stdint.h... yes
  292. checking for unistd.h... yes
  293. checking dlfcn.h usability... yes
  294. checking dlfcn.h presence... yes
  295. checking for dlfcn.h... yes
  296. checking how to run the C++ preprocessor... g++ -E
  297. checking the maximum length of command line arguments... 98304
  298. checking command to parse /usr/bin/nm -B output from cc object... ok
  299. checking for objdir... .libs
  300. checking for ar... ar
  301. checking for ranlib... ranlib
  302. checking for strip... strip
  303. checking if cc supports -fno-rtti -fno-exceptions... no
  304. checking for cc option to produce PIC... -fPIC
  305. checking if cc PIC flag -fPIC works... yes
  306. checking if cc static flag -static works... yes
  307. checking if cc supports -c -o file.o... yes
  308. checking whether the cc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes
  309. checking whether -lc should be explicitly linked in... no
  310. checking dynamic linker characteristics... GNU/Linux ld.so
  311. checking how to hardcode library paths into programs... immediate
  312. checking whether stripping libraries is possible... yes
  313. checking if libtool supports shared libraries... yes
  314. checking whether to build shared libraries... yes
  315. checking whether to build static libraries... no
  316.  
  317. creating libtool
  318. appending configuration tag "CXX" to libtool
  319. checking for ld used by g++... /usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64
  320. checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) is GNU ld... yes
  321. checking whether the g++ linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes
  322. checking for g++ option to produce PIC... -fPIC
  323. checking if g++ PIC flag -fPIC works... yes
  324. checking if g++ static flag -static works... yes
  325. checking if g++ supports -c -o file.o... yes
  326. checking whether the g++ linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes
  327. checking dynamic linker characteristics... GNU/Linux ld.so
  328. (cached) (cached) checking how to hardcode library paths into programs... immediate
  329. configure: creating ./config.status
  330. config.status: creating config.h
  331. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  332. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  333. mkdir .libs
  334. cc -I/usr/include -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
  335. cc -I/usr/include -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
  336. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  337. cc -I/usr/include -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
  338. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  339. mkdir collator/.libs
  340. cc -I/usr/include -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
  341. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  342. cc -I/usr/include -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
  343. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  344. cc -I/usr/include -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
  345. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  346. cc -I/usr/include -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
  347. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  348. cc -I/usr/include -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
  349. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  350. cc -I/usr/include -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
  351. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  352. cc -I/usr/include -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
  353. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  354. cc -I/usr/include -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
  355. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  356. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  357. cc -I/usr/include -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
  358. cc -I/usr/include -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
  359. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  360. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  361. mkdir common/.libs
  362. cc -I/usr/include -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
  363. mkdir converter/.libs
  364. cc -I/usr/include -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
  365. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  366. mkdir formatter/.libs
  367. cc -I/usr/include -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
  368. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  369. cc -I/usr/include -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
  370. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  371. cc -I/usr/include -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
  372. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  373. cc -I/usr/include -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
  374. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  375. cc -I/usr/include -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
  376. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  377. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  378. cc -I/usr/include -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
  379. cc -I/usr/include -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
  380. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  381. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  382. mkdir normalizer/.libs
  383. cc -I/usr/include -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
  384. cc -I/usr/include -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
  385. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  386. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  387. cc -I/usr/include -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
  388. mkdir locale/.libs
  389. cc -I/usr/include -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
  390. /usr/src/php/ext/intl/normalizer/normalizer_normalize.c: In function 'zif_normalizer_normalize':
  391. /usr/src/php/ext/intl/normalizer/normalizer_normalize.c:110:2: warning: 'unorm_normalize_60' is deprecated [-Wdeprecated-declarations]
  392. size_needed = unorm_normalize( uinput, uinput_len, form, (int32_t) 0 /* options */, uret_buf, uret_len, &status);
  393. ^~~~~~~~~~~
  394. In file included from /usr/include/unicode/platform.h:25:0,
  395. from /usr/include/unicode/ptypes.h:52,
  396. from /usr/include/unicode/umachine.h:46,
  397. from /usr/include/unicode/utypes.h:38,
  398. from /usr/include/unicode/ubrk.h:13,
  399. from ./php_intl.h:31,
  400. from /usr/src/php/ext/intl/normalizer/normalizer_normalize.c:21:
  401. /usr/include/unicode/unorm.h:214:1: note: declared here
  402. unorm_normalize(const UChar *source, int32_t sourceLength,
  403. ^
  404. /usr/src/php/ext/intl/normalizer/normalizer_normalize.c:133:3: warning: 'unorm_normalize_60' is deprecated [-Wdeprecated-declarations]
  405. size_needed = unorm_normalize( uinput, uinput_len, form, (int32_t) 0 /* options */, uret_buf, uret_len, &status);
  406. ^~~~~~~~~~~
  407. In file included from /usr/include/unicode/platform.h:25:0,
  408. from /usr/include/unicode/ptypes.h:52,
  409. from /usr/include/unicode/umachine.h:46,
  410. from /usr/include/unicode/utypes.h:38,
  411. from /usr/include/unicode/ubrk.h:13,
  412. from ./php_intl.h:31,
  413. from /usr/src/php/ext/intl/normalizer/normalizer_normalize.c:21:
  414. /usr/include/unicode/unorm.h:214:1: note: declared here
  415. unorm_normalize(const UChar *source, int32_t sourceLength,
  416. ^
  417. /usr/src/php/ext/intl/normalizer/normalizer_normalize.c: In function 'zif_normalizer_is_normalized':
  418. /usr/src/php/ext/intl/normalizer/normalizer_normalize.c:232:2: warning: 'unorm_isNormalizedWithOptions_60' is deprecated [-Wdeprecated-declarations]
  419. uret = unorm_isNormalizedWithOptions( uinput, uinput_len, form, (int32_t) 0 /* options */, &status);
  420. ^~~~
  421. In file included from /usr/include/unicode/platform.h:25:0,
  422. from /usr/include/unicode/ptypes.h:52,
  423. from /usr/include/unicode/umachine.h:46,
  424. from /usr/include/unicode/utypes.h:38,
  425. from /usr/include/unicode/ubrk.h:13,
  426. from ./php_intl.h:31,
  427. from /usr/src/php/ext/intl/normalizer/normalizer_normalize.c:21:
  428. /usr/include/unicode/unorm.h:309:1: note: declared here
  429. unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength,
  430. ^
  431. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  432. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  433. cc -I/usr/include -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
  434. cc -I/usr/include -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
  435. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  436. mkdir dateformat/.libs
  437. cc -I/usr/include -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
  438. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  439. cc -I/usr/include -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
  440. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  441. cc -I/usr/include -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
  442. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  443. cc -I/usr/include -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
  444. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  445. cc -I/usr/include -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
  446. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  447. cc -I/usr/include -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
  448. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  449. mkdir msgformat/.libs
  450. cc -I/usr/include -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
  451. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  452. cc -I/usr/include -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
  453. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  454. cc -I/usr/include -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
  455. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  456. cc -I/usr/include -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
  457. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  458. cc -I/usr/include -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
  459. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  460. cc -I/usr/include -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
  461. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  462. mkdir grapheme/.libs
  463. cc -I/usr/include -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
  464. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  465. cc -I/usr/include -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
  466. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  467. mkdir resourcebundle/.libs
  468. cc -I/usr/include -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
  469. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  470. cc -I/usr/include -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
  471. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  472. cc -I/usr/include -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
  473. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  474. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  475. mkdir transliterator/.libs
  476. cc -I/usr/include -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
  477. cc -I/usr/include -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
  478. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  479. cc -I/usr/include -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
  480. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  481. mkdir uchar/.libs
  482. cc -I/usr/include -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
  483. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  484. mkdir idn/.libs
  485. cc -I/usr/include -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
  486. /usr/src/php/ext/intl/idn/idn.c: In function 'php_intl_idn_to':
  487. /usr/src/php/ext/intl/idn/idn.c:227:4: warning: 'uidna_IDNToASCII_60' is deprecated [-Wdeprecated-declarations]
  488. converted_ret_len = uidna_IDNToASCII(ustring, ustring_len, converted, MAXPATHLEN, (int32_t)option, &parse_error, &status);
  489. ^~~~~~~~~~~~~~~~~
  490. In file included from /usr/include/unicode/platform.h:25:0,
  491. from /usr/include/unicode/ptypes.h:52,
  492. from /usr/include/unicode/umachine.h:46,
  493. from /usr/include/unicode/utypes.h:38,
  494. from /usr/include/unicode/uidna.h:22,
  495. from /usr/src/php/ext/intl/idn/idn.c:28:
  496. /usr/include/unicode/uidna.h:675:1: note: declared here
  497. uidna_IDNToASCII( const UChar* src, int32_t srcLength,
  498. ^
  499. /usr/src/php/ext/intl/idn/idn.c:229:4: warning: 'uidna_IDNToUnicode_60' is deprecated [-Wdeprecated-declarations]
  500. converted_ret_len = uidna_IDNToUnicode(ustring, ustring_len, converted, MAXPATHLEN, (int32_t)option, &parse_error, &status);
  501. ^~~~~~~~~~~~~~~~~
  502. In file included from /usr/include/unicode/platform.h:25:0,
  503. from /usr/include/unicode/ptypes.h:52,
  504. from /usr/include/unicode/umachine.h:46,
  505. from /usr/include/unicode/utypes.h:38,
  506. from /usr/include/unicode/uidna.h:22,
  507. from /usr/src/php/ext/intl/idn/idn.c:28:
  508. /usr/include/unicode/uidna.h:722:1: note: declared here
  509. uidna_IDNToUnicode( const UChar* src, int32_t srcLength,
  510. ^
  511. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  512. mkdir spoofchecker/.libs
  513. cc -I/usr/include -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
  514. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  515. cc -I/usr/include -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
  516. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  517. cc -I/usr/include -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
  518. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile cc -I/usr/include -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
  519. cc -I/usr/include -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
  520. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  521. g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  522. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  523. g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  524. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  525. g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  526. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  527. g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  528. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  529. g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  530. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  531. g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  532. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  533. g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  534. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  535. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  536. g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  537. mkdir timezone/.libs
  538. g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  539. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  540. g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  541. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  542. mkdir calendar/.libs
  543. g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  544. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  545. g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  546. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  547. g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  548. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  549. mkdir breakiterator/.libs
  550. g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  551. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  552. g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  553. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  554. g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  555. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  556. g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  557. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  558. g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  559. /bin/sh /usr/src/php/ext/intl/libtool --mode=compile g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  560. g++ -I/usr/include -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -std=c++11 -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
  561. /bin/sh /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 -licui18n -licuuc -licudata -licuio
  562. g++ -shared -nostdlib /usr/lib/gcc/x86_64-alpine-linux-musl/6.4.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-alpine-linux-musl/6.4.0/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 -licui18n -licuuc -licudata -licuio -L/usr/lib/gcc/x86_64-alpine-linux-musl/6.4.0 -L/usr/lib/gcc/x86_64-alpine-linux-musl/6.4.0/../../../../x86_64-alpine-linux-musl/lib/../lib -L/usr/lib/gcc/x86_64-alpine-linux-musl/6.4.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-alpine-linux-musl/6.4.0/../../../../x86_64-alpine-linux-musl/lib -L/usr/lib/gcc/x86_64-alpine-linux-musl/6.4.0/../../.. -lstdc++ -lm -lssp_nonshared -lc -lgcc_s /usr/lib/gcc/x86_64-alpine-linux-musl/6.4.0/crtendS.o /usr/lib/gcc/x86_64-alpine-linux-musl/6.4.0/../../../../lib/crtn.o -Wl,-O1 -Wl,--hash-style=both -Wl,-soname -Wl,intl.so -o .libs/intl.so
  563. creating intl.la
  564. (cd .libs && rm -f intl.la && ln -s ../intl.la intl.la)
  565. /bin/sh /usr/src/php/ext/intl/libtool --mode=install cp ./intl.la /usr/src/php/ext/intl/modules
  566. cp ./.libs/intl.so /usr/src/php/ext/intl/modules/intl.so
  567. cp ./.libs/intl.lai /usr/src/php/ext/intl/modules/intl.la
  568. PATH="$PATH:/sbin" ldconfig -n /usr/src/php/ext/intl/modules
  569. ----------------------------------------------------------------------
  570. Libraries have been installed in:
  571. /usr/src/php/ext/intl/modules
  572.  
  573. If you ever happen to want to link against installed libraries
  574. in a given directory, LIBDIR, you must either use libtool, and
  575. specify the full pathname of the library, or use the `-LLIBDIR'
  576. flag during linking and do at least one of the following:
  577. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  578. during execution
  579. - add LIBDIR to the `LD_RUN_PATH' environment variable
  580. during linking
  581. - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
  582.  
  583. See any operating system documentation about shared libraries for
  584. more information, such as the ld(1) and ld.so(8) manual pages.
  585. ----------------------------------------------------------------------
  586.  
  587. Build complete.
  588. Don't forget to run 'make test'.
  589.  
  590. Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20170718/
  591. find . -name \*.gcno -o -name \*.gcda | xargs rm -f
  592. find . -name \*.lo -o -name \*.o | xargs rm -f
  593. find . -name \*.la -o -name \*.a | xargs rm -f
  594. find . -name \*.so | xargs rm -f
  595. find . -name .libs -a -type d|xargs rm -rf
  596. rm -f libphp.la modules/* libs/*
  597. Configuring for:
  598. PHP Api Version: 20170718
  599. Zend Module Api No: 20170718
  600. Zend Extension Api No: 320170718
  601. checking for grep that handles long lines and -e... /bin/grep
  602. checking for egrep... /bin/grep -E
  603. checking for a sed that does not truncate output... /bin/sed
  604. checking for cc... cc
  605. checking whether the C compiler works... yes
  606. checking for C compiler default output file name... a.out
  607. checking for suffix of executables...
  608. checking whether we are cross compiling... no
  609. checking for suffix of object files... o
  610. checking whether we are using the GNU C compiler... yes
  611. checking whether cc accepts -g... yes
  612. checking for cc option to accept ISO C89... none needed
  613. checking how to run the C preprocessor... cc -E
  614. checking for icc... no
  615. checking for suncc... no
  616. checking whether cc understands -c and -o together... yes
  617. checking for system library directory... lib
  618. checking if compiler supports -R... no
  619. checking if compiler supports -Wl,-rpath,... yes
  620. checking build system type... x86_64-pc-linux-musl
  621. checking host system type... x86_64-pc-linux-musl
  622. checking target system type... x86_64-pc-linux-musl
  623. checking for PHP prefix... /usr/local
  624. 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
  625. checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20170718
  626. checking for PHP installed headers prefix... /usr/local/include/php
  627. checking if debug is enabled... no
  628. checking if zts is enabled... no
  629. checking for re2c... re2c
  630. checking for re2c version... 1.0.2 (ok)
  631. checking for gawk... no
  632. checking for nawk... no
  633. checking for awk... awk
  634. checking if awk is broken... no
  635. checking for PostgreSQL support for PDO... yes, shared
  636. checking for pg_config... /usr/bin/pg_config
  637. checking for openssl dependencies... no
  638. checking for PQprepare in -lpq... yes
  639. checking for PQexecParams in -lpq... yes
  640. checking for PQescapeStringConn in -lpq... yes
  641. checking for PQescapeByteaConn in -lpq... yes
  642. checking for PDO includes... checking for PDO includes... /usr/local/include/php/ext
  643. checking for ld used by cc... /usr/x86_64-alpine-linux-musl/bin/ld
  644. checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes
  645. checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r
  646. checking for BSD-compatible nm... /usr/bin/nm -B
  647. checking whether ln -s works... yes
  648. checking how to recognize dependent libraries... pass_all
  649. checking for ANSI C header files... yes
  650. checking for sys/types.h... yes
  651. checking for sys/stat.h... yes
  652. checking for stdlib.h... yes
  653. checking for string.h... yes
  654. checking for memory.h... yes
  655. checking for strings.h... yes
  656. checking for inttypes.h... yes
  657. checking for stdint.h... yes
  658. checking for unistd.h... yes
  659. checking dlfcn.h usability... yes
  660. checking dlfcn.h presence... yes
  661. checking for dlfcn.h... yes
  662. checking the maximum length of command line arguments... 98304
  663. checking command to parse /usr/bin/nm -B output from cc object... ok
  664. checking for objdir... .libs
  665. checking for ar... ar
  666. checking for ranlib... ranlib
  667. checking for strip... strip
  668. checking if cc supports -fno-rtti -fno-exceptions... no
  669. checking for cc option to produce PIC... -fPIC
  670. checking if cc PIC flag -fPIC works... yes
  671. checking if cc static flag -static works... yes
  672. checking if cc supports -c -o file.o... yes
  673. checking whether the cc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes
  674. checking whether -lc should be explicitly linked in... no
  675. checking dynamic linker characteristics... GNU/Linux ld.so
  676. checking how to hardcode library paths into programs... immediate
  677. checking whether stripping libraries is possible... yes
  678. checking if libtool supports shared libraries... yes
  679. checking whether to build shared libraries... yes
  680. checking whether to build static libraries... no
  681.  
  682. creating libtool
  683. appending configuration tag "CXX" to libtool
  684. configure: creating ./config.status
  685. config.status: creating config.h
  686. /bin/sh /usr/src/php/ext/pdo_pgsql/libtool --mode=compile cc -I/usr/local/include/php/ext -I. -I/usr/src/php/ext/pdo_pgsql -DPHP_ATOM_INC -I/usr/src/php/ext/pdo_pgsql/include -I/usr/src/php/ext/pdo_pgsql/main -I/usr/src/php/ext/pdo_pgsql -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/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_pgsql/pdo_pgsql.c -o pdo_pgsql.lo
  687. /bin/sh /usr/src/php/ext/pdo_pgsql/libtool --mode=compile cc -I/usr/local/include/php/ext -I. -I/usr/src/php/ext/pdo_pgsql -DPHP_ATOM_INC -I/usr/src/php/ext/pdo_pgsql/include -I/usr/src/php/ext/pdo_pgsql/main -I/usr/src/php/ext/pdo_pgsql -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/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_pgsql/pgsql_driver.c -o pgsql_driver.lo
  688. mkdir .libs
  689. mkdir .libs
  690. cc -I/usr/local/include/php/ext -I. -I/usr/src/php/ext/pdo_pgsql -DPHP_ATOM_INC -I/usr/src/php/ext/pdo_pgsql/include -I/usr/src/php/ext/pdo_pgsql/main -I/usr/src/php/ext/pdo_pgsql -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/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_pgsql/pdo_pgsql.c -fPIC -DPIC -o .libs/pdo_pgsql.o
  691. mkdir: can't create directory '.libs': File exists
  692. cc -I/usr/local/include/php/ext -I. -I/usr/src/php/ext/pdo_pgsql -DPHP_ATOM_INC -I/usr/src/php/ext/pdo_pgsql/include -I/usr/src/php/ext/pdo_pgsql/main -I/usr/src/php/ext/pdo_pgsql -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/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_pgsql/pgsql_driver.c -fPIC -DPIC -o .libs/pgsql_driver.o
  693. /bin/sh /usr/src/php/ext/pdo_pgsql/libtool --mode=compile cc -I/usr/local/include/php/ext -I. -I/usr/src/php/ext/pdo_pgsql -DPHP_ATOM_INC -I/usr/src/php/ext/pdo_pgsql/include -I/usr/src/php/ext/pdo_pgsql/main -I/usr/src/php/ext/pdo_pgsql -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/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_pgsql/pgsql_statement.c -o pgsql_statement.lo
  694. cc -I/usr/local/include/php/ext -I. -I/usr/src/php/ext/pdo_pgsql -DPHP_ATOM_INC -I/usr/src/php/ext/pdo_pgsql/include -I/usr/src/php/ext/pdo_pgsql/main -I/usr/src/php/ext/pdo_pgsql -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/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_pgsql/pgsql_statement.c -fPIC -DPIC -o .libs/pgsql_statement.o
  695. /bin/sh /usr/src/php/ext/pdo_pgsql/libtool --mode=link cc -DPHP_ATOM_INC -I/usr/src/php/ext/pdo_pgsql/include -I/usr/src/php/ext/pdo_pgsql/main -I/usr/src/php/ext/pdo_pgsql -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/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_pgsql.la -export-dynamic -avoid-version -prefer-pic -module -rpath /usr/src/php/ext/pdo_pgsql/modules pdo_pgsql.lo pgsql_driver.lo pgsql_statement.lo -lpq
  696. cc -shared .libs/pdo_pgsql.o .libs/pgsql_driver.o .libs/pgsql_statement.o -lpq -Wl,-O1 -Wl,--hash-style=both -Wl,-soname -Wl,pdo_pgsql.so -o .libs/pdo_pgsql.so
  697. creating pdo_pgsql.la
  698. (cd .libs && rm -f pdo_pgsql.la && ln -s ../pdo_pgsql.la pdo_pgsql.la)
  699. /bin/sh /usr/src/php/ext/pdo_pgsql/libtool --mode=install cp ./pdo_pgsql.la /usr/src/php/ext/pdo_pgsql/modules
  700. cp ./.libs/pdo_pgsql.so /usr/src/php/ext/pdo_pgsql/modules/pdo_pgsql.so
  701. cp ./.libs/pdo_pgsql.lai /usr/src/php/ext/pdo_pgsql/modules/pdo_pgsql.la
  702. PATH="$PATH:/sbin" ldconfig -n /usr/src/php/ext/pdo_pgsql/modules
  703. ----------------------------------------------------------------------
  704. Libraries have been installed in:
  705. /usr/src/php/ext/pdo_pgsql/modules
  706.  
  707. If you ever happen to want to link against installed libraries
  708. in a given directory, LIBDIR, you must either use libtool, and
  709. specify the full pathname of the library, or use the `-LLIBDIR'
  710. flag during linking and do at least one of the following:
  711. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  712. during execution
  713. - add LIBDIR to the `LD_RUN_PATH' environment variable
  714. during linking
  715. - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
  716.  
  717. See any operating system documentation about shared libraries for
  718. more information, such as the ld(1) and ld.so(8) manual pages.
  719. ----------------------------------------------------------------------
  720.  
  721. Build complete.
  722. Don't forget to run 'make test'.
  723.  
  724. Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20170718/
  725. find . -name \*.gcno -o -name \*.gcda | xargs rm -f
  726. find . -name \*.lo -o -name \*.o | xargs rm -f
  727. find . -name \*.la -o -name \*.a | xargs rm -f
  728. find . -name \*.so | xargs rm -f
  729. find . -name .libs -a -type d|xargs rm -rf
  730. rm -f libphp.la modules/* libs/*
  731. /bin/sh /usr/src/php/ext/zip/libtool --mode=compile cc -I. -I/usr/src/php/ext/zip -DPHP_ATOM_INC -I/usr/src/php/ext/zip/include -I/usr/src/php/ext/zip/main -I/usr/src/php/ext/zip -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/zip/php_zip.c -o php_zip.lo
  732. /bin/sh /usr/src/php/ext/zip/libtool --mode=compile cc -I. -I/usr/src/php/ext/zip -DPHP_ATOM_INC -I/usr/src/php/ext/zip/include -I/usr/src/php/ext/zip/main -I/usr/src/php/ext/zip -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/zip/zip_stream.c -o zip_stream.lo
  733. mkdir .libs
  734. cc -I. -I/usr/src/php/ext/zip -DPHP_ATOM_INC -I/usr/src/php/ext/zip/include -I/usr/src/php/ext/zip/main -I/usr/src/php/ext/zip -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/zip/zip_stream.c -fPIC -DPIC -o .libs/zip_stream.o
  735. cc -I. -I/usr/src/php/ext/zip -DPHP_ATOM_INC -I/usr/src/php/ext/zip/include -I/usr/src/php/ext/zip/main -I/usr/src/php/ext/zip -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -c /usr/src/php/ext/zip/php_zip.c -fPIC -DPIC -o .libs/php_zip.o
  736. /bin/sh /usr/src/php/ext/zip/libtool --mode=link cc -DPHP_ATOM_INC -I/usr/src/php/ext/zip/include -I/usr/src/php/ext/zip/main -I/usr/src/php/ext/zip -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/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 zip.la -export-dynamic -avoid-version -prefer-pic -module -rpath /usr/src/php/ext/zip/modules php_zip.lo zip_stream.lo -lzip -lzip -lz
  737. cc -shared .libs/php_zip.o .libs/zip_stream.o -lzip -lz -Wl,-O1 -Wl,--hash-style=both -Wl,-soname -Wl,zip.so -o .libs/zip.so
  738. creating zip.la
  739. (cd .libs && rm -f zip.la && ln -s ../zip.la zip.la)
  740. /bin/sh /usr/src/php/ext/zip/libtool --mode=install cp ./zip.la /usr/src/php/ext/zip/modules
  741. cp ./.libs/zip.so /usr/src/php/ext/zip/modules/zip.so
  742. cp ./.libs/zip.lai /usr/src/php/ext/zip/modules/zip.la
  743. PATH="$PATH:/sbin" ldconfig -n /usr/src/php/ext/zip/modules
  744. ----------------------------------------------------------------------
  745. Libraries have been installed in:
  746. /usr/src/php/ext/zip/modules
  747.  
  748. If you ever happen to want to link against installed libraries
  749. in a given directory, LIBDIR, you must either use libtool, and
  750. specify the full pathname of the library, or use the `-LLIBDIR'
  751. flag during linking and do at least one of the following:
  752. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  753. during execution
  754. - add LIBDIR to the `LD_RUN_PATH' environment variable
  755. during linking
  756. - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
  757.  
  758. See any operating system documentation about shared libraries for
  759. more information, such as the ld(1) and ld.so(8) manual pages.
  760. ----------------------------------------------------------------------
  761.  
  762. Build complete.
  763. Don't forget to run 'make test'.
  764.  
  765. Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20170718/
  766. find . -name \*.gcno -o -name \*.gcda | xargs rm -f
  767. find . -name \*.lo -o -name \*.o | xargs rm -f
  768. find . -name \*.la -o -name \*.a | xargs rm -f
  769. find . -name \*.so | xargs rm -f
  770. find . -name .libs -a -type d|xargs rm -rf
  771. rm -f libphp.la modules/* libs/*
  772. WARNING: Ignoring APKINDEX.adfa7ceb.tar.gz: No such file or directory
  773. WARNING: Ignoring APKINDEX.efaa1f73.tar.gz: No such file or directory
  774. (1/1) Purging .phpize-deps-configure (0)
  775. OK: 298 MiB in 78 packages
  776. + pecl install apcu-5.1.12
  777. downloading apcu-5.1.12.tgz ...
  778. Starting to download apcu-5.1.12.tgz (105,890 bytes)
  779. .....................done: 105,890 bytes
  780. 39 source files, building
  781. running: phpize
  782. Configuring for:
  783. PHP Api Version: 20170718
  784. Zend Module Api No: 20170718
  785. Zend Extension Api No: 320170718
  786. Enable internal debugging in APCu [no] : building in /tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12
  787. running: /tmp/pear/temp/apcu/configure --with-php-config=/usr/local/bin/php-config --enable-apcu-debug=no
  788. checking for grep that handles long lines and -e... /bin/grep
  789. checking for egrep... /bin/grep -E
  790. checking for a sed that does not truncate output... /bin/sed
  791. checking for cc... cc
  792. checking whether the C compiler works... yes
  793. checking for C compiler default output file name... a.out
  794. checking for suffix of executables...
  795. checking whether we are cross compiling... no
  796. checking for suffix of object files... o
  797. checking whether we are using the GNU C compiler... yes
  798. checking whether cc accepts -g... yes
  799. checking for cc option to accept ISO C89... none needed
  800. checking how to run the C preprocessor... cc -E
  801. checking for icc... no
  802. checking for suncc... no
  803. checking whether cc understands -c and -o together... yes
  804. checking for system library directory... lib
  805. checking if compiler supports -R... no
  806. checking if compiler supports -Wl,-rpath,... yes
  807. checking build system type... x86_64-unknown-linux-gnu
  808. checking host system type... x86_64-unknown-linux-gnu
  809. checking target system type... x86_64-unknown-linux-gnu
  810. checking for PHP prefix... /usr/local
  811. 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
  812. checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20170718
  813. checking for PHP installed headers prefix... /usr/local/include/php
  814. checking if debug is enabled... no
  815. checking if zts is enabled... no
  816. checking for re2c... re2c
  817. checking for re2c version... 1.0.2 (ok)
  818. checking for gawk... no
  819. checking for nawk... no
  820. checking for awk... awk
  821. checking if awk is broken... no
  822. checking whether to enable APCu support... yes, shared
  823. checking if APCu should be allowed to use rwlocks... yes
  824. checking if APCu should be built in debug mode... no
  825. checking if APCu should clear on SIGUSR1... no
  826. checking if APCu will use mmap (or shm)... yes
  827. checking if APCu should utilize spinlocks before flocks... no
  828. checking whether the target compiler supports builtin atomics... yes
  829. configure: WARNING: APCu has access to native rwlocks
  830. checking for sigaction... yes
  831. checking for union semun... no
  832. checking for ANSI C header files... yes
  833. checking for sys/types.h... yes
  834. checking for sys/stat.h... yes
  835. checking for stdlib.h... yes
  836. checking for string.h... yes
  837. checking for memory.h... yes
  838. checking for strings.h... yes
  839. checking for inttypes.h... yes
  840. checking for stdint.h... yes
  841. checking for unistd.h... yes
  842. checking valgrind/memcheck.h usability... no
  843. checking valgrind/memcheck.h presence... no
  844. checking for valgrind/memcheck.h... no
  845. checking for shm_open in -lrt... yes
  846. checking whether to include code coverage symbols... no
  847. checking for ld used by cc... /usr/x86_64-alpine-linux-musl/bin/ld
  848. checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes
  849. checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r
  850. checking for BSD-compatible nm... /usr/bin/nm -B
  851. checking whether ln -s works... yes
  852. checking how to recognize dependent libraries... pass_all
  853. checking dlfcn.h usability... yes
  854. checking dlfcn.h presence... yes
  855. checking for dlfcn.h... yes
  856. checking the maximum length of command line arguments... 98304
  857. checking command to parse /usr/bin/nm -B output from cc object... ok
  858. checking for objdir... .libs
  859. checking for ar... ar
  860. checking for ranlib... ranlib
  861. checking for strip... strip
  862. checking if cc supports -fno-rtti -fno-exceptions... no
  863. checking for cc option to produce PIC... -fPIC
  864. checking if cc PIC flag -fPIC works... yes
  865. checking if cc static flag -static works... yes
  866. checking if cc supports -c -o file.o... yes
  867. checking whether the cc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes
  868. checking whether -lc should be explicitly linked in... no
  869. checking dynamic linker characteristics... GNU/Linux ld.so
  870. checking how to hardcode library paths into programs... immediate
  871. checking whether stripping libraries is possible... yes
  872. checking if libtool supports shared libraries... yes
  873. checking whether to build shared libraries... yes
  874. checking whether to build static libraries... no
  875.  
  876. creating libtool
  877. appending configuration tag "CXX" to libtool
  878. configure: creating ./config.status
  879. config.status: creating config.h
  880. running: make
  881. /bin/sh /tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/libtool --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/include -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/main -I/tmp/pear/temp/apcu -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/apcu/apc.c -o apc.lo
  882. mkdir .libs
  883. cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/include -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/main -I/tmp/pear/temp/apcu -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/apcu/apc.c -fPIC -DPIC -o .libs/apc.o
  884. /bin/sh /tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/libtool --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/include -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/main -I/tmp/pear/temp/apcu -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/apcu/apc_lock.c -o apc_lock.lo
  885. cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/include -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/main -I/tmp/pear/temp/apcu -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/apcu/apc_lock.c -fPIC -DPIC -o .libs/apc_lock.o
  886. /bin/sh /tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/libtool --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/include -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/main -I/tmp/pear/temp/apcu -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/apcu/php_apc.c -o php_apc.lo
  887. cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/include -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/main -I/tmp/pear/temp/apcu -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/apcu/php_apc.c -fPIC -DPIC -o .libs/php_apc.o
  888. /bin/sh /tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/libtool --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/include -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/main -I/tmp/pear/temp/apcu -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/apcu/apc_cache.c -o apc_cache.lo
  889. cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/include -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/main -I/tmp/pear/temp/apcu -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/apcu/apc_cache.c -fPIC -DPIC -o .libs/apc_cache.o
  890. /bin/sh /tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/libtool --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/include -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/main -I/tmp/pear/temp/apcu -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/apcu/apc_mmap.c -o apc_mmap.lo
  891. cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/include -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/main -I/tmp/pear/temp/apcu -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/apcu/apc_mmap.c -fPIC -DPIC -o .libs/apc_mmap.o
  892. /bin/sh /tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/libtool --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/include -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/main -I/tmp/pear/temp/apcu -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/apcu/apc_shm.c -o apc_shm.lo
  893. cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/include -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/main -I/tmp/pear/temp/apcu -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/apcu/apc_shm.c -fPIC -DPIC -o .libs/apc_shm.o
  894. /bin/sh /tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/libtool --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/include -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/main -I/tmp/pear/temp/apcu -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/apcu/apc_sma.c -o apc_sma.lo
  895. cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/include -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/main -I/tmp/pear/temp/apcu -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/apcu/apc_sma.c -fPIC -DPIC -o .libs/apc_sma.o
  896. /bin/sh /tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/libtool --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/include -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/main -I/tmp/pear/temp/apcu -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/apcu/apc_stack.c -o apc_stack.lo
  897. cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/include -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/main -I/tmp/pear/temp/apcu -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/apcu/apc_stack.c -fPIC -DPIC -o .libs/apc_stack.o
  898. /bin/sh /tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/libtool --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/include -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/main -I/tmp/pear/temp/apcu -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/apcu/apc_signal.c -o apc_signal.lo
  899. cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/include -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/main -I/tmp/pear/temp/apcu -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/apcu/apc_signal.c -fPIC -DPIC -o .libs/apc_signal.o
  900. /bin/sh /tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/libtool --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/include -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/main -I/tmp/pear/temp/apcu -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/apcu/apc_pool.c -o apc_pool.lo
  901. cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/include -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/main -I/tmp/pear/temp/apcu -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/apcu/apc_pool.c -fPIC -DPIC -o .libs/apc_pool.o
  902. /bin/sh /tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/libtool --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/include -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/main -I/tmp/pear/temp/apcu -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/apcu/apc_iterator.c -o apc_iterator.lo
  903. cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/include -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/main -I/tmp/pear/temp/apcu -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/apcu/apc_iterator.c -fPIC -DPIC -o .libs/apc_iterator.o
  904. /bin/sh /tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/libtool --mode=link cc -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/include -I/tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/main -I/tmp/pear/temp/apcu -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -o apcu.la -export-dynamic -avoid-version -prefer-pic -module -rpath /tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/modules apc.lo apc_lock.lo php_apc.lo apc_cache.lo apc_mmap.lo apc_shm.lo apc_sma.lo apc_stack.lo apc_signal.lo apc_pool.lo apc_iterator.lo -lrt
  905. cc -shared .libs/apc.o .libs/apc_lock.o .libs/php_apc.o .libs/apc_cache.o .libs/apc_mmap.o .libs/apc_shm.o .libs/apc_sma.o .libs/apc_stack.o .libs/apc_signal.o .libs/apc_pool.o .libs/apc_iterator.o -lrt -Wl,-soname -Wl,apcu.so -o .libs/apcu.so
  906. creating apcu.la
  907. (cd .libs && rm -f apcu.la && ln -s ../apcu.la apcu.la)
  908. /bin/sh /tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/libtool --mode=install cp ./apcu.la /tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/modules
  909. cp ./.libs/apcu.so /tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/modules/apcu.so
  910. cp ./.libs/apcu.lai /tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/modules/apcu.la
  911. PATH="$PATH:/sbin" ldconfig -n /tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/modules
  912. ----------------------------------------------------------------------
  913. Libraries have been installed in:
  914. /tmp/pear/temp/pear-build-defaultuserjFIHOo/apcu-5.1.12/modules
  915.  
  916. If you ever happen to want to link against installed libraries
  917. in a given directory, LIBDIR, you must either use libtool, and
  918. specify the full pathname of the library, or use the `-LLIBDIR'
  919. flag during linking and do at least one of the following:
  920. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  921. during execution
  922. - add LIBDIR to the `LD_RUN_PATH' environment variable
  923. during linking
  924. - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
  925.  
  926. See any operating system documentation about shared libraries for
  927. more information, such as the ld(1) and ld.so(8) manual pages.
  928. ----------------------------------------------------------------------
  929.  
  930. Build complete.
  931. Don't forget to run 'make test'.
  932.  
  933. running: make INSTALL_ROOT="/tmp/pear/temp/pear-build-defaultuserjFIHOo/install-apcu-5.1.12" install
  934. Installing shared extensions: /tmp/pear/temp/pear-build-defaultuserjFIHOo/install-apcu-5.1.12/usr/local/lib/php/extensions/no-debug-non-zts-20170718/
  935. Installing header files: /tmp/pear/temp/pear-build-defaultuserjFIHOo/install-apcu-5.1.12/usr/local/include/php/
  936. running: find "/tmp/pear/temp/pear-build-defaultuserjFIHOo/install-apcu-5.1.12" | xargs ls -dils
  937. 66497 4 drwxr-xr-x 3 root root 4096 Nov 9 09:01 /tmp/pear/temp/pear-build-defaultuserjFIHOo/install-apcu-5.1.12
  938. 69786 4 drwxr-xr-x 3 root root 4096 Nov 9 09:01 /tmp/pear/temp/pear-build-defaultuserjFIHOo/install-apcu-5.1.12/usr
  939. 69366 4 drwxr-xr-x 4 root root 4096 Nov 9 09:01 /tmp/pear/temp/pear-build-defaultuserjFIHOo/install-apcu-5.1.12/usr/local
  940. 70660 4 drwxr-xr-x 3 root root 4096 Nov 9 09:01 /tmp/pear/temp/pear-build-defaultuserjFIHOo/install-apcu-5.1.12/usr/local/include
  941. 70078 4 drwxr-xr-x 3 root root 4096 Nov 9 09:01 /tmp/pear/temp/pear-build-defaultuserjFIHOo/install-apcu-5.1.12/usr/local/include/php
  942. 70661 4 drwxr-xr-x 3 root root 4096 Nov 9 09:01 /tmp/pear/temp/pear-build-defaultuserjFIHOo/install-apcu-5.1.12/usr/local/include/php/ext
  943. 70079 4 drwxr-xr-x 2 root root 4096 Nov 9 09:01 /tmp/pear/temp/pear-build-defaultuserjFIHOo/install-apcu-5.1.12/usr/local/include/php/ext/apcu
  944. 262456 8 -rw-r--r-- 1 root root 6625 Nov 9 09:01 /tmp/pear/temp/pear-build-defaultuserjFIHOo/install-apcu-5.1.12/usr/local/include/php/ext/apcu/apc.h
  945. 262457 4 -rw-r--r-- 1 root root 1299 Nov 9 09:01 /tmp/pear/temp/pear-build-defaultuserjFIHOo/install-apcu-5.1.12/usr/local/include/php/ext/apcu/apc_api.h
  946. 262458 4 -rw-r--r-- 1 root root 2603 Nov 9 09:01 /tmp/pear/temp/pear-build-defaultuserjFIHOo/install-apcu-5.1.12/usr/local/include/php/ext/apcu/apc_arginfo.h
  947. 262459 4 -rw-r--r-- 1 root root 1968 Nov 9 09:01 /tmp/pear/temp/pear-build-defaultuserjFIHOo/install-apcu-5.1.12/usr/local/include/php/ext/apcu/apc_cache.h
  948. 262460 12 -rw-r--r-- 1 root root 12210 Nov 9 09:01 /tmp/pear/temp/pear-build-defaultuserjFIHOo/install-apcu-5.1.12/usr/local/include/php/ext/apcu/apc_cache_api.h
  949. 262461 4 -rw-r--r-- 1 root root 3701 Nov 9 09:01 /tmp/pear/temp/pear-build-defaultuserjFIHOo/install-apcu-5.1.12/usr/local/include/php/ext/apcu/apc_globals.h
  950. 262462 4 -rw-r--r-- 1 root root 4032 Nov 9 09:01 /tmp/pear/temp/pear-build-defaultuserjFIHOo/install-apcu-5.1.12/usr/local/include/php/ext/apcu/apc_iterator.h
  951. 262463 4 -rw-r--r-- 1 root root 1299 Nov 9 09:01 /tmp/pear/temp/pear-build-defaultuserjFIHOo/install-apcu-5.1.12/usr/local/include/php/ext/apcu/apc_lock.h
  952. 262464 8 -rw-r--r-- 1 root root 4419 Nov 9 09:01 /tmp/pear/temp/pear-build-defaultuserjFIHOo/install-apcu-5.1.12/usr/local/include/php/ext/apcu/apc_lock_api.h
  953. 262465 4 -rw-r--r-- 1 root root 1706 Nov 9 09:01 /tmp/pear/temp/pear-build-defaultuserjFIHOo/install-apcu-5.1.12/usr/local/include/php/ext/apcu/apc_pool.h
  954. 262466 4 -rw-r--r-- 1 root root 3170 Nov 9 09:01 /tmp/pear/temp/pear-build-defaultuserjFIHOo/install-apcu-5.1.12/usr/local/include/php/ext/apcu/apc_pool_api.h
  955. 262469 4 -rw-r--r-- 1 root root 3033 Nov 9 09:01 /tmp/pear/temp/pear-build-defaultuserjFIHOo/install-apcu-5.1.12/usr/local/include/php/ext/apcu/apc_serializer.h
  956. 262467 4 -rw-r--r-- 1 root root 1847 Nov 9 09:01 /tmp/pear/temp/pear-build-defaultuserjFIHOo/install-apcu-5.1.12/usr/local/include/php/ext/apcu/apc_sma.h
  957. 262468 12 -rw-r--r-- 1 root root 12021 Nov 9 09:01 /tmp/pear/temp/pear-build-defaultuserjFIHOo/install-apcu-5.1.12/usr/local/include/php/ext/apcu/apc_sma_api.h
  958. 262470 4 -rw-r--r-- 1 root root 2277 Nov 9 09:01 /tmp/pear/temp/pear-build-defaultuserjFIHOo/install-apcu-5.1.12/usr/local/include/php/ext/apcu/apc_stack.h
  959. 262455 4 -rw-r--r-- 1 root root 2712 Nov 9 09:01 /tmp/pear/temp/pear-build-defaultuserjFIHOo/install-apcu-5.1.12/usr/local/include/php/ext/apcu/php_apc.h
  960. 69787 4 drwxr-xr-x 3 root root 4096 Nov 9 09:01 /tmp/pear/temp/pear-build-defaultuserjFIHOo/install-apcu-5.1.12/usr/local/lib
  961. 69367 4 drwxr-xr-x 3 root root 4096 Nov 9 09:01 /tmp/pear/temp/pear-build-defaultuserjFIHOo/install-apcu-5.1.12/usr/local/lib/php
  962. 69788 4 drwxr-xr-x 3 root root 4096 Nov 9 09:01 /tmp/pear/temp/pear-build-defaultuserjFIHOo/install-apcu-5.1.12/usr/local/lib/php/extensions
  963. 69368 4 drwxr-xr-x 2 root root 4096 Nov 9 09:01 /tmp/pear/temp/pear-build-defaultuserjFIHOo/install-apcu-5.1.12/usr/local/lib/php/extensions/no-debug-non-zts-20170718
  964. 262443 512 -rwxr-xr-x 1 root root 523688 Nov 9 09:01 /tmp/pear/temp/pear-build-defaultuserjFIHOo/install-apcu-5.1.12/usr/local/lib/php/extensions/no-debug-non-zts-20170718/apcu.so
  965.  
  966. Build process completed successfully
  967. Installing '/usr/local/include/php/ext/apcu/php_apc.h'
  968. Installing '/usr/local/include/php/ext/apcu/apc_lock_api.h'
  969. Installing '/usr/local/include/php/ext/apcu/apc_sma.h'
  970. Installing '/usr/local/include/php/ext/apcu/apc_globals.h'
  971. Installing '/usr/local/include/php/ext/apcu/apc_pool.h'
  972. Installing '/usr/local/include/php/ext/apcu/apc_cache.h'
  973. Installing '/usr/local/include/php/ext/apcu/apc_lock.h'
  974. Installing '/usr/local/include/php/ext/apcu/apc_arginfo.h'
  975. Installing '/usr/local/include/php/ext/apcu/apc.h'
  976. Installing '/usr/local/include/php/ext/apcu/apc_iterator.h'
  977. Installing '/usr/local/include/php/ext/apcu/apc_pool_api.h'
  978. Installing '/usr/local/include/php/ext/apcu/apc_serializer.h'
  979. Installing '/usr/local/include/php/ext/apcu/apc_cache_api.h'
  980. Installing '/usr/local/include/php/ext/apcu/apc_api.h'
  981. Installing '/usr/local/include/php/ext/apcu/apc_sma_api.h'
  982. Installing '/usr/local/include/php/ext/apcu/apc_stack.h'
  983. Installing '/usr/local/lib/php/extensions/no-debug-non-zts-20170718/apcu.so'
  984. install ok: channel://pecl.php.net/apcu-5.1.12
  985. configuration option "php_ini" is not set to php.ini location
  986. You should add "extension=apcu.so" to php.ini
  987. + pecl clear-cache
  988. reading directory /tmp/pear/cache
  989. 8 cache entries cleared
  990. + docker-php-ext-enable apcu opcache
  991. fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
  992. fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
  993. (1/1) Installing .docker-php-ext-enable-deps (0)
  994. OK: 298 MiB in 79 packages
  995. WARNING: Ignoring APKINDEX.adfa7ceb.tar.gz: No such file or directory
  996. WARNING: Ignoring APKINDEX.efaa1f73.tar.gz: No such file or directory
  997. (1/1) Purging .docker-php-ext-enable-deps (0)
  998. OK: 298 MiB in 78 packages
  999. + scanelf --needed --nobanner --format '%n#p' --recursive /usr/local/lib/php/extensions
  1000. + awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }'
  1001. + sort+ tr , '\n'
  1002. -u
  1003. + runDeps='so:libc.musl-x86_64.so.1
  1004. so:libgcc_s.so.1
  1005. so:libicui18n.so.60
  1006. so:libicuio.so.60
  1007. so:libicuuc.so.60
  1008. so:libpq.so.5
  1009. so:libsodium.so.23
  1010. so:libstdc++.so.6
  1011. so:libzip.so.5'
  1012. + apk add --no-cache --virtual .api-phpexts-rundeps so:libc.musl-x86_64.so.1 so:libgcc_s.so.1 so:libicui18n.so.60 so:libicuio.so.60 so:libicuuc.so.60 so:libpq.so.5 so:libsodium.so.23 so:libstdc++.so.6 so:libzip.so.5
  1013. fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
  1014. fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
  1015. (1/1) Installing .api-phpexts-rundeps (0)
  1016. OK: 298 MiB in 79 packages
  1017. + apk del .build-deps
  1018. WARNING: Ignoring APKINDEX.adfa7ceb.tar.gz: No such file or directory
  1019. WARNING: Ignoring APKINDEX.efaa1f73.tar.gz: No such file or directory
  1020. (1/26) Purging .build-deps (0)
  1021. (2/26) Purging autoconf (2.69-r2)
  1022. (3/26) Purging m4 (1.4.18-r1)
  1023. (4/26) Purging dpkg-dev (1.18.24-r0)
  1024. (5/26) Purging perl (5.26.2-r1)
  1025. (6/26) Purging dpkg (1.18.24-r0)
  1026. (7/26) Purging g++ (6.4.0-r9)
  1027. (8/26) Purging gcc (6.4.0-r9)
  1028. (9/26) Purging binutils (2.30-r5)
  1029. (10/26) Purging libatomic (6.4.0-r9)
  1030. (11/26) Purging libc-dev (0.7.1-r0)
  1031. (12/26) Purging musl-dev (1.1.19-r10)
  1032. (13/26) Purging make (4.2.1-r2)
  1033. (14/26) Purging re2c (1.0.2-r0)
  1034. (15/26) Purging icu-dev (60.2-r2)
  1035. (16/26) Purging libzip-dev (1.5.1-r1)
  1036. (17/26) Purging postgresql-dev (10.5-r0)
  1037. (18/26) Purging libressl-dev (2.7.4-r0)
  1038. (19/26) Purging postgresql-libs (10.5-r0)
  1039. (20/26) Purging zlib-dev (1.2.11-r1)
  1040. (21/26) Purging libbz2 (1.0.6-r6)
  1041. 4fe2ade4980c: Already exists
  1042. 5cf60c0c0763: Already exists
  1043. 468219aa4689: Already exists
  1044. 4a8b1a3b9e51: Already exists
  1045. (26/26) Purging gmp (6.1.2-r1)
  1046. Executing busybox-1.28.4-r1.trigger
  1047. OK: 74 MiB in 53 packages
  1048. Removing intermediate container f54bf6d12ee3
  1049. ---> 7167c84c306b
  1050. Step 8/23 : COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
  1051. latest: Pulling from library/composer
  1052. f94222471f6e: Pull complete
  1053. 590978259969: Pull complete
  1054. c33f0bce7578: Pull complete
  1055. e7cdec58376b: Pull complete
  1056. 48a3db79f8a5: Pull complete
  1057. aa25ad1bc048: Pull complete
  1058. 5773caf521d7: Pull complete
  1059. 75e7dc1ffc89: Pull complete
  1060. 242964ec4379: Pull complete
  1061. e59af81a5259: Pull complete
  1062. e3e107e19c85: Pull complete
  1063. Digest: sha256:3d4b75735dc07010bf167d971d6c1700ec7c017632f199930dae1b863838e2e4
  1064. Status: Downloaded newer image for composer:latest
  1065. ---> 9e91a1ebe419
  1066. Step 9/23 : COPY docker/php/php.ini /usr/local/etc/php/php.ini
  1067. ---> 9935dce04e6f
  1068. Step 10/23 : ENV COMPOSER_ALLOW_SUPERUSER=1
  1069. ---> Running in 3a315458e54b
  1070. Removing intermediate container 3a315458e54b
  1071. ---> 562db56fd87d
  1072. Step 11/23 : RUN set -eux; composer global require "hirak/prestissimo:^0.3" --prefer-dist --no-progress --no-suggest --classmap-authoritative; composer clear-cache
  1073. ---> Running in 80f7034d09aa
  1074. + composer global require hirak/prestissimo:^0.3 --prefer-dist --no-progress --no-suggest --classmap-authoritative
  1075. Changed current directory to /root/.composer
  1076. ./composer.json has been created
  1077. Loading composer repositories with package information
  1078. Updating dependencies (including require-dev)
  1079. Package operations: 1 install, 0 updates, 0 removals
  1080. - Installing hirak/prestissimo (0.3.8): Downloading (100%)
  1081. Writing lock file
  1082. Generating optimized autoload files
  1083. + composer clear-cache
  1084. Cache directory does not exist (cache-vcs-dir):
  1085. Clearing cache (cache-repo-dir): /root/.composer/cache/repo
  1086. Clearing cache (cache-files-dir): /root/.composer/cache/files
  1087. Clearing cache (cache-dir): /root/.composer/cache
  1088. All caches cleared.
  1089. Removing intermediate container 80f7034d09aa
  1090. ---> 1551ad164fbd
  1091. Step 12/23 : ENV PATH="${PATH}:/root/.composer/vendor/bin"
  1092. ---> Running in 4bb4f074953c
  1093. Removing intermediate container 4bb4f074953c
  1094. ---> 0f821382a1b8
  1095. Step 13/23 : WORKDIR /srv/api
  1096. ---> Running in 9c79b2132552
  1097. Removing intermediate container 9c79b2132552
  1098. ---> 0a7ce712f863
  1099. Step 14/23 : ARG APP_ENV=prod
  1100. ---> Running in 4a81acfcddf8
  1101. Removing intermediate container 4a81acfcddf8
  1102. ---> b1f21b1bd288
  1103. Step 15/23 : COPY composer.json composer.lock ./
  1104. ---> c91bc2c4fb73
  1105. Step 16/23 : RUN set -eux; composer install --prefer-dist --no-dev --no-autoloader --no-scripts --no-progress --no-suggest; composer clear-cache
  1106. ---> Running in 488ff707d2cb
  1107. + composer install --prefer-dist --no-dev --no-autoloader --no-scripts --no-progress --no-suggest
  1108. Loading composer repositories with package information
  1109. Installing dependencies from lock file
  1110. 1/61: https://codeload.github.com/api-platform/api-pack/legacy.zip/33ade8a1dc23868828788fe1bf3e54291ce54843
  1111. 2/61: https://codeload.github.com/symfony/lts/legacy.zip/b5442df5a473775a3e5b34287e61570b45deb771
  1112. 3/61: https://codeload.github.com/guzzle/promises/legacy.zip/a59da6cf61d80060647ff4d3eb2c03a2bc694646
  1113. 4/61: https://codeload.github.com/php-fig/http-message/legacy.zip/f6561bf28d520154e4b0ec72be95418abe6d9363
  1114. 5/61: https://codeload.github.com/symfony/property-info/legacy.zip/a3a785d23b4fe1d1cea02be14011d654432aeb89
  1115. 6/61: https://codeload.github.com/guzzle/psr7/legacy.zip/f5b8a8512e2b58b0071a7280e39f14f72e05d87c
  1116. 7/61: https://codeload.github.com/symfony/flex/legacy.zip/9fb60f232af0764d58002e7872acb43a74506d25
  1117. 8/61: https://codeload.github.com/symfony/yaml/legacy.zip/b832cc289608b6d305f62149df91529a2ab3c314
  1118. 9/61: https://codeload.github.com/jdorn/sql-formatter/legacy.zip/64990d96e0959dff8e059dfcdc1af130728d92bc
  1119. 10/61: https://codeload.github.com/willdurand/Negotiation/legacy.zip/03436ededa67c6e83b9b12defac15384cb399dc9
  1120. 11/61: https://codeload.github.com/guzzle/guzzle/legacy.zip/407b0cb880ace85c9b63c5f9551db498cb2d50ba
  1121. 12/61: https://codeload.github.com/doctrine/DoctrineBundle/legacy.zip/703fad32e4c8cbe609caf45a71a1d4266c830f0f
  1122. 13/61: https://codeload.github.com/doctrine/DoctrineCacheBundle/legacy.zip/4c8e363f96427924e7e519c5b5119b4f54512697
  1123. 14/61: https://codeload.github.com/doctrine/common/legacy.zip/a210246d286c77d2b89040f8691ba7b3a713d2c1
  1124. 15/61: https://codeload.github.com/doctrine/inflector/legacy.zip/5527a48b7313d15261292c149e55e26eae771b0a
  1125. 16/61: https://codeload.github.com/doctrine/reflection/legacy.zip/02538d3f95e88eb397a5f86274deb2c6175c2ab6
  1126. 18/61: https://codeload.github.com/doctrine/annotations/legacy.zip/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5
  1127. 18/61: https://codeload.github.com/doctrine/lexer/legacy.zip/83893c552fd2045dd78aef794c31e694c37c0b8c
  1128. 19/61: https://codeload.github.com/doctrine/collections/legacy.zip/a01ee38fcd999f34d9bfbcee59dbda5105449cbf
  1129. 20/61: https://codeload.github.com/symfony/doctrine-bridge/legacy.zip/58e331b3f6bbbd0beeb41cc924455bf85f660f50
  1130. 21/61: https://codeload.github.com/doctrine/cache/legacy.zip/d768d58baee9a4862ca783840eca1b9add7a7f57
  1131. 22/61: https://codeload.github.com/symfony/serializer/legacy.zip/2f134b6cad1cefa0613a4339b08e480124914c85
  1132. 23/61: https://codeload.github.com/nelmio/NelmioCorsBundle/legacy.zip/548dc8ebd3984acd2f6d8787ab1dac2e9aa14254
  1133. 24/61: https://codeload.github.com/doctrine/event-manager/legacy.zip/a520bc093a0170feeb6b14e9d83f3a14452e64b3
  1134. 25/61: https://codeload.github.com/doctrine/instantiator/legacy.zip/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda
  1135. 26/61: https://codeload.github.com/symfony/console/legacy.zip/ca80b8ced97cf07390078b29773dc384c39eee1f
  1136. 27/61: https://codeload.github.com/phpDocumentor/ReflectionCommon/legacy.zip/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6
  1137. 28/61: https://codeload.github.com/phpDocumentor/TypeResolver/legacy.zip/9c977708995954784726e25d0cd1dddf4e65b0f7
  1138. 29/61: https://codeload.github.com/webmozart/assert/legacy.zip/0df1908962e7a3071564e857d86874dad1ef204a
  1139. 30/61: https://codeload.github.com/symfony/asset/legacy.zip/7bec13dad0df8146ee6ba9350203fcc832814bfe
  1140. 31/61: https://codeload.github.com/symfony/finder/legacy.zip/e162f1df3102d0b7472805a5a9d5db9fcf0a8068
  1141. 32/61: https://codeload.github.com/symfony/expression-language/legacy.zip/065bba63c61c96fd2d4fbd01b28de058e6f8779a
  1142. 33/61: https://codeload.github.com/phpDocumentor/ReflectionDocBlock/legacy.zip/94fd0001232e47129dd3504189fa1c7225010d08
  1143. 34/61: https://codeload.github.com/doctrine/persistence/legacy.zip/af1ec238659a83e320f03e0e454e200f689b4b97
  1144. 35/61: https://codeload.github.com/symfony/routing/legacy.zip/a5784c2ec4168018c87b38f0e4f39d2278499f51
  1145. 36/61: https://codeload.github.com/php-fig/cache/legacy.zip/d11b50ad223250cf17b86e38383413f5a6764bf8
  1146. 37/61: https://codeload.github.com/php-fig/simple-cache/legacy.zip/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b
  1147. 38/61: https://codeload.github.com/symfony/cache/legacy.zip/b8440ff4635c6631aca21a09ab72e0b7e3a6cb7a
  1148. 39/61: https://codeload.github.com/php-fig/container/legacy.zip/b7ce3b176482dbbc1245ebf52b181af44c2cf55f
  1149. 40/61: https://codeload.github.com/api-platform/core/legacy.zip/c2329e456b680b73501b65c5298fae8f3c75bc0e
  1150. 41/61: https://codeload.github.com/symfony/property-access/legacy.zip/ae8561ba08af38e12dc5e21582ddb4baf66719ca
  1151. 42/61: https://codeload.github.com/symfony/framework-bundle/legacy.zip/f62dc69959253acf717c3d89cd509975daf10e02
  1152. 43/61: https://codeload.github.com/symfony/inflector/legacy.zip/07810b5c88ec0c2e98972571a40a126b44664e13
  1153. 44/61: https://codeload.github.com/symfony/filesystem/legacy.zip/c0f5f62db218fa72195b8b8700e4b9b9cf52eb5e
  1154. 45/61: https://codeload.github.com/symfony/security-bundle/legacy.zip/03f68de271c2a5fdddf9f41b25ef80bc1ddf303b
  1155. 46/61: https://codeload.github.com/symfony/twig-bundle/legacy.zip/7ad77c4f669d7d5de0032b876b19e2b664003e85
  1156. 47/61: https://codeload.github.com/php-fig/log/legacy.zip/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d
  1157. 48/61: https://codeload.github.com/doctrine/dbal/legacy.zip/5140a64c08b4b607b9bedaae0cedd26f04a0e621
  1158. 49/61: https://codeload.github.com/doctrine/doctrine2/legacy.zip/d2b4dd71d2a276edd65d0c170375b445f8a4a4a8
  1159. 50/61: https://codeload.github.com/symfony/event-dispatcher/legacy.zip/bfb30c2ad377615a463ebbc875eba64a99f6aa3e
  1160. 51/61: https://codeload.github.com/symfony/debug/legacy.zip/47ead688f1f2877f3f14219670f52e4722ee7052
  1161. 52/61: https://codeload.github.com/symfony/security/legacy.zip/64c830b4dddbcbeacfe678b0b98e28d6c2870e42
  1162. 53/61: https://codeload.github.com/symfony/config/legacy.zip/76015a3cc372b14d00040ff58e18e29f69eba717
  1163. 54/61: https://codeload.github.com/symfony/dependency-injection/legacy.zip/bae4983003c9d451e278504d7d9b9d7fc1846873
  1164. 55/61: https://codeload.github.com/symfony/twig-bridge/legacy.zip/550cd9cd3a106a3426bdb2bd9d2914a4937656d1
  1165. 56/61: https://codeload.github.com/symfony/http-kernel/legacy.zip/33de0a1ff2e1720096189e3ced682d7a4e8f5e35
  1166. 57/61: https://codeload.github.com/symfony/translation/legacy.zip/fa2182669f7983b7aa5f1a770d053f79f0ef144f
  1167. 58/61: https://codeload.github.com/symfony/polyfill-mbstring/legacy.zip/d0cd638f4634c16d8df4508e847f14e9e43168b8
  1168. 59/61: https://codeload.github.com/twigphp/Twig/legacy.zip/6a5f676b77a90823c2d4eaf76137b771adf31323
  1169. 60/61: https://codeload.github.com/symfony/validator/legacy.zip/92646dd2c781f2a8926f9bf57a9333a1e5a628c5
  1170. 61/61: https://codeload.github.com/symfony/http-foundation/legacy.zip/3a5c91e133b220bb882b3cd773ba91bf39989345
  1171. Finished: success: 61, skipped: 0, failure: 0, total: 61
  1172. Package operations: 61 installs, 0 updates, 0 removals
  1173. - Installing symfony/flex (v1.1.1): Loading from cache
  1174. - Installing symfony/polyfill-mbstring (v1.9.0): Loading from cache
  1175. - Installing symfony/translation (v4.1.4): Loading from cache
  1176. - Installing symfony/validator (v4.1.4): Loading from cache
  1177. - Installing twig/twig (v2.5.0): Loading from cache
  1178. - Installing symfony/twig-bridge (v4.1.4): Loading from cache
  1179. - Installing symfony/http-foundation (v4.1.4): Loading from cache
  1180. - Installing symfony/event-dispatcher (v4.1.4): Loading from cache
  1181. - Installing psr/log (1.0.2): Loading from cache
  1182. - Installing symfony/debug (v4.1.4): Loading from cache
  1183. - Installing symfony/http-kernel (v4.1.4): Loading from cache
  1184. - Installing symfony/filesystem (v4.1.4): Loading from cache
  1185. - Installing symfony/config (v4.1.4): Loading from cache
  1186. - Installing symfony/twig-bundle (v4.1.4): Loading from cache
  1187. - Installing symfony/inflector (v4.1.4): Loading from cache
  1188. - Installing symfony/property-access (v4.1.4): Loading from cache
  1189. - Installing symfony/security (v4.1.4): Loading from cache
  1190. - Installing psr/container (1.0.0): Loading from cache
  1191. - Installing symfony/dependency-injection (v4.1.4): Loading from cache
  1192. - Installing symfony/security-bundle (v4.1.4): Loading from cache
  1193. - Installing psr/simple-cache (1.0.1): Loading from cache
  1194. - Installing psr/cache (1.0.1): Loading from cache
  1195. - Installing symfony/cache (v4.1.4): Loading from cache
  1196. - Installing symfony/expression-language (v4.1.4): Loading from cache
  1197. - Installing symfony/asset (v4.1.4): Loading from cache
  1198. - Installing webmozart/assert (1.3.0): Loading from cache
  1199. - Installing phpdocumentor/reflection-common (1.0.1): Loading from cache
  1200. - Installing phpdocumentor/type-resolver (0.4.0): Loading from cache
  1201. - Installing phpdocumentor/reflection-docblock (4.3.0): Loading from cache
  1202. - Installing symfony/routing (v4.1.4): Loading from cache
  1203. - Installing symfony/finder (v4.1.4): Loading from cache
  1204. - Installing symfony/framework-bundle (v4.1.4): Loading from cache
  1205. - Installing nelmio/cors-bundle (1.5.4): Loading from cache
  1206. - Installing symfony/console (v4.1.4): Loading from cache
  1207. - Installing doctrine/instantiator (1.1.0): Loading from cache
  1208. - Installing doctrine/event-manager (v1.0.0): Loading from cache
  1209. - Installing doctrine/cache (v1.8.0): Loading from cache
  1210. - Installing doctrine/dbal (v2.8.0): Loading from cache
  1211. - Installing doctrine/lexer (v1.0.1): Loading from cache
  1212. - Installing doctrine/annotations (v1.6.0): Loading from cache
  1213. - Installing doctrine/reflection (v1.0.0): Loading from cache
  1214. - Installing doctrine/collections (v1.5.0): Loading from cache
  1215. - Installing doctrine/persistence (v1.0.1): Loading from cache
  1216. - Installing doctrine/inflector (v1.3.0): Loading from cache
  1217. - Installing doctrine/common (v2.9.0): Loading from cache
  1218. - Installing doctrine/orm (v2.6.2): Loading from cache
  1219. - Installing symfony/doctrine-bridge (v4.1.4): Loading from cache
  1220. - Installing jdorn/sql-formatter (v1.2.17): Loading from cache
  1221. - Installing doctrine/doctrine-cache-bundle (1.3.3): Loading from cache
  1222. - Installing doctrine/doctrine-bundle (1.9.1): Loading from cache
  1223. - Installing willdurand/negotiation (v2.3.1): Loading from cache
  1224. - Installing symfony/serializer (v4.1.4): Loading from cache
  1225. - Installing symfony/property-info (v4.1.4): Loading from cache
  1226. - Installing api-platform/core (v2.3.3): Loading from cache
  1227. - Installing api-platform/api-pack (1.1.0): Loading from cache
  1228. - Installing psr/http-message (1.0.1): Loading from cache
  1229. - Installing guzzlehttp/psr7 (1.4.2): Loading from cache
  1230. - Installing guzzlehttp/promises (v1.3.1): Loading from cache
  1231. - Installing guzzlehttp/guzzle (6.3.3): Loading from cache
  1232. - Installing symfony/yaml (v4.1.4): Loading from cache
  1233. Package symfony/lts is abandoned, you should avoid using it. Use symfony/flex instead.
  1234. + composer clear-cache
  1235. Cache directory does not exist (cache-vcs-dir):
  1236. Clearing cache (cache-repo-dir): /root/.composer/cache/repo
  1237. Clearing cache (cache-files-dir): /root/.composer/cache/files
  1238. Clearing cache (cache-dir): /root/.composer/cache
  1239. All caches cleared.
  1240. Removing intermediate container 488ff707d2cb
  1241. ---> 340a62148965
  1242. Step 17/23 : COPY . ./
  1243. ---> b13c9b0192e3
  1244. Step 18/23 : RUN set -eux; mkdir -p var/cache var/log; composer dump-autoload --classmap-authoritative --no-dev; composer run-script --no-dev post-install-cmd; chmod +x bin/console; sync
  1245. ---> Running in 02886ad924ba
  1246. + mkdir -p var/cache var/log
  1247. + composer dump-autoload --classmap-authoritative --no-dev
  1248. Generating optimized autoload files (authoritative)
  1249. + composer run-script --no-dev post-install-cmd
  1250. Executing script cache:clear [OK]
  1251. Executing script assets:install
  1252. [OK]
  1253. + chmod +x bin/console
  1254. + sync
  1255. Removing intermediate container 02886ad924ba
  1256. ---> dca9a4afdd08
  1257. Step 19/23 : VOLUME /srv/api/var
  1258. ---> Running in d275b0059532
  1259. Removing intermediate container d275b0059532
  1260. ---> 5779ceff1da7
  1261. Step 20/23 : COPY docker/php/docker-entrypoint.sh /usr/local/bin/docker-entrypoint
  1262. ---> b060de32c9b7
  1263. Step 21/23 : RUN chmod +x /usr/local/bin/docker-entrypoint
  1264. ---> Running in 2950041ccdc8
  1265. Removing intermediate container 2950041ccdc8
  1266. ---> 3f88c777ab14
  1267. Step 22/23 : ENTRYPOINT ["docker-entrypoint"]
  1268. ---> Running in a19458cd2a83
  1269. Removing intermediate container a19458cd2a83
  1270. ---> 64e71eb0c74a
  1271. Step 23/23 : CMD ["php-fpm"]
  1272. ---> Running in 5ee4a26059b9
  1273. Removing intermediate container 5ee4a26059b9
  1274. ---> 4ac41886fc1d
  1275.  
  1276. Successfully built 4ac41886fc1d
  1277. Successfully tagged quay.io/api-platform/php:latest
  1278. WARNING: Image for service php was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`.
  1279. Building api
  1280. Step 1/27 : ARG PHP_VERSION=7.2
  1281. Step 2/27 : ARG NGINX_VERSION=1.15
  1282. Step 3/27 : ARG VARNISH_VERSION=6.0
  1283. Step 4/27 : FROM php:${PHP_VERSION}-fpm-alpine AS api_platform_php
  1284. ---> bfe44989159a
  1285. Step 5/27 : RUN apk add --no-cache acl file gettext git postgresql-client ;
  1286. ---> Using cache
  1287. ---> c11c8660d128
  1288. Step 6/27 : ARG APCU_VERSION=5.1.12
  1289. ---> Using cache
  1290. ---> 60b8112d63b9
  1291. Step 7/27 : RUN set -eux; apk add --no-cache --virtual .build-deps $PHPIZE_DEPS icu-dev libzip-dev postgresql-dev zlib-dev ; docker-php-ext-configure zip --with-libzip; docker-php-ext-install -j$(nproc) intl pdo_pgsql zip ; pecl install apcu-${APCU_VERSION} ; pecl clear-cache; docker-php-ext-enable apcu opcache ; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local/lib/php/extensions | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-cache --virtual .api-phpexts-rundeps $runDeps; apk del .build-deps
  1292. ---> Using cache
  1293. ---> 7167c84c306b
  1294. Step 8/27 : COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
  1295. ---> Using cache
  1296. ---> 9e91a1ebe419
  1297. Step 9/27 : COPY docker/php/php.ini /usr/local/etc/php/php.ini
  1298. ---> Using cache
  1299. ---> 9935dce04e6f
  1300. Step 10/27 : ENV COMPOSER_ALLOW_SUPERUSER=1
  1301. ---> Using cache
  1302. ---> 562db56fd87d
  1303. Step 11/27 : RUN set -eux; composer global require "hirak/prestissimo:^0.3" --prefer-dist --no-progress --no-suggest --classmap-authoritative; composer clear-cache
  1304. ---> Using cache
  1305. ---> 1551ad164fbd
  1306. Step 12/27 : ENV PATH="${PATH}:/root/.composer/vendor/bin"
  1307. ---> Using cache
  1308. ---> 0f821382a1b8
  1309. Step 13/27 : WORKDIR /srv/api
  1310. ---> Using cache
  1311. ---> 0a7ce712f863
  1312. Step 14/27 : ARG APP_ENV=prod
  1313. ---> Using cache
  1314. ---> b1f21b1bd288
  1315. Step 15/27 : COPY composer.json composer.lock ./
  1316. ---> Using cache
  1317. ---> c91bc2c4fb73
  1318. Step 16/27 : RUN set -eux; composer install --prefer-dist --no-dev --no-autoloader --no-scripts --no-progress --no-suggest; composer clear-cache
  1319. ---> Using cache
  1320. ---> 340a62148965
  1321. Step 17/27 : COPY . ./
  1322. ---> Using cache
  1323. ---> b13c9b0192e3
  1324. Step 18/27 : RUN set -eux; mkdir -p var/cache var/log; composer dump-autoload --classmap-authoritative --no-dev; composer run-script --no-dev post-install-cmd; chmod +x bin/console; sync
  1325. ---> Using cache
  1326. ---> dca9a4afdd08
  1327. Step 19/27 : VOLUME /srv/api/var
  1328. ---> Using cache
  1329. ---> 5779ceff1da7
  1330. Step 20/27 : COPY docker/php/docker-entrypoint.sh /usr/local/bin/docker-entrypoint
  1331. ---> Using cache
  1332. ---> b060de32c9b7
  1333. Step 21/27 : RUN chmod +x /usr/local/bin/docker-entrypoint
  1334. ---> Using cache
  1335. ---> 3f88c777ab14
  1336. Step 22/27 : ENTRYPOINT ["docker-entrypoint"]
  1337. ---> Using cache
  1338. ---> 64e71eb0c74a
  1339. Step 23/27 : CMD ["php-fpm"]
  1340. ---> Using cache
  1341. ---> 4ac41886fc1d
  1342.  
  1343. Step 24/27 : FROM nginx:${NGINX_VERSION}-alpine AS api_platform_nginx
  1344. 1.15-alpine: Pulling from library/nginx
  1345. 4fe2ade4980c: Already exists
  1346. e11b023b07a0: Pull complete
  1347. aaf7d5908de5: Pull complete
  1348. 8ae3a5ca453f: Pull complete
  1349. Digest: sha256:41dbd69d560c20712f90011689596f20a5db6d7f85436edda7f177a2e53d4da2
  1350. Status: Downloaded newer image for nginx:1.15-alpine
  1351. ---> d3dcc25e0dc4
  1352. Step 25/27 : COPY docker/nginx/conf.d/default.conf /etc/nginx/conf.d/default.conf
  1353. ---> d179d63fb4e6
  1354. Step 26/27 : WORKDIR /srv/api
  1355. ---> Running in 25f02d96176f
  1356. Removing intermediate container 25f02d96176f
  1357. ---> 1328af31b920
  1358. Step 27/27 : COPY --from=api_platform_php /srv/api/public public/
  1359. ---> f17647632bcc
  1360.  
  1361. Successfully built f17647632bcc
  1362. Successfully tagged quay.io/api-platform/nginx:latest
  1363. WARNING: Image for service api was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`.
  1364. Building cache-proxy
  1365. Step 1/29 : ARG PHP_VERSION=7.2
  1366. Step 2/29 : ARG NGINX_VERSION=1.15
  1367. Step 3/29 : ARG VARNISH_VERSION=6.0
  1368. Step 4/29 : FROM php:${PHP_VERSION}-fpm-alpine AS api_platform_php
  1369. ---> bfe44989159a
  1370. Step 5/29 : RUN apk add --no-cache acl file gettext git postgresql-client ;
  1371. ---> Using cache
  1372. ---> c11c8660d128
  1373. Step 6/29 : ARG APCU_VERSION=5.1.12
  1374. ---> Using cache
  1375. ---> 60b8112d63b9
  1376. Step 7/29 : RUN set -eux; apk add --no-cache --virtual .build-deps $PHPIZE_DEPS icu-dev libzip-dev postgresql-dev zlib-dev ; docker-php-ext-configure zip --with-libzip; docker-php-ext-install -j$(nproc) intl pdo_pgsql zip ; pecl install apcu-${APCU_VERSION} ; pecl clear-cache; docker-php-ext-enable apcu opcache ; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local/lib/php/extensions | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-cache --virtual .api-phpexts-rundeps $runDeps; apk del .build-deps
  1377. ---> Using cache
  1378. ---> 7167c84c306b
  1379. Step 8/29 : COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
  1380. ---> Using cache
  1381. ---> 9e91a1ebe419
  1382. Step 9/29 : COPY docker/php/php.ini /usr/local/etc/php/php.ini
  1383. ---> Using cache
  1384. ---> 9935dce04e6f
  1385. Step 10/29 : ENV COMPOSER_ALLOW_SUPERUSER=1
  1386. ---> Using cache
  1387. ---> 562db56fd87d
  1388. Step 11/29 : RUN set -eux; composer global require "hirak/prestissimo:^0.3" --prefer-dist --no-progress --no-suggest --classmap-authoritative; composer clear-cache
  1389. ---> Using cache
  1390. ---> 1551ad164fbd
  1391. Step 12/29 : ENV PATH="${PATH}:/root/.composer/vendor/bin"
  1392. ---> Using cache
  1393. ---> 0f821382a1b8
  1394. Step 13/29 : WORKDIR /srv/api
  1395. ---> Using cache
  1396. ---> 0a7ce712f863
  1397. Step 14/29 : ARG APP_ENV=prod
  1398. ---> Using cache
  1399. ---> b1f21b1bd288
  1400. Step 15/29 : COPY composer.json composer.lock ./
  1401. ---> Using cache
  1402. ---> c91bc2c4fb73
  1403. Step 16/29 : RUN set -eux; composer install --prefer-dist --no-dev --no-autoloader --no-scripts --no-progress --no-suggest; composer clear-cache
  1404. ---> Using cache
  1405. ---> 340a62148965
  1406. Step 17/29 : COPY . ./
  1407. ---> Using cache
  1408. ---> b13c9b0192e3
  1409. Step 18/29 : RUN set -eux; mkdir -p var/cache var/log; composer dump-autoload --classmap-authoritative --no-dev; composer run-script --no-dev post-install-cmd; chmod +x bin/console; sync
  1410. ---> Using cache
  1411. ---> dca9a4afdd08
  1412. Step 19/29 : VOLUME /srv/api/var
  1413. ---> Using cache
  1414. ---> 5779ceff1da7
  1415. Step 20/29 : COPY docker/php/docker-entrypoint.sh /usr/local/bin/docker-entrypoint
  1416. ---> Using cache
  1417. ---> b060de32c9b7
  1418. Step 21/29 : RUN chmod +x /usr/local/bin/docker-entrypoint
  1419. ---> Using cache
  1420. ---> 3f88c777ab14
  1421. Step 22/29 : ENTRYPOINT ["docker-entrypoint"]
  1422. ---> Using cache
  1423. ---> 64e71eb0c74a
  1424. Step 23/29 : CMD ["php-fpm"]
  1425. ---> Using cache
  1426. ---> 4ac41886fc1d
  1427.  
  1428. Step 24/29 : FROM nginx:${NGINX_VERSION}-alpine AS api_platform_nginx
  1429. ---> d3dcc25e0dc4
  1430. Step 25/29 : COPY docker/nginx/conf.d/default.conf /etc/nginx/conf.d/default.conf
  1431. ---> Using cache
  1432. ---> d179d63fb4e6
  1433. Step 26/29 : WORKDIR /srv/api
  1434. ---> Using cache
  1435. ---> 1328af31b920
  1436. Step 27/29 : COPY --from=api_platform_php /srv/api/public public/
  1437. ---> Using cache
  1438. ---> f17647632bcc
  1439.  
  1440. Step 28/29 : FROM cooptilleuls/varnish:${VARNISH_VERSION}-alpine AS api_platform_varnish
  1441. 6.0-alpine: Pulling from cooptilleuls/varnish
  1442. 4fe2ade4980c: Already exists
  1443. 603e8808455c: Pull complete
  1444. adbf13cf301b: Pull complete
  1445. e1dd6311a6e7: Pull complete
  1446. c5aef59fe4e4: Pull complete
  1447. a156546e6930: Pull complete
  1448. 813a8862256c: Pull complete
  1449. Digest: sha256:711f77825ba9c9f69346a1b22b0ab84bfdfb599e203dee36c7a2c270ec65a098
  1450. Status: Downloaded newer image for cooptilleuls/varnish:6.0-alpine
  1451. ---> b3e1e0e9ebcc
  1452. Step 29/29 : COPY docker/varnish/conf/default.vcl /usr/local/etc/varnish/default.vcl
  1453. ---> 74838a8be0d4
  1454.  
  1455. Successfully built 74838a8be0d4
  1456. Successfully tagged quay.io/api-platform/varnish:latest
  1457. WARNING: Image for service cache-proxy was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`.
  1458. Building client
  1459. Step 1/8 : FROM node:10.10-alpine
  1460. 10.10-alpine: Pulling from library/node
  1461. 4fe2ade4980c: Already exists
  1462. 36e3ebf48735: Pull complete
  1463. 2542dc4892a7: Pull complete
  1464. Digest: sha256:fcab88e96877f3a592be65131ca08d613db8558fefbc3fcc988876fd3b5a447d
  1465. Status: Downloaded newer image for node:10.10-alpine
  1466. ---> 5ffbcf1d9932
  1467. Step 2/8 : RUN mkdir -p /usr/src/client
  1468. ---> Running in e6c172ae51e1
  1469. Removing intermediate container e6c172ae51e1
  1470. ---> 12c737bc58c4
  1471. Step 3/8 : WORKDIR /usr/src/client
  1472. ---> Running in 480d1cf40341
  1473. Removing intermediate container 480d1cf40341
  1474. ---> dfb4fd507015
  1475. Step 4/8 : RUN yarn global add @api-platform/client-generator
  1476. ---> Running in f64e517fa86f
  1477. yarn global v1.9.4
  1478. [1/4] Resolving packages...
  1479. [2/4] Fetching packages...
  1480. (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
  1481. [3/4] Linking dependencies...
  1482. [4/4] Building fresh packages...
  1483. success Installed "@api-platform/client-generator@0.2.1" with binaries:
  1484. - generate-api-platform-client
  1485. Done in 10.84s.
  1486. Removing intermediate container f64e517fa86f
  1487. ---> 44d04153a9ca
  1488. Step 5/8 : COPY package.json yarn.lock ./
  1489. ---> ff19f21db446
  1490. Step 6/8 : RUN yarn install
  1491. ---> Running in da6e0e2c652a
  1492. yarn install v1.9.4
  1493. [1/4] Resolving packages...
  1494. [2/4] Fetching packages...
  1495. (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
  1496. info fsevents@1.1.2: The platform "linux" is incompatible with this module.
  1497. info "fsevents@1.1.2" is an optional dependency and failed compatibility check. Excluding it from installation.
  1498. info fsevents@1.2.4: The platform "linux" is incompatible with this module.
  1499. info "fsevents@1.2.4" is an optional dependency and failed compatibility check. Excluding it from installation.
  1500. [3/4] Linking dependencies...
  1501. warning " > bootstrap@4.1.3" has unmet peer dependency "jquery@1.9.1 - 3".
  1502. warning " > bootstrap@4.1.3" has unmet peer dependency "popper.js@^1.14.3".
  1503. [4/4] Building fresh packages...
  1504. Done in 22.50s.
  1505. Removing intermediate container da6e0e2c652a
  1506. ---> 3384b805a432
  1507. Step 7/8 : COPY . ./
  1508. ---> e0ce0f5c361d
  1509. Step 8/8 : CMD yarn start
  1510. ---> Running in f9f50bf7aa50
  1511. Removing intermediate container f9f50bf7aa50
  1512. ---> 883434a66138
  1513.  
  1514. Successfully built 883434a66138
  1515. Successfully tagged quay.io/api-platform/client:latest
  1516. WARNING: Image for service client was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`.
  1517. Building admin
  1518. Step 1/7 : FROM node:10.10-alpine
  1519. ---> 5ffbcf1d9932
  1520. Step 2/7 : RUN mkdir -p /usr/src/admin
  1521. ---> Running in 043dbd071422
  1522. Removing intermediate container 043dbd071422
  1523. ---> f93d2da52d99
  1524. Step 3/7 : WORKDIR /usr/src/admin
  1525. ---> Running in 440a96de5e3a
  1526. Removing intermediate container 440a96de5e3a
  1527. ---> a42a6cc2aa5a
  1528. Step 4/7 : COPY package.json yarn.lock ./
  1529. ---> 50dfb7de06e1
  1530. Step 5/7 : RUN yarn install
  1531. ---> Running in 61540e4de65f
  1532. yarn install v1.9.4
  1533. [1/4] Resolving packages...
  1534. [2/4] Fetching packages...
  1535. (node:1) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
  1536. info fsevents@1.2.4: The platform "linux" is incompatible with this module.
  1537. info "fsevents@1.2.4" is an optional dependency and failed compatibility check. Excluding it from installation.
  1538. [3/4] Linking dependencies...
  1539. warning " > @api-platform/admin@0.5.1" has incorrect peer dependency "react@~16.0.0 || ~16.1.0 || ~16.2.0 || ~16.3.0".
  1540. warning " > @api-platform/admin@0.5.1" has incorrect peer dependency "react-dom@~16.0.0 || ~16.1.0 || ~16.2.0 || ~16.3.0".
  1541. warning "@api-platform/admin > react-admin@2.3.1" has incorrect peer dependency "react@~16.3.0".
  1542. warning "@api-platform/admin > react-admin@2.3.1" has incorrect peer dependency "react-dom@~16.3.0".
  1543. warning "@api-platform/admin > react-admin > ra-core@2.3.0" has incorrect peer dependency "react@~16.0.0 || ~16.1.0 || ~16.2.0 || ~16.3.0".
  1544. warning "@api-platform/admin > react-admin > ra-core@2.3.0" has incorrect peer dependency "react-dom@~16.0.0 || ~16.1.0 || ~16.2.0 || ~16.3.0".
  1545. warning "@api-platform/admin > react-admin > ra-ui-materialui@2.3.1" has incorrect peer dependency "react@~16.3.0".
  1546. warning "@api-platform/admin > react-admin > ra-ui-materialui@2.3.1" has incorrect peer dependency "react-dom@~16.3.0".
  1547. [4/4] Building fresh packages...
  1548. Done in 28.52s.
  1549. Removing intermediate container 61540e4de65f
  1550. ---> c8ae41f6abcf
  1551. Step 6/7 : COPY . ./
  1552. ---> 96dd88bc71b4
  1553. Step 7/7 : CMD yarn start
  1554. ---> Running in aa5dfe76b337
  1555. Removing intermediate container aa5dfe76b337
  1556. ---> 71e43fd8eb10
  1557.  
  1558. Successfully built 71e43fd8eb10
  1559. Successfully tagged quay.io/api-platform/admin:latest
  1560. WARNING: Image for service admin was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`.
  1561. Building h2-proxy
  1562. Step 1/11 : FROM alpine:latest
  1563. latest: Pulling from library/alpine
  1564. 4fe2ade4980c: Already exists
  1565. Digest: sha256:621c2f39f8133acb8e64023a94dbdf0d5ca81896102b9e57c0dc184cadaf5528
  1566. Status: Downloaded newer image for alpine:latest
  1567. ---> 196d12cf6ab1
  1568. Step 2/11 : RUN apk add --no-cache openssl
  1569. ---> Running in 2c81e32cc693
  1570. fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
  1571. fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
  1572. (1/3) Installing libcrypto1.0 (1.0.2p-r0)
  1573. (2/3) Installing libssl1.0 (1.0.2p-r0)
  1574. (3/3) Installing openssl (1.0.2p-r0)
  1575. Executing busybox-1.28.4-r1.trigger
  1576. OK: 8 MiB in 16 packages
  1577. Removing intermediate container 2c81e32cc693
  1578. ---> 978672fcd799
  1579. Step 3/11 : RUN openssl genrsa -des3 -passout pass:NotSecure -out cert.pass.key 2048
  1580. ---> Running in d46ab0450111
  1581. Generating RSA private key, 2048 bit long modulus
  1582. ..............................................................................................................+++++
  1583. .................+++++
  1584. e is 65537 (0x10001)
  1585. Removing intermediate container d46ab0450111
  1586. ---> 69e2090dea47
  1587. Step 4/11 : RUN openssl rsa -passin pass:NotSecure -in cert.pass.key -out cert.key
  1588. ---> Running in 7ff3abcbe837
  1589. writing RSA key
  1590. Removing intermediate container 7ff3abcbe837
  1591. ---> e021a1d14729
  1592. Step 5/11 : RUN rm cert.pass.key
  1593. ---> Running in 48050fc8e045
  1594. Removing intermediate container 48050fc8e045
  1595. ---> fe7e8b2f0c2b
  1596. Step 6/11 : RUN openssl req -new -passout pass:NotSecure -key cert.key -out cert.csr -subj '/C=SS/ST=SS/L=Gotham City/O=API Platform Dev/CN=localhost'
  1597. ---> Running in 531dd20aa151
  1598. Removing intermediate container 531dd20aa151
  1599. ---> 30673b6868f5
  1600. Step 7/11 : RUN openssl x509 -req -sha256 -days 365 -in cert.csr -signkey cert.key -out cert.crt
  1601. ---> Running in af1849020701
  1602. Signature ok
  1603. subject=/C=SS/ST=SS/L=Gotham City/O=API Platform Dev/CN=localhost
  1604. Getting Private key
  1605. Removing intermediate container af1849020701
  1606. ---> 82416508e552
  1607.  
  1608. Step 8/11 : FROM nginx:1.15-alpine
  1609. ---> d3dcc25e0dc4
  1610. Step 9/11 : RUN mkdir -p /etc/nginx/ssl/
  1611. ---> Running in 2aedfe015f2f
  1612. Removing intermediate container 2aedfe015f2f
  1613. ---> 755aff622ede
  1614. Step 10/11 : COPY --from=0 cert.key cert.crt /etc/nginx/ssl/
  1615. ---> dc88625d80a6
  1616. Step 11/11 : COPY conf.d /etc/nginx/conf.d/
  1617. ---> 38b2e361f7b7
  1618.  
  1619. Successfully built 38b2e361f7b7
  1620. Successfully tagged api-platform-233_h2-proxy:latest
  1621. WARNING: Image for service h2-proxy was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`.
  1622. Creating api-platform-233_db_1 ... done
  1623. Creating api-platform-233_client_1 ... done
  1624. Creating api-platform-233_admin_1 ... done
  1625. Creating api-platform-233_php_1 ... done
  1626. Creating api-platform-233_api_1 ... done
  1627. Creating api-platform-233_cache-proxy_1 ... done
  1628. Creating api-platform-233_h2-proxy_1 ... done
  1629. Attaching to api-platform-233_db_1, api-platform-233_php_1, api-platform-233_admin_1, api-platform-233_api_1, api-platform-233_cache-proxy_1, api-platform-233_client_1, api-platform-233_h2-proxy_1
  1630. db_1 | The files belonging to this database system will be owned by user "postgres".
  1631. db_1 | This user must also own the server process.
  1632. db_1 |
  1633. db_1 | The database cluster will be initialized with locale "en_US.utf8".
  1634. db_1 | The default database encoding has accordingly been set to "UTF8".
  1635. db_1 | The default text search configuration will be set to "english".
  1636. db_1 |
  1637. db_1 | Data page checksums are disabled.
  1638. db_1 |
  1639. db_1 | fixing permissions on existing directory /var/lib/postgresql/data ... ok
  1640. db_1 | creating subdirectories ... ok
  1641. db_1 | selecting default max_connections ... 100
  1642. admin_1 | yarn run v1.9.4
  1643. admin_1 | $ react-scripts start
  1644. php_1 | setfacl: var: Not supported
  1645. php_1 | setfacl: var/cache: Not supported
  1646. php_1 | setfacl: var/log: Not supported
  1647. admin_1 | Starting the development server...
  1648. admin_1 |
  1649. cache-proxy_1 | Error:
  1650. cache-proxy_1 | Message from VCC-compiler:
  1651. cache-proxy_1 | DNS lookup(php): Try again
  1652. cache-proxy_1 | ('/usr/local/etc/varnish/default.vcl' Line 21 Pos 3)
  1653. cache-proxy_1 | "php";
  1654. cache-proxy_1 | --#####-
  1655. cache-proxy_1 |
  1656. cache-proxy_1 | Running VCC-compiler failed, exited with 2
  1657. cache-proxy_1 | VCL compilation failed
  1658. api_1 | 2018/11/09 09:05:31 [emerg] 1#1: host not found in upstream "php" in /etc/nginx/conf.d/default.conf:11
  1659. api_1 | nginx: [emerg] host not found in upstream "php" in /etc/nginx/conf.d/default.conf:11
  1660. db_1 | selecting default shared_buffers ... 128MB
  1661. db_1 | selecting dynamic shared memory implementation ... posix
  1662. client_1 | yarn run v1.9.4
  1663. api-platform-233_cache-proxy_1 exited with code 2
  1664. client_1 | $ react-scripts start
  1665. db_1 | creating configuration files ... ok
  1666. db_1 | running bootstrap script ... ok
  1667. db_1 | performing post-bootstrap initialization ... sh: locale: not found
  1668. db_1 | No usable system locales were found.
  1669. db_1 | Use the option "--debug" to see details.
  1670. db_1 | ok
  1671. db_1 | syncing data to disk ...
  1672. db_1 | WARNING: enabling "trust" authentication for local connections
  1673. db_1 | You can change this by editing pg_hba.conf or using the option -A, or
  1674. db_1 | --auth-local and --auth-host, the next time you run initdb.
  1675. db_1 | ok
  1676. db_1 |
  1677. db_1 | Success. You can now start the database server using:
  1678. db_1 |
  1679. db_1 | pg_ctl -D /var/lib/postgresql/data -l logfile start
  1680. db_1 |
  1681. db_1 | waiting for server to start....LOG: database system was shut down at 2018-11-09 09:05:25 UTC
  1682. db_1 | LOG: MultiXact member wraparound protections are now enabled
  1683. db_1 | LOG: database system is ready to accept connections
  1684. db_1 | LOG: autovacuum launcher started
  1685. db_1 | done
  1686. db_1 | server started
  1687. db_1 | CREATE DATABASE
  1688. db_1 |
  1689. db_1 |
  1690. db_1 | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
  1691. db_1 |
  1692. db_1 | waiting for server to shut down....LOG: received fast shutdown request
  1693. db_1 | LOG: aborting any active transactions
  1694. db_1 | LOG: autovacuum launcher shutting down
  1695. db_1 | LOG: shutting down
  1696. db_1 | LOG: database system is shut down
  1697. db_1 | done
  1698. db_1 | server stopped
  1699. db_1 |
  1700. db_1 | PostgreSQL init process complete; ready for start up.
  1701. db_1 |
  1702. db_1 | LOG: database system was shut down at 2018-11-09 09:05:28 UTC
  1703. db_1 | LOG: MultiXact member wraparound protections are now enabled
  1704. db_1 | LOG: database system is ready to accept connections
  1705. db_1 | LOG: autovacuum launcher started
  1706. api-platform-233_php_1 exited with code 1
  1707. api-platform-233_api_1 exited with code 1
  1708. client_1 | Starting the development server...
  1709. client_1 |
  1710. h2-proxy_1 | 2018/11/09 09:05:39 [emerg] 1#1: host not found in upstream "api" in /etc/nginx/conf.d/default.conf:37
  1711. h2-proxy_1 | nginx: [emerg] host not found in upstream "api" in /etc/nginx/conf.d/default.conf:37
  1712. api-platform-233_h2-proxy_1 exited with code 1
  1713. admin_1 | Compiled successfully!
  1714. admin_1 |
  1715. admin_1 | You can now view admin in the browser.
  1716. admin_1 |
  1717. admin_1 | Local: http://localhost:3000/
  1718. admin_1 | On Your Network: http://172.18.0.4:3000/
  1719. admin_1 |
  1720. admin_1 | Note that the development build is not optimized.
  1721. admin_1 | To create a production build, use yarn build.
  1722. admin_1 |
  1723. client_1 | Compiled successfully!
  1724. client_1 |
  1725. client_1 | You can now view client in the browser.
  1726. client_1 |
  1727. client_1 | Local: http://localhost:3000/
  1728. client_1 | On Your Network: http://172.18.0.6:3000/
  1729. client_1 |
  1730. client_1 | Note that the development build is not optimized.
  1731. client_1 | To create a production build, use yarn build.
  1732. client_1 |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement