Ticket #127: error.log

File error.log, 50.1 KB (added by Victor Ng, 14 years ago)
Line 
1{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf320
2{\fonttbl\f0\fmodern\fcharset0 Courier;}
3{\colortbl;\red255\green255\blue255;}
4\margl1440\margr1440\vieww10800\viewh8400\viewkind0
5\deftab720
6\pard\pardeftab720
7
8\f0\fs24 \cf0 [/Users/vng/Desktop]$ passenger-install-nginx-module --nginx-source-dir=/Users/vng/Desktop/nginx-1.1.17\
9Welcome to the Phusion Passenger Nginx module installer, v3.0.11.\
10\
11This installer will guide you through the entire installation process. It\
12shouldn't take more than 5 minutes in total.\
13\
14Here's what you can expect from the installation process:\
15\
16 1. This installer will compile and install Nginx with Passenger support.\
17 2. You'll learn how to configure Passenger in Nginx.\
18 3. You'll learn how to deploy a Ruby on Rails application.\
19\
20Don't worry if anything goes wrong. This installer will advise you on how to\
21solve any problems.\
22\
23Press Enter to continue, or Ctrl-C to abort.\
24\
25\
26--------------------------------------------\
27\
28Checking for required software...\
29\
30 * GNU C++ compiler... found at /usr/bin/g++\
31 * The 'make' tool... found at /usr/bin/make\
32 * A download tool like 'wget' or 'curl'... found at /usr/local/bin/wget\
33 * Ruby development headers... found\
34 * OpenSSL support for Ruby... found\
35 * RubyGems... found\
36 * Rake... found at /Users/vng/.rvm/wrappers/ruby-1.9.2-p290/rake\
37 * rack... found\
38 * Curl development headers with SSL support... found\
39 * OpenSSL development headers... found\
40 * Zlib development headers... found\
41\
42--------------------------------------------\
43\
44Automatically download and install Nginx?\
45\
46Nginx doesn't support loadable modules such as some other web servers do,\
47so in order to install Nginx with Passenger support, it must be recompiled.\
48\
49Do you want this installer to download, compile and install Nginx for you?\
50\
51 1. Yes: download, compile and install Nginx for me. (recommended)\
52 The easiest way to get started. A stock Nginx 1.0.10 with Passenger\
53 support, but with no other additional third party modules, will be\
54 installed for you to a directory of your choice.\
55\
56 2. No: I want to customize my Nginx installation. (for advanced users)\
57 Choose this if you want to compile Nginx with more third party modules\
58 besides Passenger, or if you need to pass additional options to Nginx's\
59 'configure' script. This installer will 1) ask you for the location of\
60 the Nginx source code, 2) run the 'configure' script according to your\
61 instructions, and 3) run 'make install'.\
62\
63Whichever you choose, if you already have an existing Nginx configuration file,\
64then it will be preserved.\
65\
66=> Proceeding with choice 2.\
67\
68--------------------------------------------\
69\
70Where is your Nginx source code located?\
71\
72=> /Users/vng/Desktop/nginx-1.1.17\
73\
74--------------------------------------------\
75\
76Where do you want to install Nginx to?\
77\
78Please specify a prefix directory [/opt/nginx]: \
79\
80--------------------------------------------\
81\
82Extra Nginx configure options\
83\
84If you want to pass extra arguments to the Nginx 'configure' script, then\
85please specify them. If not, then specify nothing and press Enter.\
86\
87If you specify nothing then the 'configure' script will be run as follows:\
88\
89 sh ./configure --prefix='/opt/nginx' --with-http_ssl_module --with-cc-opt='-Wno-error' --add-module='/Users/vng/.rvm/gems/ruby-1.9.2-p290/gems/passenger-3.0.11/ext/nginx'\
90\
91Extra arguments to pass to configure script: \
92\
93--------------------------------------------\
94\
95Confirm configure flags\
96\
97The Nginx configure script will be run as follows:\
98\
99 sh ./configure --prefix='/opt/nginx' --with-http_ssl_module --with-cc-opt='-Wno-error' --add-module='/Users/vng/.rvm/gems/ruby-1.9.2-p290/gems/passenger-3.0.11/ext/nginx'\
100\
101Is this what you want? (yes/no) [default=yes]: \
102\
103--------------------------------------------\
104\
105Compiling Passenger support files...\
106# /Users/vng/.rvm/wrappers/ruby-1.9.2-p290/rake nginx:clean nginx RELEASE=yes\
107rm -rf ext/common/libboost_oxt.a ext/common/libboost_oxt\
108rm -rf ext/common/libpassenger_common.a ext/common/libpassenger_common\
109rm -f agents/PassengerWatchdog agents/PassengerLoggingAgent\
110rm -rf agents/nginx/PassengerHelperAgent\
111mkdir -p ext/common/libboost_oxt\
112g++ -Iext -D_REENTRANT -I/usr/local/include -DHASH_NAMESPACE="__gnu_cxx" -DHASH_FUN_H="<ext/hash_fun.h>" -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -g -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -o ext/common/libboost_oxt/aggregate.o -c ext/common/libboost_oxt/aggregate.cpp\
113mkdir -p ext/common/libboost_oxt\
114rm -rf ext/common/libboost_oxt.a\
115ar cru ext/common/libboost_oxt.a ext/common/libboost_oxt/aggregate.o\
116ranlib ext/common/libboost_oxt.a\
117mkdir -p ext/common/libpassenger_common\
118g++ -Iext -Iext/common -Iext/libev -D_REENTRANT -I/usr/local/include -DHASH_NAMESPACE="__gnu_cxx" -DHASH_FUN_H="<ext/hash_fun.h>" -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -g -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -o ext/common/libpassenger_common/aggregate.o -c ext/common/libpassenger_common/aggregate.cpp\
119rm -rf ext/common/libpassenger_common.a\
120ar cru ext/common/libpassenger_common.a ext/common/libpassenger_common/aggregate.o\
121ranlib ext/common/libpassenger_common.a\
122g++ ext/nginx/HelperAgent.cpp -o agents/nginx/PassengerHelperAgent -Iext -Iext/common -D_REENTRANT -I/usr/local/include -DHASH_NAMESPACE="__gnu_cxx" -DHASH_FUN_H="<ext/hash_fun.h>" -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -g -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS ext/common/libpassenger_common.a ext/common/libboost_oxt.a -lpthread \
123g++ ext/common/Watchdog.cpp -o agents/PassengerWatchdog -Iext -Iext/common -D_REENTRANT -I/usr/local/include -DHASH_NAMESPACE="__gnu_cxx" -DHASH_FUN_H="<ext/hash_fun.h>" -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -g -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS ext/common/libpassenger_common.a ext/common/libboost_oxt.a -lpthread \
124g++ ext/common/LoggingAgent/Main.cpp -o agents/PassengerLoggingAgent -Iext -Iext/common -Iext/libev -D_REENTRANT -I/usr/local/include -DHASH_NAMESPACE="__gnu_cxx" -DHASH_FUN_H="<ext/hash_fun.h>" -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -g -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS ext/common/libpassenger_common.a ext/common/libboost_oxt.a ext/libev/.libs/libev.a -lcurl -lz -lpthread \
125\
126--------------------------------------------\
127\
128Compiling and installing Nginx...\
129# sh ./configure --prefix='/opt/nginx' --with-http_ssl_module --with-cc-opt='-Wno-error' --add-module='/Users/vng/.rvm/gems/ruby-1.9.2-p290/gems/passenger-3.0.11/ext/nginx'\
130checking for OS\
131 + Darwin 11.3.0 x86_64\
132checking for C compiler ... found\
133 + using GNU C compiler\
134 + gcc version: 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)\
135checking for gcc -pipe switch ... found\
136checking for gcc builtin atomic operations ... found\
137checking for C99 variadic macros ... found\
138checking for gcc variadic macros ... found\
139checking for unistd.h ... found\
140checking for inttypes.h ... found\
141checking for limits.h ... found\
142checking for sys/filio.h ... found\
143checking for sys/param.h ... found\
144checking for sys/mount.h ... found\
145checking for sys/statvfs.h ... found\
146checking for crypt.h ... not found\
147checking for Darwin specific features\
148 + kqueue found\
149checking for kqueue's EVFILT_TIMER ... found\
150checking for Darwin 64-bit kqueue millisecond timeout bug ... not found\
151checking for sendfile() ... found\
152checking for atomic(3) ... found\
153checking for nobody group ... found\
154checking for poll() ... found\
155checking for /dev/poll ... not found\
156checking for crypt() ... found\
157checking for F_READAHEAD ... not found\
158checking for posix_fadvise() ... not found\
159checking for O_DIRECT ... not found\
160checking for F_NOCACHE ... found\
161checking for directio() ... not found\
162checking for statfs() ... found\
163checking for statvfs() ... found\
164checking for dlopen() ... found\
165checking for sched_yield() ... found\
166checking for SO_SETFIB ... not found\
167checking for SO_ACCEPTFILTER ... not found\
168checking for TCP_DEFER_ACCEPT ... not found\
169checking for TCP_KEEPIDLE, TCP_KEEPINTVL, TCP_KEEPCNT ... not found\
170checking for accept4() ... not found\
171checking for int size ... 4 bytes\
172checking for long size ... 8 bytes\
173checking for long long size ... 8 bytes\
174checking for void * size ... 8 bytes\
175checking for uint64_t ... found\
176checking for sig_atomic_t ... found\
177checking for sig_atomic_t size ... 4 bytes\
178checking for socklen_t ... found\
179checking for in_addr_t ... found\
180checking for in_port_t ... found\
181checking for rlim_t ... found\
182checking for uintptr_t ... uintptr_t found\
183checking for system endianess ... little endianess\
184checking for size_t size ... 8 bytes\
185checking for off_t size ... 8 bytes\
186checking for time_t size ... 8 bytes\
187checking for setproctitle() ... not found\
188checking for pread() ... found\
189checking for pwrite() ... found\
190checking for sys_nerr ... found\
191checking for localtime_r() ... found\
192checking for posix_memalign() ... found\
193checking for memalign() ... not found\
194checking for mmap(MAP_ANON|MAP_SHARED) ... found\
195checking for mmap("/dev/zero", MAP_SHARED) ... found but is not working\
196checking for System V shared memory ... found\
197checking for POSIX semaphores ... found but is not working\
198checking for POSIX semaphores in libpthread ... found but is not working\
199checking for POSIX semaphores in librt ... not found\
200checking for struct msghdr.msg_control ... found\
201checking for ioctl(FIONBIO) ... found\
202checking for struct tm.tm_gmtoff ... found\
203checking for struct dirent.d_namlen ... found\
204checking for struct dirent.d_type ... found\
205checking for sysconf(_SC_NPROCESSORS_ONLN) ... found\
206checking for openat(), fstatat() ... not found\
207configuring additional modules\
208adding module in /Users/vng/.rvm/gems/ruby-1.9.2-p290/gems/passenger-3.0.11/ext/nginx\
209checking for Math library ... found\
210 + ngx_http_passenger_module was configured\
211checking for PCRE library ... found\
212checking for PCRE JIT support ... found\
213checking for OpenSSL library ... found\
214checking for zlib library ... found\
215creating objs/Makefile\
216\
217Configuration summary\
218 + using system PCRE library\
219 + using system OpenSSL library\
220 + md5: using OpenSSL library\
221 + sha1: using OpenSSL library\
222 + using system zlib library\
223\
224 nginx path prefix: "/opt/nginx"\
225 nginx binary file: "/opt/nginx/sbin/nginx"\
226 nginx configuration prefix: "/opt/nginx/conf"\
227 nginx configuration file: "/opt/nginx/conf/nginx.conf"\
228 nginx pid file: "/opt/nginx/logs/nginx.pid"\
229 nginx error log file: "/opt/nginx/logs/error.log"\
230 nginx http access log file: "/opt/nginx/logs/access.log"\
231 nginx http client request body temporary files: "client_body_temp"\
232 nginx http proxy temporary files: "proxy_temp"\
233 nginx http fastcgi temporary files: "fastcgi_temp"\
234 nginx http uwsgi temporary files: "uwsgi_temp"\
235 nginx http scgi temporary files: "scgi_temp"\
236\
237# make\
238make -f objs/Makefile\
239gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
240 -o objs/src/core/nginx.o \\\
241 src/core/nginx.c\
242gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
243 -o objs/src/core/ngx_log.o \\\
244 src/core/ngx_log.c\
245gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
246 -o objs/src/core/ngx_palloc.o \\\
247 src/core/ngx_palloc.c\
248gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
249 -o objs/src/core/ngx_array.o \\\
250 src/core/ngx_array.c\
251gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
252 -o objs/src/core/ngx_list.o \\\
253 src/core/ngx_list.c\
254gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
255 -o objs/src/core/ngx_hash.o \\\
256 src/core/ngx_hash.c\
257gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
258 -o objs/src/core/ngx_buf.o \\\
259 src/core/ngx_buf.c\
260gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
261 -o objs/src/core/ngx_queue.o \\\
262 src/core/ngx_queue.c\
263gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
264 -o objs/src/core/ngx_output_chain.o \\\
265 src/core/ngx_output_chain.c\
266gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
267 -o objs/src/core/ngx_string.o \\\
268 src/core/ngx_string.c\
269gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
270 -o objs/src/core/ngx_parse.o \\\
271 src/core/ngx_parse.c\
272gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
273 -o objs/src/core/ngx_inet.o \\\
274 src/core/ngx_inet.c\
275gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
276 -o objs/src/core/ngx_file.o \\\
277 src/core/ngx_file.c\
278gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
279 -o objs/src/core/ngx_crc32.o \\\
280 src/core/ngx_crc32.c\
281gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
282 -o objs/src/core/ngx_murmurhash.o \\\
283 src/core/ngx_murmurhash.c\
284gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
285 -o objs/src/core/ngx_md5.o \\\
286 src/core/ngx_md5.c\
287gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
288 -o objs/src/core/ngx_rbtree.o \\\
289 src/core/ngx_rbtree.c\
290gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
291 -o objs/src/core/ngx_radix_tree.o \\\
292 src/core/ngx_radix_tree.c\
293gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
294 -o objs/src/core/ngx_slab.o \\\
295 src/core/ngx_slab.c\
296gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
297 -o objs/src/core/ngx_times.o \\\
298 src/core/ngx_times.c\
299gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
300 -o objs/src/core/ngx_shmtx.o \\\
301 src/core/ngx_shmtx.c\
302gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
303 -o objs/src/core/ngx_connection.o \\\
304 src/core/ngx_connection.c\
305gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
306 -o objs/src/core/ngx_cycle.o \\\
307 src/core/ngx_cycle.c\
308gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
309 -o objs/src/core/ngx_spinlock.o \\\
310 src/core/ngx_spinlock.c\
311gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
312 -o objs/src/core/ngx_cpuinfo.o \\\
313 src/core/ngx_cpuinfo.c\
314gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
315 -o objs/src/core/ngx_conf_file.o \\\
316 src/core/ngx_conf_file.c\
317gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
318 -o objs/src/core/ngx_resolver.o \\\
319 src/core/ngx_resolver.c\
320gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
321 -o objs/src/core/ngx_open_file_cache.o \\\
322 src/core/ngx_open_file_cache.c\
323gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
324 -o objs/src/core/ngx_crypt.o \\\
325 src/core/ngx_crypt.c\
326gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
327 -o objs/src/event/ngx_event.o \\\
328 src/event/ngx_event.c\
329gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
330 -o objs/src/event/ngx_event_timer.o \\\
331 src/event/ngx_event_timer.c\
332gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
333 -o objs/src/event/ngx_event_posted.o \\\
334 src/event/ngx_event_posted.c\
335gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
336 -o objs/src/event/ngx_event_busy_lock.o \\\
337 src/event/ngx_event_busy_lock.c\
338gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
339 -o objs/src/event/ngx_event_accept.o \\\
340 src/event/ngx_event_accept.c\
341gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
342 -o objs/src/event/ngx_event_connect.o \\\
343 src/event/ngx_event_connect.c\
344gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
345 -o objs/src/event/ngx_event_pipe.o \\\
346 src/event/ngx_event_pipe.c\
347gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
348 -o objs/src/os/unix/ngx_time.o \\\
349 src/os/unix/ngx_time.c\
350gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
351 -o objs/src/os/unix/ngx_errno.o \\\
352 src/os/unix/ngx_errno.c\
353gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
354 -o objs/src/os/unix/ngx_alloc.o \\\
355 src/os/unix/ngx_alloc.c\
356gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
357 -o objs/src/os/unix/ngx_files.o \\\
358 src/os/unix/ngx_files.c\
359gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
360 -o objs/src/os/unix/ngx_socket.o \\\
361 src/os/unix/ngx_socket.c\
362gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
363 -o objs/src/os/unix/ngx_recv.o \\\
364 src/os/unix/ngx_recv.c\
365gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
366 -o objs/src/os/unix/ngx_readv_chain.o \\\
367 src/os/unix/ngx_readv_chain.c\
368gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
369 -o objs/src/os/unix/ngx_udp_recv.o \\\
370 src/os/unix/ngx_udp_recv.c\
371gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
372 -o objs/src/os/unix/ngx_send.o \\\
373 src/os/unix/ngx_send.c\
374gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
375 -o objs/src/os/unix/ngx_writev_chain.o \\\
376 src/os/unix/ngx_writev_chain.c\
377gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
378 -o objs/src/os/unix/ngx_channel.o \\\
379 src/os/unix/ngx_channel.c\
380gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
381 -o objs/src/os/unix/ngx_shmem.o \\\
382 src/os/unix/ngx_shmem.c\
383gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
384 -o objs/src/os/unix/ngx_process.o \\\
385 src/os/unix/ngx_process.c\
386gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
387 -o objs/src/os/unix/ngx_daemon.o \\\
388 src/os/unix/ngx_daemon.c\
389gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
390 -o objs/src/os/unix/ngx_setproctitle.o \\\
391 src/os/unix/ngx_setproctitle.c\
392gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
393 -o objs/src/os/unix/ngx_posix_init.o \\\
394 src/os/unix/ngx_posix_init.c\
395gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
396 -o objs/src/os/unix/ngx_user.o \\\
397 src/os/unix/ngx_user.c\
398gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
399 -o objs/src/os/unix/ngx_process_cycle.o \\\
400 src/os/unix/ngx_process_cycle.c\
401gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
402 -o objs/src/os/unix/ngx_darwin_init.o \\\
403 src/os/unix/ngx_darwin_init.c\
404gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
405 -o objs/src/event/modules/ngx_kqueue_module.o \\\
406 src/event/modules/ngx_kqueue_module.c\
407gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
408 -o objs/src/os/unix/ngx_darwin_sendfile_chain.o \\\
409 src/os/unix/ngx_darwin_sendfile_chain.c\
410gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
411 -o objs/src/event/ngx_event_openssl.o \\\
412 src/event/ngx_event_openssl.c\
413gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
414 -o objs/src/core/ngx_regex.o \\\
415 src/core/ngx_regex.c\
416gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
417 -o objs/src/http/ngx_http.o \\\
418 src/http/ngx_http.c\
419gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
420 -o objs/src/http/ngx_http_core_module.o \\\
421 src/http/ngx_http_core_module.c\
422gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
423 -o objs/src/http/ngx_http_special_response.o \\\
424 src/http/ngx_http_special_response.c\
425gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
426 -o objs/src/http/ngx_http_request.o \\\
427 src/http/ngx_http_request.c\
428gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
429 -o objs/src/http/ngx_http_parse.o \\\
430 src/http/ngx_http_parse.c\
431gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
432 -o objs/src/http/ngx_http_header_filter_module.o \\\
433 src/http/ngx_http_header_filter_module.c\
434gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
435 -o objs/src/http/ngx_http_write_filter_module.o \\\
436 src/http/ngx_http_write_filter_module.c\
437gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
438 -o objs/src/http/ngx_http_copy_filter_module.o \\\
439 src/http/ngx_http_copy_filter_module.c\
440gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
441 -o objs/src/http/modules/ngx_http_log_module.o \\\
442 src/http/modules/ngx_http_log_module.c\
443gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
444 -o objs/src/http/ngx_http_request_body.o \\\
445 src/http/ngx_http_request_body.c\
446gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
447 -o objs/src/http/ngx_http_variables.o \\\
448 src/http/ngx_http_variables.c\
449gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
450 -o objs/src/http/ngx_http_script.o \\\
451 src/http/ngx_http_script.c\
452gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
453 -o objs/src/http/ngx_http_upstream.o \\\
454 src/http/ngx_http_upstream.c\
455gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
456 -o objs/src/http/ngx_http_upstream_round_robin.o \\\
457 src/http/ngx_http_upstream_round_robin.c\
458gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
459 -o objs/src/http/ngx_http_parse_time.o \\\
460 src/http/ngx_http_parse_time.c\
461gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
462 -o objs/src/http/modules/ngx_http_static_module.o \\\
463 src/http/modules/ngx_http_static_module.c\
464gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
465 -o objs/src/http/modules/ngx_http_index_module.o \\\
466 src/http/modules/ngx_http_index_module.c\
467gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
468 -o objs/src/http/modules/ngx_http_chunked_filter_module.o \\\
469 src/http/modules/ngx_http_chunked_filter_module.c\
470gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
471 -o objs/src/http/modules/ngx_http_range_filter_module.o \\\
472 src/http/modules/ngx_http_range_filter_module.c\
473gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
474 -o objs/src/http/modules/ngx_http_headers_filter_module.o \\\
475 src/http/modules/ngx_http_headers_filter_module.c\
476gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
477 -o objs/src/http/modules/ngx_http_not_modified_filter_module.o \\\
478 src/http/modules/ngx_http_not_modified_filter_module.c\
479gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
480 -o objs/src/http/ngx_http_busy_lock.o \\\
481 src/http/ngx_http_busy_lock.c\
482gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
483 -o objs/src/http/ngx_http_file_cache.o \\\
484 src/http/ngx_http_file_cache.c\
485gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
486 -o objs/src/http/modules/ngx_http_gzip_filter_module.o \\\
487 src/http/modules/ngx_http_gzip_filter_module.c\
488gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
489 -o objs/src/http/ngx_http_postpone_filter_module.o \\\
490 src/http/ngx_http_postpone_filter_module.c\
491gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
492 -o objs/src/http/modules/ngx_http_ssi_filter_module.o \\\
493 src/http/modules/ngx_http_ssi_filter_module.c\
494gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
495 -o objs/src/http/modules/ngx_http_charset_filter_module.o \\\
496 src/http/modules/ngx_http_charset_filter_module.c\
497gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
498 -o objs/src/http/modules/ngx_http_userid_filter_module.o \\\
499 src/http/modules/ngx_http_userid_filter_module.c\
500gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
501 -o objs/src/http/modules/ngx_http_autoindex_module.o \\\
502 src/http/modules/ngx_http_autoindex_module.c\
503gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
504 -o objs/src/http/modules/ngx_http_auth_basic_module.o \\\
505 src/http/modules/ngx_http_auth_basic_module.c\
506gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
507 -o objs/src/http/modules/ngx_http_access_module.o \\\
508 src/http/modules/ngx_http_access_module.c\
509gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
510 -o objs/src/http/modules/ngx_http_limit_conn_module.o \\\
511 src/http/modules/ngx_http_limit_conn_module.c\
512gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
513 -o objs/src/http/modules/ngx_http_limit_req_module.o \\\
514 src/http/modules/ngx_http_limit_req_module.c\
515gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
516 -o objs/src/http/modules/ngx_http_geo_module.o \\\
517 src/http/modules/ngx_http_geo_module.c\
518gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
519 -o objs/src/http/modules/ngx_http_map_module.o \\\
520 src/http/modules/ngx_http_map_module.c\
521gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
522 -o objs/src/http/modules/ngx_http_split_clients_module.o \\\
523 src/http/modules/ngx_http_split_clients_module.c\
524gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
525 -o objs/src/http/modules/ngx_http_referer_module.o \\\
526 src/http/modules/ngx_http_referer_module.c\
527gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
528 -o objs/src/http/modules/ngx_http_rewrite_module.o \\\
529 src/http/modules/ngx_http_rewrite_module.c\
530gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
531 -o objs/src/http/modules/ngx_http_ssl_module.o \\\
532 src/http/modules/ngx_http_ssl_module.c\
533gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
534 -o objs/src/http/modules/ngx_http_proxy_module.o \\\
535 src/http/modules/ngx_http_proxy_module.c\
536gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
537 -o objs/src/http/modules/ngx_http_fastcgi_module.o \\\
538 src/http/modules/ngx_http_fastcgi_module.c\
539gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
540 -o objs/src/http/modules/ngx_http_uwsgi_module.o \\\
541 src/http/modules/ngx_http_uwsgi_module.c\
542gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
543 -o objs/src/http/modules/ngx_http_scgi_module.o \\\
544 src/http/modules/ngx_http_scgi_module.c\
545gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
546 -o objs/src/http/modules/ngx_http_memcached_module.o \\\
547 src/http/modules/ngx_http_memcached_module.c\
548gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
549 -o objs/src/http/modules/ngx_http_empty_gif_module.o \\\
550 src/http/modules/ngx_http_empty_gif_module.c\
551gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
552 -o objs/src/http/modules/ngx_http_browser_module.o \\\
553 src/http/modules/ngx_http_browser_module.c\
554gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
555 -o objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \\\
556 src/http/modules/ngx_http_upstream_ip_hash_module.c\
557gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \\\
558 -o objs/src/http/modules/ngx_http_upstream_keepalive_module.o \\\
559 src/http/modules/ngx_http_upstream_keepalive_module.c\
560gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules -I src/mail \\\
561 -o objs/addon/nginx/ngx_http_passenger_module.o \\\
562 /Users/vng/.rvm/gems/ruby-1.9.2-p290/gems/passenger-3.0.11/ext/nginx/ngx_http_passenger_module.c\
563gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules -I src/mail \\\
564 -o objs/addon/nginx/Configuration.o \\\
565 /Users/vng/.rvm/gems/ruby-1.9.2-p290/gems/passenger-3.0.11/ext/nginx/Configuration.c\
566gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules -I src/mail \\\
567 -o objs/addon/nginx/ContentHandler.o \\\
568 /Users/vng/.rvm/gems/ruby-1.9.2-p290/gems/passenger-3.0.11/ext/nginx/ContentHandler.c\
569gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules -I src/mail \\\
570 -o objs/addon/nginx/StaticContentHandler.o \\\
571 /Users/vng/.rvm/gems/ruby-1.9.2-p290/gems/passenger-3.0.11/ext/nginx/StaticContentHandler.c\
572gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -Wno-error -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \\\
573 -o objs/ngx_modules.o \\\
574 objs/ngx_modules.c\
575gcc -o objs/nginx \\\
576 objs/src/core/nginx.o \\\
577 objs/src/core/ngx_log.o \\\
578 objs/src/core/ngx_palloc.o \\\
579 objs/src/core/ngx_array.o \\\
580 objs/src/core/ngx_list.o \\\
581 objs/src/core/ngx_hash.o \\\
582 objs/src/core/ngx_buf.o \\\
583 objs/src/core/ngx_queue.o \\\
584 objs/src/core/ngx_output_chain.o \\\
585 objs/src/core/ngx_string.o \\\
586 objs/src/core/ngx_parse.o \\\
587 objs/src/core/ngx_inet.o \\\
588 objs/src/core/ngx_file.o \\\
589 objs/src/core/ngx_crc32.o \\\
590 objs/src/core/ngx_murmurhash.o \\\
591 objs/src/core/ngx_md5.o \\\
592 objs/src/core/ngx_rbtree.o \\\
593 objs/src/core/ngx_radix_tree.o \\\
594 objs/src/core/ngx_slab.o \\\
595 objs/src/core/ngx_times.o \\\
596 objs/src/core/ngx_shmtx.o \\\
597 objs/src/core/ngx_connection.o \\\
598 objs/src/core/ngx_cycle.o \\\
599 objs/src/core/ngx_spinlock.o \\\
600 objs/src/core/ngx_cpuinfo.o \\\
601 objs/src/core/ngx_conf_file.o \\\
602 objs/src/core/ngx_resolver.o \\\
603 objs/src/core/ngx_open_file_cache.o \\\
604 objs/src/core/ngx_crypt.o \\\
605 objs/src/event/ngx_event.o \\\
606 objs/src/event/ngx_event_timer.o \\\
607 objs/src/event/ngx_event_posted.o \\\
608 objs/src/event/ngx_event_busy_lock.o \\\
609 objs/src/event/ngx_event_accept.o \\\
610 objs/src/event/ngx_event_connect.o \\\
611 objs/src/event/ngx_event_pipe.o \\\
612 objs/src/os/unix/ngx_time.o \\\
613 objs/src/os/unix/ngx_errno.o \\\
614 objs/src/os/unix/ngx_alloc.o \\\
615 objs/src/os/unix/ngx_files.o \\\
616 objs/src/os/unix/ngx_socket.o \\\
617 objs/src/os/unix/ngx_recv.o \\\
618 objs/src/os/unix/ngx_readv_chain.o \\\
619 objs/src/os/unix/ngx_udp_recv.o \\\
620 objs/src/os/unix/ngx_send.o \\\
621 objs/src/os/unix/ngx_writev_chain.o \\\
622 objs/src/os/unix/ngx_channel.o \\\
623 objs/src/os/unix/ngx_shmem.o \\\
624 objs/src/os/unix/ngx_process.o \\\
625 objs/src/os/unix/ngx_daemon.o \\\
626 objs/src/os/unix/ngx_setproctitle.o \\\
627 objs/src/os/unix/ngx_posix_init.o \\\
628 objs/src/os/unix/ngx_user.o \\\
629 objs/src/os/unix/ngx_process_cycle.o \\\
630 objs/src/os/unix/ngx_darwin_init.o \\\
631 objs/src/event/modules/ngx_kqueue_module.o \\\
632 objs/src/os/unix/ngx_darwin_sendfile_chain.o \\\
633 objs/src/event/ngx_event_openssl.o \\\
634 objs/src/core/ngx_regex.o \\\
635 objs/src/http/ngx_http.o \\\
636 objs/src/http/ngx_http_core_module.o \\\
637 objs/src/http/ngx_http_special_response.o \\\
638 objs/src/http/ngx_http_request.o \\\
639 objs/src/http/ngx_http_parse.o \\\
640 objs/src/http/ngx_http_header_filter_module.o \\\
641 objs/src/http/ngx_http_write_filter_module.o \\\
642 objs/src/http/ngx_http_copy_filter_module.o \\\
643 objs/src/http/modules/ngx_http_log_module.o \\\
644 objs/src/http/ngx_http_request_body.o \\\
645 objs/src/http/ngx_http_variables.o \\\
646 objs/src/http/ngx_http_script.o \\\
647 objs/src/http/ngx_http_upstream.o \\\
648 objs/src/http/ngx_http_upstream_round_robin.o \\\
649 objs/src/http/ngx_http_parse_time.o \\\
650 objs/src/http/modules/ngx_http_static_module.o \\\
651 objs/src/http/modules/ngx_http_index_module.o \\\
652 objs/src/http/modules/ngx_http_chunked_filter_module.o \\\
653 objs/src/http/modules/ngx_http_range_filter_module.o \\\
654 objs/src/http/modules/ngx_http_headers_filter_module.o \\\
655 objs/src/http/modules/ngx_http_not_modified_filter_module.o \\\
656 objs/src/http/ngx_http_busy_lock.o \\\
657 objs/src/http/ngx_http_file_cache.o \\\
658 objs/src/http/modules/ngx_http_gzip_filter_module.o \\\
659 objs/src/http/ngx_http_postpone_filter_module.o \\\
660 objs/src/http/modules/ngx_http_ssi_filter_module.o \\\
661 objs/src/http/modules/ngx_http_charset_filter_module.o \\\
662 objs/src/http/modules/ngx_http_userid_filter_module.o \\\
663 objs/src/http/modules/ngx_http_autoindex_module.o \\\
664 objs/src/http/modules/ngx_http_auth_basic_module.o \\\
665 objs/src/http/modules/ngx_http_access_module.o \\\
666 objs/src/http/modules/ngx_http_limit_conn_module.o \\\
667 objs/src/http/modules/ngx_http_limit_req_module.o \\\
668 objs/src/http/modules/ngx_http_geo_module.o \\\
669 objs/src/http/modules/ngx_http_map_module.o \\\
670 objs/src/http/modules/ngx_http_split_clients_module.o \\\
671 objs/src/http/modules/ngx_http_referer_module.o \\\
672 objs/src/http/modules/ngx_http_rewrite_module.o \\\
673 objs/src/http/modules/ngx_http_ssl_module.o \\\
674 objs/src/http/modules/ngx_http_proxy_module.o \\\
675 objs/src/http/modules/ngx_http_fastcgi_module.o \\\
676 objs/src/http/modules/ngx_http_uwsgi_module.o \\\
677 objs/src/http/modules/ngx_http_scgi_module.o \\\
678 objs/src/http/modules/ngx_http_memcached_module.o \\\
679 objs/src/http/modules/ngx_http_empty_gif_module.o \\\
680 objs/src/http/modules/ngx_http_browser_module.o \\\
681 objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \\\
682 objs/src/http/modules/ngx_http_upstream_keepalive_module.o \\\
683 objs/addon/nginx/ngx_http_passenger_module.o \\\
684 objs/addon/nginx/Configuration.o \\\
685 objs/addon/nginx/ContentHandler.o \\\
686 objs/addon/nginx/StaticContentHandler.o \\\
687 objs/ngx_modules.o \\\
688 /Users/vng/.rvm/gems/ruby-1.9.2-p290/gems/passenger-3.0.11/ext/nginx/../common/libpassenger_common.a /Users/vng/.rvm/gems/ruby-1.9.2-p290/gems/passenger-3.0.11/ext/nginx/../common/libboost_oxt.a -lstdc++ -lpthread -lm -lpcre -lssl -lcrypto -lz\
689Undefined symbols for architecture x86_64:\
690 "_pcre_free_study", referenced from:\
691 _ngx_pcre_free_studies in ngx_regex.o\
692ld: symbol(s) not found for architecture x86_64\
693collect2: ld returned 1 exit status\
694make[1]: *** [objs/nginx] Error 1\
695make: *** [build] Error 2\
696}