Ticket #47924: config.log

File config.log, 32.1 KB (added by harciga, 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 configure, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = Hectors-iMac.local
14uname -m = x86_64
15uname -r = 12.5.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~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 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/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: 8.00 gigabytes
33Default processor set: 124 tasks, 694 threads, 8 processors
34Load average: 1.26, Mach factor: 6.72
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:2439: checking for a BSD-compatible install
52configure:2507: result: /usr/bin/install -c
53configure:2518: checking whether build environment is sane
54configure:2573: result: yes
55configure:2724: checking for a thread-safe mkdir -p
56configure:2763: result: /opt/local/bin/gmkdir -p
57configure:2770: checking for gawk
58configure:2786: found /opt/local/bin/gawk
59configure:2797: result: gawk
60configure:2808: checking whether make sets $(MAKE)
61configure:2830: result: yes
62configure:2859: checking whether make supports nested variables
63configure:2876: result: yes
64configure:3124: checking for C++ compiler version
65configure:3133: /usr/bin/clang++ --version >&5
66Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
67Target: x86_64-apple-darwin12.5.0
68Thread model: posix
69configure:3144: $? = 0
70configure:3133: /usr/bin/clang++ -v >&5
71Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
72Target: x86_64-apple-darwin12.5.0
73Thread model: posix
74configure:3144: $? = 0
75configure:3133: /usr/bin/clang++ -V >&5
76clang: error: argument to '-V' is missing (expected 1 value)
77clang: error: no input files
78configure:3144: $? = 1
79configure:3133: /usr/bin/clang++ -qversion >&5
80clang: error: unknown argument: '-qversion' [-Wunused-command-line-argument-hard-error-in-future]
81clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
82clang: error: no input files
83configure:3144: $? = 1
84configure:3164: checking whether the C++ compiler works
85configure:3186: /usr/bin/clang++ -pipe -Os -arch x86_64 -stdlib=libstdc++ -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp  >&5
86configure:3190: $? = 0
87configure:3238: result: yes
88configure:3241: checking for C++ compiler default output file name
89configure:3243: result: a.out
90configure:3249: checking for suffix of executables
91configure:3256: /usr/bin/clang++ -o conftest -pipe -Os -arch x86_64 -stdlib=libstdc++ -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp  >&5
92configure:3260: $? = 0
93configure:3282: result:
94configure:3304: checking whether we are cross compiling
95configure:3312: /usr/bin/clang++ -o conftest -pipe -Os -arch x86_64 -stdlib=libstdc++ -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp  >&5
96configure:3316: $? = 0
97configure:3323: ./conftest
98configure:3327: $? = 0
99configure:3342: result: no
100configure:3347: checking for suffix of object files
101configure:3369: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libstdc++ -I/opt/local/include conftest.cpp >&5
102configure:3373: $? = 0
103configure:3394: result: o
104configure:3398: checking whether we are using the GNU C++ compiler
105configure:3417: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libstdc++ -I/opt/local/include conftest.cpp >&5
106configure:3417: $? = 0
107configure:3426: result: yes
108configure:3435: checking whether /usr/bin/clang++ accepts -g
109configure:3455: /usr/bin/clang++ -c -g -I/opt/local/include conftest.cpp >&5
110configure:3455: $? = 0
111configure:3496: result: yes
112configure:3530: checking for style of include used by make
113configure:3558: result: GNU
114configure:3584: checking dependency style of /usr/bin/clang++
115configure:3695: result: gcc3
116configure:3739: checking build system type
117configure:3753: result: x86_64-apple-darwin12.5.0
118configure:3773: checking host system type
119configure:3786: result: x86_64-apple-darwin12.5.0
120configure:3827: checking how to print strings
121configure:3854: result: printf
122configure:3923: checking for gcc
123configure:3950: result: /usr/bin/clang
124configure:4179: checking for C compiler version
125configure:4188: /usr/bin/clang --version >&5
126Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
127Target: x86_64-apple-darwin12.5.0
128Thread model: posix
129configure:4199: $? = 0
130configure:4188: /usr/bin/clang -v >&5
131Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
132Target: x86_64-apple-darwin12.5.0
133Thread model: posix
134configure:4199: $? = 0
135configure:4188: /usr/bin/clang -V >&5
136clang: error: argument to '-V' is missing (expected 1 value)
137clang: error: no input files
138configure:4199: $? = 1
139configure:4188: /usr/bin/clang -qversion >&5
140clang: error: unknown argument: '-qversion' [-Wunused-command-line-argument-hard-error-in-future]
141clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
142clang: error: no input files
143configure:4199: $? = 1
144configure:4203: checking whether we are using the GNU C compiler
145configure:4222: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
146configure:4222: $? = 0
147configure:4231: result: yes
148configure:4240: checking whether /usr/bin/clang accepts -g
149configure:4260: /usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
150configure:4260: $? = 0
151configure:4301: result: yes
152configure:4318: checking for /usr/bin/clang option to accept ISO C89
153configure:4381: /usr/bin/clang  -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
154configure:4381: $? = 0
155configure:4394: result: none needed
156configure:4419: checking whether /usr/bin/clang understands -c and -o together
157configure:4441: /usr/bin/clang -c conftest.c -o conftest2.o
158configure:4444: $? = 0
159configure:4441: /usr/bin/clang -c conftest.c -o conftest2.o
160configure:4444: $? = 0
161configure:4456: result: yes
162configure:4475: checking dependency style of /usr/bin/clang
163configure:4586: result: gcc3
164configure:4601: checking for a sed that does not truncate output
165configure:4665: result: /opt/local/bin/gsed
166configure:4683: checking for grep that handles long lines and -e
167configure:4741: result: /opt/local/bin/grep
168configure:4746: checking for egrep
169configure:4808: result: /opt/local/bin/grep -E
170configure:4813: checking for fgrep
171configure:4875: result: /opt/local/bin/grep -F
172configure:4910: checking for ld used by /usr/bin/clang
173configure:4977: result: /usr/bin/ld
174configure:4984: checking if the linker (/usr/bin/ld) is GNU ld
175configure:4999: result: no
176configure:5011: checking for BSD- or MS-compatible name lister (nm)
177configure:5065: result: /opt/local/bin/nm
178configure:5195: checking the name lister (/opt/local/bin/nm) interface
179configure:5202: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libstdc++ -I/opt/local/include conftest.cpp >&5
180configure:5205: /opt/local/bin/nm "conftest.o"
181configure:5208: output
1820000000000000000 S _some_variable
183configure:5215: result: BSD nm
184configure:5218: checking whether ln -s works
185configure:5222: result: yes
186configure:5230: checking the maximum length of command line arguments
187configure:5361: result: 196608
188configure:5409: checking how to convert x86_64-apple-darwin12.5.0 file names to x86_64-apple-darwin12.5.0 format
189configure:5449: result: func_convert_file_noop
190configure:5456: checking how to convert x86_64-apple-darwin12.5.0 file names to toolchain format
191configure:5476: result: func_convert_file_noop
192configure:5483: checking for /usr/bin/ld option to reload object files
193configure:5490: result: -r
194configure:5564: checking for objdump
195configure:5594: result: no
196configure:5623: checking how to recognize dependent libraries
197configure:5823: result: pass_all
198configure:5908: checking for dlltool
199configure:5938: result: no
200configure:5968: checking how to associate runtime and link libraries
201configure:5995: result: printf %s\n
202configure:6056: checking for ar
203configure:6072: found /opt/local/bin/ar
204configure:6083: result: ar
205configure:6120: checking for archiver @FILE support
206configure:6137: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libstdc++ -I/opt/local/include conftest.cpp >&5
207configure:6137: $? = 0
208configure:6140: ar cru libconftest.a @conftest.lst >&5
209ar: @conftest.lst: No such file or directory
210configure:6143: $? = 1
211configure:6163: result: no
212configure:6221: checking for strip
213configure:6237: found /opt/local/bin/strip
214configure:6248: result: strip
215configure:6320: checking for ranlib
216configure:6336: found /opt/local/bin/ranlib
217configure:6347: result: ranlib
218configure:6449: checking command to parse /opt/local/bin/nm output from /usr/bin/clang object
219configure:6602: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libstdc++ -I/opt/local/include conftest.cpp >&5
220configure:6605: $? = 0
221configure:6609: /opt/local/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
222configure:6612: $? = 0
223cannot find nm_test_var in conftest.nm
224configure:6602: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libstdc++ -I/opt/local/include conftest.cpp >&5
225configure:6605: $? = 0
226configure:6609: /opt/local/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
227configure:6612: $? = 0
228configure:6678: /usr/bin/clang++ -o conftest -pipe -Os -arch x86_64 -stdlib=libstdc++ -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.cpp conftstm.o >&5
229configure:6681: $? = 0
230configure:6719: result: ok
231configure:6766: checking for sysroot
232configure:6796: result: no
233configure:6803: checking for a working dd
234configure:6841: result: /bin/dd
235configure:6845: checking how to truncate binary pipes
236configure:6860: result: /bin/dd bs=4096 count=1
237configure:7190: checking for mt
238configure:7220: result: no
239configure:7240: checking if : is a manifest tool
240configure:7246: : '-?'
241configure:7254: result: no
242configure:7310: checking for dsymutil
243configure:7326: found /usr/bin/dsymutil
244configure:7337: result: dsymutil
245configure:7402: checking for nmedit
246configure:7418: found /opt/local/bin/nmedit
247configure:7429: result: nmedit
248configure:7494: checking for lipo
249configure:7510: found /opt/local/bin/lipo
250configure:7521: result: lipo
251configure:7586: checking for otool
252configure:7602: found /opt/local/bin/otool
253configure:7613: result: otool
254configure:7678: checking for otool64
255configure:7708: result: no
256configure:7753: checking for -single_module linker flag
257/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
258configure:7786: result: yes
259configure:7789: checking for -exported_symbols_list linker flag
260configure:7809: /usr/bin/clang++ -o conftest -pipe -Os -arch x86_64 -stdlib=libstdc++ -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-exported_symbols_list,conftest.sym conftest.cpp  >&5
261configure:7809: $? = 0
262configure:7819: result: yes
263configure:7822: checking for -force_load linker flag
264/usr/bin/clang -pipe -Os -arch x86_64 -c -o conftest.o conftest.c
265ar cru libconftest.a conftest.o
266ranlib libconftest.a
267/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
268configure:7854: result: yes
269configure:7931: checking how to run the C preprocessor
270configure:7962: /usr/bin/clang -E -I/opt/local/include conftest.c
271configure:7962: $? = 0
272configure:7976: /usr/bin/clang -E -I/opt/local/include conftest.c
273conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
274#include <ac_nonexistent.h>
275         ^
2761 error generated.
277configure:7976: $? = 1
278configure: failed program was:
279| /* confdefs.h */
280| #define PACKAGE_NAME ""
281| #define PACKAGE_TARNAME ""
282| #define PACKAGE_VERSION ""
283| #define PACKAGE_STRING ""
284| #define PACKAGE_BUGREPORT ""
285| #define PACKAGE_URL ""
286| #define PACKAGE "ncmpcpp"
287| #define VERSION "0.6.4"
288| /* end confdefs.h.  */
289| #include <ac_nonexistent.h>
290configure:8001: result: /usr/bin/clang -E
291configure:8021: /usr/bin/clang -E -I/opt/local/include conftest.c
292configure:8021: $? = 0
293configure:8035: /usr/bin/clang -E -I/opt/local/include conftest.c
294conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
295#include <ac_nonexistent.h>
296         ^
2971 error generated.
298configure:8035: $? = 1
299configure: failed program was:
300| /* confdefs.h */
301| #define PACKAGE_NAME ""
302| #define PACKAGE_TARNAME ""
303| #define PACKAGE_VERSION ""
304| #define PACKAGE_STRING ""
305| #define PACKAGE_BUGREPORT ""
306| #define PACKAGE_URL ""
307| #define PACKAGE "ncmpcpp"
308| #define VERSION "0.6.4"
309| /* end confdefs.h.  */
310| #include <ac_nonexistent.h>
311configure:8064: checking for ANSI C header files
312configure:8084: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
313configure:8084: $? = 0
314configure:8157: /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
315configure:8157: $? = 0
316configure:8157: ./conftest
317configure:8157: $? = 0
318configure:8168: result: yes
319configure:8181: checking for sys/types.h
320configure:8181: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
321configure:8181: $? = 0
322configure:8181: result: yes
323configure:8181: checking for sys/stat.h
324configure:8181: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
325configure:8181: $? = 0
326configure:8181: result: yes
327configure:8181: checking for stdlib.h
328configure:8181: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
329configure:8181: $? = 0
330configure:8181: result: yes
331configure:8181: checking for string.h
332configure:8181: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
333configure:8181: $? = 0
334configure:8181: result: yes
335configure:8181: checking for memory.h
336configure:8181: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
337configure:8181: $? = 0
338configure:8181: result: yes
339configure:8181: checking for strings.h
340configure:8181: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
341configure:8181: $? = 0
342configure:8181: result: yes
343configure:8181: checking for inttypes.h
344configure:8181: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
345configure:8181: $? = 0
346configure:8181: result: yes
347configure:8181: checking for stdint.h
348configure:8181: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
349configure:8181: $? = 0
350configure:8181: result: yes
351configure:8181: checking for unistd.h
352configure:8181: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
353configure:8181: $? = 0
354configure:8181: result: yes
355configure:8195: checking for dlfcn.h
356configure:8195: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
357configure:8195: $? = 0
358configure:8195: result: yes
359configure:8461: checking for objdir
360configure:8476: result: .libs
361configure:8736: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions
362configure:8754: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
363configure:8758: $? = 0
364configure:8771: result: yes
365configure:9129: checking for /usr/bin/clang option to produce PIC
366configure:9136: result: -fno-common -DPIC
367configure:9144: checking if /usr/bin/clang PIC flag -fno-common -DPIC works
368configure:9162: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-common -DPIC -DPIC conftest.c >&5
369configure:9166: $? = 0
370configure:9179: result: yes
371configure:9208: checking if /usr/bin/clang static flag -static works
372configure:9236: result: no
373configure:9251: checking if /usr/bin/clang supports -c -o file.o
374configure:9272: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -o out/conftest2.o conftest.c >&5
375configure:9276: $? = 0
376configure:9298: result: yes
377configure:9306: checking if /usr/bin/clang supports -c -o file.o
378configure:9353: result: yes
379configure:9386: checking whether the /usr/bin/clang linker (/usr/bin/ld) supports shared libraries
380configure:10645: result: yes
381configure:10885: checking dynamic linker characteristics
382configure:11716: result: darwin12.5.0 dyld
383configure:11838: checking how to hardcode library paths into programs
384configure:11863: result: immediate
385configure:12411: checking whether stripping libraries is possible
386configure:12425: result: yes
387configure:12451: checking if libtool supports shared libraries
388configure:12453: result: yes
389configure:12456: checking whether to build shared libraries
390configure:12481: result: yes
391configure:12484: checking whether to build static libraries
392configure:12488: result: yes
393configure:12511: checking how to run the C++ preprocessor
394configure:12538: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
395configure:12538: $? = 0
396configure:12552: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
397conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
398#include <ac_nonexistent.h>
399         ^
4001 error generated.
401configure:12552: $? = 1
402configure: failed program was:
403| /* confdefs.h */
404| #define PACKAGE_NAME ""
405| #define PACKAGE_TARNAME ""
406| #define PACKAGE_VERSION ""
407| #define PACKAGE_STRING ""
408| #define PACKAGE_BUGREPORT ""
409| #define PACKAGE_URL ""
410| #define PACKAGE "ncmpcpp"
411| #define VERSION "0.6.4"
412| #define STDC_HEADERS 1
413| #define HAVE_SYS_TYPES_H 1
414| #define HAVE_SYS_STAT_H 1
415| #define HAVE_STDLIB_H 1
416| #define HAVE_STRING_H 1
417| #define HAVE_MEMORY_H 1
418| #define HAVE_STRINGS_H 1
419| #define HAVE_INTTYPES_H 1
420| #define HAVE_STDINT_H 1
421| #define HAVE_UNISTD_H 1
422| #define HAVE_DLFCN_H 1
423| #define LT_OBJDIR ".libs/"
424| /* end confdefs.h.  */
425| #include <ac_nonexistent.h>
426configure:12577: result: /usr/bin/clang++ -E
427configure:12597: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
428configure:12597: $? = 0
429configure:12611: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
430conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
431#include <ac_nonexistent.h>
432         ^
4331 error generated.
434configure:12611: $? = 1
435configure: failed program was:
436| /* confdefs.h */
437| #define PACKAGE_NAME ""
438| #define PACKAGE_TARNAME ""
439| #define PACKAGE_VERSION ""
440| #define PACKAGE_STRING ""
441| #define PACKAGE_BUGREPORT ""
442| #define PACKAGE_URL ""
443| #define PACKAGE "ncmpcpp"
444| #define VERSION "0.6.4"
445| #define STDC_HEADERS 1
446| #define HAVE_SYS_TYPES_H 1
447| #define HAVE_SYS_STAT_H 1
448| #define HAVE_STDLIB_H 1
449| #define HAVE_STRING_H 1
450| #define HAVE_MEMORY_H 1
451| #define HAVE_STRINGS_H 1
452| #define HAVE_INTTYPES_H 1
453| #define HAVE_STDINT_H 1
454| #define HAVE_UNISTD_H 1
455| #define HAVE_DLFCN_H 1
456| #define LT_OBJDIR ".libs/"
457| /* end confdefs.h.  */
458| #include <ac_nonexistent.h>
459configure:12773: checking for ld used by /usr/bin/clang++
460configure:12840: result: /usr/bin/ld
461configure:12847: checking if the linker (/usr/bin/ld) is GNU ld
462configure:12862: result: no
463configure:12917: checking whether the /usr/bin/clang++ linker (/usr/bin/ld) supports shared libraries
464configure:13990: result: yes
465configure:14026: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libstdc++ -I/opt/local/include conftest.cpp >&5
466configure:14029: $? = 0
467configure:14510: checking for /usr/bin/clang++ option to produce PIC
468configure:14517: result: -fno-common -DPIC
469configure:14525: checking if /usr/bin/clang++ PIC flag -fno-common -DPIC works
470configure:14543: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libstdc++ -I/opt/local/include -fno-common -DPIC -DPIC conftest.cpp >&5
471configure:14547: $? = 0
472configure:14560: result: yes
473configure:14583: checking if /usr/bin/clang++ static flag -static works
474configure:14611: result: no
475configure:14623: checking if /usr/bin/clang++ supports -c -o file.o
476configure:14644: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libstdc++ -I/opt/local/include -o out/conftest2.o conftest.cpp >&5
477configure:14648: $? = 0
478configure:14670: result: yes
479configure:14675: checking if /usr/bin/clang++ supports -c -o file.o
480configure:14722: result: yes
481configure:14752: checking whether the /usr/bin/clang++ linker (/usr/bin/ld) supports shared libraries
482configure:14792: result: yes
483configure:14933: checking dynamic linker characteristics
484configure:15691: result: darwin12.5.0 dyld
485configure:15756: checking how to hardcode library paths into programs
486configure:15781: result: immediate
487configure:15916: checking whether compiler supports -std=c++0x
488configure:15931: /usr/bin/clang++ -c -std=c++0x -I/opt/local/include conftest.cpp >&5
489configure:15931: $? = 0
490configure:15932: result: yes
491configure:15944: checking whether compiler supports initializer lists
492configure:15957: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libstdc++ -std=c++0x -I/opt/local/include conftest.cpp >&5
493conftest.cpp:27:18: error: no matching constructor for initialization of 'std::vector<int>'
494std::vector<int> test = { 1, 2, 3 }; test.push_back(4);
495                 ^      ~~~~~~~~~~~
496/usr/include/c++/4.2.1/bits/stl_vector.h:255:9: note: candidate constructor [with _InputIterator = int] not viable: no known conversion from 'int' to 'const allocator_type' (aka 'const std::allocator<int>') for 3rd argument
497        vector(_InputIterator __first, _InputIterator __last,
498        ^
499/usr/include/c++/4.2.1/bits/stl_vector.h:213:7: note: candidate constructor not viable: no known conversion from 'int' to 'const allocator_type' (aka 'const std::allocator<int>') for 3rd argument
500      vector(size_type __n, const value_type& __value = value_type(),
501      ^
502/usr/include/c++/4.2.1/bits/stl_vector.h:201:7: note: candidate constructor not viable: allows at most single argument '__a', but 3 arguments were provided
503      vector(const allocator_type& __a = allocator_type())
504      ^
505/usr/include/c++/4.2.1/bits/stl_vector.h:231:7: note: candidate constructor not viable: requires single argument '__x', but 3 arguments were provided
506      vector(const vector& __x)
507      ^
5081 error generated.
509configure:15957: $? = 1
510configure: failed program was:
511| /* confdefs.h */
512| #define PACKAGE_NAME ""
513| #define PACKAGE_TARNAME ""
514| #define PACKAGE_VERSION ""
515| #define PACKAGE_STRING ""
516| #define PACKAGE_BUGREPORT ""
517| #define PACKAGE_URL ""
518| #define PACKAGE "ncmpcpp"
519| #define VERSION "0.6.4"
520| #define STDC_HEADERS 1
521| #define HAVE_SYS_TYPES_H 1
522| #define HAVE_SYS_STAT_H 1
523| #define HAVE_STDLIB_H 1
524| #define HAVE_STRING_H 1
525| #define HAVE_MEMORY_H 1
526| #define HAVE_STRINGS_H 1
527| #define HAVE_INTTYPES_H 1
528| #define HAVE_STDINT_H 1
529| #define HAVE_UNISTD_H 1
530| #define HAVE_DLFCN_H 1
531| #define LT_OBJDIR ".libs/"
532| /* end confdefs.h.  */
533| #include <vector>
534| int
535| main ()
536| {
537| std::vector<int> test = { 1, 2, 3 }; test.push_back(4);
538|   ;
539|   return 0;
540| }
541configure:15961: result: no
542configure:15963: error: Your compiler doesn't seem to support initializer lists, please upgrade (GCC >= 4.6)
543
544## ---------------- ##
545## Cache variables. ##
546## ---------------- ##
547
548ac_cv_build=x86_64-apple-darwin12.5.0
549ac_cv_c_compiler_gnu=yes
550ac_cv_cxx_compiler_gnu=yes
551ac_cv_env_BOOST_LIB_SUFFIX_set=
552ac_cv_env_BOOST_LIB_SUFFIX_value=
553ac_cv_env_CCC_set=
554ac_cv_env_CCC_value=
555ac_cv_env_CC_set=set
556ac_cv_env_CC_value=/usr/bin/clang
557ac_cv_env_CFLAGS_set=set
558ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64'
559ac_cv_env_CPPFLAGS_set=set
560ac_cv_env_CPPFLAGS_value=-I/opt/local/include
561ac_cv_env_CPP_set=
562ac_cv_env_CPP_value=
563ac_cv_env_CXXCPP_set=
564ac_cv_env_CXXCPP_value=
565ac_cv_env_CXXFLAGS_set=set
566ac_cv_env_CXXFLAGS_value='-pipe -Os -arch x86_64 -stdlib=libstdc++'
567ac_cv_env_CXX_set=set
568ac_cv_env_CXX_value=/usr/bin/clang++
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_LT_SYS_LIBRARY_PATH_set=
574ac_cv_env_LT_SYS_LIBRARY_PATH_value=
575ac_cv_env_PKG_CONFIG_LIBDIR_set=
576ac_cv_env_PKG_CONFIG_LIBDIR_value=
577ac_cv_env_PKG_CONFIG_PATH_set=
578ac_cv_env_PKG_CONFIG_PATH_value=
579ac_cv_env_PKG_CONFIG_set=
580ac_cv_env_PKG_CONFIG_value=
581ac_cv_env_build_alias_set=
582ac_cv_env_build_alias_value=
583ac_cv_env_fftw3_CFLAGS_set=
584ac_cv_env_fftw3_CFLAGS_value=
585ac_cv_env_fftw3_LIBS_set=
586ac_cv_env_fftw3_LIBS_value=
587ac_cv_env_host_alias_set=
588ac_cv_env_host_alias_value=
589ac_cv_env_libmpdclient_CFLAGS_set=
590ac_cv_env_libmpdclient_CFLAGS_value=
591ac_cv_env_libmpdclient_LIBS_set=
592ac_cv_env_libmpdclient_LIBS_value=
593ac_cv_env_target_alias_set=
594ac_cv_env_target_alias_value=
595ac_cv_header_dlfcn_h=yes
596ac_cv_header_inttypes_h=yes
597ac_cv_header_memory_h=yes
598ac_cv_header_stdc=yes
599ac_cv_header_stdint_h=yes
600ac_cv_header_stdlib_h=yes
601ac_cv_header_string_h=yes
602ac_cv_header_strings_h=yes
603ac_cv_header_sys_stat_h=yes
604ac_cv_header_sys_types_h=yes
605ac_cv_header_unistd_h=yes
606ac_cv_host=x86_64-apple-darwin12.5.0
607ac_cv_objext=o
608ac_cv_path_EGREP='/opt/local/bin/grep -E'
609ac_cv_path_FGREP='/opt/local/bin/grep -F'
610ac_cv_path_GREP=/opt/local/bin/grep
611ac_cv_path_SED=/opt/local/bin/gsed
612ac_cv_path_lt_DD=/bin/dd
613ac_cv_path_mkdir=/opt/local/bin/gmkdir
614ac_cv_prog_AWK=gawk
615ac_cv_prog_CPP='/usr/bin/clang -E'
616ac_cv_prog_CXXCPP='/usr/bin/clang++ -E'
617ac_cv_prog_ac_ct_AR=ar
618ac_cv_prog_ac_ct_CC=/usr/bin/clang
619ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
620ac_cv_prog_ac_ct_LIPO=lipo
621ac_cv_prog_ac_ct_NMEDIT=nmedit
622ac_cv_prog_ac_ct_OTOOL=otool
623ac_cv_prog_ac_ct_RANLIB=ranlib
624ac_cv_prog_ac_ct_STRIP=strip
625ac_cv_prog_cc_c89=
626ac_cv_prog_cc_g=yes
627ac_cv_prog_cxx_g=yes
628ac_cv_prog_make_make_set=yes
629am_cv_CC_dependencies_compiler_type=gcc3
630am_cv_CXX_dependencies_compiler_type=gcc3
631am_cv_make_support_nested_variables=yes
632am_cv_prog_cc_c_o=yes
633lt_cv_apple_cc_single_mod=yes
634lt_cv_ar_at_file=no
635lt_cv_deplibs_check_method=pass_all
636lt_cv_file_magic_cmd='$MAGIC_CMD'
637lt_cv_file_magic_test_file=
638lt_cv_ld_exported_symbols_list=yes
639lt_cv_ld_force_load=yes
640lt_cv_ld_reload_flag=-r
641lt_cv_nm_interface='BSD nm'
642lt_cv_objdir=.libs
643lt_cv_path_LD=/usr/bin/ld
644lt_cv_path_LDCXX=/usr/bin/ld
645lt_cv_path_NM=/opt/local/bin/nm
646lt_cv_path_mainfest_tool=no
647lt_cv_prog_compiler_c_o=yes
648lt_cv_prog_compiler_c_o_CXX=yes
649lt_cv_prog_compiler_pic='-fno-common -DPIC'
650lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
651lt_cv_prog_compiler_pic_works=yes
652lt_cv_prog_compiler_pic_works_CXX=yes
653lt_cv_prog_compiler_rtti_exceptions=yes
654lt_cv_prog_compiler_static_works=no
655lt_cv_prog_compiler_static_works_CXX=no
656lt_cv_prog_gnu_ld=no
657lt_cv_prog_gnu_ldcxx=no
658lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
659lt_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'\'''
660lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
661lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
662lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
663lt_cv_sys_global_symbol_to_import=
664lt_cv_sys_max_cmd_len=196608
665lt_cv_to_host_file_cmd=func_convert_file_noop
666lt_cv_to_tool_file_cmd=func_convert_file_noop
667lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
668
669## ----------------- ##
670## Output variables. ##
671## ----------------- ##
672
673ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_ncmpcpp/ncmpcpp/work/ncmpcpp-0.6.4/missing aclocal-1.15'
674AMDEPBACKSLASH='\'
675AMDEP_FALSE='#'
676AMDEP_TRUE=''
677AMTAR='$${TAR-tar}'
678AM_BACKSLASH='\'
679AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
680AM_DEFAULT_VERBOSITY='1'
681AM_V='$(V)'
682AR='ar'
683AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_ncmpcpp/ncmpcpp/work/ncmpcpp-0.6.4/missing autoconf'
684AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_ncmpcpp/ncmpcpp/work/ncmpcpp-0.6.4/missing autoheader'
685AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_ncmpcpp/ncmpcpp/work/ncmpcpp-0.6.4/missing automake-1.15'
686AWK='gawk'
687BOOST_LIB_SUFFIX=''
688CC='/usr/bin/clang'
689CCDEPMODE='depmode=gcc3'
690CFLAGS='-pipe -Os -arch x86_64'
691CPP='/usr/bin/clang -E'
692CPPFLAGS='-I/opt/local/include'
693CURL_CONFIG=''
694CURSES_CONFIG=''
695CXX='/usr/bin/clang++'
696CXXCPP='/usr/bin/clang++ -E'
697CXXDEPMODE='depmode=gcc3'
698CXXFLAGS='-pipe -Os -arch x86_64 -stdlib=libstdc++ -std=c++0x'
699CYGPATH_W='echo'
700DEFS=''
701DEPDIR='.deps'
702DLLTOOL='false'
703DSYMUTIL='dsymutil'
704DUMPBIN=''
705ECHO_C='\c'
706ECHO_N=''
707ECHO_T=''
708EGREP='/opt/local/bin/grep -E'
709EXEEXT=''
710FGREP='/opt/local/bin/grep -F'
711GREP='/opt/local/bin/grep'
712INSTALL_DATA='${INSTALL} -m 644'
713INSTALL_PROGRAM='${INSTALL}'
714INSTALL_SCRIPT='${INSTALL}'
715INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
716LD='/usr/bin/ld'
717LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
718LIBOBJS=''
719LIBS=''
720LIBTOOL='$(SHELL) $(top_builddir)/libtool'
721LIPO='lipo'
722LN_S='ln -s'
723LTLIBOBJS=''
724LT_SYS_LIBRARY_PATH=''
725MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_ncmpcpp/ncmpcpp/work/ncmpcpp-0.6.4/missing makeinfo'
726MANIFEST_TOOL=':'
727MKDIR_P='/opt/local/bin/gmkdir -p'
728NM='/opt/local/bin/nm'
729NMEDIT='nmedit'
730OBJDUMP='false'
731OBJEXT='o'
732OTOOL64=':'
733OTOOL='otool'
734PACKAGE='ncmpcpp'
735PACKAGE_BUGREPORT=''
736PACKAGE_NAME=''
737PACKAGE_STRING=''
738PACKAGE_TARNAME=''
739PACKAGE_URL=''
740PACKAGE_VERSION=''
741PATH_SEPARATOR=':'
742PKG_CONFIG=''
743PKG_CONFIG_LIBDIR=''
744PKG_CONFIG_PATH=''
745RANLIB='ranlib'
746SED='/opt/local/bin/gsed'
747SET_MAKE=''
748SHELL='/bin/sh'
749STRIP='strip'
750TAGLIB_CONFIG=''
751VERSION='0.6.4'
752ac_ct_AR='ar'
753ac_ct_CC='/usr/bin/clang'
754ac_ct_CXX=''
755ac_ct_DUMPBIN=''
756am__EXEEXT_FALSE=''
757am__EXEEXT_TRUE=''
758am__fastdepCC_FALSE='#'
759am__fastdepCC_TRUE=''
760am__fastdepCXX_FALSE='#'
761am__fastdepCXX_TRUE=''
762am__include='include'
763am__isrc=''
764am__leading_dot='.'
765am__nodep='_no'
766am__quote=''
767am__tar='$${TAR-tar} chof - "$$tardir"'
768am__untar='$${TAR-tar} xf -'
769bindir='${exec_prefix}/bin'
770build='x86_64-apple-darwin12.5.0'
771build_alias=''
772build_cpu='x86_64'
773build_os='darwin12.5.0'
774build_vendor='apple'
775datadir='${datarootdir}'
776datarootdir='${prefix}/share'
777docdir='${datarootdir}/doc/${PACKAGE}'
778dvidir='${docdir}'
779exec_prefix='NONE'
780fftw3_CFLAGS=''
781fftw3_LIBS=''
782host='x86_64-apple-darwin12.5.0'
783host_alias=''
784host_cpu='x86_64'
785host_os='darwin12.5.0'
786host_vendor='apple'
787htmldir='${docdir}'
788includedir='${prefix}/include'
789infodir='${datarootdir}/info'
790install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_ncmpcpp/ncmpcpp/work/ncmpcpp-0.6.4/install-sh'
791libdir='${exec_prefix}/lib'
792libexecdir='${exec_prefix}/libexec'
793libmpdclient_CFLAGS=''
794libmpdclient_LIBS=''
795localedir='${datarootdir}/locale'
796localstatedir='${prefix}/var'
797mandir='${datarootdir}/man'
798mkdir_p='$(MKDIR_P)'
799oldincludedir='/usr/include'
800pdfdir='${docdir}'
801prefix='/opt/local'
802program_transform_name='s,x,x,'
803psdir='${docdir}'
804sbindir='${exec_prefix}/sbin'
805sharedstatedir='${prefix}/com'
806sysconfdir='${prefix}/etc'
807target_alias=''
808
809## ----------- ##
810## confdefs.h. ##
811## ----------- ##
812
813/* confdefs.h */
814#define PACKAGE_NAME ""
815#define PACKAGE_TARNAME ""
816#define PACKAGE_VERSION ""
817#define PACKAGE_STRING ""
818#define PACKAGE_BUGREPORT ""
819#define PACKAGE_URL ""
820#define PACKAGE "ncmpcpp"
821#define VERSION "0.6.4"
822#define STDC_HEADERS 1
823#define HAVE_SYS_TYPES_H 1
824#define HAVE_SYS_STAT_H 1
825#define HAVE_STDLIB_H 1
826#define HAVE_STRING_H 1
827#define HAVE_MEMORY_H 1
828#define HAVE_STRINGS_H 1
829#define HAVE_INTTYPES_H 1
830#define HAVE_STDINT_H 1
831#define HAVE_UNISTD_H 1
832#define HAVE_DLFCN_H 1
833#define LT_OBJDIR ".libs/"
834
835configure: exit 1