Ticket #48885: config.log

File config.log, 41.2 KB (added by kalugin.mir@…, 9 years ago)
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 gearmand configure 1.1.12, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/macports --disable-silent-rules --disable-libdrizzle --disable-libpq --disable-libmemcached --disable-libtokyocabinet --enable-jobserver=8 --without-mysql
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = macBookProXopek
14uname -m = x86_64
15uname -r = 14.5.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 14.5.0: Wed Jul 29 02:26:53 PDT 2015; root:xnu-2782.40.9~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 14.5.0: Wed Jul 29 02:26:53 PDT 2015; root:xnu-2782.40.9~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: 253 tasks, 1242 threads, 8 processors
34Load average: 6.25, Mach factor: 3.03
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/macports/bin
40PATH: /opt/macports/sbin
41PATH: /bin
42PATH: /sbin
43PATH: /usr/bin
44PATH: /usr/sbin
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:3039: checking for C compiler version
52configure:3048: /usr/bin/clang  -arch x86_64 --version >&5
53Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
54Target: x86_64-apple-darwin14.5.0
55Thread model: posix
56configure:3059: $? = 0
57configure:3048: /usr/bin/clang  -arch x86_64 -v >&5
58Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
59Target: x86_64-apple-darwin14.5.0
60Thread model: posix
61configure:3059: $? = 0
62configure:3048: /usr/bin/clang  -arch x86_64 -V >&5
63clang: error: argument to '-V' is missing (expected 1 value)
64clang: error: no input files
65configure:3059: $? = 1
66configure:3048: /usr/bin/clang  -arch x86_64 -qversion >&5
67clang: error: unknown argument: '-qversion'
68clang: error: no input files
69configure:3059: $? = 1
70configure:3079: checking whether the C compiler works
71configure:3101: /usr/bin/clang  -arch x86_64 -pipe -Os -arch x86_64 -I/opt/macports/include -L/opt/macports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
72configure:3105: $? = 0
73configure:3153: result: yes
74configure:3156: checking for C compiler default output file name
75configure:3158: result: a.out
76configure:3164: checking for suffix of executables
77configure:3171: /usr/bin/clang  -arch x86_64 -o conftest -pipe -Os -arch x86_64 -I/opt/macports/include -L/opt/macports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
78configure:3175: $? = 0
79configure:3197: result:
80configure:3219: checking whether we are cross compiling
81configure:3227: /usr/bin/clang  -arch x86_64 -o conftest -pipe -Os -arch x86_64 -I/opt/macports/include -L/opt/macports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
82configure:3231: $? = 0
83configure:3238: ./conftest
84configure:3242: $? = 0
85configure:3257: result: no
86configure:3262: checking for suffix of object files
87configure:3284: /usr/bin/clang  -arch x86_64 -c -pipe -Os -arch x86_64 -I/opt/macports/include conftest.c >&5
88configure:3288: $? = 0
89configure:3309: result: o
90configure:3313: checking whether we are using the GNU C compiler
91configure:3332: /usr/bin/clang  -arch x86_64 -c -pipe -Os -arch x86_64 -I/opt/macports/include conftest.c >&5
92configure:3332: $? = 0
93configure:3341: result: yes
94configure:3350: checking whether /usr/bin/clang  -arch x86_64 accepts -g
95configure:3370: /usr/bin/clang  -arch x86_64 -c -g -I/opt/macports/include conftest.c >&5
96configure:3370: $? = 0
97configure:3411: result: yes
98configure:3428: checking for /usr/bin/clang  -arch x86_64 option to accept ISO C89
99configure:3491: /usr/bin/clang  -arch x86_64  -c -pipe -Os -arch x86_64 -I/opt/macports/include conftest.c >&5
100configure:3491: $? = 0
101configure:3504: result: none needed
102configure:3636: checking for C++ compiler version
103configure:3645: /usr/bin/clang++  -arch x86_64 --version >&5
104Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
105Target: x86_64-apple-darwin14.5.0
106Thread model: posix
107configure:3656: $? = 0
108configure:3645: /usr/bin/clang++  -arch x86_64 -v >&5
109Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
110Target: x86_64-apple-darwin14.5.0
111Thread model: posix
112configure:3656: $? = 0
113configure:3645: /usr/bin/clang++  -arch x86_64 -V >&5
114clang: error: argument to '-V' is missing (expected 1 value)
115clang: error: no input files
116configure:3656: $? = 1
117configure:3645: /usr/bin/clang++  -arch x86_64 -qversion >&5
118clang: error: unknown argument: '-qversion'
119clang: error: no input files
120configure:3656: $? = 1
121configure:3660: checking whether we are using the GNU C++ compiler
122configure:3679: /usr/bin/clang++  -arch x86_64 -c -pipe -Os -DHAVE_HTONLL -arch x86_64 -stdlib=libc++ -I/opt/macports/include conftest.cpp >&5
123configure:3679: $? = 0
124configure:3688: result: yes
125configure:3697: checking whether /usr/bin/clang++  -arch x86_64 accepts -g
126configure:3717: /usr/bin/clang++  -arch x86_64 -c -g -I/opt/macports/include conftest.cpp >&5
127configure:3717: $? = 0
128configure:3758: result: yes
129configure:3817: checking build system type
130configure:3831: result: x86_64-apple-darwin14.5.0
131configure:3851: checking host system type
132configure:3864: result: x86_64-apple-darwin14.5.0
133configure:3900: checking how to run the C preprocessor
134configure:3931: /usr/bin/clang  -arch x86_64 -E -I/opt/macports/include conftest.c
135configure:3931: $? = 0
136configure:3945: /usr/bin/clang  -arch x86_64 -E -I/opt/macports/include conftest.c
137conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
138#include <ac_nonexistent.h>
139         ^
1401 error generated.
141configure:3945: $? = 1
142configure: failed program was:
143| /* confdefs.h */
144| #define PACKAGE_NAME "gearmand"
145| #define PACKAGE_TARNAME "gearmand"
146| #define PACKAGE_VERSION "1.1.12"
147| #define PACKAGE_STRING "gearmand 1.1.12"
148| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand"
149| #define PACKAGE_URL "http://gearman.info/"
150| /* end confdefs.h.  */
151| #include <ac_nonexistent.h>
152configure:3970: result: /usr/bin/clang  -arch x86_64 -E
153configure:3990: /usr/bin/clang  -arch x86_64 -E -I/opt/macports/include conftest.c
154configure:3990: $? = 0
155configure:4004: /usr/bin/clang  -arch x86_64 -E -I/opt/macports/include conftest.c
156conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
157#include <ac_nonexistent.h>
158         ^
1591 error generated.
160configure:4004: $? = 1
161configure: failed program was:
162| /* confdefs.h */
163| #define PACKAGE_NAME "gearmand"
164| #define PACKAGE_TARNAME "gearmand"
165| #define PACKAGE_VERSION "1.1.12"
166| #define PACKAGE_STRING "gearmand 1.1.12"
167| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand"
168| #define PACKAGE_URL "http://gearman.info/"
169| /* end confdefs.h.  */
170| #include <ac_nonexistent.h>
171configure:4033: checking for grep that handles long lines and -e
172configure:4091: result: /usr/bin/grep
173configure:4096: checking for egrep
174configure:4158: result: /usr/bin/grep -E
175configure:4163: checking for ANSI C header files
176configure:4183: /usr/bin/clang  -arch x86_64 -c -pipe -Os -arch x86_64 -I/opt/macports/include conftest.c >&5
177configure:4183: $? = 0
178configure:4256: /usr/bin/clang  -arch x86_64 -o conftest -pipe -Os -arch x86_64 -I/opt/macports/include -L/opt/macports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
179configure:4256: $? = 0
180configure:4256: ./conftest
181configure:4256: $? = 0
182configure:4267: result: yes
183configure:4280: checking for sys/types.h
184configure:4280: /usr/bin/clang  -arch x86_64 -c -pipe -Os -arch x86_64 -I/opt/macports/include conftest.c >&5
185configure:4280: $? = 0
186configure:4280: result: yes
187configure:4280: checking for sys/stat.h
188configure:4280: /usr/bin/clang  -arch x86_64 -c -pipe -Os -arch x86_64 -I/opt/macports/include conftest.c >&5
189configure:4280: $? = 0
190configure:4280: result: yes
191configure:4280: checking for stdlib.h
192configure:4280: /usr/bin/clang  -arch x86_64 -c -pipe -Os -arch x86_64 -I/opt/macports/include conftest.c >&5
193configure:4280: $? = 0
194configure:4280: result: yes
195configure:4280: checking for string.h
196configure:4280: /usr/bin/clang  -arch x86_64 -c -pipe -Os -arch x86_64 -I/opt/macports/include conftest.c >&5
197configure:4280: $? = 0
198configure:4280: result: yes
199configure:4280: checking for memory.h
200configure:4280: /usr/bin/clang  -arch x86_64 -c -pipe -Os -arch x86_64 -I/opt/macports/include conftest.c >&5
201configure:4280: $? = 0
202configure:4280: result: yes
203configure:4280: checking for strings.h
204configure:4280: /usr/bin/clang  -arch x86_64 -c -pipe -Os -arch x86_64 -I/opt/macports/include conftest.c >&5
205configure:4280: $? = 0
206configure:4280: result: yes
207configure:4280: checking for inttypes.h
208configure:4280: /usr/bin/clang  -arch x86_64 -c -pipe -Os -arch x86_64 -I/opt/macports/include conftest.c >&5
209configure:4280: $? = 0
210configure:4280: result: yes
211configure:4280: checking for stdint.h
212configure:4280: /usr/bin/clang  -arch x86_64 -c -pipe -Os -arch x86_64 -I/opt/macports/include conftest.c >&5
213configure:4280: $? = 0
214configure:4280: result: yes
215configure:4280: checking for unistd.h
216configure:4280: /usr/bin/clang  -arch x86_64 -c -pipe -Os -arch x86_64 -I/opt/macports/include conftest.c >&5
217configure:4280: $? = 0
218configure:4280: result: yes
219configure:4295: checking minix/gear_config.h usability
220configure:4295: /usr/bin/clang  -arch x86_64 -c -pipe -Os -arch x86_64 -I/opt/macports/include conftest.c >&5
221conftest.c:52:10: fatal error: 'minix/gear_config.h' file not found
222#include <minix/gear_config.h>
223         ^
2241 error generated.
225configure:4295: $? = 1
226configure: failed program was:
227| /* confdefs.h */
228| #define PACKAGE_NAME "gearmand"
229| #define PACKAGE_TARNAME "gearmand"
230| #define PACKAGE_VERSION "1.1.12"
231| #define PACKAGE_STRING "gearmand 1.1.12"
232| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand"
233| #define PACKAGE_URL "http://gearman.info/"
234| #define STDC_HEADERS 1
235| #define HAVE_SYS_TYPES_H 1
236| #define HAVE_SYS_STAT_H 1
237| #define HAVE_STDLIB_H 1
238| #define HAVE_STRING_H 1
239| #define HAVE_MEMORY_H 1
240| #define HAVE_STRINGS_H 1
241| #define HAVE_INTTYPES_H 1
242| #define HAVE_STDINT_H 1
243| #define HAVE_UNISTD_H 1
244| /* end confdefs.h.  */
245| #include <stdio.h>
246| #ifdef HAVE_SYS_TYPES_H
247| # include <sys/types.h>
248| #endif
249| #ifdef HAVE_SYS_STAT_H
250| # include <sys/stat.h>
251| #endif
252| #ifdef STDC_HEADERS
253| # include <stdlib.h>
254| # include <stddef.h>
255| #else
256| # ifdef HAVE_STDLIB_H
257| #  include <stdlib.h>
258| # endif
259| #endif
260| #ifdef HAVE_STRING_H
261| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
262| #  include <memory.h>
263| # endif
264| # include <string.h>
265| #endif
266| #ifdef HAVE_STRINGS_H
267| # include <strings.h>
268| #endif
269| #ifdef HAVE_INTTYPES_H
270| # include <inttypes.h>
271| #endif
272| #ifdef HAVE_STDINT_H
273| # include <stdint.h>
274| #endif
275| #ifdef HAVE_UNISTD_H
276| # include <unistd.h>
277| #endif
278| #include <minix/gear_config.h>
279configure:4295: result: no
280configure:4295: checking minix/gear_config.h presence
281configure:4295: /usr/bin/clang  -arch x86_64 -E -I/opt/macports/include conftest.c
282conftest.c:19:10: fatal error: 'minix/gear_config.h' file not found
283#include <minix/gear_config.h>
284         ^
2851 error generated.
286configure:4295: $? = 1
287configure: failed program was:
288| /* confdefs.h */
289| #define PACKAGE_NAME "gearmand"
290| #define PACKAGE_TARNAME "gearmand"
291| #define PACKAGE_VERSION "1.1.12"
292| #define PACKAGE_STRING "gearmand 1.1.12"
293| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand"
294| #define PACKAGE_URL "http://gearman.info/"
295| #define STDC_HEADERS 1
296| #define HAVE_SYS_TYPES_H 1
297| #define HAVE_SYS_STAT_H 1
298| #define HAVE_STDLIB_H 1
299| #define HAVE_STRING_H 1
300| #define HAVE_MEMORY_H 1
301| #define HAVE_STRINGS_H 1
302| #define HAVE_INTTYPES_H 1
303| #define HAVE_STDINT_H 1
304| #define HAVE_UNISTD_H 1
305| /* end confdefs.h.  */
306| #include <minix/gear_config.h>
307configure:4295: result: no
308configure:4295: checking for minix/gear_config.h
309configure:4295: result: no
310configure:4324: checking whether it is safe to define __EXTENSIONS__
311configure:4342: /usr/bin/clang  -arch x86_64 -c -pipe -Os -arch x86_64 -I/opt/macports/include conftest.c >&5
312configure:4342: $? = 0
313configure:4349: result: yes
314configure:4380: checking for a BSD-compatible install
315configure:4448: result: /usr/bin/install -c
316configure:4459: checking whether build environment is sane
317configure:4514: result: yes
318configure:4655: checking for a thread-safe mkdir -p
319configure:4694: result: build-aux/install-sh -c -d
320configure:4701: checking for gawk
321configure:4731: result: no
322configure:4701: checking for mawk
323configure:4731: result: no
324configure:4701: checking for nawk
325configure:4731: result: no
326configure:4701: checking for awk
327configure:4717: found /usr/bin/awk
328configure:4728: result: awk
329configure:4739: checking whether make sets $(MAKE)
330configure:4761: result: yes
331configure:4791: checking for style of include used by make
332configure:4819: result: GNU
333configure:4853: checking whether make supports nested variables
334configure:4870: result: yes
335configure:4959: checking whether UID '502' is supported by ustar format
336configure:4962: result: yes
337configure:4969: checking whether GID '501' is supported by ustar format
338configure:4972: result: yes
339configure:4980: checking how to create a ustar tar archive
340configure:4991: tar --version
341bsdtar 2.8.3 - libarchive 2.8.3
342configure:4994: $? = 0
343configure:5034: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
344configure:5037: $? = 0
345configure:5041: tar -xf - <conftest.tar
346configure:5044: $? = 0
347configure:5046: cat conftest.dir/file
348GrepMe
349configure:5049: $? = 0
350configure:5062: result: gnutar
351configure:5071: checking dependency style of /usr/bin/clang  -arch x86_64
352configure:5182: result: gcc3
353configure:5199: checking dependency style of /usr/bin/clang++  -arch x86_64
354configure:5310: result: gcc3
355configure:5393: checking how to print strings
356configure:5420: result: printf
357configure:5441: checking for a sed that does not truncate output
358configure:5505: result: /opt/macports/bin/gsed
359configure:5523: checking for fgrep
360configure:5585: result: /usr/bin/grep -F
361configure:5620: checking for ld used by /usr/bin/clang  -arch x86_64
362configure:5687: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
363configure:5694: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
364configure:5709: result: no
365configure:5721: checking for BSD- or MS-compatible name lister (nm)
366configure:5770: result: /usr/bin/nm
367configure:5900: checking the name lister (/usr/bin/nm) interface
368configure:5907: /usr/bin/clang  -arch x86_64 -c -pipe -Os -arch x86_64 -I/opt/macports/include conftest.c >&5
369configure:5910: /usr/bin/nm "conftest.o"
370configure:5913: output
3710000000000000000 S _some_variable
372configure:5920: result: BSD nm
373configure:5923: checking whether ln -s works
374configure:5927: result: yes
375configure:5935: checking the maximum length of command line arguments
376configure:6065: result: 196608
377configure:6082: checking whether the shell understands some XSI constructs
378configure:6092: result: yes
379configure:6096: checking whether the shell understands "+="
380configure:6102: result: yes
381configure:6137: checking how to convert x86_64-apple-darwin14.5.0 file names to x86_64-apple-darwin14.5.0 format
382configure:6177: result: func_convert_file_noop
383configure:6184: checking how to convert x86_64-apple-darwin14.5.0 file names to toolchain format
384configure:6204: result: func_convert_file_noop
385configure:6211: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
386configure:6218: result: -r
387configure:6292: checking for objdump
388configure:6322: result: no
389configure:6351: checking how to recognize dependent libraries
390configure:6553: result: pass_all
391configure:6638: checking for dlltool
392configure:6668: result: no
393configure:6698: checking how to associate runtime and link libraries
394configure:6725: result: printf %s\n
395configure:6785: checking for ar
396configure:6801: found /usr/bin/ar
397configure:6812: result: ar
398configure:6849: checking for archiver @FILE support
399configure:6866: /usr/bin/clang  -arch x86_64 -c -pipe -Os -arch x86_64 -I/opt/macports/include conftest.c >&5
400configure:6866: $? = 0
401configure:6869: ar cru libconftest.a @conftest.lst >&5
402ar: @conftest.lst: No such file or directory
403configure:6872: $? = 1
404configure:6892: result: no
405configure:6950: checking for strip
406configure:6966: found /usr/bin/strip
407configure:6977: result: strip
408configure:7049: checking for ranlib
409configure:7065: found /usr/bin/ranlib
410configure:7076: result: ranlib
411configure:7178: checking command to parse /usr/bin/nm output from /usr/bin/clang  -arch x86_64 object
412configure:7298: /usr/bin/clang  -arch x86_64 -c -pipe -Os -arch x86_64 -I/opt/macports/include conftest.c >&5
413configure:7301: $? = 0
414configure:7305: /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:7308: $? = 0
416cannot find nm_test_var in conftest.nm
417configure:7298: /usr/bin/clang  -arch x86_64 -c -pipe -Os -arch x86_64 -I/opt/macports/include conftest.c >&5
418configure:7301: $? = 0
419configure:7305: /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
420configure:7308: $? = 0
421configure:7374: /usr/bin/clang  -arch x86_64 -o conftest -pipe -Os -arch x86_64 -I/opt/macports/include -L/opt/macports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c conftstm.o >&5
422configure:7377: $? = 0
423configure:7415: result: ok
424configure:7452: checking for sysroot
425configure:7482: result: no
426configure:7744: checking for mt
427configure:7774: result: no
428configure:7794: checking if : is a manifest tool
429configure:7800: : '-?'
430configure:7808: result: no
431configure:7864: checking for dsymutil
432configure:7880: found /usr/bin/dsymutil
433configure:7891: result: dsymutil
434configure:7956: checking for nmedit
435configure:7972: found /usr/bin/nmedit
436configure:7983: result: nmedit
437configure:8048: checking for lipo
438configure:8064: found /usr/bin/lipo
439configure:8075: result: lipo
440configure:8140: checking for otool
441configure:8156: found /usr/bin/otool
442configure:8167: result: otool
443configure:8232: checking for otool64
444configure:8262: result: no
445configure:8307: checking for -single_module linker flag
446/usr/bin/clang  -arch x86_64 -pipe -Os -arch x86_64 -L/opt/macports/lib -Wl,-headerpad_max_install_names -arch x86_64 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
447configure:8340: result: yes
448configure:8343: checking for -exported_symbols_list linker flag
449configure:8363: /usr/bin/clang  -arch x86_64 -o conftest -pipe -Os -arch x86_64 -I/opt/macports/include -L/opt/macports/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
450configure:8363: $? = 0
451configure:8373: result: yes
452configure:8376: checking for -force_load linker flag
453/usr/bin/clang  -arch x86_64 -pipe -Os -arch x86_64 -c -o conftest.o conftest.c
454ar cru libconftest.a conftest.o
455ranlib libconftest.a
456/usr/bin/clang  -arch x86_64 -pipe -Os -arch x86_64 -L/opt/macports/lib -Wl,-headerpad_max_install_names -arch x86_64 -o conftest conftest.c -Wl,-force_load,./libconftest.a
457configure:8408: result: yes
458configure:8447: checking for dlfcn.h
459configure:8447: /usr/bin/clang  -arch x86_64 -c -pipe -Os -arch x86_64 -I/opt/macports/include conftest.c >&5
460configure:8447: $? = 0
461configure:8447: result: yes
462configure:8663: checking for objdir
463configure:8678: result: .libs
464configure:8949: checking if /usr/bin/clang  -arch x86_64 supports -fno-rtti -fno-exceptions
465configure:8967: /usr/bin/clang  -arch x86_64 -c -pipe -Os -arch x86_64 -I/opt/macports/include -fno-rtti -fno-exceptions conftest.c >&5
466configure:8971: $? = 0
467configure:8984: result: yes
468configure:9311: checking for /usr/bin/clang  -arch x86_64 option to produce PIC
469configure:9318: result: -fno-common -DPIC
470configure:9326: checking if /usr/bin/clang  -arch x86_64 PIC flag -fno-common -DPIC works
471configure:9344: /usr/bin/clang  -arch x86_64 -c -pipe -Os -arch x86_64 -I/opt/macports/include -fno-common -DPIC -DPIC conftest.c >&5
472configure:9348: $? = 0
473configure:9361: result: yes
474configure:9390: checking if /usr/bin/clang  -arch x86_64 static flag -static works
475configure:9418: result: no
476configure:9433: checking if /usr/bin/clang  -arch x86_64 supports -c -o file.o
477configure:9454: /usr/bin/clang  -arch x86_64 -c -pipe -Os -arch x86_64 -I/opt/macports/include -o out/conftest2.o conftest.c >&5
478configure:9458: $? = 0
479configure:9480: result: yes
480configure:9488: checking if /usr/bin/clang  -arch x86_64 supports -c -o file.o
481configure:9535: result: yes
482configure:9568: checking whether the /usr/bin/clang  -arch x86_64 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
483configure:10721: result: yes
484configure:10961: checking dynamic linker characteristics
485configure:11698: result: darwin14.5.0 dyld
486configure:11805: checking how to hardcode library paths into programs
487configure:11830: result: immediate
488configure:11875: checking for dlopen in -ldl
489configure:11900: /usr/bin/clang  -arch x86_64 -o conftest -pipe -Os -arch x86_64 -I/opt/macports/include -L/opt/macports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -ldl   >&5
490configure:11900: $? = 0
491configure:11909: result: yes
492configure:12124: checking whether a program can dlopen itself
493configure:12204: /usr/bin/clang  -arch x86_64 -o conftest -pipe -Os -arch x86_64 -I/opt/macports/include -DHAVE_DLFCN_H -L/opt/macports/lib -Wl,-headerpad_max_install_names -arch x86_64  conftest.c -ldl  >&5
494configure:12207: $? = 0
495configure:12225: result: yes
496configure:12230: checking whether a statically linked program can dlopen itself
497configure:12310: /usr/bin/clang  -arch x86_64 -o conftest -pipe -Os -arch x86_64 -I/opt/macports/include -DHAVE_DLFCN_H -L/opt/macports/lib -Wl,-headerpad_max_install_names -arch x86_64   conftest.c -ldl  >&5
498configure:12313: $? = 0
499configure:12331: result: yes
500configure:12370: checking whether stripping libraries is possible
501configure:12384: result: yes
502configure:12410: checking if libtool supports shared libraries
503configure:12412: result: yes
504configure:12415: checking whether to build shared libraries
505configure:12436: result: yes
506configure:12439: checking whether to build static libraries
507configure:12443: result: yes
508configure:12466: checking how to run the C++ preprocessor
509configure:12493: /usr/bin/clang++  -arch x86_64 -E -I/opt/macports/include conftest.cpp
510configure:12493: $? = 0
511configure:12507: /usr/bin/clang++  -arch x86_64 -E -I/opt/macports/include conftest.cpp
512conftest.cpp:28:10: fatal error: 'ac_nonexistent.h' file not found
513#include <ac_nonexistent.h>
514         ^
5151 error generated.
516configure:12507: $? = 1
517configure: failed program was:
518| /* confdefs.h */
519| #define PACKAGE_NAME "gearmand"
520| #define PACKAGE_TARNAME "gearmand"
521| #define PACKAGE_VERSION "1.1.12"
522| #define PACKAGE_STRING "gearmand 1.1.12"
523| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand"
524| #define PACKAGE_URL "http://gearman.info/"
525| #define STDC_HEADERS 1
526| #define HAVE_SYS_TYPES_H 1
527| #define HAVE_SYS_STAT_H 1
528| #define HAVE_STDLIB_H 1
529| #define HAVE_STRING_H 1
530| #define HAVE_MEMORY_H 1
531| #define HAVE_STRINGS_H 1
532| #define HAVE_INTTYPES_H 1
533| #define HAVE_STDINT_H 1
534| #define HAVE_UNISTD_H 1
535| #define __EXTENSIONS__ 1
536| #define _ALL_SOURCE 1
537| #define _GNU_SOURCE 1
538| #define _POSIX_PTHREAD_SEMANTICS 1
539| #define _TANDEM_SOURCE 1
540| #define PACKAGE "gearmand"
541| #define VERSION "1.1.12"
542| #define HAVE_DLFCN_H 1
543| #define LT_OBJDIR ".libs/"
544| /* end confdefs.h.  */
545| #include <ac_nonexistent.h>
546configure:12532: result: /usr/bin/clang++  -arch x86_64 -E
547configure:12552: /usr/bin/clang++  -arch x86_64 -E -I/opt/macports/include conftest.cpp
548configure:12552: $? = 0
549configure:12566: /usr/bin/clang++  -arch x86_64 -E -I/opt/macports/include conftest.cpp
550conftest.cpp:28:10: fatal error: 'ac_nonexistent.h' file not found
551#include <ac_nonexistent.h>
552         ^
5531 error generated.
554configure:12566: $? = 1
555configure: failed program was:
556| /* confdefs.h */
557| #define PACKAGE_NAME "gearmand"
558| #define PACKAGE_TARNAME "gearmand"
559| #define PACKAGE_VERSION "1.1.12"
560| #define PACKAGE_STRING "gearmand 1.1.12"
561| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand"
562| #define PACKAGE_URL "http://gearman.info/"
563| #define STDC_HEADERS 1
564| #define HAVE_SYS_TYPES_H 1
565| #define HAVE_SYS_STAT_H 1
566| #define HAVE_STDLIB_H 1
567| #define HAVE_STRING_H 1
568| #define HAVE_MEMORY_H 1
569| #define HAVE_STRINGS_H 1
570| #define HAVE_INTTYPES_H 1
571| #define HAVE_STDINT_H 1
572| #define HAVE_UNISTD_H 1
573| #define __EXTENSIONS__ 1
574| #define _ALL_SOURCE 1
575| #define _GNU_SOURCE 1
576| #define _POSIX_PTHREAD_SEMANTICS 1
577| #define _TANDEM_SOURCE 1
578| #define PACKAGE "gearmand"
579| #define VERSION "1.1.12"
580| #define HAVE_DLFCN_H 1
581| #define LT_OBJDIR ".libs/"
582| /* end confdefs.h.  */
583| #include <ac_nonexistent.h>
584configure:12735: checking for ld used by /usr/bin/clang++  -arch x86_64
585configure:12802: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
586configure:12809: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
587configure:12824: result: no
588configure:12879: checking whether the /usr/bin/clang++  -arch x86_64 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
589configure:13884: result: yes
590configure:13920: /usr/bin/clang++  -arch x86_64 -c -pipe -Os -DHAVE_HTONLL -arch x86_64 -stdlib=libc++ -I/opt/macports/include conftest.cpp >&5
591configure:13923: $? = 0
592configure:14443: checking for /usr/bin/clang++  -arch x86_64 option to produce PIC
593configure:14450: result: -fno-common -DPIC
594configure:14458: checking if /usr/bin/clang++  -arch x86_64 PIC flag -fno-common -DPIC works
595configure:14476: /usr/bin/clang++  -arch x86_64 -c -pipe -Os -DHAVE_HTONLL -arch x86_64 -stdlib=libc++ -I/opt/macports/include -fno-common -DPIC -DPIC conftest.cpp >&5
596configure:14480: $? = 0
597configure:14493: result: yes
598configure:14516: checking if /usr/bin/clang++  -arch x86_64 static flag -static works
599configure:14544: result: no
600configure:14556: checking if /usr/bin/clang++  -arch x86_64 supports -c -o file.o
601configure:14577: /usr/bin/clang++  -arch x86_64 -c -pipe -Os -DHAVE_HTONLL -arch x86_64 -stdlib=libc++ -I/opt/macports/include -o out/conftest2.o conftest.cpp >&5
602configure:14581: $? = 0
603configure:14603: result: yes
604configure:14608: checking if /usr/bin/clang++  -arch x86_64 supports -c -o file.o
605configure:14655: result: yes
606configure:14685: checking whether the /usr/bin/clang++  -arch x86_64 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
607configure:14721: result: yes
608configure:14862: checking dynamic linker characteristics
609configure:15533: result: darwin14.5.0 dyld
610configure:15586: checking how to hardcode library paths into programs
611configure:15611: result: immediate
612configure:15808: checking for /usr/bin/clang  -arch x86_64 option to accept ISO C99
613configure:15957: /usr/bin/clang  -arch x86_64  -c -pipe -Os -arch x86_64 -I/opt/macports/include conftest.c >&5
614configure:15957: $? = 0
615configure:15970: result: none needed
616configure:15997: checking whether C++ compiler accepts -std=c++0x
617configure:16016: /usr/bin/clang++  -arch x86_64 -c -pipe -Os -DHAVE_HTONLL -arch x86_64 -stdlib=libc++  -std=c++0x -I/opt/macports/include conftest.cpp >&5
618configure:16016: $? = 0
619configure:16024: result: yes
620configure:16136: checking whether make supports nested variables
621configure:16153: result: yes
622configure:16215: checking for boostlib >= 1.39
623configure:16289: /usr/bin/clang++  -arch x86_64 -c -pipe -Os -DHAVE_HTONLL -arch x86_64 -stdlib=libc++ -std=c++0x -I/opt/macports/include  conftest.cpp >&5
624configure:16289: $? = 0
625configure:16291: result: yes
626configure:16467: checking whether the Boost::Program_Options library is available
627configure:16491: /usr/bin/clang++  -arch x86_64 -c -pipe -Os -DHAVE_HTONLL -arch x86_64 -stdlib=libc++ -std=c++0x -I/opt/macports/include  conftest.cpp >&5
628configure:16491: $? = 0
629configure:16505: result: yes
630configure:16652: error: Could not find a version of the library!
631
632## ---------------- ##
633## Cache variables. ##
634## ---------------- ##
635
636ac_cv_build=x86_64-apple-darwin14.5.0
637ac_cv_c_compiler_gnu=yes
638ac_cv_cxx_compiler_gnu=yes
639ac_cv_env_CCC_set=
640ac_cv_env_CCC_value=
641ac_cv_env_CC_set=set
642ac_cv_env_CC_value='/usr/bin/clang  -arch x86_64'
643ac_cv_env_CFLAGS_set=set
644ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64'
645ac_cv_env_CPPFLAGS_set=set
646ac_cv_env_CPPFLAGS_value=-I/opt/macports/include
647ac_cv_env_CPP_set=
648ac_cv_env_CPP_value=
649ac_cv_env_CURL_CFLAGS_set=
650ac_cv_env_CURL_CFLAGS_value=
651ac_cv_env_CURL_CONFIG_set=
652ac_cv_env_CURL_CONFIG_value=
653ac_cv_env_CURL_LIBS_set=
654ac_cv_env_CURL_LIBS_value=
655ac_cv_env_CXXCPP_set=
656ac_cv_env_CXXCPP_value=
657ac_cv_env_CXXFLAGS_set=set
658ac_cv_env_CXXFLAGS_value='-pipe -Os -DHAVE_HTONLL -arch x86_64 -stdlib=libc++'
659ac_cv_env_CXX_set=set
660ac_cv_env_CXX_value='/usr/bin/clang++  -arch x86_64'
661ac_cv_env_CYASSL_CPPFLAGS_set=
662ac_cv_env_CYASSL_CPPFLAGS_value=
663ac_cv_env_CYASSL_LDFLAGS_set=
664ac_cv_env_CYASSL_LDFLAGS_value=
665ac_cv_env_DRIZZLED_BINARY_set=
666ac_cv_env_DRIZZLED_BINARY_value=
667ac_cv_env_HIREDIS_CPPFLAGS_set=
668ac_cv_env_HIREDIS_CPPFLAGS_value=
669ac_cv_env_HIREDIS_LDFLAGS_set=
670ac_cv_env_HIREDIS_LDFLAGS_value=
671ac_cv_env_LCOV_GENHTML_set=
672ac_cv_env_LCOV_GENHTML_value=
673ac_cv_env_LCOV_set=
674ac_cv_env_LCOV_value=
675ac_cv_env_LDFLAGS_set=set
676ac_cv_env_LDFLAGS_value='-L/opt/macports/lib -Wl,-headerpad_max_install_names -arch x86_64'
677ac_cv_env_LIBCURL_CPPFLAGS_set=
678ac_cv_env_LIBCURL_CPPFLAGS_value=
679ac_cv_env_LIBCURL_LDFLAGS_set=
680ac_cv_env_LIBCURL_LDFLAGS_value=
681ac_cv_env_LIBDRIZZLE_CPPFLAGS_set=
682ac_cv_env_LIBDRIZZLE_CPPFLAGS_value=
683ac_cv_env_LIBDRIZZLE_LDFLAGS_set=
684ac_cv_env_LIBDRIZZLE_LDFLAGS_value=
685ac_cv_env_LIBS_set=
686ac_cv_env_LIBS_value=
687ac_cv_env_MCHECK_CPPFLAGS_set=
688ac_cv_env_MCHECK_CPPFLAGS_value=
689ac_cv_env_MCHECK_LDFLAGS_set=
690ac_cv_env_MCHECK_LDFLAGS_value=
691ac_cv_env_MEMCACHED_BINARY_set=
692ac_cv_env_MEMCACHED_BINARY_value=
693ac_cv_env_MYSQL_CONFIG_set=
694ac_cv_env_MYSQL_CONFIG_value=
695ac_cv_env_SPHINXBUILD_set=
696ac_cv_env_SPHINXBUILD_value=
697ac_cv_env_TOKYOCABINET_CPPFLAGS_set=
698ac_cv_env_TOKYOCABINET_CPPFLAGS_value=
699ac_cv_env_TOKYOCABINET_LDFLAGS_set=
700ac_cv_env_TOKYOCABINET_LDFLAGS_value=
701ac_cv_env_build_alias_set=
702ac_cv_env_build_alias_value=
703ac_cv_env_host_alias_set=
704ac_cv_env_host_alias_value=
705ac_cv_env_target_alias_set=
706ac_cv_env_target_alias_value=
707ac_cv_header_dlfcn_h=yes
708ac_cv_header_inttypes_h=yes
709ac_cv_header_memory_h=yes
710ac_cv_header_minix_gear_config_h=no
711ac_cv_header_stdc=yes
712ac_cv_header_stdint_h=yes
713ac_cv_header_stdlib_h=yes
714ac_cv_header_string_h=yes
715ac_cv_header_strings_h=yes
716ac_cv_header_sys_stat_h=yes
717ac_cv_header_sys_types_h=yes
718ac_cv_header_unistd_h=yes
719ac_cv_host=x86_64-apple-darwin14.5.0
720ac_cv_lib_dl_dlopen=yes
721ac_cv_objext=o
722ac_cv_path_EGREP='/usr/bin/grep -E'
723ac_cv_path_FGREP='/usr/bin/grep -F'
724ac_cv_path_GREP=/usr/bin/grep
725ac_cv_path_SED=/opt/macports/bin/gsed
726ac_cv_prog_AWK=awk
727ac_cv_prog_CPP='/usr/bin/clang  -arch x86_64 -E'
728ac_cv_prog_CXXCPP='/usr/bin/clang++  -arch x86_64 -E'
729ac_cv_prog_ac_ct_AR=ar
730ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
731ac_cv_prog_ac_ct_LIPO=lipo
732ac_cv_prog_ac_ct_NMEDIT=nmedit
733ac_cv_prog_ac_ct_OTOOL=otool
734ac_cv_prog_ac_ct_RANLIB=ranlib
735ac_cv_prog_ac_ct_STRIP=strip
736ac_cv_prog_cc_c89=
737ac_cv_prog_cc_c99=
738ac_cv_prog_cc_g=yes
739ac_cv_prog_cxx_g=yes
740ac_cv_prog_make_make_set=yes
741ac_cv_safe_to_define___extensions__=yes
742am_cv_CC_dependencies_compiler_type=gcc3
743am_cv_CXX_dependencies_compiler_type=gcc3
744am_cv_make_support_nested_variables=yes
745am_cv_prog_tar_ustar=gnutar
746ax_cv_boost_program_options=yes
747ax_cv_check_cxxflags___std_cpp0x=yes
748lt_cv_apple_cc_single_mod=yes
749lt_cv_ar_at_file=no
750lt_cv_deplibs_check_method=pass_all
751lt_cv_dlopen=dlopen
752lt_cv_dlopen_libs=-ldl
753lt_cv_dlopen_self=yes
754lt_cv_dlopen_self_static=yes
755lt_cv_file_magic_cmd='$MAGIC_CMD'
756lt_cv_file_magic_test_file=
757lt_cv_ld_exported_symbols_list=yes
758lt_cv_ld_force_load=yes
759lt_cv_ld_reload_flag=-r
760lt_cv_nm_interface='BSD nm'
761lt_cv_objdir=.libs
762lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
763lt_cv_path_LDCXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
764lt_cv_path_NM=/usr/bin/nm
765lt_cv_path_mainfest_tool=no
766lt_cv_prog_compiler_c_o=yes
767lt_cv_prog_compiler_c_o_CXX=yes
768lt_cv_prog_compiler_pic='-fno-common -DPIC'
769lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
770lt_cv_prog_compiler_pic_works=yes
771lt_cv_prog_compiler_pic_works_CXX=yes
772lt_cv_prog_compiler_rtti_exceptions=yes
773lt_cv_prog_compiler_static_works=no
774lt_cv_prog_compiler_static_works_CXX=no
775lt_cv_prog_gnu_ld=no
776lt_cv_prog_gnu_ldcxx=no
777lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
778lt_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'\'''
779lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
780lt_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'\'''
781lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
782lt_cv_sys_max_cmd_len=196608
783lt_cv_to_host_file_cmd=func_convert_file_noop
784lt_cv_to_tool_file_cmd=func_convert_file_noop
785
786## ----------------- ##
787## Output variables. ##
788## ----------------- ##
789
790ACLOCAL='${SHELL} /opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_gearmand/gearmand/work/gearmand-1.1.12/build-aux/missing aclocal-1.13'
791ALLOCA=''
792AMDEPBACKSLASH='\'
793AMDEP_FALSE='#'
794AMDEP_TRUE=''
795AMINCLUDE=''
796AMTAR='$${TAR-tar}'
797AM_BACKSLASH='\'
798AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
799AM_DEFAULT_VERBOSITY='1'
800AM_V='$(V)'
801AR='ar'
802AUTOCONF='${SHELL} /opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_gearmand/gearmand/work/gearmand-1.1.12/build-aux/missing autoconf'
803AUTOHEADER='${SHELL} /opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_gearmand/gearmand/work/gearmand-1.1.12/build-aux/missing autoheader'
804AUTOHEADER_FILE='gear_config.h'
805AUTOMAKE='${SHELL} /opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_gearmand/gearmand/work/gearmand-1.1.12/build-aux/missing automake-1.13'
806AWK='awk'
807BOOST_CPPFLAGS=''
808BOOST_LDFLAGS=''
809BOOST_PROGRAM_OPTIONS_LIB=''
810BUILDING_GEARMAN_FALSE=''
811BUILDING_GEARMAN_TRUE=''
812BUILD_WIN32_FALSE=''
813BUILD_WIN32_TRUE='#'
814BUILD_WIN32_WRAPPERS_FALSE=''
815BUILD_WIN32_WRAPPERS_TRUE=''
816CC='/usr/bin/clang  -arch x86_64'
817CCDEPMODE='depmode=gcc3'
818CC_VERSION=''
819CC_VERSION_VENDOR=''
820CFLAGS='-pipe -Os -arch x86_64'
821CFLAG_VISIBILITY=''
822CPP='/usr/bin/clang  -arch x86_64 -E'
823CPPFLAGS='-I/opt/macports/include '
824CURL_CFLAGS=''
825CURL_CONFIG=''
826CURL_LIBS=''
827CXX='/usr/bin/clang++  -arch x86_64'
828CXXCPP='/usr/bin/clang++  -arch x86_64 -E'
829CXXDEPMODE='depmode=gcc3'
830CXXFLAGS='-pipe -Os -DHAVE_HTONLL -arch x86_64 -stdlib=libc++ -std=c++0x'
831CXX_VERSION=''
832CXX_VERSION_VENDOR=''
833CYASSL_CPPFLAGS=''
834CYASSL_LDFLAGS=''
835CYASSL_LIB=''
836CYGPATH_W='echo'
837DEBUG_FALSE=''
838DEBUG_TRUE=''
839DEFS=''
840DEPDIR='.deps'
841DLLTOOL='false'
842DPKG_GENSYMBOLS=''
843DRIZZLED_BINARY=''
844DSYMUTIL='dsymutil'
845DTRACE=''
846DTRACEFLAGS=''
847DTRACE_NEEDS_OBJECTS_FALSE=''
848DTRACE_NEEDS_OBJECTS_TRUE=''
849DUMPBIN=''
850ECHO_C='\c'
851ECHO_N=''
852ECHO_T=''
853EGREP='/usr/bin/grep -E'
854ENABLE_CYASSL_FALSE=''
855ENABLE_CYASSL_TRUE=''
856ENABLE_OPENSSL_FALSE=''
857ENABLE_OPENSSL_TRUE=''
858ENABLE_SSL_FALSE=''
859ENABLE_SSL_TRUE=''
860EXEEXT=''
861FGREP='/usr/bin/grep -F'
862GEARMAN_LIBRARY_VERSION='8:0:0'
863GPERF=''
864GREP='/usr/bin/grep'
865HASHKIT_LIBRARY_VERSION=''
866HAVE_DTRACE_FALSE=''
867HAVE_DTRACE_TRUE=''
868HAVE_LIBCURL_FALSE=''
869HAVE_LIBCURL_TRUE=''
870HAVE_LIBEVENT_FALSE=''
871HAVE_LIBEVENT_TRUE=''
872HAVE_LIBGEARMAN_FALSE=''
873HAVE_LIBGEARMAN_TRUE=''
874HAVE_LIBMEMCACHED_FALSE=''
875HAVE_LIBMEMCACHED_TRUE=''
876HAVE_LIBMYSQL_FALSE=''
877HAVE_LIBMYSQL_TRUE=''
878HAVE_LIBPQ_FALSE=''
879HAVE_LIBPQ_TRUE=''
880HAVE_LIBSQLITE3_FALSE=''
881HAVE_LIBSQLITE3_TRUE=''
882HAVE_LIBUUID_FALSE=''
883HAVE_LIBUUID_TRUE=''
884HAVE_TOKYOCABINET_FALSE=''
885HAVE_TOKYOCABINET_TRUE=''
886HAVE_VISIBILITY=''
887HIREDIS_CPPFLAGS=''
888HIREDIS_LDFLAGS=''
889HIREDIS_LIB=''
890HOST_FREEBSD_FALSE=''
891HOST_FREEBSD_TRUE='#'
892HOST_LINUX_FALSE=''
893HOST_LINUX_TRUE='#'
894HOST_OSX_FALSE='#'
895HOST_OSX_TRUE=''
896INCLUDE_HSIEH_SRC_FALSE=''
897INCLUDE_HSIEH_SRC_TRUE=''
898INC_AMINCLUDE=''
899INSTALL_DATA='${INSTALL} -m 644'
900INSTALL_PROGRAM='${INSTALL}'
901INSTALL_SCRIPT='${INSTALL}'
902INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
903IS_VCS_CHECKOUT_FALSE=''
904IS_VCS_CHECKOUT_TRUE=''
905LCOV=''
906LCOV_GENHTML=''
907LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
908LDFLAGS='-L/opt/macports/lib -Wl,-headerpad_max_install_names -arch x86_64 '
909LIBCURL_CPPFLAGS=''
910LIBCURL_LDFLAGS=''
911LIBCURL_LIB=''
912LIBDRIZZLE_CPPFLAGS=''
913LIBDRIZZLE_LDFLAGS=''
914LIBDRIZZLE_LIB=''
915LIBEVENT_LIB=''
916LIBGEARMAN_VERSION_HEX=''
917LIBGEARMAN_VERSION_STRING=''
918LIBM=''
919LIBMEMCACHED_CFLAGS=''
920LIBMEMCACHED_LIB=''
921LIBMEMCACHED_UTIL_LIB=''
922LIBOBJS=''
923LIBS=''
924LIBTEST_VERSION=''
925LIBTOOL='$(SHELL) $(top_builddir)/libtool'
926LIBUUID_LIB=''
927LIPO='lipo'
928LN_S='ln -s'
929LTLIBOBJS=''
930MAKEINFO='${SHELL} /opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_gearmand/gearmand/work/gearmand-1.1.12/build-aux/missing makeinfo'
931MANIFEST_TOOL=':'
932MCHECK=''
933MCHECK_CPPFLAGS=''
934MCHECK_LDFLAGS=''
935MCHECK_LIB=''
936MEMCACHED_BINARY=''
937MKDIR_P='build-aux/install-sh -c -d'
938MYSQLD=''
939MYSQL_CFLAGS=''
940MYSQL_CONFIG=''
941MYSQL_INCLUDE=''
942MYSQL_LDFLAGS=''
943MYSQL_VERSION=''
944NM='/usr/bin/nm'
945NMEDIT='nmedit'
946OBJDUMP='false'
947OBJEXT='o'
948OPENSSL=''
949OPENSSL_INCLUDES=''
950OPENSSL_LDFLAGS=''
951OPENSSL_LIBS=''
952OTOOL64=':'
953OTOOL='otool'
954PACKAGE='gearmand'
955PACKAGE_BUGREPORT='https://bugs.launchpad.net/gearmand'
956PACKAGE_NAME='gearmand'
957PACKAGE_STRING='gearmand 1.1.12'
958PACKAGE_TARNAME='gearmand'
959PACKAGE_URL='http://gearman.info/'
960PACKAGE_VERSION='1.1.12'
961PATH_SEPARATOR=':'
962PG_CONFIG=''
963PKG_CONFIG=''
964POSTGRESQL_CFLAGS=''
965POSTGRESQL_LDFLAGS=''
966POSTGRESQL_VERSION=''
967PTHREAD_CC=''
968PTHREAD_CFLAGS=''
969PTHREAD_LIBS=''
970RANLIB='ranlib'
971RPM=''
972RPMBUILD=''
973RPMDEV_SETUPTREE=''
974RPM_RELEASE=''
975RT_LIB=''
976SED='/opt/macports/bin/gsed'
977SET_MAKE=''
978SHARED_ENABLED_FALSE=''
979SHARED_ENABLED_TRUE=''
980SHELL='/bin/sh'
981SPHINXBUILD=''
982SQLITE3_CFLAGS=''
983SQLITE3_LDFLAGS=''
984SQLITE3_VERSION=''
985STRIP='strip'
986TARGET_HOSTILE_FALSE=''
987TARGET_HOSTILE_TRUE=''
988TARGET_MINGW_FALSE=''
989TARGET_MINGW_TRUE=''
990TOKYOCABINET_CPPFLAGS=''
991TOKYOCABINET_LDFLAGS=''
992TOKYOCABINET_LIB=''
993VALGRIND=''
994VERSION='1.1.12'
995WINE=''
996_WITH_LIBGEARMAN_SUPPORT=''
997ac_ct_AR='ar'
998ac_ct_CC=''
999ac_ct_CXX=''
1000ac_ct_DUMPBIN=''
1001am__EXEEXT_FALSE=''
1002am__EXEEXT_TRUE=''
1003am__fastdepCC_FALSE='#'
1004am__fastdepCC_TRUE=''
1005am__fastdepCXX_FALSE='#'
1006am__fastdepCXX_TRUE=''
1007am__include='include'
1008am__isrc=''
1009am__leading_dot='.'
1010am__nodep='_no'
1011am__quote=''
1012am__tar='tar --format=ustar -chf - "$$tardir"'
1013am__untar='tar -xf -'
1014ax_pthread_config=''
1015bindir='${exec_prefix}/bin'
1016build='x86_64-apple-darwin14.5.0'
1017build_alias=''
1018build_cpu='x86_64'
1019build_os='darwin14.5.0'
1020build_vendor='apple'
1021datadir='${datarootdir}'
1022datarootdir='${prefix}/share'
1023docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1024dvidir='${docdir}'
1025exec_prefix='NONE'
1026host='x86_64-apple-darwin14.5.0'
1027host_alias=''
1028host_cpu='x86_64'
1029host_os='darwin14.5.0'
1030host_vendor='apple'
1031htmldir='${docdir}'
1032includedir='${prefix}/include'
1033infodir='${datarootdir}/info'
1034install_sh='${SHELL} /opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_gearmand/gearmand/work/gearmand-1.1.12/build-aux/install-sh'
1035libdir='${exec_prefix}/lib'
1036libexecdir='${exec_prefix}/libexec'
1037localedir='${datarootdir}/locale'
1038localstatedir='${prefix}/var'
1039lt_cv_dlopen_libs='-ldl'
1040mandir='${datarootdir}/man'
1041mkdir_p='$(MKDIR_P)'
1042oldincludedir='/usr/include'
1043pdfdir='${docdir}'
1044prefix='/opt/macports'
1045program_transform_name='s,x,x,'
1046psdir='${docdir}'
1047sbindir='${exec_prefix}/sbin'
1048sharedstatedir='${prefix}/com'
1049sysconfdir='${prefix}/etc'
1050target_alias=''
1051
1052## ----------- ##
1053## confdefs.h. ##
1054## ----------- ##
1055
1056/* confdefs.h */
1057#define PACKAGE_NAME "gearmand"
1058#define PACKAGE_TARNAME "gearmand"
1059#define PACKAGE_VERSION "1.1.12"
1060#define PACKAGE_STRING "gearmand 1.1.12"
1061#define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand"
1062#define PACKAGE_URL "http://gearman.info/"
1063#define STDC_HEADERS 1
1064#define HAVE_SYS_TYPES_H 1
1065#define HAVE_SYS_STAT_H 1
1066#define HAVE_STDLIB_H 1
1067#define HAVE_STRING_H 1
1068#define HAVE_MEMORY_H 1
1069#define HAVE_STRINGS_H 1
1070#define HAVE_INTTYPES_H 1
1071#define HAVE_STDINT_H 1
1072#define HAVE_UNISTD_H 1
1073#define __EXTENSIONS__ 1
1074#define _ALL_SOURCE 1
1075#define _GNU_SOURCE 1
1076#define _POSIX_PTHREAD_SEMANTICS 1
1077#define _TANDEM_SOURCE 1
1078#define PACKAGE "gearmand"
1079#define VERSION "1.1.12"
1080#define HAVE_DLFCN_H 1
1081#define LT_OBJDIR ".libs/"
1082#define HOST_VENDOR "apple"
1083#define HOST_OS "darwin14.5.0"
1084#define HOST_CPU "x86_64"
1085#define HAVE_BOOST /**/
1086#define HAVE_BOOST_PROGRAM_OPTIONS /**/
1087
1088configure: exit 1