Ticket #49536: config.log

File config.log, 50.9 KB (added by lcopps@…, 8 years ago)

config.log

Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by Apache CouchDB configure 1.6.1, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --enable-js-trunk
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = Lymans-MacBook-Pro.local
14uname -m = x86_64
15uname -r = 15.0.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 15.0.0: Sat Sep 19 15:53:46 PDT 2015; root:xnu-3247.10.11~1/RELEASE_X86_64
18
19/usr/bin/uname -p = i386
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo      = Mach kernel version:
26         Darwin Kernel Version 15.0.0: Sat Sep 19 15:53:46 PDT 2015; root:xnu-3247.10.11~1/RELEASE_X86_64
27Kernel configured for up to 8 processors.
284 processors are physically available.
298 processors are logically available.
30Processor type: x86_64h (Intel x86-64h Haswell)
31Processors active: 0 1 2 3 4 5 6 7
32Primary memory available: 16.00 gigabytes
33Default processor set: 336 tasks, 1584 threads, 8 processors
34Load average: 2.83, Mach factor: 5.16
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin
40PATH: /opt/local/sbin
41PATH: /bin
42PATH: /sbin
43PATH: /usr/bin
44PATH: /usr/sbin
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:2811: checking for a BSD-compatible install
52configure:2879: result: /usr/bin/install -c
53configure:2890: checking whether build environment is sane
54configure:2940: result: yes
55configure:3081: checking for a thread-safe mkdir -p
56configure:3120: result: /opt/local/bin/gmkdir -p
57configure:3133: checking for gawk
58configure:3149: found /opt/local/bin/gawk
59configure:3160: result: gawk
60configure:3171: checking whether make sets $(MAKE)
61configure:3193: result: yes
62configure:3268: checking how to create a ustar tar archive
63configure:3281: tar --version
64bsdtar 2.8.3 - libarchive 2.8.3
65configure:3284: $? = 0
66configure:3324: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
67configure:3327: $? = 0
68configure:3331: tar -xf - <conftest.tar
69configure:3334: $? = 0
70configure:3347: result: gnutar
71configure:3367: checking for style of include used by make
72configure:3395: result: GNU
73configure:3466: checking for gcc
74configure:3493: result: /usr/bin/clang
75configure:3722: checking for C compiler version
76configure:3731: /usr/bin/clang --version >&5
77Apple LLVM version 7.0.0 (clang-700.1.76)
78Target: x86_64-apple-darwin15.0.0
79Thread model: posix
80configure:3742: $? = 0
81configure:3731: /usr/bin/clang -v >&5
82Apple LLVM version 7.0.0 (clang-700.1.76)
83Target: x86_64-apple-darwin15.0.0
84Thread model: posix
85configure:3742: $? = 0
86configure:3731: /usr/bin/clang -V >&5
87clang: error: argument to '-V' is missing (expected 1 value)
88clang: error: no input files
89configure:3742: $? = 1
90configure:3731: /usr/bin/clang -qversion >&5
91clang: error: unknown argument: '-qversion'
92clang: error: no input files
93configure:3742: $? = 1
94configure:3762: checking whether the C compiler works
95configure:3784: /usr/bin/clang -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
96configure:3788: $? = 0
97configure:3836: result: yes
98configure:3839: checking for C compiler default output file name
99configure:3841: result: a.out
100configure:3847: checking for suffix of executables
101configure:3854: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
102configure:3858: $? = 0
103configure:3880: result:
104configure:3902: checking whether we are cross compiling
105configure:3910: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
106configure:3914: $? = 0
107configure:3921: ./conftest
108configure:3925: $? = 0
109configure:3940: result: no
110configure:3945: checking for suffix of object files
111configure:3967: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
112configure:3971: $? = 0
113configure:3992: result: o
114configure:3996: checking whether we are using the GNU C compiler
115configure:4015: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
116configure:4015: $? = 0
117configure:4024: result: yes
118configure:4033: checking whether /usr/bin/clang accepts -g
119configure:4053: /usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
120configure:4053: $? = 0
121configure:4094: result: yes
122configure:4111: checking for /usr/bin/clang option to accept ISO C89
123configure:4174: /usr/bin/clang  -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
124configure:4174: $? = 0
125configure:4187: result: none needed
126configure:4209: checking dependency style of /usr/bin/clang
127configure:4320: result: gcc3
128configure:4341: checking how to run the C preprocessor
129configure:4372: /usr/bin/clang -E -I/opt/local/include conftest.c
130configure:4372: $? = 0
131configure:4386: /usr/bin/clang -E -I/opt/local/include conftest.c
132conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
133#include <ac_nonexistent.h>
134         ^
1351 error generated.
136configure:4386: $? = 1
137configure: failed program was:
138| /* confdefs.h */
139| #define PACKAGE_NAME "Apache CouchDB"
140| #define PACKAGE_TARNAME "apache-couchdb"
141| #define PACKAGE_VERSION "1.6.1"
142| #define PACKAGE_STRING "Apache CouchDB 1.6.1"
143| #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB"
144| #define PACKAGE_URL ""
145| #define PACKAGE "apache-couchdb"
146| #define VERSION "1.6.1"
147| /* end confdefs.h.  */
148| #include <ac_nonexistent.h>
149configure:4411: result: /usr/bin/clang -E
150configure:4431: /usr/bin/clang -E -I/opt/local/include conftest.c
151configure:4431: $? = 0
152configure:4445: /usr/bin/clang -E -I/opt/local/include conftest.c
153conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
154#include <ac_nonexistent.h>
155         ^
1561 error generated.
157configure:4445: $? = 1
158configure: failed program was:
159| /* confdefs.h */
160| #define PACKAGE_NAME "Apache CouchDB"
161| #define PACKAGE_TARNAME "apache-couchdb"
162| #define PACKAGE_VERSION "1.6.1"
163| #define PACKAGE_STRING "Apache CouchDB 1.6.1"
164| #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB"
165| #define PACKAGE_URL ""
166| #define PACKAGE "apache-couchdb"
167| #define VERSION "1.6.1"
168| /* end confdefs.h.  */
169| #include <ac_nonexistent.h>
170configure:4474: checking for grep that handles long lines and -e
171configure:4532: result: /usr/bin/grep
172configure:4537: checking for egrep
173configure:4599: result: /usr/bin/grep -E
174configure:4604: checking for ANSI C header files
175configure:4624: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
176configure:4624: $? = 0
177configure:4697: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
178configure:4697: $? = 0
179configure:4697: ./conftest
180configure:4697: $? = 0
181configure:4708: result: yes
182configure:4721: checking for sys/types.h
183configure:4721: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
184configure:4721: $? = 0
185configure:4721: result: yes
186configure:4721: checking for sys/stat.h
187configure:4721: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
188configure:4721: $? = 0
189configure:4721: result: yes
190configure:4721: checking for stdlib.h
191configure:4721: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
192configure:4721: $? = 0
193configure:4721: result: yes
194configure:4721: checking for string.h
195configure:4721: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
196configure:4721: $? = 0
197configure:4721: result: yes
198configure:4721: checking for memory.h
199configure:4721: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
200configure:4721: $? = 0
201configure:4721: result: yes
202configure:4721: checking for strings.h
203configure:4721: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
204configure:4721: $? = 0
205configure:4721: result: yes
206configure:4721: checking for inttypes.h
207configure:4721: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
208configure:4721: $? = 0
209configure:4721: result: yes
210configure:4721: checking for stdint.h
211configure:4721: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
212configure:4721: $? = 0
213configure:4721: result: yes
214configure:4721: checking for unistd.h
215configure:4721: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
216configure:4721: $? = 0
217configure:4721: result: yes
218configure:4734: checking minix/config.h usability
219configure:4734: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
220conftest.c:54:10: fatal error: 'minix/config.h' file not found
221#include <minix/config.h>
222         ^
2231 error generated.
224configure:4734: $? = 1
225configure: failed program was:
226| /* confdefs.h */
227| #define PACKAGE_NAME "Apache CouchDB"
228| #define PACKAGE_TARNAME "apache-couchdb"
229| #define PACKAGE_VERSION "1.6.1"
230| #define PACKAGE_STRING "Apache CouchDB 1.6.1"
231| #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB"
232| #define PACKAGE_URL ""
233| #define PACKAGE "apache-couchdb"
234| #define VERSION "1.6.1"
235| #define STDC_HEADERS 1
236| #define HAVE_SYS_TYPES_H 1
237| #define HAVE_SYS_STAT_H 1
238| #define HAVE_STDLIB_H 1
239| #define HAVE_STRING_H 1
240| #define HAVE_MEMORY_H 1
241| #define HAVE_STRINGS_H 1
242| #define HAVE_INTTYPES_H 1
243| #define HAVE_STDINT_H 1
244| #define HAVE_UNISTD_H 1
245| /* end confdefs.h.  */
246| #include <stdio.h>
247| #ifdef HAVE_SYS_TYPES_H
248| # include <sys/types.h>
249| #endif
250| #ifdef HAVE_SYS_STAT_H
251| # include <sys/stat.h>
252| #endif
253| #ifdef STDC_HEADERS
254| # include <stdlib.h>
255| # include <stddef.h>
256| #else
257| # ifdef HAVE_STDLIB_H
258| #  include <stdlib.h>
259| # endif
260| #endif
261| #ifdef HAVE_STRING_H
262| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
263| #  include <memory.h>
264| # endif
265| # include <string.h>
266| #endif
267| #ifdef HAVE_STRINGS_H
268| # include <strings.h>
269| #endif
270| #ifdef HAVE_INTTYPES_H
271| # include <inttypes.h>
272| #endif
273| #ifdef HAVE_STDINT_H
274| # include <stdint.h>
275| #endif
276| #ifdef HAVE_UNISTD_H
277| # include <unistd.h>
278| #endif
279| #include <minix/config.h>
280configure:4734: result: no
281configure:4734: checking minix/config.h presence
282configure:4734: /usr/bin/clang -E -I/opt/local/include conftest.c
283conftest.c:21:10: fatal error: 'minix/config.h' file not found
284#include <minix/config.h>
285         ^
2861 error generated.
287configure:4734: $? = 1
288configure: failed program was:
289| /* confdefs.h */
290| #define PACKAGE_NAME "Apache CouchDB"
291| #define PACKAGE_TARNAME "apache-couchdb"
292| #define PACKAGE_VERSION "1.6.1"
293| #define PACKAGE_STRING "Apache CouchDB 1.6.1"
294| #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB"
295| #define PACKAGE_URL ""
296| #define PACKAGE "apache-couchdb"
297| #define VERSION "1.6.1"
298| #define STDC_HEADERS 1
299| #define HAVE_SYS_TYPES_H 1
300| #define HAVE_SYS_STAT_H 1
301| #define HAVE_STDLIB_H 1
302| #define HAVE_STRING_H 1
303| #define HAVE_MEMORY_H 1
304| #define HAVE_STRINGS_H 1
305| #define HAVE_INTTYPES_H 1
306| #define HAVE_STDINT_H 1
307| #define HAVE_UNISTD_H 1
308| /* end confdefs.h.  */
309| #include <minix/config.h>
310configure:4734: result: no
311configure:4734: checking for minix/config.h
312configure:4734: result: no
313configure:4755: checking whether it is safe to define __EXTENSIONS__
314configure:4773: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
315configure:4773: $? = 0
316configure:4780: result: yes
317configure:4905: checking for gcc
318configure:4932: result: /usr/bin/clang
319configure:5161: checking for C compiler version
320configure:5170: /usr/bin/clang --version >&5
321Apple LLVM version 7.0.0 (clang-700.1.76)
322Target: x86_64-apple-darwin15.0.0
323Thread model: posix
324configure:5181: $? = 0
325configure:5170: /usr/bin/clang -v >&5
326Apple LLVM version 7.0.0 (clang-700.1.76)
327Target: x86_64-apple-darwin15.0.0
328Thread model: posix
329configure:5181: $? = 0
330configure:5170: /usr/bin/clang -V >&5
331clang: error: argument to '-V' is missing (expected 1 value)
332clang: error: no input files
333configure:5181: $? = 1
334configure:5170: /usr/bin/clang -qversion >&5
335clang: error: unknown argument: '-qversion'
336clang: error: no input files
337configure:5181: $? = 1
338configure:5185: checking whether we are using the GNU C compiler
339configure:5213: result: yes
340configure:5222: checking whether /usr/bin/clang accepts -g
341configure:5283: result: yes
342configure:5300: checking for /usr/bin/clang option to accept ISO C89
343configure:5376: result: none needed
344configure:5398: checking dependency style of /usr/bin/clang
345configure:5509: result: gcc3
346configure:5553: checking build system type
347configure:5567: result: x86_64-apple-darwin15.0.0
348configure:5587: checking host system type
349configure:5600: result: x86_64-apple-darwin15.0.0
350configure:5641: checking how to print strings
351configure:5668: result: printf
352configure:5689: checking for a sed that does not truncate output
353configure:5753: result: /opt/local/bin/gsed
354configure:5771: checking for fgrep
355configure:5833: result: /usr/bin/grep -F
356configure:5868: checking for ld used by /usr/bin/clang
357configure:5935: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
358configure:5942: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
359configure:5957: result: no
360configure:5969: checking for BSD- or MS-compatible name lister (nm)
361configure:6018: result: /usr/bin/nm
362configure:6148: checking the name lister (/usr/bin/nm) interface
363configure:6155: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
364configure:6158: /usr/bin/nm "conftest.o"
365configure:6161: output
3660000000000000000 S _some_variable
367configure:6168: result: BSD nm
368configure:6171: checking whether ln -s works
369configure:6175: result: yes
370configure:6183: checking the maximum length of command line arguments
371configure:6313: result: 196608
372configure:6330: checking whether the shell understands some XSI constructs
373configure:6340: result: yes
374configure:6344: checking whether the shell understands "+="
375configure:6350: result: yes
376configure:6385: checking how to convert x86_64-apple-darwin15.0.0 file names to x86_64-apple-darwin15.0.0 format
377configure:6425: result: func_convert_file_noop
378configure:6432: checking how to convert x86_64-apple-darwin15.0.0 file names to toolchain format
379configure:6452: result: func_convert_file_noop
380configure:6459: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
381configure:6466: result: -r
382configure:6540: checking for objdump
383configure:6570: result: no
384configure:6596: checking how to recognize dependent libraries
385configure:6794: result: pass_all
386configure:6879: checking for dlltool
387configure:6909: result: no
388configure:6936: checking how to associate runtime and link libraries
389configure:6963: result: printf %s\n
390configure:7023: checking for ar
391configure:7039: found /usr/bin/ar
392configure:7050: result: ar
393configure:7087: checking for archiver @FILE support
394configure:7104: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
395configure:7104: $? = 0
396configure:7107: ar cru libconftest.a @conftest.lst >&5
397ar: @conftest.lst: No such file or directory
398configure:7110: $? = 1
399configure:7130: result: no
400configure:7188: checking for strip
401configure:7204: found /usr/bin/strip
402configure:7215: result: strip
403configure:7287: checking for ranlib
404configure:7303: found /usr/bin/ranlib
405configure:7314: result: ranlib
406configure:7416: checking command to parse /usr/bin/nm output from /usr/bin/clang object
407configure:7536: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
408configure:7539: $? = 0
409configure:7543: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
410configure:7546: $? = 0
411cannot find nm_test_var in conftest.nm
412configure:7536: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
413configure:7539: $? = 0
414configure:7543: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
415configure:7546: $? = 0
416configure:7612: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c conftstm.o >&5
417configure:7615: $? = 0
418configure:7653: result: ok
419configure:7690: checking for sysroot
420configure:7720: result: no
421configure:7976: checking for mt
422configure:8006: result: no
423configure:8026: checking if : is a manifest tool
424configure:8032: : '-?'
425configure:8040: result: no
426configure:8096: checking for dsymutil
427configure:8112: found /usr/bin/dsymutil
428configure:8123: result: dsymutil
429configure:8188: checking for nmedit
430configure:8204: found /usr/bin/nmedit
431configure:8215: result: nmedit
432configure:8280: checking for lipo
433configure:8296: found /usr/bin/lipo
434configure:8307: result: lipo
435configure:8372: checking for otool
436configure:8388: found /usr/bin/otool
437configure:8399: result: otool
438configure:8464: checking for otool64
439configure:8494: result: no
440configure:8539: checking for -single_module linker flag
441/usr/bin/clang -pipe -Os -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
442configure:8572: result: yes
443configure:8575: checking for -exported_symbols_list linker flag
444configure:8595: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
445configure:8595: $? = 0
446configure:8605: result: yes
447configure:8608: checking for -force_load linker flag
448/usr/bin/clang -pipe -Os -arch x86_64 -c -o conftest.o conftest.c
449ar cru libconftest.a conftest.o
450ranlib libconftest.a
451/usr/bin/clang -pipe -Os -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -o conftest conftest.c -Wl,-force_load,./libconftest.a
452configure:8640: result: yes
453configure:8679: checking for dlfcn.h
454configure:8679: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
455configure:8679: $? = 0
456configure:8679: result: yes
457configure:9123: checking for objdir
458configure:9138: result: .libs
459configure:9409: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions
460configure:9427: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
461configure:9431: $? = 0
462configure:9444: result: yes
463configure:9771: checking for /usr/bin/clang option to produce PIC
464configure:9778: result: -fno-common -DPIC
465configure:9786: checking if /usr/bin/clang PIC flag -fno-common -DPIC works
466configure:9804: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-common -DPIC -DPIC conftest.c >&5
467configure:9808: $? = 0
468configure:9821: result: yes
469configure:9850: checking if /usr/bin/clang static flag -static works
470configure:9878: result: no
471configure:9893: checking if /usr/bin/clang supports -c -o file.o
472configure:9914: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -o out/conftest2.o conftest.c >&5
473configure:9918: $? = 0
474configure:9940: result: yes
475configure:9948: checking if /usr/bin/clang supports -c -o file.o
476configure:9995: result: yes
477configure:10028: checking whether the /usr/bin/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
478configure:11185: result: yes
479configure:11425: checking dynamic linker characteristics
480configure:12159: result: darwin15.0.0 dyld
481configure:12266: checking how to hardcode library paths into programs
482configure:12291: result: immediate
483configure:12831: checking whether stripping libraries is possible
484configure:12845: result: yes
485configure:12871: checking if libtool supports shared libraries
486configure:12873: result: yes
487configure:12876: checking whether to build shared libraries
488configure:12897: result: yes
489configure:12900: checking whether to build static libraries
490configure:12904: result: no
491configure:12942: checking whether ln -s works
492configure:12946: result: yes
493configure:13008: checking for pkg-config
494configure:13026: found /opt/local/bin/pkg-config
495configure:13038: result: /opt/local/bin/pkg-config
496configure:13063: checking pkg-config is at least version 0.9.0
497configure:13066: result: yes
498configure:13191: checking for C++ compiler version
499configure:13200: /usr/bin/clang++ --version >&5
500Apple LLVM version 7.0.0 (clang-700.1.76)
501Target: x86_64-apple-darwin15.0.0
502Thread model: posix
503configure:13211: $? = 0
504configure:13200: /usr/bin/clang++ -v >&5
505Apple LLVM version 7.0.0 (clang-700.1.76)
506Target: x86_64-apple-darwin15.0.0
507Thread model: posix
508configure:13211: $? = 0
509configure:13200: /usr/bin/clang++ -V >&5
510clang: error: argument to '-V' is missing (expected 1 value)
511clang: error: no input files
512configure:13211: $? = 1
513configure:13200: /usr/bin/clang++ -qversion >&5
514clang: error: unknown argument: '-qversion'
515clang: error: no input files
516configure:13211: $? = 1
517configure:13215: checking whether we are using the GNU C++ compiler
518configure:13234: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include conftest.cpp >&5
519configure:13234: $? = 0
520configure:13243: result: yes
521configure:13252: checking whether /usr/bin/clang++ accepts -g
522configure:13272: /usr/bin/clang++ -c -g -I/opt/local/include conftest.cpp >&5
523configure:13272: $? = 0
524configure:13313: result: yes
525configure:13338: checking dependency style of /usr/bin/clang++
526configure:13449: result: gcc3
527configure:13482: checking how to run the C++ preprocessor
528configure:13509: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
529configure:13509: $? = 0
530configure:13523: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
531conftest.cpp:28:10: fatal error: 'ac_nonexistent.h' file not found
532#include <ac_nonexistent.h>
533         ^
5341 error generated.
535configure:13523: $? = 1
536configure: failed program was:
537| /* confdefs.h */
538| #define PACKAGE_NAME "Apache CouchDB"
539| #define PACKAGE_TARNAME "apache-couchdb"
540| #define PACKAGE_VERSION "1.6.1"
541| #define PACKAGE_STRING "Apache CouchDB 1.6.1"
542| #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB"
543| #define PACKAGE_URL ""
544| #define PACKAGE "apache-couchdb"
545| #define VERSION "1.6.1"
546| #define STDC_HEADERS 1
547| #define HAVE_SYS_TYPES_H 1
548| #define HAVE_SYS_STAT_H 1
549| #define HAVE_STDLIB_H 1
550| #define HAVE_STRING_H 1
551| #define HAVE_MEMORY_H 1
552| #define HAVE_STRINGS_H 1
553| #define HAVE_INTTYPES_H 1
554| #define HAVE_STDINT_H 1
555| #define HAVE_UNISTD_H 1
556| #define __EXTENSIONS__ 1
557| #define _ALL_SOURCE 1
558| #define _GNU_SOURCE 1
559| #define _POSIX_PTHREAD_SEMANTICS 1
560| #define _TANDEM_SOURCE 1
561| #define HAVE_DLFCN_H 1
562| #define LT_OBJDIR ".libs/"
563| /* end confdefs.h.  */
564| #include <ac_nonexistent.h>
565configure:13548: result: /usr/bin/clang++ -E
566configure:13568: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
567configure:13568: $? = 0
568configure:13582: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
569conftest.cpp:28:10: fatal error: 'ac_nonexistent.h' file not found
570#include <ac_nonexistent.h>
571         ^
5721 error generated.
573configure:13582: $? = 1
574configure: failed program was:
575| /* confdefs.h */
576| #define PACKAGE_NAME "Apache CouchDB"
577| #define PACKAGE_TARNAME "apache-couchdb"
578| #define PACKAGE_VERSION "1.6.1"
579| #define PACKAGE_STRING "Apache CouchDB 1.6.1"
580| #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB"
581| #define PACKAGE_URL ""
582| #define PACKAGE "apache-couchdb"
583| #define VERSION "1.6.1"
584| #define STDC_HEADERS 1
585| #define HAVE_SYS_TYPES_H 1
586| #define HAVE_SYS_STAT_H 1
587| #define HAVE_STDLIB_H 1
588| #define HAVE_STRING_H 1
589| #define HAVE_MEMORY_H 1
590| #define HAVE_STRINGS_H 1
591| #define HAVE_INTTYPES_H 1
592| #define HAVE_STDINT_H 1
593| #define HAVE_UNISTD_H 1
594| #define __EXTENSIONS__ 1
595| #define _ALL_SOURCE 1
596| #define _GNU_SOURCE 1
597| #define _POSIX_PTHREAD_SEMANTICS 1
598| #define _TANDEM_SOURCE 1
599| #define HAVE_DLFCN_H 1
600| #define LT_OBJDIR ".libs/"
601| /* end confdefs.h.  */
602| #include <ac_nonexistent.h>
603configure:13751: checking for ld used by /usr/bin/clang++
604configure:13818: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
605configure:13825: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
606configure:13840: result: no
607configure:13895: checking whether the /usr/bin/clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
608configure:14897: result: yes
609configure:14933: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include conftest.cpp >&5
610configure:14936: $? = 0
611configure:15456: checking for /usr/bin/clang++ option to produce PIC
612configure:15463: result: -fno-common -DPIC
613configure:15471: checking if /usr/bin/clang++ PIC flag -fno-common -DPIC works
614configure:15489: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include -fno-common -DPIC -DPIC conftest.cpp >&5
615configure:15493: $? = 0
616configure:15506: result: yes
617configure:15529: checking if /usr/bin/clang++ static flag -static works
618configure:15557: result: no
619configure:15569: checking if /usr/bin/clang++ supports -c -o file.o
620configure:15590: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include -o out/conftest2.o conftest.cpp >&5
621configure:15594: $? = 0
622configure:15616: result: yes
623configure:15621: checking if /usr/bin/clang++ supports -c -o file.o
624configure:15668: result: yes
625configure:15698: checking whether the /usr/bin/clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
626configure:15737: result: yes
627configure:15878: checking dynamic linker characteristics
628configure:16546: result: darwin15.0.0 dyld
629configure:16599: checking how to hardcode library paths into programs
630configure:16624: result: immediate
631configure:16681: /usr/bin/clang++ -o conftest -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp  >&5
632configure:16681: $? = 0
633configure:16688: checking whether byte ordering is bigendian
634configure:16703: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include conftest.cpp >&5
635configure:16703: $? = 0
636configure:16748: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include conftest.cpp >&5
637configure:16748: $? = 0
638configure:16766: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include conftest.cpp >&5
639conftest.cpp:35:11: error: expected ';' after expression
640                 not big endian
641                        ^
642                        ;
643conftest.cpp:35:8: error: use of undeclared identifier 'big'
644                 not big endian
645                     ^
646conftest.cpp:35:12: error: use of undeclared identifier 'endian'
647                 not big endian
648                         ^
6493 errors generated.
650configure:16766: $? = 1
651configure: failed program was:
652| /* confdefs.h */
653| #define PACKAGE_NAME "Apache CouchDB"
654| #define PACKAGE_TARNAME "apache-couchdb"
655| #define PACKAGE_VERSION "1.6.1"
656| #define PACKAGE_STRING "Apache CouchDB 1.6.1"
657| #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB"
658| #define PACKAGE_URL ""
659| #define PACKAGE "apache-couchdb"
660| #define VERSION "1.6.1"
661| #define STDC_HEADERS 1
662| #define HAVE_SYS_TYPES_H 1
663| #define HAVE_SYS_STAT_H 1
664| #define HAVE_STDLIB_H 1
665| #define HAVE_STRING_H 1
666| #define HAVE_MEMORY_H 1
667| #define HAVE_STRINGS_H 1
668| #define HAVE_INTTYPES_H 1
669| #define HAVE_STDINT_H 1
670| #define HAVE_UNISTD_H 1
671| #define __EXTENSIONS__ 1
672| #define _ALL_SOURCE 1
673| #define _GNU_SOURCE 1
674| #define _POSIX_PTHREAD_SEMANTICS 1
675| #define _TANDEM_SOURCE 1
676| #define HAVE_DLFCN_H 1
677| #define LT_OBJDIR ".libs/"
678| /* end confdefs.h.  */
679| #include <sys/types.h>
680|               #include <sys/param.h>
681|
682| int
683| main ()
684| {
685| #if BYTE_ORDER != BIG_ENDIAN
686|                not big endian
687|               #endif
688|
689|   ;
690|   return 0;
691| }
692configure:16894: result: no
693configure:16916: checking for stdint.h
694configure:16916: result: yes
695configure:16916: checking stddef.h usability
696configure:16916: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include conftest.cpp >&5
697configure:16916: $? = 0
698configure:16916: result: yes
699configure:16916: checking stddef.h presence
700configure:16916: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
701configure:16916: $? = 0
702configure:16916: result: yes
703configure:16916: checking for stddef.h
704configure:16916: result: yes
705configure:16916: checking sys/mman.h usability
706configure:16916: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include conftest.cpp >&5
707configure:16916: $? = 0
708configure:16916: result: yes
709configure:16916: checking sys/mman.h presence
710configure:16916: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
711configure:16916: $? = 0
712configure:16916: result: yes
713configure:16916: checking for sys/mman.h
714configure:16916: result: yes
715configure:16916: checking sys/resource.h usability
716configure:16916: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include conftest.cpp >&5
717configure:16916: $? = 0
718configure:16916: result: yes
719configure:16916: checking sys/resource.h presence
720configure:16916: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
721configure:16916: $? = 0
722configure:16916: result: yes
723configure:16916: checking for sys/resource.h
724configure:16916: result: yes
725configure:16926: checking for mmap
726configure:16926: /usr/bin/clang++ -o conftest -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp  >&5
727configure:16926: $? = 0
728configure:16926: result: yes
729configure:16932: checking if the compiler supports __builtin_expect
730configure:16948: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include conftest.cpp >&5
731configure:16948: $? = 0
732configure:16951: result: yes
733configure:16969: checking if the compiler supports __builtin_ctzll
734configure:16985: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include conftest.cpp >&5
735configure:16985: $? = 0
736configure:16988: result: yes
737configure:17029: checking for pthread_create in -lpthread
738configure:17047: /usr/bin/clang++ -o conftest -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp -lpthread  >&5
739conftest.cpp:39:1: error: no matching function for call to 'pthread_create'
740pthread_create((void *)0, (void *)0, (void *)0, (void *)0)
741^~~~~~~~~~~~~~
742/usr/include/pthread.h:312:5: note: candidate function not viable: cannot convert argument of incomplete type 'void *' to 'pthread_t *' (aka '_opaque_pthread_t **')
743int pthread_create(pthread_t * __restrict, const pthread_attr_t * __restrict,
744    ^
7451 error generated.
746configure:17047: $? = 1
747configure: failed program was:
748| /* confdefs.h */
749| #define PACKAGE_NAME "Apache CouchDB"
750| #define PACKAGE_TARNAME "apache-couchdb"
751| #define PACKAGE_VERSION "1.6.1"
752| #define PACKAGE_STRING "Apache CouchDB 1.6.1"
753| #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB"
754| #define PACKAGE_URL ""
755| #define PACKAGE "apache-couchdb"
756| #define VERSION "1.6.1"
757| #define STDC_HEADERS 1
758| #define HAVE_SYS_TYPES_H 1
759| #define HAVE_SYS_STAT_H 1
760| #define HAVE_STDLIB_H 1
761| #define HAVE_STRING_H 1
762| #define HAVE_MEMORY_H 1
763| #define HAVE_STRINGS_H 1
764| #define HAVE_INTTYPES_H 1
765| #define HAVE_STDINT_H 1
766| #define HAVE_UNISTD_H 1
767| #define __EXTENSIONS__ 1
768| #define _ALL_SOURCE 1
769| #define _GNU_SOURCE 1
770| #define _POSIX_PTHREAD_SEMANTICS 1
771| #define _TANDEM_SOURCE 1
772| #define HAVE_DLFCN_H 1
773| #define LT_OBJDIR ".libs/"
774| #define HAVE_STDINT_H 1
775| #define HAVE_STDDEF_H 1
776| #define HAVE_SYS_MMAN_H 1
777| #define HAVE_SYS_RESOURCE_H 1
778| #define HAVE_BUILTIN_EXPECT 1
779| #define HAVE_BUILTIN_CTZ 1
780| /* end confdefs.h.  */
781|
782|     #include<pthread.h>
783| int
784| main ()
785| {
786| pthread_create((void *)0, (void *)0, (void *)0, (void *)0)
787|   ;
788|   return 0;
789| }
790configure:17060: result: no
791configure:17066: checking for erl
792configure:17084: found /opt/local/bin/erl
793configure:17096: result: /opt/local/bin/erl
794configure:17106: checking for escript
795configure:17124: found /opt/local/bin/escript
796configure:17136: result: /opt/local/bin/escript
797configure:17184: checking for JS
798configure:17191: $PKG_CONFIG --exists --print-errors "mozjs185"
799configure:17194: $? = 0
800configure:17208: $PKG_CONFIG --exists --print-errors "mozjs185"
801configure:17211: $? = 0
802configure:17425: result: yes
803configure:17519: checking jsapi.h usability
804configure:17519: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -DXP_UNIX -I/opt/local/include/mozjs185 -I/opt/local/include/nspr  -I/opt/local/include -I/opt/local/include -I/usr/local/include -I/usr/include  conftest.cpp >&5
805configure:17519: $? = 0
806configure:17519: result: yes
807configure:17519: checking jsapi.h presence
808configure:17519: /usr/bin/clang++ -E -DXP_UNIX -I/opt/local/include/mozjs185 -I/opt/local/include/nspr  -I/opt/local/include -I/opt/local/include -I/usr/local/include -I/usr/include  conftest.cpp
809configure:17519: $? = 0
810configure:17519: result: yes
811configure:17519: checking for jsapi.h
812configure:17519: result: yes
813configure:17543: checking for JS_NewContext in -lmozjs185
814configure:17568: /usr/bin/clang++ -o conftest -pipe -Os -arch x86_64 -stdlib=libc++ -DXP_UNIX -I/opt/local/include/mozjs185 -I/opt/local/include/nspr  -I/opt/local/include -I/opt/local/include -I/usr/local/include -I/usr/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/usr/local/lib  conftest.cpp -lmozjs185  -L/opt/local/lib -L/opt/local/lib/nspr -L/opt/local/lib -lmozjs185 -lplds4 -lplc4 -lnspr4   -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/usr/local/lib  >&5
815configure:17568: $? = 0
816configure:17577: result: yes
817configure:17808: checking for JS_NewCompartmentAndGlobalObject in -lmozjs185
818configure:17833: /usr/bin/clang++ -o conftest -pipe -Os -arch x86_64 -stdlib=libc++ -DXP_UNIX -I/opt/local/include/mozjs185 -I/opt/local/include/nspr  -I/opt/local/include -I/opt/local/include -I/usr/local/include -I/usr/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/usr/local/lib  conftest.cpp -lmozjs185  -L/opt/local/lib -L/opt/local/lib/nspr -L/opt/local/lib -lmozjs185 -lplds4 -lplc4 -lnspr4   -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/usr/local/lib  >&5
819configure:17833: $? = 0
820configure:17843: result: yes
821configure:17922: checking for JS_ThrowStopIteration in -lmozjs185
822configure:17947: /usr/bin/clang++ -o conftest -pipe -Os -arch x86_64 -stdlib=libc++ -DXP_UNIX -I/opt/local/include/mozjs185 -I/opt/local/include/nspr  -I/opt/local/include -I/opt/local/include -I/usr/local/include -I/usr/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/usr/local/lib  conftest.cpp -lmozjs185  -L/opt/local/lib -L/opt/local/lib/nspr -L/opt/local/lib -lmozjs185 -lplds4 -lplc4 -lnspr4   -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/usr/local/lib  >&5
823configure:17947: $? = 0
824configure:17957: result: yes
825configure:17968: checking for JS_GetStringCharsAndLength in -lmozjs185
826configure:17993: /usr/bin/clang++ -o conftest -pipe -Os -arch x86_64 -stdlib=libc++ -DXP_UNIX -I/opt/local/include/mozjs185 -I/opt/local/include/nspr  -I/opt/local/include -I/opt/local/include -I/usr/local/include -I/usr/include  -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/usr/local/lib  conftest.cpp -lmozjs185  -L/opt/local/lib -L/opt/local/lib/nspr -L/opt/local/lib -lmozjs185 -lplds4 -lplc4 -lnspr4   -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/usr/local/lib  >&5
827configure:17993: $? = 0
828configure:18003: result: yes
829configure:18018: checking for JSScript*
830configure:18018: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -DXP_UNIX -I/opt/local/include/mozjs185 -I/opt/local/include/nspr  -I/opt/local/include -I/opt/local/include -I/usr/local/include -I/usr/include  conftest.cpp >&5
831conftest.cpp:43:13: error: use of undeclared identifier 'JSScript'
832if (sizeof (JSScript*))
833            ^
834conftest.cpp:43:22: error: expected expression
835if (sizeof (JSScript*))
836                     ^
8372 errors generated.
838configure:18018: $? = 1
839configure: failed program was:
840| /* confdefs.h */
841| #define PACKAGE_NAME "Apache CouchDB"
842| #define PACKAGE_TARNAME "apache-couchdb"
843| #define PACKAGE_VERSION "1.6.1"
844| #define PACKAGE_STRING "Apache CouchDB 1.6.1"
845| #define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB"
846| #define PACKAGE_URL ""
847| #define PACKAGE "apache-couchdb"
848| #define VERSION "1.6.1"
849| #define STDC_HEADERS 1
850| #define HAVE_SYS_TYPES_H 1
851| #define HAVE_SYS_STAT_H 1
852| #define HAVE_STDLIB_H 1
853| #define HAVE_STRING_H 1
854| #define HAVE_MEMORY_H 1
855| #define HAVE_STRINGS_H 1
856| #define HAVE_INTTYPES_H 1
857| #define HAVE_STDINT_H 1
858| #define HAVE_UNISTD_H 1
859| #define __EXTENSIONS__ 1
860| #define _ALL_SOURCE 1
861| #define _GNU_SOURCE 1
862| #define _POSIX_PTHREAD_SEMANTICS 1
863| #define _TANDEM_SOURCE 1
864| #define HAVE_DLFCN_H 1
865| #define LT_OBJDIR ".libs/"
866| #define HAVE_STDINT_H 1
867| #define HAVE_STDDEF_H 1
868| #define HAVE_SYS_MMAN_H 1
869| #define HAVE_SYS_RESOURCE_H 1
870| #define HAVE_BUILTIN_EXPECT 1
871| #define HAVE_BUILTIN_CTZ 1
872| #define SM185 1
873| #define SM180 1
874| #define HAVE_JS_GET_STRING_CHARS_AND_LENGTH 1
875| /* end confdefs.h.  */
876| #include <jsapi.h>
877|
878|
879| int
880| main ()
881| {
882| if (sizeof (JSScript*))
883|        return 0;
884|   ;
885|   return 0;
886| }
887configure:18018: result: no
888configure:18153: checking for icu-config
889configure:18171: found /opt/local/bin/icu-config
890configure:18184: result: /opt/local/bin/icu-config
891configure:18200: checking for ICU >= 3.4.1
892configure:18204: result: yes
893configure:18208: checking ICU_CPPFLAGS
894configure:18211: result: -I/opt/local/include
895configure:18214: checking ICU_CFLAGS
896configure:18217: result: 
897configure:18220: checking ICU_CXXFLAGS
898configure:18223: result: --std=c++0x
899configure:18226: checking ICU_LIBS
900configure:18229: result:  -L/opt/local/lib -licui18n -licuuc -licudata 
901configure:18341: checking for curl-config
902configure:18359: found /opt/local/bin/curl-config
903configure:18371: result: /opt/local/bin/curl-config
904configure:18427: checking for curl (7.45.0) >= 7.18.0
905configure:18462: result: yes
906configure:18530: checking Erlang version compatibility
907configure:18541: error: The installed Erlang version must be >= R14B (erts-5.8.1) and =< 17 (erts-6.0) major_version does not match
908
909## ---------------- ##
910## Cache variables. ##
911## ---------------- ##
912
913ac_cv_build=x86_64-apple-darwin15.0.0
914ac_cv_c_bigendian=no
915ac_cv_c_compiler_gnu=yes
916ac_cv_cxx_compiler_gnu=yes
917ac_cv_env_CCC_set=
918ac_cv_env_CCC_value=
919ac_cv_env_CC_set=set
920ac_cv_env_CC_value=/usr/bin/clang
921ac_cv_env_CFLAGS_set=set
922ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64'
923ac_cv_env_CPPFLAGS_set=set
924ac_cv_env_CPPFLAGS_value=-I/opt/local/include
925ac_cv_env_CPP_set=
926ac_cv_env_CPP_value=
927ac_cv_env_CURL_CFLAGS_set=
928ac_cv_env_CURL_CFLAGS_value=
929ac_cv_env_CURL_CONFIG_set=
930ac_cv_env_CURL_CONFIG_value=
931ac_cv_env_CURL_LIBS_set=
932ac_cv_env_CURL_LIBS_value=
933ac_cv_env_CXXCPP_set=
934ac_cv_env_CXXCPP_value=
935ac_cv_env_CXXFLAGS_set=set
936ac_cv_env_CXXFLAGS_value='-pipe -Os -arch x86_64 -stdlib=libc++'
937ac_cv_env_CXX_set=set
938ac_cv_env_CXX_value=/usr/bin/clang++
939ac_cv_env_ERLC_FLAGS_set=
940ac_cv_env_ERLC_FLAGS_value=
941ac_cv_env_ERLC_set=
942ac_cv_env_ERLC_value=
943ac_cv_env_ERL_set=
944ac_cv_env_ERL_value=
945ac_cv_env_FLAGS_set=
946ac_cv_env_FLAGS_value=
947ac_cv_env_JS_CFLAGS_set=
948ac_cv_env_JS_CFLAGS_value=
949ac_cv_env_JS_LIBS_set=
950ac_cv_env_JS_LIBS_value=
951ac_cv_env_LDFLAGS_set=set
952ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
953ac_cv_env_LIBS_set=
954ac_cv_env_LIBS_value=
955ac_cv_env_PKG_CONFIG_LIBDIR_set=
956ac_cv_env_PKG_CONFIG_LIBDIR_value=
957ac_cv_env_PKG_CONFIG_PATH_set=
958ac_cv_env_PKG_CONFIG_PATH_value=
959ac_cv_env_PKG_CONFIG_set=
960ac_cv_env_PKG_CONFIG_value=
961ac_cv_env_build_alias_set=
962ac_cv_env_build_alias_value=
963ac_cv_env_host_alias_set=
964ac_cv_env_host_alias_value=
965ac_cv_env_target_alias_set=
966ac_cv_env_target_alias_value=
967ac_cv_func_mmap=yes
968ac_cv_have_stddef_h=1
969ac_cv_have_stdint_h=1
970ac_cv_header_dlfcn_h=yes
971ac_cv_header_inttypes_h=yes
972ac_cv_header_jsapi_h=yes
973ac_cv_header_memory_h=yes
974ac_cv_header_minix_config_h=no
975ac_cv_header_stdc=yes
976ac_cv_header_stddef_h=yes
977ac_cv_header_stdint_h=yes
978ac_cv_header_stdlib_h=yes
979ac_cv_header_string_h=yes
980ac_cv_header_strings_h=yes
981ac_cv_header_sys_mman_h=yes
982ac_cv_header_sys_resource_h=yes
983ac_cv_header_sys_stat_h=yes
984ac_cv_header_sys_types_h=yes
985ac_cv_header_unistd_h=yes
986ac_cv_host=x86_64-apple-darwin15.0.0
987ac_cv_lib_mozjs185_JS_NewContext=yes
988ac_cv_lib_mozjs185___JS_GetStringCharsAndLength=yes
989ac_cv_lib_mozjs185___JS_NewCompartmentAndGlobalObject=yes
990ac_cv_lib_mozjs185___JS_ThrowStopIteration=yes
991ac_cv_objext=o
992ac_cv_path_CURL_CONFIG=/opt/local/bin/curl-config
993ac_cv_path_EGREP='/usr/bin/grep -E'
994ac_cv_path_ERL=/opt/local/bin/erl
995ac_cv_path_ESCRIPT=/opt/local/bin/escript
996ac_cv_path_FGREP='/usr/bin/grep -F'
997ac_cv_path_GREP=/usr/bin/grep
998ac_cv_path_ICU_CONFIG=/opt/local/bin/icu-config
999ac_cv_path_SED=/opt/local/bin/gsed
1000ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config
1001ac_cv_path_mkdir=/opt/local/bin/gmkdir
1002ac_cv_prog_AWK=gawk
1003ac_cv_prog_CPP='/usr/bin/clang -E'
1004ac_cv_prog_CXXCPP='/usr/bin/clang++ -E'
1005ac_cv_prog_ac_ct_AR=ar
1006ac_cv_prog_ac_ct_CC=/usr/bin/clang
1007ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
1008ac_cv_prog_ac_ct_LIPO=lipo
1009ac_cv_prog_ac_ct_NMEDIT=nmedit
1010ac_cv_prog_ac_ct_OTOOL=otool
1011ac_cv_prog_ac_ct_RANLIB=ranlib
1012ac_cv_prog_ac_ct_STRIP=strip
1013ac_cv_prog_cc_c89=
1014ac_cv_prog_cc_g=yes
1015ac_cv_prog_cxx_g=yes
1016ac_cv_prog_make_make_set=yes
1017ac_cv_safe_to_define___extensions__=yes
1018ac_cv_type_JSScriptp=no
1019am_cv_CC_dependencies_compiler_type=gcc3
1020am_cv_CXX_dependencies_compiler_type=gcc3
1021am_cv_prog_tar_ustar=gnutar
1022lt_cv_apple_cc_single_mod=yes
1023lt_cv_ar_at_file=no
1024lt_cv_deplibs_check_method=pass_all
1025lt_cv_file_magic_cmd='$MAGIC_CMD'
1026lt_cv_file_magic_test_file=
1027lt_cv_ld_exported_symbols_list=yes
1028lt_cv_ld_force_load=yes
1029lt_cv_ld_reload_flag=-r
1030lt_cv_nm_interface='BSD nm'
1031lt_cv_objdir=.libs
1032lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
1033lt_cv_path_LDCXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
1034lt_cv_path_NM=/usr/bin/nm
1035lt_cv_path_mainfest_tool=no
1036lt_cv_prog_compiler_c_o=yes
1037lt_cv_prog_compiler_c_o_CXX=yes
1038lt_cv_prog_compiler_pic='-fno-common -DPIC'
1039lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
1040lt_cv_prog_compiler_pic_works=yes
1041lt_cv_prog_compiler_pic_works_CXX=yes
1042lt_cv_prog_compiler_rtti_exceptions=yes
1043lt_cv_prog_compiler_static_works=no
1044lt_cv_prog_compiler_static_works_CXX=no
1045lt_cv_prog_gnu_ld=no
1046lt_cv_prog_gnu_ldcxx=no
1047lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
1048lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
1049lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
1050lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
1051lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
1052lt_cv_sys_max_cmd_len=196608
1053lt_cv_to_host_file_cmd=func_convert_file_noop
1054lt_cv_to_tool_file_cmd=func_convert_file_noop
1055pkg_cv_JS_CFLAGS='-I/opt/local/include/mozjs185 -I/opt/local/include/nspr '
1056pkg_cv_JS_LIBS='-L/opt/local/lib -L/opt/local/lib/nspr -L/opt/local/lib -lmozjs185 -lplds4 -lplc4 -lnspr4 '
1057
1058## ----------------- ##
1059## Output variables. ##
1060## ----------------- ##
1061
1062ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_couchdb/couchdb/work/apache-couchdb-1.6.1/build-aux/missing --run aclocal-1.11'
1063AMDEPBACKSLASH='\'
1064AMDEP_FALSE='#'
1065AMDEP_TRUE=''
1066AMTAR='$${TAR-tar}'
1067AR='ar'
1068AS='as'
1069AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_couchdb/couchdb/work/apache-couchdb-1.6.1/build-aux/missing --run autoconf'
1070AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_couchdb/couchdb/work/apache-couchdb-1.6.1/build-aux/missing --run autoheader'
1071AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_couchdb/couchdb/work/apache-couchdb-1.6.1/build-aux/missing --run automake-1.11'
1072AWK='gawk'
1073BUILD_HTML_FALSE=''
1074BUILD_HTML_TRUE=''
1075BUILD_INFO_FALSE=''
1076BUILD_INFO_TRUE=''
1077BUILD_MAN_FALSE=''
1078BUILD_MAN_TRUE=''
1079BUILD_PDF_FALSE=''
1080BUILD_PDF_TRUE=''
1081CC='/usr/bin/clang'
1082CCDEPMODE='depmode=gcc3'
1083CFLAGS='-O2 -pipe -Os -arch x86_64'
1084CPP='/usr/bin/clang -E'
1085CPPFLAGS='-I/opt/local/include -I/opt/local/include -I/usr/local/include -I/usr/include '
1086CURL_CFLAGS='-I/opt/local/include'
1087CURL_CONFIG='/opt/local/bin/curl-config'
1088CURL_LIBS='-L/opt/local/lib -lcurl -lssl -lcrypto -lssl -lcrypto -lz'
1089CXX='/usr/bin/clang++'
1090CXXCPP='/usr/bin/clang++ -E'
1091CXXDEPMODE='depmode=gcc3'
1092CXXFLAGS='-pipe -Os -arch x86_64 -stdlib=libc++'
1093CYGPATH_W='echo'
1094DEFS=''
1095DEPDIR='.deps'
1096DLLTOOL='false'
1097DSYMUTIL='dsymutil'
1098DUMPBIN=''
1099ECHO_C='\c'
1100ECHO_N=''
1101ECHO_T=''
1102EGREP='/usr/bin/grep -E'
1103ERL='/opt/local/bin/erl'
1104ERLANG_FLAGS='-I${exec_prefix}/lib/erlang/usr/include -I/usr/lib/erlang/usr/include -I/usr/local/lib/erlang/usr/include -I/opt/local/lib/erlang/usr/include'
1105ERLC=''
1106ERLC_FLAGS=''
1107ESCRIPT='/opt/local/bin/escript'
1108EXEEXT=''
1109FGREP='/usr/bin/grep -F'
1110FLAGS=''
1111GREP='/usr/bin/grep'
1112HAS_HELP2MAN=''
1113HAS_INSTALLINFO=''
1114HAS_MAKEINFO=''
1115HAS_PDFLATEX=''
1116HAS_SPHINX_BUILD=''
1117ICU_BIN=''
1118ICU_CFLAGS=' '
1119ICU_CONFIG='/opt/local/bin/icu-config'
1120ICU_CPPFLAGS='-I/opt/local/include '
1121ICU_CXXFLAGS='--std=c++0x '
1122ICU_LIBS=' -L/opt/local/lib -licui18n -licuuc -licudata  '
1123INIT_FALSE=''
1124INIT_TRUE=''
1125INNO_COMPILER_EXECUTABLE=''
1126INSTALL_DATA='${INSTALL} -m 644'
1127INSTALL_PROGRAM='${INSTALL}'
1128INSTALL_SCRIPT='${INSTALL}'
1129INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
1130JS_CFLAGS='-DXP_UNIX -I/opt/local/include/mozjs185 -I/opt/local/include/nspr '
1131JS_LIBS='-lmozjs185 -lm -L/opt/local/lib -L/opt/local/lib/nspr -L/opt/local/lib -lmozjs185 -lplds4 -lplc4 -lnspr4 '
1132JS_LIB_BINARY=''
1133LAUNCHD_FALSE=''
1134LAUNCHD_TRUE=''
1135LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
1136LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/usr/local/lib '
1137LIBOBJS=''
1138LIBS=' -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -L/opt/local/lib -L/usr/local/lib '
1139LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1140LIPO='lipo'
1141LN_S='ln -s'
1142LTLIBOBJS=''
1143MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_couchdb/couchdb/work/apache-couchdb-1.6.1/build-aux/missing --run makeinfo'
1144MANIFEST_TOOL=':'
1145MKDIR_P='/opt/local/bin/gmkdir -p'
1146NM='/usr/bin/nm'
1147NMEDIT='nmedit'
1148OBJDUMP='false'
1149OBJEXT='o'
1150OTOOL64=':'
1151OTOOL='otool'
1152PACKAGE='apache-couchdb'
1153PACKAGE_BUGREPORT='https://issues.apache.org/jira/browse/COUCHDB'
1154PACKAGE_NAME='Apache CouchDB'
1155PACKAGE_STRING='Apache CouchDB 1.6.1'
1156PACKAGE_TARNAME='apache-couchdb'
1157PACKAGE_URL=''
1158PACKAGE_VERSION='1.6.1'
1159PATH_SEPARATOR=':'
1160PKG_CONFIG='/opt/local/bin/pkg-config'
1161PKG_CONFIG_LIBDIR=''
1162PKG_CONFIG_PATH=''
1163RANLIB='ranlib'
1164SED='/opt/local/bin/gsed'
1165SET_MAKE=''
1166SHELL='/bin/sh'
1167SNAPPY_MAJOR='1'
1168SNAPPY_MINOR='0'
1169SNAPPY_PATCHLEVEL='5'
1170STRICTNESS_FALSE=''
1171STRICTNESS_TRUE=''
1172STRIP='strip'
1173TESTS_FALSE=''
1174TESTS_TRUE=''
1175USE_CURL_FALSE=''
1176USE_CURL_TRUE=''
1177USE_EJSON_COMPARE_NIF_FALSE=''
1178USE_EJSON_COMPARE_NIF_TRUE=''
1179USE_NATIVE_MOCHIJSON_FALSE=''
1180USE_NATIVE_MOCHIJSON_TRUE=''
1181USE_OTP_NIFS_FALSE=''
1182USE_OTP_NIFS_TRUE=''
1183VERSION='1.6.1'
1184WINDOWS_FALSE=''
1185WINDOWS_TRUE='#'
1186abs_top_builddir=''
1187abs_top_srcdir=''
1188ac_ct_AR='ar'
1189ac_ct_CC='/usr/bin/clang'
1190ac_ct_CXX=''
1191ac_ct_DUMPBIN=''
1192ac_cv_have_stddef_h='1'
1193ac_cv_have_stdint_h='1'
1194am__EXEEXT_FALSE=''
1195am__EXEEXT_TRUE=''
1196am__fastdepCC_FALSE='#'
1197am__fastdepCC_TRUE=''
1198am__fastdepCXX_FALSE='#'
1199am__fastdepCXX_TRUE=''
1200am__include='include'
1201am__isrc=''
1202am__leading_dot='.'
1203am__nodep='_no'
1204am__quote=''
1205am__tar='tar --format=ustar -chf - "$$tardir"'
1206am__untar='tar -xf -'
1207bindir='${exec_prefix}/bin'
1208bug_uri=''
1209build='x86_64-apple-darwin15.0.0'
1210build_alias=''
1211build_cpu='x86_64'
1212build_os='darwin15.0.0'
1213build_vendor='apple'
1214datadir='${datarootdir}'
1215datarootdir='${prefix}/share'
1216docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1217dvidir='${docdir}'
1218erlangbin=''
1219erlangversion=''
1220exec_prefix='NONE'
1221host='x86_64-apple-darwin15.0.0'
1222host_alias=''
1223host_cpu='x86_64'
1224host_os='darwin15.0.0'
1225host_vendor='apple'
1226htmldir='${docdir}'
1227includedir='${prefix}/include'
1228infodir='${datarootdir}/info'
1229initdir=''
1230install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_couchdb/couchdb/work/apache-couchdb-1.6.1/build-aux/install-sh'
1231launchddir=''
1232libdir='${exec_prefix}/lib'
1233libexecdir='${exec_prefix}/libexec'
1234localconfdir=''
1235localdatadir=''
1236localdocdir=''
1237localedir='${datarootdir}/locale'
1238localerlanglibdir=''
1239locallibbindir=''
1240locallibdir=''
1241localstatedir='${prefix}/var'
1242localstatelibdir=''
1243localstatelogdir=''
1244localstaterundir=''
1245mandir='${datarootdir}/man'
1246mkdir_p='/opt/local/bin/gmkdir -p'
1247msvc_redist_dir=''
1248msvc_redist_name=''
1249oldincludedir='/usr/include'
1250openssl_bin_dir=''
1251otp_release=''
1252package_author_address=''
1253package_author_name=''
1254package_identifier=''
1255package_name=''
1256package_tarname=''
1257pdfdir='${docdir}'
1258prefix='/opt/local'
1259program_transform_name='s,x,x,'
1260psdir='${docdir}'
1261sbindir='${exec_prefix}/sbin'
1262sharedstatedir='${prefix}/com'
1263sysconfdir='${prefix}/etc'
1264target_alias=''
1265version='                                                        7 1  0 0 0'
1266version_major=''
1267version_minor=''
1268version_release=''
1269version_revision=''
1270version_stage=''
1271
1272## ----------- ##
1273## confdefs.h. ##
1274## ----------- ##
1275
1276/* confdefs.h */
1277#define PACKAGE_NAME "Apache CouchDB"
1278#define PACKAGE_TARNAME "apache-couchdb"
1279#define PACKAGE_VERSION "1.6.1"
1280#define PACKAGE_STRING "Apache CouchDB 1.6.1"
1281#define PACKAGE_BUGREPORT "https://issues.apache.org/jira/browse/COUCHDB"
1282#define PACKAGE_URL ""
1283#define PACKAGE "apache-couchdb"
1284#define VERSION "1.6.1"
1285#define STDC_HEADERS 1
1286#define HAVE_SYS_TYPES_H 1
1287#define HAVE_SYS_STAT_H 1
1288#define HAVE_STDLIB_H 1
1289#define HAVE_STRING_H 1
1290#define HAVE_MEMORY_H 1
1291#define HAVE_STRINGS_H 1
1292#define HAVE_INTTYPES_H 1
1293#define HAVE_STDINT_H 1
1294#define HAVE_UNISTD_H 1
1295#define __EXTENSIONS__ 1
1296#define _ALL_SOURCE 1
1297#define _GNU_SOURCE 1
1298#define _POSIX_PTHREAD_SEMANTICS 1
1299#define _TANDEM_SOURCE 1
1300#define HAVE_DLFCN_H 1
1301#define LT_OBJDIR ".libs/"
1302#define HAVE_STDINT_H 1
1303#define HAVE_STDDEF_H 1
1304#define HAVE_SYS_MMAN_H 1
1305#define HAVE_SYS_RESOURCE_H 1
1306#define HAVE_BUILTIN_EXPECT 1
1307#define HAVE_BUILTIN_CTZ 1
1308#define SM185 1
1309#define SM180 1
1310#define HAVE_JS_GET_STRING_CHARS_AND_LENGTH 1
1311#define JSSCRIPT_TYPE JSObject*
1312#define COUCHJS_NAME "couchjs"
1313#define HAVE_CURL 1
1314
1315configure: exit 1