Ticket #53906: config.log

File config.log, 33.5 KB (added by bestlem, 7 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 bakefile configure 0.2.6, which was
5generated by GNU Autoconf 2.63.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = mini.local
14uname -m = x86_64
15uname -r = 16.5.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 16.5.0: Fri Mar  3 16:52:33 PST 2017; root:xnu-3789.51.2~3/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 16.5.0: Fri Mar  3 16:52:33 PST 2017; root:xnu-3789.51.2~3/RELEASE_X86_64
27Kernel configured for up to 8 processors.
284 processors are physically available.
298 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3 4 5 6 7
32Primary memory available: 10.00 gigabytes
33Default processor set: 401 tasks, 2274 threads, 8 processors
34Load average: 3.23, Mach factor: 4.75
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:2095: checking build system type
52configure:2113: result: i386-apple-darwin16.5.0
53configure:2135: checking host system type
54configure:2150: result: i386-apple-darwin16.5.0
55configure:2189: checking for a BSD-compatible install
56configure:2257: result: /usr/bin/install -c
57configure:2268: checking whether build environment is sane
58configure:2311: result: yes
59configure:2336: checking for a thread-safe mkdir -p
60configure:2375: result: admin/install-sh -c -d
61configure:2388: checking for gawk
62configure:2418: result: no
63configure:2388: checking for mawk
64configure:2418: result: no
65configure:2388: checking for nawk
66configure:2418: result: no
67configure:2388: checking for awk
68configure:2404: found /usr/bin/awk
69configure:2415: result: awk
70configure:2426: checking whether make sets $(MAKE)
71configure:2448: result: yes
72configure:2632: checking whether to enable maintainer-specific portions of Makefiles
73configure:2641: result: no
74configure:2703: checking for gcc
75configure:2730: result: /usr/bin/clang
76configure:2962: checking for C compiler version
77configure:2970: /usr/bin/clang --version >&5
78Apple LLVM version 8.1.0 (clang-802.0.38)
79Target: x86_64-apple-darwin16.5.0
80Thread model: posix
81InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
82configure:2974: $? = 0
83configure:2981: /usr/bin/clang -v >&5
84Apple LLVM version 8.1.0 (clang-802.0.38)
85Target: x86_64-apple-darwin16.5.0
86Thread model: posix
87InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
88configure:2985: $? = 0
89configure:2992: /usr/bin/clang -V >&5
90clang: error: argument to '-V' is missing (expected 1 value)
91clang: error: no input files
92configure:2996: $? = 1
93configure:3019: checking for C compiler default output file name
94configure:3041: /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
95configure:3045: $? = 0
96configure:3083: result: a.out
97configure:3102: checking whether the C compiler works
98configure:3112: ./a.out
99configure:3116: $? = 0
100configure:3135: result: yes
101configure:3142: checking whether we are cross compiling
102configure:3144: result: no
103configure:3147: checking for suffix of executables
104configure:3154: /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
105configure:3158: $? = 0
106configure:3184: result:
107configure:3190: checking for suffix of object files
108configure:3216: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
109configure:3220: $? = 0
110configure:3245: result: o
111configure:3249: checking whether we are using the GNU C compiler
112configure:3278: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
113configure:3285: $? = 0
114configure:3302: result: yes
115configure:3311: checking whether /usr/bin/clang accepts -g
116configure:3341: /usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
117configure:3348: $? = 0
118configure:3449: result: yes
119configure:3466: checking for /usr/bin/clang option to accept ISO C89
120configure:3540: /usr/bin/clang  -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
121configure:3547: $? = 0
122configure:3570: result: none needed
123configure:3599: checking for style of include used by make
124configure:3627: result: GNU
125configure:3652: checking dependency style of /usr/bin/clang
126configure:3743: result: gcc3
127configure:3831: checking for a sed that does not truncate output
128configure:3887: result: /usr/bin/sed
129configure:3890: checking for grep that handles long lines and -e
130configure:3950: result: /usr/bin/grep
131configure:3955: checking for egrep
132configure:4019: result: /usr/bin/grep -E
133configure:4035: checking for ld used by /usr/bin/clang
134configure:4102: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
135configure:4111: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
136configure:4126: result: no
137configure:4131: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
138configure:4138: result: -r
139configure:4156: checking for BSD-compatible nm
140configure:4205: result: /usr/bin/nm -B
141configure:4209: checking whether ln -s works
142configure:4213: result: yes
143configure:4220: checking how to recognize dependent libraries
144configure:4406: result: pass_all
145configure:4655: checking how to run the C preprocessor
146configure:4695: /usr/bin/clang -E -I/opt/local/include conftest.c
147configure:4702: $? = 0
148configure:4733: /usr/bin/clang -E -I/opt/local/include conftest.c
149conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
150#include <ac_nonexistent.h>
151         ^
1521 error generated.
153configure:4740: $? = 1
154configure: failed program was:
155| /* confdefs.h.  */
156| #define PACKAGE_NAME "bakefile"
157| #define PACKAGE_TARNAME "bakefile"
158| #define PACKAGE_VERSION "0.2.6"
159| #define PACKAGE_STRING "bakefile 0.2.6"
160| #define PACKAGE_BUGREPORT "vslavik@fastmail.fm"
161| #define PACKAGE "bakefile"
162| #define VERSION "0.2.6"
163| /* end confdefs.h.  */
164| #include <ac_nonexistent.h>
165configure:4773: result: /usr/bin/clang -E
166configure:4802: /usr/bin/clang -E -I/opt/local/include conftest.c
167configure:4809: $? = 0
168configure:4840: /usr/bin/clang -E -I/opt/local/include conftest.c
169conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
170#include <ac_nonexistent.h>
171         ^
1721 error generated.
173configure:4847: $? = 1
174configure: failed program was:
175| /* confdefs.h.  */
176| #define PACKAGE_NAME "bakefile"
177| #define PACKAGE_TARNAME "bakefile"
178| #define PACKAGE_VERSION "0.2.6"
179| #define PACKAGE_STRING "bakefile 0.2.6"
180| #define PACKAGE_BUGREPORT "vslavik@fastmail.fm"
181| #define PACKAGE "bakefile"
182| #define VERSION "0.2.6"
183| /* end confdefs.h.  */
184| #include <ac_nonexistent.h>
185configure:4887: checking for ANSI C header files
186configure:4917: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
187configure:4924: $? = 0
188configure:5023: /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
189configure:5027: $? = 0
190configure:5033: ./conftest
191configure:5037: $? = 0
192configure:5055: result: yes
193configure:5079: checking for sys/types.h
194configure:5100: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
195configure:5107: $? = 0
196configure:5124: result: yes
197configure:5079: checking for sys/stat.h
198configure:5100: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
199configure:5107: $? = 0
200configure:5124: result: yes
201configure:5079: checking for stdlib.h
202configure:5100: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
203configure:5107: $? = 0
204configure:5124: result: yes
205configure:5079: checking for string.h
206configure:5100: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
207configure:5107: $? = 0
208configure:5124: result: yes
209configure:5079: checking for memory.h
210configure:5100: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
211configure:5107: $? = 0
212configure:5124: result: yes
213configure:5079: checking for strings.h
214configure:5100: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
215configure:5107: $? = 0
216configure:5124: result: yes
217configure:5079: checking for inttypes.h
218configure:5100: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
219configure:5107: $? = 0
220configure:5124: result: yes
221configure:5079: checking for stdint.h
222configure:5100: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
223configure:5107: $? = 0
224configure:5124: result: yes
225configure:5079: checking for unistd.h
226configure:5100: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
227configure:5107: $? = 0
228configure:5124: result: yes
229configure:5154: checking dlfcn.h usability
230configure:5171: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
231configure:5178: $? = 0
232configure:5192: result: yes
233configure:5196: checking dlfcn.h presence
234configure:5211: /usr/bin/clang -E -I/opt/local/include conftest.c
235configure:5218: $? = 0
236configure:5232: result: yes
237configure:5265: checking for dlfcn.h
238configure:5274: result: yes
239configure:5401: checking for C++ compiler version
240configure:5409: /usr/bin/clang++ --version >&5
241Apple LLVM version 8.1.0 (clang-802.0.38)
242Target: x86_64-apple-darwin16.5.0
243Thread model: posix
244InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
245configure:5413: $? = 0
246configure:5420: /usr/bin/clang++ -v >&5
247Apple LLVM version 8.1.0 (clang-802.0.38)
248Target: x86_64-apple-darwin16.5.0
249Thread model: posix
250InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
251configure:5424: $? = 0
252configure:5431: /usr/bin/clang++ -V >&5
253clang: error: argument to '-V' is missing (expected 1 value)
254clang: error: no input files
255configure:5435: $? = 1
256configure:5438: checking whether we are using the GNU C++ compiler
257configure:5467: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -arch x86_64 -I/opt/local/include conftest.cpp >&5
258configure:5474: $? = 0
259configure:5491: result: yes
260configure:5500: checking whether /usr/bin/clang++ accepts -g
261configure:5530: /usr/bin/clang++ -c -g -I/opt/local/include conftest.cpp >&5
262configure:5537: $? = 0
263configure:5638: result: yes
264configure:5663: checking dependency style of /usr/bin/clang++
265configure:5754: result: gcc3
266configure:5779: checking how to run the C++ preprocessor
267configure:5815: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
268configure:5822: $? = 0
269configure:5853: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
270conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
271#include <ac_nonexistent.h>
272         ^
2731 error generated.
274configure:5860: $? = 1
275configure: failed program was:
276| /* confdefs.h.  */
277| #define PACKAGE_NAME "bakefile"
278| #define PACKAGE_TARNAME "bakefile"
279| #define PACKAGE_VERSION "0.2.6"
280| #define PACKAGE_STRING "bakefile 0.2.6"
281| #define PACKAGE_BUGREPORT "vslavik@fastmail.fm"
282| #define PACKAGE "bakefile"
283| #define VERSION "0.2.6"
284| #define STDC_HEADERS 1
285| #define HAVE_SYS_TYPES_H 1
286| #define HAVE_SYS_STAT_H 1
287| #define HAVE_STDLIB_H 1
288| #define HAVE_STRING_H 1
289| #define HAVE_MEMORY_H 1
290| #define HAVE_STRINGS_H 1
291| #define HAVE_INTTYPES_H 1
292| #define HAVE_STDINT_H 1
293| #define HAVE_UNISTD_H 1
294| #define HAVE_DLFCN_H 1
295| /* end confdefs.h.  */
296| #include <ac_nonexistent.h>
297configure:5893: result: /usr/bin/clang++ -E
298configure:5922: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
299configure:5929: $? = 0
300configure:5960: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
301conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
302#include <ac_nonexistent.h>
303         ^
3041 error generated.
305configure:5967: $? = 1
306configure: failed program was:
307| /* confdefs.h.  */
308| #define PACKAGE_NAME "bakefile"
309| #define PACKAGE_TARNAME "bakefile"
310| #define PACKAGE_VERSION "0.2.6"
311| #define PACKAGE_STRING "bakefile 0.2.6"
312| #define PACKAGE_BUGREPORT "vslavik@fastmail.fm"
313| #define PACKAGE "bakefile"
314| #define VERSION "0.2.6"
315| #define STDC_HEADERS 1
316| #define HAVE_SYS_TYPES_H 1
317| #define HAVE_SYS_STAT_H 1
318| #define HAVE_STDLIB_H 1
319| #define HAVE_STRING_H 1
320| #define HAVE_MEMORY_H 1
321| #define HAVE_STRINGS_H 1
322| #define HAVE_INTTYPES_H 1
323| #define HAVE_STDINT_H 1
324| #define HAVE_UNISTD_H 1
325| #define HAVE_DLFCN_H 1
326| /* end confdefs.h.  */
327| #include <ac_nonexistent.h>
328configure:6062: checking for g77
329configure:6092: result: no
330configure:6062: checking for xlf
331configure:6092: result: no
332configure:6062: checking for f77
333configure:6092: result: no
334configure:6062: checking for frt
335configure:6092: result: no
336configure:6062: checking for pgf77
337configure:6092: result: no
338configure:6062: checking for cf77
339configure:6092: result: no
340configure:6062: checking for fort77
341configure:6092: result: no
342configure:6062: checking for fl32
343configure:6092: result: no
344configure:6062: checking for af77
345configure:6092: result: no
346configure:6062: checking for xlf90
347configure:6092: result: no
348configure:6062: checking for f90
349configure:6092: result: no
350configure:6062: checking for pgf90
351configure:6092: result: no
352configure:6062: checking for pghpf
353configure:6092: result: no
354configure:6062: checking for epcf90
355configure:6092: result: no
356configure:6062: checking for gfortran
357configure:6092: result: no
358configure:6062: checking for g95
359configure:6092: result: no
360configure:6062: checking for xlf95
361configure:6092: result: no
362configure:6062: checking for f95
363configure:6092: result: no
364configure:6062: checking for fort
365configure:6092: result: no
366configure:6062: checking for ifort
367configure:6092: result: no
368configure:6062: checking for ifc
369configure:6092: result: no
370configure:6062: checking for efc
371configure:6092: result: no
372configure:6062: checking for pgf95
373configure:6092: result: no
374configure:6062: checking for lf95
375configure:6092: result: no
376configure:6062: checking for ftn
377configure:6092: result: no
378configure:6115: checking for Fortran 77 compiler version
379configure:6123:  --version >&5
380./configure: line 6125: --version: command not found
381configure:6127: $? = 127
382configure:6134:  -v >&5
383./configure: line 6136: -v: command not found
384configure:6138: $? = 127
385configure:6145:  -V >&5
386./configure: line 6147: -V: command not found
387configure:6149: $? = 127
388configure:6157: checking whether we are using the GNU Fortran 77 compiler
389configure:6176:  -c -pipe -Os conftest.F >&5
390./configure: line 6178: -c: command not found
391configure:6183: $? = 127
392configure: failed program was:
393|       program main
394| #ifndef __GNUC__
395|        choke me
396| #endif
397|
398|       end
399configure:6200: result: no
400configure:6206: checking whether  accepts -g
401configure:6223:  -c -g conftest.f >&5
402./configure: line 6225: -c: command not found
403configure:6230: $? = 127
404configure: failed program was:
405|       program main
406|
407|       end
408configure:6246: result: no
409configure:6279: checking the maximum length of command line arguments
410configure:6391: result: 196608
411configure:6403: checking command to parse /usr/bin/nm -B output from /usr/bin/clang object
412configure:6508: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
413configure:6511: $? = 0
414configure:6515: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[  ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
415configure:6518: $? = 0
416cannot find nm_test_var in conftest.nm
417configure:6508: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
418configure:6511: $? = 0
419configure:6515: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[  ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
420configure:6518: $? = 0
421configure:6570: /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
422configure:6573: $? = 0
423configure:6611: result: ok
424configure:6615: checking for objdir
425configure:6630: result: .libs
426configure:6722: checking for ar
427configure:6738: found /usr/bin/ar
428configure:6749: result: ar
429configure:6814: checking for ranlib
430configure:6830: found /usr/bin/ranlib
431configure:6841: result: ranlib
432configure:6906: checking for strip
433configure:6922: found /usr/bin/strip
434configure:6933: result: strip
435configure:7186: checking for dsymutil
436configure:7202: found /usr/bin/dsymutil
437configure:7213: result: dsymutil
438configure:7278: checking for nmedit
439configure:7294: found /usr/bin/nmedit
440configure:7305: result: nmedit
441configure:7328: checking for -single_module linker flag
442configure:7349: result: yes
443configure:7351: checking for -exported_symbols_list linker flag
444configure:7381: /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:7388: $? = 0
446configure:7410: result: yes
447configure:7474: checking for correct ltmain.sh version
448configure:7524: result: yes
449configure:7584: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions
450configure:7602: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
451configure:7606: $? = 0
452configure:7619: result: yes
453configure:7634: checking for /usr/bin/clang option to produce PIC
454configure:7866: result: -fno-common
455configure:7874: checking if /usr/bin/clang PIC flag -fno-common works
456configure:7892: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-common -DPIC conftest.c >&5
457configure:7896: $? = 0
458configure:7909: result: yes
459configure:7937: checking if /usr/bin/clang static flag -static works
460configure:7965: result: no
461configure:7975: checking if /usr/bin/clang supports -c -o file.o
462configure:7996: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -o out/conftest2.o conftest.c >&5
463configure:8000: $? = 0
464configure:8022: result: yes
465configure:8048: checking whether the /usr/bin/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
466configure:9036: result: yes
467configure:9103: checking dynamic linker characteristics
468configure:9718: result: darwin16.5.0 dyld
469configure:9742: checking how to hardcode library paths into programs
470configure:9767: result: immediate
471configure:9781: checking whether stripping libraries is possible
472configure:9795: result: yes
473configure:10616: checking if libtool supports shared libraries
474configure:10618: result: yes
475configure:10621: checking whether to build shared libraries
476configure:10642: result: yes
477configure:10645: checking whether to build static libraries
478configure:10649: result: no
479configure:10743: creating libtool
480configure:11336: checking for ld used by /usr/bin/clang++
481configure:11403: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
482configure:11412: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
483configure:11427: result: no
484configure:11478: checking whether the /usr/bin/clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
485configure:12432: result: yes
486configure:12449: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -arch x86_64 -I/opt/local/include conftest.cpp >&5
487configure:12452: $? = 0
488configure:12608: checking for /usr/bin/clang++ option to produce PIC
489configure:12892: result: -fno-common
490configure:12900: checking if /usr/bin/clang++ PIC flag -fno-common works
491configure:12918: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -arch x86_64 -I/opt/local/include -fno-common -DPIC conftest.cpp >&5
492configure:12922: $? = 0
493configure:12935: result: yes
494configure:12963: checking if /usr/bin/clang++ static flag -static works
495configure:12991: result: no
496configure:13001: checking if /usr/bin/clang++ supports -c -o file.o
497configure:13022: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -arch x86_64 -I/opt/local/include -o out/conftest2.o conftest.cpp >&5
498configure:13026: $? = 0
499configure:13048: result: yes
500configure:13074: checking whether the /usr/bin/clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
501configure:13100: result: yes
502configure:13167: checking dynamic linker characteristics
503configure:13730: result: darwin16.5.0 dyld
504configure:13754: checking how to hardcode library paths into programs
505configure:13779: result: immediate
506configure:20075: checking for a Python interpreter with version >= 2.3.0
507configure:20090: python -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.3.0', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
508Traceback (most recent call last):
509  File "<string>", line 4, in <module>
510AttributeError: module 'string' has no attribute 'split'
511configure:20093: $? = 1
512configure:20090: python2 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.3.0', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
513./configure: line 20091: python2: command not found
514configure:20093: $? = 127
515configure:20090: python2.5 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.3.0', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
516./configure: line 20091: python2.5: command not found
517configure:20093: $? = 127
518configure:20090: python2.4 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.3.0', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
519./configure: line 20091: python2.4: command not found
520configure:20093: $? = 127
521configure:20090: python2.3 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.3.0', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
522./configure: line 20091: python2.3: command not found
523configure:20093: $? = 127
524configure:20090: python2.2 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.3.0', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
525./configure: line 20091: python2.2: command not found
526configure:20093: $? = 127
527configure:20090: python2.1 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.3.0', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
528./configure: line 20091: python2.1: command not found
529configure:20093: $? = 127
530configure:20090: python2.0 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.3.0', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
531./configure: line 20091: python2.0: command not found
532configure:20093: $? = 127
533configure:20090: python1.6 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.3.0', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
534./configure: line 20091: python1.6: command not found
535configure:20093: $? = 127
536configure:20090: python1.5 -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.3.0', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
537./configure: line 20091: python1.5: command not found
538configure:20093: $? = 127
539configure:20100: result: none
540configure:20152: error: no suitable Python interpreter found
541
542## ---------------- ##
543## Cache variables. ##
544## ---------------- ##
545
546ac_cv_build=i386-apple-darwin16.5.0
547ac_cv_c_compiler_gnu=yes
548ac_cv_cxx_compiler_gnu=yes
549ac_cv_env_CCC_set=
550ac_cv_env_CCC_value=
551ac_cv_env_CC_set=set
552ac_cv_env_CC_value=/usr/bin/clang
553ac_cv_env_CFLAGS_set=set
554ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64'
555ac_cv_env_CPPFLAGS_set=set
556ac_cv_env_CPPFLAGS_value=-I/opt/local/include
557ac_cv_env_CPP_set=
558ac_cv_env_CPP_value=
559ac_cv_env_CXXCPP_set=
560ac_cv_env_CXXCPP_value=
561ac_cv_env_CXXFLAGS_set=set
562ac_cv_env_CXXFLAGS_value='-pipe -Os -stdlib=libc++ -arch x86_64'
563ac_cv_env_CXX_set=set
564ac_cv_env_CXX_value=/usr/bin/clang++
565ac_cv_env_F77_set=
566ac_cv_env_F77_value=
567ac_cv_env_FFLAGS_set=set
568ac_cv_env_FFLAGS_value='-pipe -Os'
569ac_cv_env_LDFLAGS_set=set
570ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
571ac_cv_env_LIBS_set=
572ac_cv_env_LIBS_value=
573ac_cv_env_build_alias_set=
574ac_cv_env_build_alias_value=
575ac_cv_env_host_alias_set=
576ac_cv_env_host_alias_value=
577ac_cv_env_target_alias_set=
578ac_cv_env_target_alias_value=
579ac_cv_f77_compiler_gnu=no
580ac_cv_header_dlfcn_h=yes
581ac_cv_header_inttypes_h=yes
582ac_cv_header_memory_h=yes
583ac_cv_header_stdc=yes
584ac_cv_header_stdint_h=yes
585ac_cv_header_stdlib_h=yes
586ac_cv_header_string_h=yes
587ac_cv_header_strings_h=yes
588ac_cv_header_sys_stat_h=yes
589ac_cv_header_sys_types_h=yes
590ac_cv_header_unistd_h=yes
591ac_cv_host=i386-apple-darwin16.5.0
592ac_cv_objext=o
593ac_cv_path_EGREP='/usr/bin/grep -E'
594ac_cv_path_GREP=/usr/bin/grep
595ac_cv_prog_AWK=awk
596ac_cv_prog_CPP='/usr/bin/clang -E'
597ac_cv_prog_CXXCPP='/usr/bin/clang++ -E'
598ac_cv_prog_ac_ct_AR=ar
599ac_cv_prog_ac_ct_CC=/usr/bin/clang
600ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
601ac_cv_prog_ac_ct_NMEDIT=nmedit
602ac_cv_prog_ac_ct_RANLIB=ranlib
603ac_cv_prog_ac_ct_STRIP=strip
604ac_cv_prog_cc_c89=
605ac_cv_prog_cc_g=yes
606ac_cv_prog_cxx_g=yes
607ac_cv_prog_f77_g=no
608ac_cv_prog_make_make_set=yes
609am_cv_CC_dependencies_compiler_type=gcc3
610am_cv_CXX_dependencies_compiler_type=gcc3
611am_cv_pathless_PYTHON=none
612lt_cv_apple_cc_single_mod=yes
613lt_cv_deplibs_check_method=pass_all
614lt_cv_file_magic_cmd='$MAGIC_CMD'
615lt_cv_file_magic_test_file=
616lt_cv_ld_exported_symbols_list=yes
617lt_cv_ld_reload_flag=-r
618lt_cv_objdir=.libs
619lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
620lt_cv_path_LDCXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
621lt_cv_path_NM='/usr/bin/nm -B'
622lt_cv_path_SED=/usr/bin/sed
623lt_cv_prog_compiler_c_o=yes
624lt_cv_prog_compiler_c_o_CXX=yes
625lt_cv_prog_compiler_pic_works=yes
626lt_cv_prog_compiler_pic_works_CXX=yes
627lt_cv_prog_compiler_rtti_exceptions=yes
628lt_cv_prog_compiler_static_works=no
629lt_cv_prog_compiler_static_works_CXX=no
630lt_cv_prog_gnu_ld=no
631lt_cv_prog_gnu_ldcxx=no
632lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
633lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
634lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
635lt_cv_sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
636lt_cv_sys_lib_search_path_spec='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/8.1.0 /usr/local/lib'
637lt_cv_sys_max_cmd_len=196608
638lt_lt_cv_prog_compiler_c_o='"yes"'
639lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
640lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[  ]\\([BCDEGRST][BCDEGRST]*\\)[   ][      ]*_\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 _\\2 \\2/p'\''"'
641lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
642lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
643
644## ----------------- ##
645## Output variables. ##
646## ----------------- ##
647
648ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_bakefile/bakefile/work/bakefile-0.2.6/admin/missing --run aclocal-1.10'
649AMDEPBACKSLASH='\'
650AMDEP_FALSE='#'
651AMDEP_TRUE=''
652AMTAR='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_bakefile/bakefile/work/bakefile-0.2.6/admin/missing --run tar'
653AR='ar'
654AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_bakefile/bakefile/work/bakefile-0.2.6/admin/missing --run autoconf'
655AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_bakefile/bakefile/work/bakefile-0.2.6/admin/missing --run autoheader'
656AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_bakefile/bakefile/work/bakefile-0.2.6/admin/missing --run automake-1.10'
657AWK='awk'
658BUILD_DOCS_FALSE=''
659BUILD_DOCS_TRUE=''
660CC='/usr/bin/clang'
661CCDEPMODE='depmode=gcc3'
662CFLAGS='-pipe -Os -arch x86_64'
663CPP='/usr/bin/clang -E'
664CPPFLAGS='-I/opt/local/include'
665CXX='/usr/bin/clang++'
666CXXCPP='/usr/bin/clang++ -E'
667CXXDEPMODE='depmode=gcc3'
668CXXFLAGS='-pipe -Os -stdlib=libc++ -arch x86_64'
669CYGPATH_W='echo'
670DEFS=''
671DEPDIR='.deps'
672DSYMUTIL='dsymutil'
673ECHO='/bin/echo'
674ECHO_C='\c'
675ECHO_N=''
676ECHO_T=''
677EGREP='/usr/bin/grep -E'
678EXEEXT=''
679F77=''
680FFLAGS='-pipe -Os'
681GREP='/usr/bin/grep'
682INSTALL_DATA='${INSTALL} -m 644'
683INSTALL_PROGRAM='${INSTALL}'
684INSTALL_SCRIPT='${INSTALL}'
685INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
686LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
687LIBOBJS=''
688LIBS=''
689LIBTOOL='$(SHELL) $(top_builddir)/libtool'
690LN_S='ln -s'
691LTLIBOBJS=''
692MAINT='#'
693MAINTAINER_MODE_FALSE=''
694MAINTAINER_MODE_TRUE='#'
695MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_bakefile/bakefile/work/bakefile-0.2.6/admin/missing --run makeinfo'
696MKDIR_P='admin/install-sh -c -d'
697NMEDIT='nmedit'
698OBJEXT='o'
699PACKAGE='bakefile'
700PACKAGE_BUGREPORT='vslavik@fastmail.fm'
701PACKAGE_NAME='bakefile'
702PACKAGE_STRING='bakefile 0.2.6'
703PACKAGE_TARNAME='bakefile'
704PACKAGE_VERSION='0.2.6'
705PATH_SEPARATOR=':'
706PYTHON=':'
707PYTHON_CPPFLAGS=''
708PYTHON_EXEC_PREFIX=''
709PYTHON_PLATFORM=''
710PYTHON_PREFIX=''
711PYTHON_VERSION=''
712RANLIB='ranlib'
713SED='/usr/bin/sed'
714SET_MAKE=''
715SHELL='/bin/sh'
716STRIP='strip'
717VERSION='0.2.6'
718ac_ct_CC='/usr/bin/clang'
719ac_ct_CXX=''
720ac_ct_F77=''
721am__fastdepCC_FALSE='#'
722am__fastdepCC_TRUE=''
723am__fastdepCXX_FALSE='#'
724am__fastdepCXX_TRUE=''
725am__include='include'
726am__isrc=''
727am__leading_dot='.'
728am__quote=''
729am__tar='${AMTAR} chof - "$$tardir"'
730am__untar='${AMTAR} xf -'
731bindir='${exec_prefix}/bin'
732build='i386-apple-darwin16.5.0'
733build_alias=''
734build_cpu='i386'
735build_os='darwin16.5.0'
736build_vendor='apple'
737datadir='${datarootdir}'
738datarootdir='${prefix}/share'
739docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
740dvidir='${docdir}'
741exec_prefix='NONE'
742host='i386-apple-darwin16.5.0'
743host_alias=''
744host_cpu='i386'
745host_os='darwin16.5.0'
746host_vendor='apple'
747htmldir='${docdir}'
748includedir='${prefix}/include'
749infodir='${datarootdir}/info'
750install_sh='$(SHELL) /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_bakefile/bakefile/work/bakefile-0.2.6/admin/install-sh'
751libdir='${exec_prefix}/lib'
752libexecdir='${exec_prefix}/libexec'
753localedir='${datarootdir}/locale'
754localstatedir='${prefix}/var'
755mandir='${datarootdir}/man'
756mkdir_p='$(top_builddir)/admin/install-sh -c -d'
757oldincludedir='/usr/include'
758pdfdir='${docdir}'
759pkgpyexecdir=''
760pkgpythondir=''
761prefix='/opt/local'
762program_transform_name='s,x,x,'
763psdir='${docdir}'
764pyexecdir=''
765pythondir=''
766sbindir='${exec_prefix}/sbin'
767sharedstatedir='${prefix}/com'
768sysconfdir='${prefix}/etc'
769target_alias=''
770
771## ----------- ##
772## confdefs.h. ##
773## ----------- ##
774
775#define PACKAGE_NAME "bakefile"
776#define PACKAGE_TARNAME "bakefile"
777#define PACKAGE_VERSION "0.2.6"
778#define PACKAGE_STRING "bakefile 0.2.6"
779#define PACKAGE_BUGREPORT "vslavik@fastmail.fm"
780#define PACKAGE "bakefile"
781#define VERSION "0.2.6"
782#define STDC_HEADERS 1
783#define HAVE_SYS_TYPES_H 1
784#define HAVE_SYS_STAT_H 1
785#define HAVE_STDLIB_H 1
786#define HAVE_STRING_H 1
787#define HAVE_MEMORY_H 1
788#define HAVE_STRINGS_H 1
789#define HAVE_INTTYPES_H 1
790#define HAVE_STDINT_H 1
791#define HAVE_UNISTD_H 1
792#define HAVE_DLFCN_H 1
793
794configure: exit 1