Ticket #584: make.log

File make.log, 28.7 KB (added by Siu Ching Pong (Asuka Kenji), 12 years ago)

The output from running "make"

Line 
1/Applications/Xcode.app/Contents/Developer/usr/bin/make -f objs/Makefile
2cd /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 \
3 && if [ -f Makefile ]; then /Applications/Xcode.app/Contents/Developer/usr/bin/make distclean; fi \
4 && CC="cc" CFLAGS="-O2 -pipe " \
5 ./configure --disable-shared
6checking for a BSD-compatible install... /Users/asukakenji/symlinks/install -c
7checking whether build environment is sane... yes
8checking for a thread-safe mkdir -p... /Users/asukakenji/symlinks/mkdir -p
9checking for gawk... gawk
10checking whether make sets $(MAKE)... yes
11checking whether make supports nested variables... yes
12checking whether make supports nested variables... (cached) yes
13checking for style of include used by make... GNU
14checking for gcc... cc
15checking whether the C compiler works... yes
16checking for C compiler default output file name... a.out
17checking for suffix of executables...
18checking whether we are cross compiling... no
19checking for suffix of object files... o
20checking whether we are using the GNU C compiler... yes
21checking whether cc accepts -g... yes
22checking for cc option to accept ISO C89... none needed
23checking whether cc understands -c and -o together... yes
24checking dependency style of cc... gcc3
25checking for ar... ar
26checking the archiver (ar) interface... ar
27checking for gcc... (cached) cc
28checking whether we are using the GNU C compiler... (cached) yes
29checking whether cc accepts -g... (cached) yes
30checking for cc option to accept ISO C89... (cached) none needed
31checking whether cc understands -c and -o together... (cached) yes
32checking dependency style of cc... (cached) gcc3
33checking for g++... g++
34checking whether we are using the GNU C++ compiler... yes
35checking whether g++ accepts -g... yes
36checking dependency style of g++... gcc3
37checking how to run the C preprocessor... cc -E
38checking for grep that handles long lines and -e... /opt/local/bin/grep
39checking for egrep... /opt/local/bin/grep -E
40checking for ANSI C header files... yes
41checking for sys/types.h... yes
42checking for sys/stat.h... yes
43checking for stdlib.h... yes
44checking for string.h... yes
45checking for memory.h... yes
46checking for strings.h... yes
47checking for inttypes.h... yes
48checking for stdint.h... yes
49checking for unistd.h... yes
50checking for int64_t... yes
51checking build system type... x86_64-apple-darwin13.2.0
52checking host system type... x86_64-apple-darwin13.2.0
53checking how to print strings... printf
54checking for a sed that does not truncate output... /usr/bin/sed
55checking for fgrep... /opt/local/bin/grep -F
56checking for ld used by cc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
57checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
58checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
59checking the name lister (/usr/bin/nm) interface... BSD nm
60checking whether ln -s works... yes
61checking the maximum length of command line arguments... 196608
62checking whether the shell understands some XSI constructs... yes
63checking whether the shell understands "+="... yes
64checking how to convert x86_64-apple-darwin13.2.0 file names to x86_64-apple-darwin13.2.0 format... func_convert_file_noop
65checking how to convert x86_64-apple-darwin13.2.0 file names to toolchain format... func_convert_file_noop
66checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
67checking for objdump... objdump
68checking how to recognize dependent libraries... pass_all
69checking for dlltool... dlltool
70checking how to associate runtime and link libraries... printf %s\n
71checking for archiver @FILE support... no
72checking for strip... strip
73checking for ranlib... ranlib
74checking command to parse /usr/bin/nm output from cc object... ok
75checking for sysroot... no
76checking for mt... no
77checking if : is a manifest tool... no
78checking for dsymutil... dsymutil
79checking for nmedit... nmedit
80checking for lipo... lipo
81checking for otool... otool
82checking for otool64... no
83checking for -single_module linker flag... yes
84checking for -exported_symbols_list linker flag... yes
85checking for -force_load linker flag... yes
86checking for dlfcn.h... yes
87checking for objdir... .libs
88checking if cc supports -fno-rtti -fno-exceptions... yes
89checking for cc option to produce PIC... -fno-common -DPIC
90checking if cc PIC flag -fno-common -DPIC works... yes
91checking if cc static flag -static works... no
92checking if cc supports -c -o file.o... yes
93checking if cc supports -c -o file.o... (cached) yes
94checking whether the cc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
95checking dynamic linker characteristics... darwin13.2.0 dyld
96checking how to hardcode library paths into programs... immediate
97checking whether stripping libraries is possible... yes
98checking if libtool supports shared libraries... yes
99checking whether to build shared libraries... no
100checking whether to build static libraries... yes
101checking how to run the C++ preprocessor... g++ -E
102checking for ld used by g++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
103checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
104checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
105checking for g++ option to produce PIC... -fno-common -DPIC
106checking if g++ PIC flag -fno-common -DPIC works... yes
107checking if g++ static flag -static works... no
108checking if g++ supports -c -o file.o... yes
109checking if g++ supports -c -o file.o... (cached) yes
110checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
111checking dynamic linker characteristics... darwin13.2.0 dyld
112checking how to hardcode library paths into programs... immediate
113checking whether ln -s works... yes
114checking whether the -Werror option is usable... yes
115checking for simple visibility declarations... yes
116checking for ANSI C header files... (cached) yes
117checking limits.h usability... yes
118checking limits.h presence... yes
119checking for limits.h... yes
120checking for sys/types.h... (cached) yes
121checking for sys/stat.h... (cached) yes
122checking dirent.h usability... yes
123checking dirent.h presence... yes
124checking for dirent.h... yes
125checking windows.h usability... no
126checking windows.h presence... no
127checking for windows.h... no
128checking for alias support in the linker... yes
129checking string usability... yes
130checking string presence... yes
131checking for string... yes
132checking bits/type_traits.h usability... no
133checking bits/type_traits.h presence... no
134checking for bits/type_traits.h... no
135checking type_traits.h usability... no
136checking type_traits.h presence... no
137checking for type_traits.h... no
138checking for strtoq... yes
139checking for long long... yes
140checking for unsigned long long... yes
141checking for an ANSI C-conforming const... yes
142checking for size_t... yes
143checking for bcopy... yes
144checking for memmove... yes
145checking for strerror... yes
146checking zlib.h usability... yes
147checking zlib.h presence... yes
148checking for zlib.h... yes
149checking for gzopen in -lz... yes
150checking bzlib.h usability... yes
151checking bzlib.h presence... yes
152checking for bzlib.h... yes
153checking for libbz2... yes
154checking that generated files are newer than configure... done
155configure: creating ./config.status
156config.status: creating Makefile
157config.status: creating libpcre.pc
158config.status: creating libpcre16.pc
159config.status: creating libpcre32.pc
160config.status: creating libpcreposix.pc
161config.status: creating libpcrecpp.pc
162config.status: creating pcre-config
163config.status: creating pcre.h
164config.status: creating pcre_stringpiece.h
165config.status: creating pcrecpparg.h
166config.status: creating config.h
167config.status: executing depfiles commands
168config.status: executing libtool commands
169config.status: executing script-chmod commands
170config.status: executing delete-old-chartables commands
171
172pcre-8.35 configuration summary:
173
174 Install prefix .................. : /usr/local
175 C preprocessor .................. : cc -E
176 C compiler ...................... : cc
177 C++ preprocessor ................ : g++ -E
178 C++ compiler .................... : g++
179 Linker .......................... : /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
180 C preprocessor flags ............ :
181 C compiler flags ................ : -O2 -pipe -fvisibility=hidden
182 C++ compiler flags .............. : -O2 -fvisibility=hidden -fvisibility-inlines-hidden
183 Linker flags .................... :
184 Extra libraries ................. :
185
186 Build 8 bit pcre library ........ : yes
187 Build 16 bit pcre library ....... : no
188 Build 32 bit pcre library ....... : no
189 Build C++ library ............... : yes
190 Enable JIT compiling support .... : no
191 Enable UTF-8/16/32 support ...... : no
192 Unicode properties .............. : no
193 Newline char/sequence ........... : lf
194 \R matches only ANYCRLF ......... : no
195 EBCDIC coding ................... : no
196 EBCDIC code for NL .............. : n/a
197 Rebuild char tables ............. : no
198 Use stack recursion ............. : yes
199 POSIX mem threshold ............. : 10
200 Internal link size .............. : 2
201 Nested parentheses limit ........ : 250
202 Match limit ..................... : 10000000
203 Match limit recursion ........... : MATCH_LIMIT
204 Build shared libs ............... : no
205 Build static libs ............... : yes
206 Use JIT in pcregrep ............. : no
207 Buffer size for pcregrep ........ : 20480
208 Link pcregrep with libz ......... : no
209 Link pcregrep with libbz2 ....... : no
210 Link pcretest with libedit ...... : no
211 Link pcretest with libreadline .. : no
212 Valgrind support ................ : no
213 Code coverage ................... : no
214
215cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
216 -o objs/src/core/nginx.o \
217 src/core/nginx.c
218cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
219 -o objs/src/core/ngx_log.o \
220 src/core/ngx_log.c
221cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
222 -o objs/src/core/ngx_palloc.o \
223 src/core/ngx_palloc.c
224cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
225 -o objs/src/core/ngx_array.o \
226 src/core/ngx_array.c
227cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
228 -o objs/src/core/ngx_list.o \
229 src/core/ngx_list.c
230cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
231 -o objs/src/core/ngx_hash.o \
232 src/core/ngx_hash.c
233cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
234 -o objs/src/core/ngx_buf.o \
235 src/core/ngx_buf.c
236cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
237 -o objs/src/core/ngx_queue.o \
238 src/core/ngx_queue.c
239cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
240 -o objs/src/core/ngx_output_chain.o \
241 src/core/ngx_output_chain.c
242cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
243 -o objs/src/core/ngx_string.o \
244 src/core/ngx_string.c
245cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
246 -o objs/src/core/ngx_parse.o \
247 src/core/ngx_parse.c
248cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
249 -o objs/src/core/ngx_inet.o \
250 src/core/ngx_inet.c
251cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
252 -o objs/src/core/ngx_file.o \
253 src/core/ngx_file.c
254cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
255 -o objs/src/core/ngx_crc32.o \
256 src/core/ngx_crc32.c
257cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
258 -o objs/src/core/ngx_murmurhash.o \
259 src/core/ngx_murmurhash.c
260cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
261 -o objs/src/core/ngx_md5.o \
262 src/core/ngx_md5.c
263cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
264 -o objs/src/core/ngx_rbtree.o \
265 src/core/ngx_rbtree.c
266cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
267 -o objs/src/core/ngx_radix_tree.o \
268 src/core/ngx_radix_tree.c
269cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
270 -o objs/src/core/ngx_slab.o \
271 src/core/ngx_slab.c
272cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
273 -o objs/src/core/ngx_times.o \
274 src/core/ngx_times.c
275cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
276 -o objs/src/core/ngx_shmtx.o \
277 src/core/ngx_shmtx.c
278cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
279 -o objs/src/core/ngx_connection.o \
280 src/core/ngx_connection.c
281cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
282 -o objs/src/core/ngx_cycle.o \
283 src/core/ngx_cycle.c
284cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
285 -o objs/src/core/ngx_spinlock.o \
286 src/core/ngx_spinlock.c
287cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
288 -o objs/src/core/ngx_cpuinfo.o \
289 src/core/ngx_cpuinfo.c
290cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
291 -o objs/src/core/ngx_conf_file.o \
292 src/core/ngx_conf_file.c
293cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
294 -o objs/src/core/ngx_resolver.o \
295 src/core/ngx_resolver.c
296cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
297 -o objs/src/core/ngx_open_file_cache.o \
298 src/core/ngx_open_file_cache.c
299cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
300 -o objs/src/core/ngx_crypt.o \
301 src/core/ngx_crypt.c
302src/core/ngx_crypt.c:82:5: error: 'MD5_Init' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
303 ngx_md5_init(&md5);
304 ^
305src/core/ngx_md5.h:30:25: note: expanded from macro 'ngx_md5_init'
306#define ngx_md5_init MD5_Init
307 ^
308/usr/include/openssl/md5.h:113:5: note: 'MD5_Init' declared here
309int MD5_Init(MD5_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
310 ^
311src/core/ngx_crypt.c:83:5: error: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
312 ngx_md5_update(&md5, key, keylen);
313 ^
314src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
315#define ngx_md5_update MD5_Update
316 ^
317/usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
318int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
319 ^
320src/core/ngx_crypt.c:84:5: error: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
321 ngx_md5_update(&md5, (u_char *) "$apr1$", sizeof("$apr1$") - 1);
322 ^
323src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
324#define ngx_md5_update MD5_Update
325 ^
326/usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
327int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
328 ^
329src/core/ngx_crypt.c:85:5: error: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
330 ngx_md5_update(&md5, salt, saltlen);
331 ^
332src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
333#define ngx_md5_update MD5_Update
334 ^
335/usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
336int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
337 ^
338src/core/ngx_crypt.c:87:5: error: 'MD5_Init' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
339 ngx_md5_init(&ctx1);
340 ^
341src/core/ngx_md5.h:30:25: note: expanded from macro 'ngx_md5_init'
342#define ngx_md5_init MD5_Init
343 ^
344/usr/include/openssl/md5.h:113:5: note: 'MD5_Init' declared here
345int MD5_Init(MD5_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
346 ^
347src/core/ngx_crypt.c:88:5: error: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
348 ngx_md5_update(&ctx1, key, keylen);
349 ^
350src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
351#define ngx_md5_update MD5_Update
352 ^
353/usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
354int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
355 ^
356src/core/ngx_crypt.c:89:5: error: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
357 ngx_md5_update(&ctx1, salt, saltlen);
358 ^
359src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
360#define ngx_md5_update MD5_Update
361 ^
362/usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
363int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
364 ^
365src/core/ngx_crypt.c:90:5: error: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
366 ngx_md5_update(&ctx1, key, keylen);
367 ^
368src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
369#define ngx_md5_update MD5_Update
370 ^
371/usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
372int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
373 ^
374src/core/ngx_crypt.c:91:5: error: 'MD5_Final' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
375 ngx_md5_final(final, &ctx1);
376 ^
377src/core/ngx_md5.h:32:25: note: expanded from macro 'ngx_md5_final'
378#define ngx_md5_final MD5_Final
379 ^
380/usr/include/openssl/md5.h:115:5: note: 'MD5_Final' declared here
381int MD5_Final(unsigned char *md, MD5_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
382 ^
383src/core/ngx_crypt.c:94:9: error: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
384 ngx_md5_update(&md5, final, n > 16 ? 16 : n);
385 ^
386src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
387#define ngx_md5_update MD5_Update
388 ^
389/usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
390int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
391 ^
392src/core/ngx_crypt.c:101:13: error: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
393 ngx_md5_update(&md5, final, 1);
394 ^
395src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
396#define ngx_md5_update MD5_Update
397 ^
398/usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
399int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
400 ^
401src/core/ngx_crypt.c:104:13: error: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
402 ngx_md5_update(&md5, key, 1);
403 ^
404src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
405#define ngx_md5_update MD5_Update
406 ^
407/usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
408int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
409 ^
410src/core/ngx_crypt.c:108:5: error: 'MD5_Final' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
411 ngx_md5_final(final, &md5);
412 ^
413src/core/ngx_md5.h:32:25: note: expanded from macro 'ngx_md5_final'
414#define ngx_md5_final MD5_Final
415 ^
416/usr/include/openssl/md5.h:115:5: note: 'MD5_Final' declared here
417int MD5_Final(unsigned char *md, MD5_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
418 ^
419src/core/ngx_crypt.c:111:9: error: 'MD5_Init' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
420 ngx_md5_init(&ctx1);
421 ^
422src/core/ngx_md5.h:30:25: note: expanded from macro 'ngx_md5_init'
423#define ngx_md5_init MD5_Init
424 ^
425/usr/include/openssl/md5.h:113:5: note: 'MD5_Init' declared here
426int MD5_Init(MD5_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
427 ^
428src/core/ngx_crypt.c:114:13: error: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
429 ngx_md5_update(&ctx1, key, keylen);
430 ^
431src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
432#define ngx_md5_update MD5_Update
433 ^
434/usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
435int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
436 ^
437src/core/ngx_crypt.c:117:13: error: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
438 ngx_md5_update(&ctx1, final, 16);
439 ^
440src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
441#define ngx_md5_update MD5_Update
442 ^
443/usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
444int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
445 ^
446src/core/ngx_crypt.c:121:13: error: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
447 ngx_md5_update(&ctx1, salt, saltlen);
448 ^
449src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
450#define ngx_md5_update MD5_Update
451 ^
452/usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
453int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
454 ^
455src/core/ngx_crypt.c:125:13: error: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
456 ngx_md5_update(&ctx1, key, keylen);
457 ^
458src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
459#define ngx_md5_update MD5_Update
460 ^
461/usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
462int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
463 ^
464src/core/ngx_crypt.c:129:13: error: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
465 ngx_md5_update(&ctx1, final, 16);
466 ^
467src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
468#define ngx_md5_update MD5_Update
469 ^
470/usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
471int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
472 ^
473fatal error: too many errors emitted, stopping now [-ferror-limit=]
47420 errors generated.
475make[1]: *** [objs/src/core/ngx_crypt.o] Error 1
476make: *** [build] Error 2