Ticket #2358: nginx_1.23.0_amd64.build

File nginx_1.23.0_amd64.build, 73.4 KB (added by actionmystique@…, 4 years ago)

Complete build log

Line 
1HEAD is now at 2d2d0829 nginx-1.23.0-RELEASE
2---------------------
3Configuring nginx
4---------------------
5checking for OS
6 + Linux 5.15.0-40-generic x86_64
7checking for C compiler ... found
8 + using GNU C compiler
9 + gcc version: 11.3.0 (Debian 11.3.0-1)
10checking for gcc -pipe switch ... found
11checking for -Wl,-E switch ... found
12checking for gcc builtin atomic operations ... found
13checking for C99 variadic macros ... found
14checking for gcc variadic macros ... found
15checking for gcc builtin 64 bit byteswap ... found
16checking for unistd.h ... found
17checking for inttypes.h ... found
18checking for limits.h ... found
19checking for sys/filio.h ... not found
20checking for sys/param.h ... found
21checking for sys/mount.h ... found
22checking for sys/statvfs.h ... found
23checking for crypt.h ... found
24checking for Linux specific features
25checking for epoll ... found
26checking for EPOLLRDHUP ... found
27checking for EPOLLEXCLUSIVE ... found
28checking for eventfd() ... found
29checking for O_PATH ... found
30checking for sendfile() ... found
31checking for sendfile64() ... found
32checking for sys/prctl.h ... found
33checking for prctl(PR_SET_DUMPABLE) ... found
34checking for prctl(PR_SET_KEEPCAPS) ... found
35checking for capabilities ... found
36checking for crypt_r() ... found
37checking for sys/vfs.h ... found
38checking for UDP_SEGMENT ... found
39checking for poll() ... found
40checking for /dev/poll ... not found
41checking for kqueue ... not found
42checking for crypt() ... not found
43checking for crypt() in libcrypt ... found
44checking for F_READAHEAD ... not found
45checking for posix_fadvise() ... found
46checking for O_DIRECT ... found
47checking for F_NOCACHE ... not found
48checking for directio() ... not found
49checking for statfs() ... found
50checking for statvfs() ... found
51checking for dlopen() ... found
52checking for sched_yield() ... found
53checking for sched_setaffinity() ... found
54checking for SO_SETFIB ... not found
55checking for SO_REUSEPORT ... found
56checking for SO_ACCEPTFILTER ... not found
57checking for SO_BINDANY ... not found
58checking for IP_TRANSPARENT ... found
59checking for IP_BINDANY ... not found
60checking for IP_BIND_ADDRESS_NO_PORT ... found
61checking for IP_RECVDSTADDR ... not found
62checking for IP_SENDSRCADDR ... not found
63checking for IP_PKTINFO ... found
64checking for IPV6_RECVPKTINFO ... found
65checking for TCP_DEFER_ACCEPT ... found
66checking for TCP_KEEPIDLE ... found
67checking for TCP_FASTOPEN ... found
68checking for TCP_INFO ... found
69checking for accept4() ... found
70checking for kqueue AIO support ... not found
71checking for Linux AIO support ... found
72checking for int size ... 4 bytes
73checking for long size ... 8 bytes
74checking for long long size ... 8 bytes
75checking for void * size ... 8 bytes
76checking for uint32_t ... found
77checking for uint64_t ... found
78checking for sig_atomic_t ... found
79checking for sig_atomic_t size ... 4 bytes
80checking for socklen_t ... found
81checking for in_addr_t ... found
82checking for in_port_t ... found
83checking for rlim_t ... found
84checking for uintptr_t ... uintptr_t found
85checking for system byte ordering ... little endian
86checking for size_t size ... 8 bytes
87checking for off_t size ... 8 bytes
88checking for time_t size ... 8 bytes
89checking for AF_INET6 ... found
90checking for setproctitle() ... not found
91checking for pread() ... found
92checking for pwrite() ... found
93checking for pwritev() ... found
94checking for strerrordesc_np() ... found
95checking for localtime_r() ... found
96checking for clock_gettime(CLOCK_MONOTONIC) ... found
97checking for posix_memalign() ... found
98checking for memalign() ... found
99checking for mmap(MAP_ANON|MAP_SHARED) ... found
100checking for mmap("/dev/zero", MAP_SHARED) ... found
101checking for System V shared memory ... found
102checking for POSIX semaphores ... found
103checking for struct msghdr.msg_control ... found
104checking for ioctl(FIONBIO) ... found
105checking for ioctl(FIONREAD) ... found
106checking for struct tm.tm_gmtoff ... found
107checking for struct dirent.d_namlen ... not found
108checking for struct dirent.d_type ... found
109checking for sysconf(_SC_NPROCESSORS_ONLN) ... found
110checking for sysconf(_SC_LEVEL1_DCACHE_LINESIZE) ... found
111checking for openat(), fstatat() ... found
112checking for getaddrinfo() ... found
113configuring additional dynamic modules
114adding module in ../git-ngx_headers_more
115 + ngx_http_headers_more_filter_module was configured
116adding module in ../git-ngx_http_auth_pam_module
117 + ngx_http_auth_pam_module was configured
118checking for PCRE2 library ... found
119checking for OpenSSL library ... found
120checking for zlib library ... found
121checking for libxslt ... found
122checking for libexslt ... found
123checking for GD library ... found
124checking for GD WebP support ... found
125checking for perl
126 + perl version: This is perl 5, version 34, subversion 0 (v5.34.0) built for x86_64-linux-gnu-thread-multi
127 + perl interpreter multiplicity found
128checking for GeoIP library ... found
129checking for GeoIP IPv6 support ... found
130checking for Google perftools ... found
131creating objs/Makefile
132
133Configuration summary
134 + using threads
135 + using system PCRE2 library
136 + using system OpenSSL library
137 + using system zlib library
138
139 nginx path prefix: "/usr"
140 nginx binary file: "/usr/sbin/nginx"
141 nginx modules path: "/usr/lib/nginx/modules"
142 nginx configuration prefix: "/etc/nginx"
143 nginx configuration file: "/etc/nginx/nginx.conf"
144 nginx pid file: "/run/nginx.pid"
145 nginx error log file: "/var/log/nginx/error.log"
146 nginx http access log file: "/var/log/nginx/access.log"
147 nginx http client request body temporary files: "/var/tmp/nginx/body"
148 nginx http proxy temporary files: "/var/tmp/nginx/proxy"
149 nginx http fastcgi temporary files: "/var/tmp/nginx/fastcgi"
150 nginx http uwsgi temporary files: "/var/tmp/nginx/uwsgi"
151 nginx http scgi temporary files: "/var/tmp/nginx/scgi"
152
153-------------------
154Compiling nginx
155-------------------
156make -f objs/Makefile
157make[1]: Entering directory 'git-nginx'
158cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
159 -o objs/src/core/nginx.o \
160 src/core/nginx.c
161cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
162 -o objs/src/core/ngx_log.o \
163 src/core/ngx_log.c
164cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
165 -o objs/src/core/ngx_palloc.o \
166 src/core/ngx_palloc.c
167cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
168 -o objs/src/core/ngx_array.o \
169 src/core/ngx_array.c
170cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
171 -o objs/src/core/ngx_list.o \
172 src/core/ngx_list.c
173cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
174 -o objs/src/core/ngx_hash.o \
175 src/core/ngx_hash.c
176cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
177 -o objs/src/core/ngx_buf.o \
178 src/core/ngx_buf.c
179cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
180 -o objs/src/core/ngx_queue.o \
181 src/core/ngx_queue.c
182cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
183 -o objs/src/core/ngx_output_chain.o \
184 src/core/ngx_output_chain.c
185cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
186 -o objs/src/core/ngx_string.o \
187 src/core/ngx_string.c
188cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
189 -o objs/src/core/ngx_parse.o \
190 src/core/ngx_parse.c
191cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
192 -o objs/src/core/ngx_parse_time.o \
193 src/core/ngx_parse_time.c
194cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
195 -o objs/src/core/ngx_inet.o \
196 src/core/ngx_inet.c
197cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
198 -o objs/src/core/ngx_file.o \
199 src/core/ngx_file.c
200cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
201 -o objs/src/core/ngx_crc32.o \
202 src/core/ngx_crc32.c
203cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
204 -o objs/src/core/ngx_murmurhash.o \
205 src/core/ngx_murmurhash.c
206cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
207 -o objs/src/core/ngx_md5.o \
208 src/core/ngx_md5.c
209cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
210 -o objs/src/core/ngx_sha1.o \
211 src/core/ngx_sha1.c
212cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
213 -o objs/src/core/ngx_rbtree.o \
214 src/core/ngx_rbtree.c
215cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
216 -o objs/src/core/ngx_radix_tree.o \
217 src/core/ngx_radix_tree.c
218cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
219 -o objs/src/core/ngx_slab.o \
220 src/core/ngx_slab.c
221cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
222 -o objs/src/core/ngx_times.o \
223 src/core/ngx_times.c
224cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
225 -o objs/src/core/ngx_shmtx.o \
226 src/core/ngx_shmtx.c
227cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
228 -o objs/src/core/ngx_connection.o \
229 src/core/ngx_connection.c
230cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
231 -o objs/src/core/ngx_cycle.o \
232 src/core/ngx_cycle.c
233cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
234 -o objs/src/core/ngx_spinlock.o \
235 src/core/ngx_spinlock.c
236cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
237 -o objs/src/core/ngx_rwlock.o \
238 src/core/ngx_rwlock.c
239cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
240 -o objs/src/core/ngx_cpuinfo.o \
241 src/core/ngx_cpuinfo.c
242cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
243 -o objs/src/core/ngx_conf_file.o \
244 src/core/ngx_conf_file.c
245cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
246 -o objs/src/core/ngx_module.o \
247 src/core/ngx_module.c
248cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
249 -o objs/src/core/ngx_resolver.o \
250 src/core/ngx_resolver.c
251cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
252 -o objs/src/core/ngx_open_file_cache.o \
253 src/core/ngx_open_file_cache.c
254cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
255 -o objs/src/core/ngx_crypt.o \
256 src/core/ngx_crypt.c
257cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
258 -o objs/src/core/ngx_proxy_protocol.o \
259 src/core/ngx_proxy_protocol.c
260cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
261 -o objs/src/core/ngx_syslog.o \
262 src/core/ngx_syslog.c
263cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
264 -o objs/src/event/ngx_event.o \
265 src/event/ngx_event.c
266cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
267 -o objs/src/event/ngx_event_timer.o \
268 src/event/ngx_event_timer.c
269cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
270 -o objs/src/event/ngx_event_posted.o \
271 src/event/ngx_event_posted.c
272cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
273 -o objs/src/event/ngx_event_accept.o \
274 src/event/ngx_event_accept.c
275cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
276 -o objs/src/event/ngx_event_udp.o \
277 src/event/ngx_event_udp.c
278cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
279 -o objs/src/event/ngx_event_connect.o \
280 src/event/ngx_event_connect.c
281cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
282 -o objs/src/event/ngx_event_pipe.o \
283 src/event/ngx_event_pipe.c
284cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
285 -o objs/src/os/unix/ngx_time.o \
286 src/os/unix/ngx_time.c
287cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
288 -o objs/src/os/unix/ngx_errno.o \
289 src/os/unix/ngx_errno.c
290cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
291 -o objs/src/os/unix/ngx_alloc.o \
292 src/os/unix/ngx_alloc.c
293cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
294 -o objs/src/os/unix/ngx_files.o \
295 src/os/unix/ngx_files.c
296cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
297 -o objs/src/os/unix/ngx_socket.o \
298 src/os/unix/ngx_socket.c
299cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
300 -o objs/src/os/unix/ngx_recv.o \
301 src/os/unix/ngx_recv.c
302cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
303 -o objs/src/os/unix/ngx_readv_chain.o \
304 src/os/unix/ngx_readv_chain.c
305cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
306 -o objs/src/os/unix/ngx_udp_recv.o \
307 src/os/unix/ngx_udp_recv.c
308cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
309 -o objs/src/os/unix/ngx_send.o \
310 src/os/unix/ngx_send.c
311cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
312 -o objs/src/os/unix/ngx_writev_chain.o \
313 src/os/unix/ngx_writev_chain.c
314cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
315 -o objs/src/os/unix/ngx_udp_send.o \
316 src/os/unix/ngx_udp_send.c
317cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
318 -o objs/src/os/unix/ngx_udp_sendmsg_chain.o \
319 src/os/unix/ngx_udp_sendmsg_chain.c
320cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
321 -o objs/src/os/unix/ngx_channel.o \
322 src/os/unix/ngx_channel.c
323cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
324 -o objs/src/os/unix/ngx_shmem.o \
325 src/os/unix/ngx_shmem.c
326cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
327 -o objs/src/os/unix/ngx_process.o \
328 src/os/unix/ngx_process.c
329cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
330 -o objs/src/os/unix/ngx_daemon.o \
331 src/os/unix/ngx_daemon.c
332cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
333 -o objs/src/os/unix/ngx_setaffinity.o \
334 src/os/unix/ngx_setaffinity.c
335cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
336 -o objs/src/os/unix/ngx_setproctitle.o \
337 src/os/unix/ngx_setproctitle.c
338cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
339 -o objs/src/os/unix/ngx_posix_init.o \
340 src/os/unix/ngx_posix_init.c
341cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
342 -o objs/src/os/unix/ngx_user.o \
343 src/os/unix/ngx_user.c
344cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
345 -o objs/src/os/unix/ngx_dlopen.o \
346 src/os/unix/ngx_dlopen.c
347cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
348 -o objs/src/os/unix/ngx_process_cycle.o \
349 src/os/unix/ngx_process_cycle.c
350cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
351 -o objs/src/os/unix/ngx_linux_init.o \
352 src/os/unix/ngx_linux_init.c
353cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
354 -o objs/src/event/modules/ngx_epoll_module.o \
355 src/event/modules/ngx_epoll_module.c
356cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
357 -o objs/src/os/unix/ngx_linux_sendfile_chain.o \
358 src/os/unix/ngx_linux_sendfile_chain.c
359cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
360 -o objs/src/os/unix/ngx_linux_aio_read.o \
361 src/os/unix/ngx_linux_aio_read.c
362cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
363 -o objs/src/core/ngx_thread_pool.o \
364 src/core/ngx_thread_pool.c
365cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
366 -o objs/src/os/unix/ngx_thread_cond.o \
367 src/os/unix/ngx_thread_cond.c
368cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
369 -o objs/src/os/unix/ngx_thread_mutex.o \
370 src/os/unix/ngx_thread_mutex.c
371cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
372 -o objs/src/os/unix/ngx_thread_id.o \
373 src/os/unix/ngx_thread_id.c
374cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
375 -o objs/src/event/ngx_event_openssl.o \
376 src/event/ngx_event_openssl.c
377cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
378 -o objs/src/event/ngx_event_openssl_stapling.o \
379 src/event/ngx_event_openssl_stapling.c
380cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
381 -o objs/src/core/ngx_regex.o \
382 src/core/ngx_regex.c
383cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
384 -o objs/src/http/ngx_http.o \
385 src/http/ngx_http.c
386cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
387 -o objs/src/http/ngx_http_core_module.o \
388 src/http/ngx_http_core_module.c
389cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
390 -o objs/src/http/ngx_http_special_response.o \
391 src/http/ngx_http_special_response.c
392cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
393 -o objs/src/http/ngx_http_request.o \
394 src/http/ngx_http_request.c
395cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
396 -o objs/src/http/ngx_http_parse.o \
397 src/http/ngx_http_parse.c
398cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
399 -o objs/src/http/modules/ngx_http_log_module.o \
400 src/http/modules/ngx_http_log_module.c
401cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
402 -o objs/src/http/ngx_http_request_body.o \
403 src/http/ngx_http_request_body.c
404cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
405 -o objs/src/http/ngx_http_variables.o \
406 src/http/ngx_http_variables.c
407cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
408 -o objs/src/http/ngx_http_script.o \
409 src/http/ngx_http_script.c
410cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
411 -o objs/src/http/ngx_http_upstream.o \
412 src/http/ngx_http_upstream.c
413cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
414 -o objs/src/http/ngx_http_upstream_round_robin.o \
415 src/http/ngx_http_upstream_round_robin.c
416cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
417 -o objs/src/http/ngx_http_file_cache.o \
418 src/http/ngx_http_file_cache.c
419cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
420 -o objs/src/http/ngx_http_huff_decode.o \
421 src/http/ngx_http_huff_decode.c
422cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
423 -o objs/src/http/ngx_http_huff_encode.o \
424 src/http/ngx_http_huff_encode.c
425cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
426 -o objs/src/http/ngx_http_write_filter_module.o \
427 src/http/ngx_http_write_filter_module.c
428cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
429 -o objs/src/http/ngx_http_header_filter_module.o \
430 src/http/ngx_http_header_filter_module.c
431cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
432 -o objs/src/http/modules/ngx_http_chunked_filter_module.o \
433 src/http/modules/ngx_http_chunked_filter_module.c
434cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
435 -o objs/src/http/v2/ngx_http_v2_filter_module.o \
436 src/http/v2/ngx_http_v2_filter_module.c
437cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
438 -o objs/src/http/modules/ngx_http_range_filter_module.o \
439 src/http/modules/ngx_http_range_filter_module.c
440cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
441 -o objs/src/http/modules/ngx_http_gzip_filter_module.o \
442 src/http/modules/ngx_http_gzip_filter_module.c
443cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
444 -o objs/src/http/ngx_http_postpone_filter_module.o \
445 src/http/ngx_http_postpone_filter_module.c
446cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
447 -o objs/src/http/modules/ngx_http_ssi_filter_module.o \
448 src/http/modules/ngx_http_ssi_filter_module.c
449cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
450 -o objs/src/http/modules/ngx_http_charset_filter_module.o \
451 src/http/modules/ngx_http_charset_filter_module.c
452cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
453 -o objs/src/http/modules/ngx_http_xslt_filter_module.o \
454 src/http/modules/ngx_http_xslt_filter_module.c
455cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
456 -o objs/src/http/modules/ngx_http_image_filter_module.o \
457 src/http/modules/ngx_http_image_filter_module.c
458cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
459 -o objs/src/http/modules/ngx_http_sub_filter_module.o \
460 src/http/modules/ngx_http_sub_filter_module.c
461cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
462 -o objs/src/http/modules/ngx_http_addition_filter_module.o \
463 src/http/modules/ngx_http_addition_filter_module.c
464cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
465 -o objs/src/http/modules/ngx_http_gunzip_filter_module.o \
466 src/http/modules/ngx_http_gunzip_filter_module.c
467cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
468 -o objs/src/http/modules/ngx_http_userid_filter_module.o \
469 src/http/modules/ngx_http_userid_filter_module.c
470cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
471 -o objs/src/http/modules/ngx_http_headers_filter_module.o \
472 src/http/modules/ngx_http_headers_filter_module.c
473cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
474 -o objs/src/http/ngx_http_copy_filter_module.o \
475 src/http/ngx_http_copy_filter_module.c
476cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
477 -o objs/src/http/modules/ngx_http_not_modified_filter_module.o \
478 src/http/modules/ngx_http_not_modified_filter_module.c
479cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
480 -o objs/src/http/modules/ngx_http_slice_filter_module.o \
481 src/http/modules/ngx_http_slice_filter_module.c
482cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
483 -o objs/src/http/v2/ngx_http_v2.o \
484 src/http/v2/ngx_http_v2.c
485cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
486 -o objs/src/http/v2/ngx_http_v2_table.o \
487 src/http/v2/ngx_http_v2_table.c
488cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
489 -o objs/src/http/v2/ngx_http_v2_encode.o \
490 src/http/v2/ngx_http_v2_encode.c
491cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
492 -o objs/src/http/v2/ngx_http_v2_module.o \
493 src/http/v2/ngx_http_v2_module.c
494cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
495 -o objs/src/http/modules/ngx_http_static_module.o \
496 src/http/modules/ngx_http_static_module.c
497cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
498 -o objs/src/http/modules/ngx_http_gzip_static_module.o \
499 src/http/modules/ngx_http_gzip_static_module.c
500cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
501 -o objs/src/http/modules/ngx_http_dav_module.o \
502 src/http/modules/ngx_http_dav_module.c
503cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
504 -o objs/src/http/modules/ngx_http_autoindex_module.o \
505 src/http/modules/ngx_http_autoindex_module.c
506cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
507 -o objs/src/http/modules/ngx_http_index_module.o \
508 src/http/modules/ngx_http_index_module.c
509cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
510 -o objs/src/http/modules/ngx_http_random_index_module.o \
511 src/http/modules/ngx_http_random_index_module.c
512cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
513 -o objs/src/http/modules/ngx_http_mirror_module.o \
514 src/http/modules/ngx_http_mirror_module.c
515cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
516 -o objs/src/http/modules/ngx_http_try_files_module.o \
517 src/http/modules/ngx_http_try_files_module.c
518cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
519 -o objs/src/http/modules/ngx_http_auth_request_module.o \
520 src/http/modules/ngx_http_auth_request_module.c
521cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
522 -o objs/src/http/modules/ngx_http_auth_basic_module.o \
523 src/http/modules/ngx_http_auth_basic_module.c
524cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
525 -o objs/src/http/modules/ngx_http_access_module.o \
526 src/http/modules/ngx_http_access_module.c
527cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
528 -o objs/src/http/modules/ngx_http_limit_conn_module.o \
529 src/http/modules/ngx_http_limit_conn_module.c
530cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
531 -o objs/src/http/modules/ngx_http_limit_req_module.o \
532 src/http/modules/ngx_http_limit_req_module.c
533cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
534 -o objs/src/http/modules/ngx_http_realip_module.o \
535 src/http/modules/ngx_http_realip_module.c
536cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
537 -o objs/src/http/modules/ngx_http_geo_module.o \
538 src/http/modules/ngx_http_geo_module.c
539cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
540 -o objs/src/http/modules/ngx_http_geoip_module.o \
541 src/http/modules/ngx_http_geoip_module.c
542cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
543 -o objs/src/http/modules/ngx_http_map_module.o \
544 src/http/modules/ngx_http_map_module.c
545cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
546 -o objs/src/http/modules/ngx_http_split_clients_module.o \
547 src/http/modules/ngx_http_split_clients_module.c
548cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
549 -o objs/src/http/modules/ngx_http_referer_module.o \
550 src/http/modules/ngx_http_referer_module.c
551cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
552 -o objs/src/http/modules/ngx_http_rewrite_module.o \
553 src/http/modules/ngx_http_rewrite_module.c
554cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
555 -o objs/src/http/modules/ngx_http_ssl_module.o \
556 src/http/modules/ngx_http_ssl_module.c
557cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
558 -o objs/src/http/modules/ngx_http_proxy_module.o \
559 src/http/modules/ngx_http_proxy_module.c
560cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
561 -o objs/src/http/modules/ngx_http_fastcgi_module.o \
562 src/http/modules/ngx_http_fastcgi_module.c
563cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
564 -o objs/src/http/modules/ngx_http_uwsgi_module.o \
565 src/http/modules/ngx_http_uwsgi_module.c
566cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
567 -o objs/src/http/modules/ngx_http_scgi_module.o \
568 src/http/modules/ngx_http_scgi_module.c
569cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
570 -o objs/src/http/modules/ngx_http_grpc_module.o \
571 src/http/modules/ngx_http_grpc_module.c
572grep 'define NGINX_VERSION' src/core/nginx.h \
573 | sed -e 's/^.*"\(.*\)".*/\1/' > \
574 objs/src/http/modules/perl/version
575sed "s/%%VERSION%%/`cat objs/src/http/modules/perl/version`/" \
576 src/http/modules/perl/nginx.pm > \
577 objs/src/http/modules/perl/nginx.pm
578cp -p src/http/modules/perl/nginx.xs objs/src/http/modules/perl/
579cp -p src/http/modules/perl/typemap objs/src/http/modules/perl/
580cp -p src/http/modules/perl/Makefile.PL objs/src/http/modules/perl/
581cd objs/src/http/modules/perl \
582 && NGX_PM_CFLAGS="-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/x86_64-linux-gnu/perl/5.34/CORE -g " \
583 NGX_PM_LDFLAGS=" -shared -L/usr/local/lib -fstack-protector-strong" \
584 NGX_INCS="src/core src/event src/event/modules src/os/unix /usr/include/libxml2 objs src/http src/http/modules src/http/v2 src/http/modules/perl" \
585 NGX_DEPS="src/core/nginx.h src/core/ngx_config.h src/core/ngx_core.h src/core/ngx_log.h src/core/ngx_palloc.h src/core/ngx_array.h src/core/ngx_list.h src/core/ngx_hash.h src/core/ngx_buf.h src/core/ngx_queue.h src/core/ngx_string.h src/core/ngx_parse.h src/core/ngx_parse_time.h src/core/ngx_inet.h src/core/ngx_file.h src/core/ngx_crc.h src/core/ngx_crc32.h src/core/ngx_murmurhash.h src/core/ngx_md5.h src/core/ngx_sha1.h src/core/ngx_rbtree.h src/core/ngx_radix_tree.h src/core/ngx_rwlock.h src/core/ngx_slab.h src/core/ngx_times.h src/core/ngx_shmtx.h src/core/ngx_connection.h src/core/ngx_cycle.h src/core/ngx_conf_file.h src/core/ngx_module.h src/core/ngx_resolver.h src/core/ngx_open_file_cache.h src/core/ngx_crypt.h src/core/ngx_proxy_protocol.h src/core/ngx_syslog.h src/event/ngx_event.h src/event/ngx_event_timer.h src/event/ngx_event_posted.h src/event/ngx_event_connect.h src/event/ngx_event_pipe.h src/event/ngx_event_udp.h src/os/unix/ngx_time.h src/os/unix/ngx_errno.h src/os/unix/ngx_alloc.h src/os/unix/ngx_files.h src/os/unix/ngx_channel.h src/os/unix/ngx_shmem.h src/os/unix/ngx_process.h src/os/unix/ngx_setaffinity.h src/os/unix/ngx_setproctitle.h src/os/unix/ngx_atomic.h src/os/unix/ngx_gcc_atomic_x86.h src/os/unix/ngx_thread.h src/os/unix/ngx_socket.h src/os/unix/ngx_os.h src/os/unix/ngx_user.h src/os/unix/ngx_dlopen.h src/os/unix/ngx_process_cycle.h src/os/unix/ngx_linux_config.h src/os/unix/ngx_linux.h src/core/ngx_thread_pool.h src/event/ngx_event_openssl.h src/core/ngx_regex.h objs/ngx_auto_config.h src/http/ngx_http.h src/http/ngx_http_request.h src/http/ngx_http_config.h src/http/ngx_http_core_module.h src/http/ngx_http_cache.h src/http/ngx_http_variables.h src/http/ngx_http_script.h src/http/ngx_http_upstream.h src/http/ngx_http_upstream_round_robin.h src/http/modules/ngx_http_ssi_filter_module.h src/http/v2/ngx_http_v2.h src/http/v2/ngx_http_v2_module.h src/http/modules/ngx_http_ssl_module.h src/http/modules/perl/ngx_http_perl_module.h" \
586 perl Makefile.PL \
587 LIB=/usr/lib/x86_64-linux-gnu/perl/5.34.0 \
588 INSTALLSITEMAN3DIR=/usr/lib/x86_64-linux-gnu/perl/5.34.0/man3
589Generating a Unix-style Makefile
590Writing Makefile for nginx
591Writing MYMETA.yml and MYMETA.json
592cd objs/src/http/modules/perl && make
593make[2]: Entering directory 'git-nginx/objs/src/http/modules/perl'
594cp nginx.pm blib/lib/nginx.pm
595Running Mkbootstrap for nginx ()
596chmod 644 "nginx.bs"
597"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- nginx.bs blib/arch/auto/nginx/nginx.bs 644
598"/usr/bin/perl" "/usr/share/perl/5.34/ExtUtils/xsubpp" -typemap '/usr/share/perl/5.34/ExtUtils/typemap' -typemap 'git-nginx/objs/src/http/modules/perl/typemap' nginx.xs > nginx.xsc
599mv nginx.xsc nginx.c
600x86_64-linux-gnu-gcc -c -I ../../../../../src/core -I ../../../../../src/event -I ../../../../../src/event/modules -I ../../../../../src/os/unix -I /usr/include/libxml2 -I ../../../../../objs -I ../../../../../src/http -I ../../../../../src/http/modules -I ../../../../../src/http/v2 -I ../../../../../src/http/modules/perl -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/x86_64-linux-gnu/perl/5.34/CORE -g -O -DVERSION=\"1.23.0\" -DXS_VERSION=\"1.23.0\" -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.34/CORE" nginx.c
601rm -f blib/arch/auto/nginx/nginx.so
602x86_64-linux-gnu-gcc -shared -L/usr/local/lib -fstack-protector-strong nginx.o -o blib/arch/auto/nginx/nginx.so \
603 \
604
605chmod 755 blib/arch/auto/nginx/nginx.so
606Manifying 1 pod document
607make[2]: Leaving directory 'git-nginx/objs/src/http/modules/perl'
608rm -rf objs/install_perl
609cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/x86_64-linux-gnu/perl/5.34/CORE -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
610 -o objs/src/http/modules/perl/ngx_http_perl_module.o \
611 src/http/modules/perl/ngx_http_perl_module.c
612cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
613 -o objs/src/http/modules/ngx_http_memcached_module.o \
614 src/http/modules/ngx_http_memcached_module.c
615cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
616 -o objs/src/http/modules/ngx_http_empty_gif_module.o \
617 src/http/modules/ngx_http_empty_gif_module.c
618cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
619 -o objs/src/http/modules/ngx_http_browser_module.o \
620 src/http/modules/ngx_http_browser_module.c
621cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
622 -o objs/src/http/modules/ngx_http_secure_link_module.o \
623 src/http/modules/ngx_http_secure_link_module.c
624cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
625 -o objs/src/http/modules/ngx_http_flv_module.o \
626 src/http/modules/ngx_http_flv_module.c
627cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
628 -o objs/src/http/modules/ngx_http_mp4_module.o \
629 src/http/modules/ngx_http_mp4_module.c
630cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
631 -o objs/src/http/modules/ngx_http_upstream_hash_module.o \
632 src/http/modules/ngx_http_upstream_hash_module.c
633cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
634 -o objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \
635 src/http/modules/ngx_http_upstream_ip_hash_module.c
636cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
637 -o objs/src/http/modules/ngx_http_upstream_least_conn_module.o \
638 src/http/modules/ngx_http_upstream_least_conn_module.c
639cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
640 -o objs/src/http/modules/ngx_http_upstream_random_module.o \
641 src/http/modules/ngx_http_upstream_random_module.c
642cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
643 -o objs/src/http/modules/ngx_http_upstream_keepalive_module.o \
644 src/http/modules/ngx_http_upstream_keepalive_module.c
645cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
646 -o objs/src/http/modules/ngx_http_upstream_zone_module.o \
647 src/http/modules/ngx_http_upstream_zone_module.c
648cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl \
649 -o objs/src/http/modules/ngx_http_stub_status_module.o \
650 src/http/modules/ngx_http_stub_status_module.c
651cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/mail \
652 -o objs/src/mail/ngx_mail.o \
653 src/mail/ngx_mail.c
654cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/mail \
655 -o objs/src/mail/ngx_mail_core_module.o \
656 src/mail/ngx_mail_core_module.c
657cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/mail \
658 -o objs/src/mail/ngx_mail_handler.o \
659 src/mail/ngx_mail_handler.c
660cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/mail \
661 -o objs/src/mail/ngx_mail_parse.o \
662 src/mail/ngx_mail_parse.c
663cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/mail \
664 -o objs/src/mail/ngx_mail_ssl_module.o \
665 src/mail/ngx_mail_ssl_module.c
666cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/mail \
667 -o objs/src/mail/ngx_mail_pop3_module.o \
668 src/mail/ngx_mail_pop3_module.c
669cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/mail \
670 -o objs/src/mail/ngx_mail_pop3_handler.o \
671 src/mail/ngx_mail_pop3_handler.c
672cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/mail \
673 -o objs/src/mail/ngx_mail_imap_module.o \
674 src/mail/ngx_mail_imap_module.c
675cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/mail \
676 -o objs/src/mail/ngx_mail_imap_handler.o \
677 src/mail/ngx_mail_imap_handler.c
678cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/mail \
679 -o objs/src/mail/ngx_mail_smtp_module.o \
680 src/mail/ngx_mail_smtp_module.c
681cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/mail \
682 -o objs/src/mail/ngx_mail_smtp_handler.o \
683 src/mail/ngx_mail_smtp_handler.c
684cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/mail \
685 -o objs/src/mail/ngx_mail_auth_http_module.o \
686 src/mail/ngx_mail_auth_http_module.c
687cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/mail \
688 -o objs/src/mail/ngx_mail_proxy_module.o \
689 src/mail/ngx_mail_proxy_module.c
690cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/mail \
691 -o objs/src/mail/ngx_mail_realip_module.o \
692 src/mail/ngx_mail_realip_module.c
693cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/stream \
694 -o objs/src/stream/ngx_stream.o \
695 src/stream/ngx_stream.c
696cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/stream \
697 -o objs/src/stream/ngx_stream_variables.o \
698 src/stream/ngx_stream_variables.c
699cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/stream \
700 -o objs/src/stream/ngx_stream_script.o \
701 src/stream/ngx_stream_script.c
702cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/stream \
703 -o objs/src/stream/ngx_stream_handler.o \
704 src/stream/ngx_stream_handler.c
705cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/stream \
706 -o objs/src/stream/ngx_stream_core_module.o \
707 src/stream/ngx_stream_core_module.c
708cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/stream \
709 -o objs/src/stream/ngx_stream_log_module.o \
710 src/stream/ngx_stream_log_module.c
711cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/stream \
712 -o objs/src/stream/ngx_stream_proxy_module.o \
713 src/stream/ngx_stream_proxy_module.c
714cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/stream \
715 -o objs/src/stream/ngx_stream_upstream.o \
716 src/stream/ngx_stream_upstream.c
717cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/stream \
718 -o objs/src/stream/ngx_stream_upstream_round_robin.o \
719 src/stream/ngx_stream_upstream_round_robin.c
720cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/stream \
721 -o objs/src/stream/ngx_stream_write_filter_module.o \
722 src/stream/ngx_stream_write_filter_module.c
723cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/stream \
724 -o objs/src/stream/ngx_stream_ssl_module.o \
725 src/stream/ngx_stream_ssl_module.c
726cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/stream \
727 -o objs/src/stream/ngx_stream_realip_module.o \
728 src/stream/ngx_stream_realip_module.c
729cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/stream \
730 -o objs/src/stream/ngx_stream_limit_conn_module.o \
731 src/stream/ngx_stream_limit_conn_module.c
732cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/stream \
733 -o objs/src/stream/ngx_stream_access_module.o \
734 src/stream/ngx_stream_access_module.c
735cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/stream \
736 -o objs/src/stream/ngx_stream_geo_module.o \
737 src/stream/ngx_stream_geo_module.c
738cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/stream \
739 -o objs/src/stream/ngx_stream_geoip_module.o \
740 src/stream/ngx_stream_geoip_module.c
741cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/stream \
742 -o objs/src/stream/ngx_stream_map_module.o \
743 src/stream/ngx_stream_map_module.c
744cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/stream \
745 -o objs/src/stream/ngx_stream_split_clients_module.o \
746 src/stream/ngx_stream_split_clients_module.c
747cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/stream \
748 -o objs/src/stream/ngx_stream_return_module.o \
749 src/stream/ngx_stream_return_module.c
750cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/stream \
751 -o objs/src/stream/ngx_stream_set_module.o \
752 src/stream/ngx_stream_set_module.c
753cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/stream \
754 -o objs/src/stream/ngx_stream_upstream_hash_module.o \
755 src/stream/ngx_stream_upstream_hash_module.c
756cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/stream \
757 -o objs/src/stream/ngx_stream_upstream_least_conn_module.o \
758 src/stream/ngx_stream_upstream_least_conn_module.c
759cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/stream \
760 -o objs/src/stream/ngx_stream_upstream_random_module.o \
761 src/stream/ngx_stream_upstream_random_module.c
762cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/stream \
763 -o objs/src/stream/ngx_stream_upstream_zone_module.o \
764 src/stream/ngx_stream_upstream_zone_module.c
765cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/stream \
766 -o objs/src/stream/ngx_stream_ssl_preread_module.o \
767 src/stream/ngx_stream_ssl_preread_module.c
768cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl -I src/mail -I src/stream \
769 -o objs/src/misc/ngx_google_perftools_module.o \
770 src/misc/ngx_google_perftools_module.c
771cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs \
772 -o objs/ngx_modules.o \
773 objs/ngx_modules.c
774cc -o objs/nginx \
775objs/src/core/nginx.o \
776objs/src/core/ngx_log.o \
777objs/src/core/ngx_palloc.o \
778objs/src/core/ngx_array.o \
779objs/src/core/ngx_list.o \
780objs/src/core/ngx_hash.o \
781objs/src/core/ngx_buf.o \
782objs/src/core/ngx_queue.o \
783objs/src/core/ngx_output_chain.o \
784objs/src/core/ngx_string.o \
785objs/src/core/ngx_parse.o \
786objs/src/core/ngx_parse_time.o \
787objs/src/core/ngx_inet.o \
788objs/src/core/ngx_file.o \
789objs/src/core/ngx_crc32.o \
790objs/src/core/ngx_murmurhash.o \
791objs/src/core/ngx_md5.o \
792objs/src/core/ngx_sha1.o \
793objs/src/core/ngx_rbtree.o \
794objs/src/core/ngx_radix_tree.o \
795objs/src/core/ngx_slab.o \
796objs/src/core/ngx_times.o \
797objs/src/core/ngx_shmtx.o \
798objs/src/core/ngx_connection.o \
799objs/src/core/ngx_cycle.o \
800objs/src/core/ngx_spinlock.o \
801objs/src/core/ngx_rwlock.o \
802objs/src/core/ngx_cpuinfo.o \
803objs/src/core/ngx_conf_file.o \
804objs/src/core/ngx_module.o \
805objs/src/core/ngx_resolver.o \
806objs/src/core/ngx_open_file_cache.o \
807objs/src/core/ngx_crypt.o \
808objs/src/core/ngx_proxy_protocol.o \
809objs/src/core/ngx_syslog.o \
810objs/src/event/ngx_event.o \
811objs/src/event/ngx_event_timer.o \
812objs/src/event/ngx_event_posted.o \
813objs/src/event/ngx_event_accept.o \
814objs/src/event/ngx_event_udp.o \
815objs/src/event/ngx_event_connect.o \
816objs/src/event/ngx_event_pipe.o \
817objs/src/os/unix/ngx_time.o \
818objs/src/os/unix/ngx_errno.o \
819objs/src/os/unix/ngx_alloc.o \
820objs/src/os/unix/ngx_files.o \
821objs/src/os/unix/ngx_socket.o \
822objs/src/os/unix/ngx_recv.o \
823objs/src/os/unix/ngx_readv_chain.o \
824objs/src/os/unix/ngx_udp_recv.o \
825objs/src/os/unix/ngx_send.o \
826objs/src/os/unix/ngx_writev_chain.o \
827objs/src/os/unix/ngx_udp_send.o \
828objs/src/os/unix/ngx_udp_sendmsg_chain.o \
829objs/src/os/unix/ngx_channel.o \
830objs/src/os/unix/ngx_shmem.o \
831objs/src/os/unix/ngx_process.o \
832objs/src/os/unix/ngx_daemon.o \
833objs/src/os/unix/ngx_setaffinity.o \
834objs/src/os/unix/ngx_setproctitle.o \
835objs/src/os/unix/ngx_posix_init.o \
836objs/src/os/unix/ngx_user.o \
837objs/src/os/unix/ngx_dlopen.o \
838objs/src/os/unix/ngx_process_cycle.o \
839objs/src/os/unix/ngx_linux_init.o \
840objs/src/event/modules/ngx_epoll_module.o \
841objs/src/os/unix/ngx_linux_sendfile_chain.o \
842objs/src/os/unix/ngx_linux_aio_read.o \
843objs/src/core/ngx_thread_pool.o \
844objs/src/os/unix/ngx_thread_cond.o \
845objs/src/os/unix/ngx_thread_mutex.o \
846objs/src/os/unix/ngx_thread_id.o \
847objs/src/event/ngx_event_openssl.o \
848objs/src/event/ngx_event_openssl_stapling.o \
849objs/src/core/ngx_regex.o \
850objs/src/http/ngx_http.o \
851objs/src/http/ngx_http_core_module.o \
852objs/src/http/ngx_http_special_response.o \
853objs/src/http/ngx_http_request.o \
854objs/src/http/ngx_http_parse.o \
855objs/src/http/modules/ngx_http_log_module.o \
856objs/src/http/ngx_http_request_body.o \
857objs/src/http/ngx_http_variables.o \
858objs/src/http/ngx_http_script.o \
859objs/src/http/ngx_http_upstream.o \
860objs/src/http/ngx_http_upstream_round_robin.o \
861objs/src/http/ngx_http_file_cache.o \
862objs/src/http/ngx_http_huff_decode.o \
863objs/src/http/ngx_http_huff_encode.o \
864objs/src/http/ngx_http_write_filter_module.o \
865objs/src/http/ngx_http_header_filter_module.o \
866objs/src/http/modules/ngx_http_chunked_filter_module.o \
867objs/src/http/v2/ngx_http_v2_filter_module.o \
868objs/src/http/modules/ngx_http_range_filter_module.o \
869objs/src/http/modules/ngx_http_gzip_filter_module.o \
870objs/src/http/ngx_http_postpone_filter_module.o \
871objs/src/http/modules/ngx_http_ssi_filter_module.o \
872objs/src/http/modules/ngx_http_charset_filter_module.o \
873objs/src/http/modules/ngx_http_xslt_filter_module.o \
874objs/src/http/modules/ngx_http_image_filter_module.o \
875objs/src/http/modules/ngx_http_sub_filter_module.o \
876objs/src/http/modules/ngx_http_addition_filter_module.o \
877objs/src/http/modules/ngx_http_gunzip_filter_module.o \
878objs/src/http/modules/ngx_http_userid_filter_module.o \
879objs/src/http/modules/ngx_http_headers_filter_module.o \
880objs/src/http/ngx_http_copy_filter_module.o \
881objs/src/http/modules/ngx_http_not_modified_filter_module.o \
882objs/src/http/modules/ngx_http_slice_filter_module.o \
883objs/src/http/v2/ngx_http_v2.o \
884objs/src/http/v2/ngx_http_v2_table.o \
885objs/src/http/v2/ngx_http_v2_encode.o \
886objs/src/http/v2/ngx_http_v2_module.o \
887objs/src/http/modules/ngx_http_static_module.o \
888objs/src/http/modules/ngx_http_gzip_static_module.o \
889objs/src/http/modules/ngx_http_dav_module.o \
890objs/src/http/modules/ngx_http_autoindex_module.o \
891objs/src/http/modules/ngx_http_index_module.o \
892objs/src/http/modules/ngx_http_random_index_module.o \
893objs/src/http/modules/ngx_http_mirror_module.o \
894objs/src/http/modules/ngx_http_try_files_module.o \
895objs/src/http/modules/ngx_http_auth_request_module.o \
896objs/src/http/modules/ngx_http_auth_basic_module.o \
897objs/src/http/modules/ngx_http_access_module.o \
898objs/src/http/modules/ngx_http_limit_conn_module.o \
899objs/src/http/modules/ngx_http_limit_req_module.o \
900objs/src/http/modules/ngx_http_realip_module.o \
901objs/src/http/modules/ngx_http_geo_module.o \
902objs/src/http/modules/ngx_http_geoip_module.o \
903objs/src/http/modules/ngx_http_map_module.o \
904objs/src/http/modules/ngx_http_split_clients_module.o \
905objs/src/http/modules/ngx_http_referer_module.o \
906objs/src/http/modules/ngx_http_rewrite_module.o \
907objs/src/http/modules/ngx_http_ssl_module.o \
908objs/src/http/modules/ngx_http_proxy_module.o \
909objs/src/http/modules/ngx_http_fastcgi_module.o \
910objs/src/http/modules/ngx_http_uwsgi_module.o \
911objs/src/http/modules/ngx_http_scgi_module.o \
912objs/src/http/modules/ngx_http_grpc_module.o \
913objs/src/http/modules/perl/ngx_http_perl_module.o \
914objs/src/http/modules/ngx_http_memcached_module.o \
915objs/src/http/modules/ngx_http_empty_gif_module.o \
916objs/src/http/modules/ngx_http_browser_module.o \
917objs/src/http/modules/ngx_http_secure_link_module.o \
918objs/src/http/modules/ngx_http_flv_module.o \
919objs/src/http/modules/ngx_http_mp4_module.o \
920objs/src/http/modules/ngx_http_upstream_hash_module.o \
921objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \
922objs/src/http/modules/ngx_http_upstream_least_conn_module.o \
923objs/src/http/modules/ngx_http_upstream_random_module.o \
924objs/src/http/modules/ngx_http_upstream_keepalive_module.o \
925objs/src/http/modules/ngx_http_upstream_zone_module.o \
926objs/src/http/modules/ngx_http_stub_status_module.o \
927objs/src/mail/ngx_mail.o \
928objs/src/mail/ngx_mail_core_module.o \
929objs/src/mail/ngx_mail_handler.o \
930objs/src/mail/ngx_mail_parse.o \
931objs/src/mail/ngx_mail_ssl_module.o \
932objs/src/mail/ngx_mail_pop3_module.o \
933objs/src/mail/ngx_mail_pop3_handler.o \
934objs/src/mail/ngx_mail_imap_module.o \
935objs/src/mail/ngx_mail_imap_handler.o \
936objs/src/mail/ngx_mail_smtp_module.o \
937objs/src/mail/ngx_mail_smtp_handler.o \
938objs/src/mail/ngx_mail_auth_http_module.o \
939objs/src/mail/ngx_mail_proxy_module.o \
940objs/src/mail/ngx_mail_realip_module.o \
941objs/src/stream/ngx_stream.o \
942objs/src/stream/ngx_stream_variables.o \
943objs/src/stream/ngx_stream_script.o \
944objs/src/stream/ngx_stream_handler.o \
945objs/src/stream/ngx_stream_core_module.o \
946objs/src/stream/ngx_stream_log_module.o \
947objs/src/stream/ngx_stream_proxy_module.o \
948objs/src/stream/ngx_stream_upstream.o \
949objs/src/stream/ngx_stream_upstream_round_robin.o \
950objs/src/stream/ngx_stream_write_filter_module.o \
951objs/src/stream/ngx_stream_ssl_module.o \
952objs/src/stream/ngx_stream_realip_module.o \
953objs/src/stream/ngx_stream_limit_conn_module.o \
954objs/src/stream/ngx_stream_access_module.o \
955objs/src/stream/ngx_stream_geo_module.o \
956objs/src/stream/ngx_stream_geoip_module.o \
957objs/src/stream/ngx_stream_map_module.o \
958objs/src/stream/ngx_stream_split_clients_module.o \
959objs/src/stream/ngx_stream_return_module.o \
960objs/src/stream/ngx_stream_set_module.o \
961objs/src/stream/ngx_stream_upstream_hash_module.o \
962objs/src/stream/ngx_stream_upstream_least_conn_module.o \
963objs/src/stream/ngx_stream_upstream_random_module.o \
964objs/src/stream/ngx_stream_upstream_zone_module.o \
965objs/src/stream/ngx_stream_ssl_preread_module.o \
966objs/src/misc/ngx_google_perftools_module.o \
967objs/ngx_modules.o \
968-lpthread -lcrypt -lpcre2-8 -lssl -lcrypto -lpthread -lz -lxml2 -lxslt -lexslt -lgd -lGeoIP -lprofiler \
969-Wl,-E -fstack-protector-strong -L/usr/local/lib -L/usr/lib/x86_64-linux-gnu/perl/5.34/CORE -lperl -ldl -lm -lpthread -lc -lcrypt \
970-Wl,-E
971cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl -I src/mail -I src/stream \
972 -o objs/addon/src/ngx_http_headers_more_filter_module.o \
973 ../git-ngx_headers_more/src/ngx_http_headers_more_filter_module.c
974cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl -I src/mail -I src/stream \
975 -o objs/addon/src/ngx_http_headers_more_headers_out.o \
976 ../git-ngx_headers_more/src/ngx_http_headers_more_headers_out.c
977cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/http/modules/perl -I src/mail -I src/stream \
978 -o objs/addon/src/ngx_http_headers_more_headers_in.o \
979 ../git-ngx_headers_more/src/ngx_http_headers_more_headers_in.c
980In file included from /usr/include/dlfcn.h:24,
981 from src/os/unix/ngx_linux_config.h:58,
982 from src/core/ngx_config.h:26,
983 from ../git-ngx_headers_more/src/ddebug.h:5,
984 from ../git-ngx_headers_more/src/ngx_http_headers_more_headers_in.c:10:
985../git-ngx_headers_more/src/ngx_http_headers_more_headers_in.c:162:50: error: ‘ngx_http_headers_in_t’ has no member named ‘cookies’; did you mean ‘cookie’?
986 162 | offsetof(ngx_http_headers_in_t, cookies),
987 | ^~~~~~~
988make[1]: *** [objs/Makefile:1937: objs/addon/src/ngx_http_headers_more_headers_in.o] Error 1
989