Ticket #47075: config.log

File config.log, 32.0 KB (added by harciga, 10 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: 138 tasks, 877 threads, 8 processors
34Load average: 2.43, Mach factor: 5.56
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:2431: checking for a BSD-compatible install
52configure:2499: result: /usr/bin/install -c
53configure:2510: checking whether build environment is sane
54configure:2565: result: yes
55configure:2716: checking for a thread-safe mkdir -p
56configure:2755: result: /opt/local/bin/gmkdir -p
57configure:2762: checking for gawk
58configure:2778: found /opt/local/bin/gawk
59configure:2789: result: gawk
60configure:2800: checking whether make sets $(MAKE)
61configure:2822: result: yes
62configure:2851: checking whether make supports nested variables
63configure:2868: result: yes
64configure:3115: checking for C++ compiler version
65configure:3124: /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:3135: $? = 0
70configure:3124: /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:3135: $? = 0
75configure:3124: /usr/bin/clang++ -V >&5
76clang: error: argument to '-V' is missing (expected 1 value)
77clang: error: no input files
78configure:3135: $? = 1
79configure:3124: /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:3135: $? = 1
84configure:3155: checking whether the C++ compiler works
85configure:3177: /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:3181: $? = 0
87configure:3229: result: yes
88configure:3232: checking for C++ compiler default output file name
89configure:3234: result: a.out
90configure:3240: checking for suffix of executables
91configure:3247: /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:3251: $? = 0
93configure:3273: result:
94configure:3295: checking whether we are cross compiling
95configure:3303: /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:3307: $? = 0
97configure:3314: ./conftest
98configure:3318: $? = 0
99configure:3333: result: no
100configure:3338: checking for suffix of object files
101configure:3360: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libstdc++ -I/opt/local/include conftest.cpp >&5
102configure:3364: $? = 0
103configure:3385: result: o
104configure:3389: checking whether we are using the GNU C++ compiler
105configure:3408: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libstdc++ -I/opt/local/include conftest.cpp >&5
106configure:3408: $? = 0
107configure:3417: result: yes
108configure:3426: checking whether /usr/bin/clang++ accepts -g
109configure:3446: /usr/bin/clang++ -c -g -I/opt/local/include conftest.cpp >&5
110configure:3446: $? = 0
111configure:3487: result: yes
112configure:3521: checking for style of include used by make
113configure:3549: result: GNU
114configure:3575: checking dependency style of /usr/bin/clang++
115configure:3686: result: gcc3
116configure:3730: checking build system type
117configure:3744: result: x86_64-apple-darwin12.5.0
118configure:3764: checking host system type
119configure:3777: result: x86_64-apple-darwin12.5.0
120configure:3818: checking how to print strings
121configure:3845: result: printf
122configure:3914: checking for gcc
123configure:3941: result: /usr/bin/clang
124configure:4170: checking for C compiler version
125configure:4179: /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:4190: $? = 0
130configure:4179: /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:4190: $? = 0
135configure:4179: /usr/bin/clang -V >&5
136clang: error: argument to '-V' is missing (expected 1 value)
137clang: error: no input files
138configure:4190: $? = 1
139configure:4179: /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:4190: $? = 1
144configure:4194: checking whether we are using the GNU C compiler
145configure:4213: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
146configure:4213: $? = 0
147configure:4222: result: yes
148configure:4231: checking whether /usr/bin/clang accepts -g
149configure:4251: /usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
150configure:4251: $? = 0
151configure:4292: result: yes
152configure:4309: checking for /usr/bin/clang option to accept ISO C89
153configure:4372: /usr/bin/clang  -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
154configure:4372: $? = 0
155configure:4385: result: none needed
156configure:4410: checking whether /usr/bin/clang understands -c and -o together
157configure:4432: /usr/bin/clang -c conftest.c -o conftest2.o
158configure:4435: $? = 0
159configure:4432: /usr/bin/clang -c conftest.c -o conftest2.o
160configure:4435: $? = 0
161configure:4447: result: yes
162configure:4466: checking dependency style of /usr/bin/clang
163configure:4577: result: gcc3
164configure:4592: checking for a sed that does not truncate output
165configure:4656: result: /opt/local/bin/gsed
166configure:4674: checking for grep that handles long lines and -e
167configure:4732: result: /opt/local/bin/grep
168configure:4737: checking for egrep
169configure:4799: result: /opt/local/bin/grep -E
170configure:4804: checking for fgrep
171configure:4866: result: /opt/local/bin/grep -F
172configure:4901: checking for ld used by /usr/bin/clang
173configure:4968: result: /usr/bin/ld
174configure:4975: checking if the linker (/usr/bin/ld) is GNU ld
175configure:4990: result: no
176configure:5002: checking for BSD- or MS-compatible name lister (nm)
177configure:5056: result: /opt/local/bin/nm
178configure:5186: checking the name lister (/opt/local/bin/nm) interface
179configure:5193: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libstdc++ -I/opt/local/include conftest.cpp >&5
180configure:5196: /opt/local/bin/nm "conftest.o"
181configure:5199: output
1820000000000000000 S _some_variable
183configure:5206: result: BSD nm
184configure:5209: checking whether ln -s works
185configure:5213: result: yes
186configure:5221: checking the maximum length of command line arguments
187configure:5352: result: 196608
188configure:5400: checking how to convert x86_64-apple-darwin12.5.0 file names to x86_64-apple-darwin12.5.0 format
189configure:5440: result: func_convert_file_noop
190configure:5447: checking how to convert x86_64-apple-darwin12.5.0 file names to toolchain format
191configure:5467: result: func_convert_file_noop
192configure:5474: checking for /usr/bin/ld option to reload object files
193configure:5481: result: -r
194configure:5555: checking for objdump
195configure:5585: result: no
196configure:5614: checking how to recognize dependent libraries
197configure:5811: result: pass_all
198configure:5896: checking for dlltool
199configure:5926: result: no
200configure:5956: checking how to associate runtime and link libraries
201configure:5983: result: printf %s\n
202configure:6044: checking for ar
203configure:6060: found /opt/local/bin/ar
204configure:6071: result: ar
205configure:6108: checking for archiver @FILE support
206configure:6125: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libstdc++ -I/opt/local/include conftest.cpp >&5
207configure:6125: $? = 0
208configure:6128: ar cru libconftest.a @conftest.lst >&5
209ar: @conftest.lst: No such file or directory
210configure:6131: $? = 1
211configure:6151: result: no
212configure:6209: checking for strip
213configure:6225: found /opt/local/bin/strip
214configure:6236: result: strip
215configure:6308: checking for ranlib
216configure:6324: found /opt/local/bin/ranlib
217configure:6335: result: ranlib
218configure:6437: checking command to parse /opt/local/bin/nm output from /usr/bin/clang object
219configure:6590: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libstdc++ -I/opt/local/include conftest.cpp >&5
220configure:6593: $? = 0
221configure:6597: /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:6600: $? = 0
223cannot find nm_test_var in conftest.nm
224configure:6590: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libstdc++ -I/opt/local/include conftest.cpp >&5
225configure:6593: $? = 0
226configure:6597: /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:6600: $? = 0
228configure:6666: /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:6669: $? = 0
230configure:6707: result: ok
231configure:6754: checking for sysroot
232configure:6784: result: no
233configure:6791: checking for a working dd
234configure:6829: result: /bin/dd
235configure:6833: checking how to truncate binary pipes
236configure:6848: result: /bin/dd bs=4096 count=1
237configure:7163: checking for mt
238configure:7193: result: no
239configure:7213: checking if : is a manifest tool
240configure:7219: : '-?'
241configure:7227: result: no
242configure:7283: checking for dsymutil
243configure:7299: found /usr/bin/dsymutil
244configure:7310: result: dsymutil
245configure:7375: checking for nmedit
246configure:7391: found /opt/local/bin/nmedit
247configure:7402: result: nmedit
248configure:7467: checking for lipo
249configure:7483: found /opt/local/bin/lipo
250configure:7494: result: lipo
251configure:7559: checking for otool
252configure:7575: found /opt/local/bin/otool
253configure:7586: result: otool
254configure:7651: checking for otool64
255configure:7681: result: no
256configure:7726: 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:7759: result: yes
259configure:7762: checking for -exported_symbols_list linker flag
260configure:7782: /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:7782: $? = 0
262configure:7792: result: yes
263configure:7795: 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:7827: result: yes
269configure:7869: checking how to run the C preprocessor
270configure:7900: /usr/bin/clang -E -I/opt/local/include conftest.c
271configure:7900: $? = 0
272configure:7914: /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:7914: $? = 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.2_pre"
288| /* end confdefs.h.  */
289| #include <ac_nonexistent.h>
290configure:7939: result: /usr/bin/clang -E
291configure:7959: /usr/bin/clang -E -I/opt/local/include conftest.c
292configure:7959: $? = 0
293configure:7973: /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:7973: $? = 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.2_pre"
309| /* end confdefs.h.  */
310| #include <ac_nonexistent.h>
311configure:8002: checking for ANSI C header files
312configure:8022: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
313configure:8022: $? = 0
314configure:8095: /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:8095: $? = 0
316configure:8095: ./conftest
317configure:8095: $? = 0
318configure:8106: result: yes
319configure:8119: checking for sys/types.h
320configure:8119: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
321configure:8119: $? = 0
322configure:8119: result: yes
323configure:8119: checking for sys/stat.h
324configure:8119: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
325configure:8119: $? = 0
326configure:8119: result: yes
327configure:8119: checking for stdlib.h
328configure:8119: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
329configure:8119: $? = 0
330configure:8119: result: yes
331configure:8119: checking for string.h
332configure:8119: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
333configure:8119: $? = 0
334configure:8119: result: yes
335configure:8119: checking for memory.h
336configure:8119: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
337configure:8119: $? = 0
338configure:8119: result: yes
339configure:8119: checking for strings.h
340configure:8119: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
341configure:8119: $? = 0
342configure:8119: result: yes
343configure:8119: checking for inttypes.h
344configure:8119: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
345configure:8119: $? = 0
346configure:8119: result: yes
347configure:8119: checking for stdint.h
348configure:8119: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
349configure:8119: $? = 0
350configure:8119: result: yes
351configure:8119: checking for unistd.h
352configure:8119: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
353configure:8119: $? = 0
354configure:8119: result: yes
355configure:8133: checking for dlfcn.h
356configure:8133: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
357configure:8133: $? = 0
358configure:8133: result: yes
359configure:8347: checking for objdir
360configure:8362: result: .libs
361configure:8629: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions
362configure:8647: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
363configure:8651: $? = 0
364configure:8664: result: yes
365configure:9012: checking for /usr/bin/clang option to produce PIC
366configure:9019: result: -fno-common -DPIC
367configure:9027: checking if /usr/bin/clang PIC flag -fno-common -DPIC works
368configure:9045: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-common -DPIC -DPIC conftest.c >&5
369configure:9049: $? = 0
370configure:9062: result: yes
371configure:9091: checking if /usr/bin/clang static flag -static works
372configure:9119: result: no
373configure:9134: checking if /usr/bin/clang supports -c -o file.o
374configure:9155: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -o out/conftest2.o conftest.c >&5
375configure:9159: $? = 0
376configure:9181: result: yes
377configure:9189: checking if /usr/bin/clang supports -c -o file.o
378configure:9236: result: yes
379configure:9269: checking whether the /usr/bin/clang linker (/usr/bin/ld) supports shared libraries
380configure:10417: result: yes
381configure:10657: checking dynamic linker characteristics
382configure:11408: result: darwin12.5.0 dyld
383configure:11515: checking how to hardcode library paths into programs
384configure:11540: result: immediate
385configure:12088: checking whether stripping libraries is possible
386configure:12102: result: yes
387configure:12128: checking if libtool supports shared libraries
388configure:12130: result: yes
389configure:12133: checking whether to build shared libraries
390configure:12154: result: yes
391configure:12157: checking whether to build static libraries
392configure:12161: result: yes
393configure:12184: checking how to run the C++ preprocessor
394configure:12211: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
395configure:12211: $? = 0
396configure:12225: /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:12225: $? = 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.2_pre"
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:12250: result: /usr/bin/clang++ -E
427configure:12270: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
428configure:12270: $? = 0
429configure:12284: /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:12284: $? = 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.2_pre"
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:12453: checking for ld used by /usr/bin/clang++
460configure:12520: result: /usr/bin/ld
461configure:12527: checking if the linker (/usr/bin/ld) is GNU ld
462configure:12542: result: no
463configure:12597: checking whether the /usr/bin/clang++ linker (/usr/bin/ld) supports shared libraries
464configure:13595: result: yes
465configure:13631: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libstdc++ -I/opt/local/include conftest.cpp >&5
466configure:13634: $? = 0
467configure:14155: checking for /usr/bin/clang++ option to produce PIC
468configure:14162: result: -fno-common -DPIC
469configure:14170: checking if /usr/bin/clang++ PIC flag -fno-common -DPIC works
470configure:14188: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libstdc++ -I/opt/local/include -fno-common -DPIC -DPIC conftest.cpp >&5
471configure:14192: $? = 0
472configure:14205: result: yes
473configure:14228: checking if /usr/bin/clang++ static flag -static works
474configure:14256: result: no
475configure:14268: checking if /usr/bin/clang++ supports -c -o file.o
476configure:14289: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libstdc++ -I/opt/local/include -o out/conftest2.o conftest.cpp >&5
477configure:14293: $? = 0
478configure:14315: result: yes
479configure:14320: checking if /usr/bin/clang++ supports -c -o file.o
480configure:14367: result: yes
481configure:14397: checking whether the /usr/bin/clang++ linker (/usr/bin/ld) supports shared libraries
482configure:14433: result: yes
483configure:14574: checking dynamic linker characteristics
484configure:15252: result: darwin12.5.0 dyld
485configure:15305: checking how to hardcode library paths into programs
486configure:15330: result: immediate
487configure:15465: checking whether compiler supports -std=c++0x
488configure:15480: /usr/bin/clang++ -c -std=c++0x -I/opt/local/include conftest.cpp >&5
489configure:15480: $? = 0
490configure:15481: result: yes
491configure:15493: checking whether compiler supports initializer lists
492configure:15506: /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:15506: $? = 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.2_pre"
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:15510: result: no
542configure:15512: 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_PKG_CONFIG_LIBDIR_set=
574ac_cv_env_PKG_CONFIG_LIBDIR_value=
575ac_cv_env_PKG_CONFIG_PATH_set=
576ac_cv_env_PKG_CONFIG_PATH_value=
577ac_cv_env_PKG_CONFIG_set=
578ac_cv_env_PKG_CONFIG_value=
579ac_cv_env_build_alias_set=
580ac_cv_env_build_alias_value=
581ac_cv_env_fftw3_CFLAGS_set=
582ac_cv_env_fftw3_CFLAGS_value=
583ac_cv_env_fftw3_LIBS_set=
584ac_cv_env_fftw3_LIBS_value=
585ac_cv_env_host_alias_set=
586ac_cv_env_host_alias_value=
587ac_cv_env_libmpdclient_CFLAGS_set=
588ac_cv_env_libmpdclient_CFLAGS_value=
589ac_cv_env_libmpdclient_LIBS_set=
590ac_cv_env_libmpdclient_LIBS_value=
591ac_cv_env_target_alias_set=
592ac_cv_env_target_alias_value=
593ac_cv_header_dlfcn_h=yes
594ac_cv_header_inttypes_h=yes
595ac_cv_header_memory_h=yes
596ac_cv_header_stdc=yes
597ac_cv_header_stdint_h=yes
598ac_cv_header_stdlib_h=yes
599ac_cv_header_string_h=yes
600ac_cv_header_strings_h=yes
601ac_cv_header_sys_stat_h=yes
602ac_cv_header_sys_types_h=yes
603ac_cv_header_unistd_h=yes
604ac_cv_host=x86_64-apple-darwin12.5.0
605ac_cv_objext=o
606ac_cv_path_EGREP='/opt/local/bin/grep -E'
607ac_cv_path_FGREP='/opt/local/bin/grep -F'
608ac_cv_path_GREP=/opt/local/bin/grep
609ac_cv_path_SED=/opt/local/bin/gsed
610ac_cv_path_lt_DD=/bin/dd
611ac_cv_path_mkdir=/opt/local/bin/gmkdir
612ac_cv_prog_AWK=gawk
613ac_cv_prog_CPP='/usr/bin/clang -E'
614ac_cv_prog_CXXCPP='/usr/bin/clang++ -E'
615ac_cv_prog_ac_ct_AR=ar
616ac_cv_prog_ac_ct_CC=/usr/bin/clang
617ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
618ac_cv_prog_ac_ct_LIPO=lipo
619ac_cv_prog_ac_ct_NMEDIT=nmedit
620ac_cv_prog_ac_ct_OTOOL=otool
621ac_cv_prog_ac_ct_RANLIB=ranlib
622ac_cv_prog_ac_ct_STRIP=strip
623ac_cv_prog_cc_c89=
624ac_cv_prog_cc_g=yes
625ac_cv_prog_cxx_g=yes
626ac_cv_prog_make_make_set=yes
627am_cv_CC_dependencies_compiler_type=gcc3
628am_cv_CXX_dependencies_compiler_type=gcc3
629am_cv_make_support_nested_variables=yes
630am_cv_prog_cc_c_o=yes
631lt_cv_apple_cc_single_mod=yes
632lt_cv_ar_at_file=no
633lt_cv_deplibs_check_method=pass_all
634lt_cv_file_magic_cmd='$MAGIC_CMD'
635lt_cv_file_magic_test_file=
636lt_cv_ld_exported_symbols_list=yes
637lt_cv_ld_force_load=yes
638lt_cv_ld_reload_flag=-r
639lt_cv_nm_interface='BSD nm'
640lt_cv_objdir=.libs
641lt_cv_path_LD=/usr/bin/ld
642lt_cv_path_LDCXX=/usr/bin/ld
643lt_cv_path_NM=/opt/local/bin/nm
644lt_cv_path_mainfest_tool=no
645lt_cv_prog_compiler_c_o=yes
646lt_cv_prog_compiler_c_o_CXX=yes
647lt_cv_prog_compiler_pic='-fno-common -DPIC'
648lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
649lt_cv_prog_compiler_pic_works=yes
650lt_cv_prog_compiler_pic_works_CXX=yes
651lt_cv_prog_compiler_rtti_exceptions=yes
652lt_cv_prog_compiler_static_works=no
653lt_cv_prog_compiler_static_works_CXX=no
654lt_cv_prog_gnu_ld=no
655lt_cv_prog_gnu_ldcxx=no
656lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
657lt_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'\'''
658lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
659lt_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'\'''
660lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
661lt_cv_sys_global_symbol_to_import=
662lt_cv_sys_max_cmd_len=196608
663lt_cv_to_host_file_cmd=func_convert_file_noop
664lt_cv_to_tool_file_cmd=func_convert_file_noop
665lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
666
667## ----------------- ##
668## Output variables. ##
669## ----------------- ##
670
671ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_ncmpcpp/ncmpcpp/work/ncmpcpp-0.6.2/missing aclocal-1.14'
672AMDEPBACKSLASH='\'
673AMDEP_FALSE='#'
674AMDEP_TRUE=''
675AMTAR='$${TAR-tar}'
676AM_BACKSLASH='\'
677AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
678AM_DEFAULT_VERBOSITY='1'
679AM_V='$(V)'
680AR='ar'
681AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_ncmpcpp/ncmpcpp/work/ncmpcpp-0.6.2/missing autoconf'
682AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_ncmpcpp/ncmpcpp/work/ncmpcpp-0.6.2/missing autoheader'
683AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_ncmpcpp/ncmpcpp/work/ncmpcpp-0.6.2/missing automake-1.14'
684AWK='gawk'
685BOOST_LIB_SUFFIX=''
686CC='/usr/bin/clang'
687CCDEPMODE='depmode=gcc3'
688CFLAGS='-pipe -Os -arch x86_64'
689CPP='/usr/bin/clang -E'
690CPPFLAGS='-I/opt/local/include'
691CURL_CONFIG=''
692CURSES_CONFIG=''
693CXX='/usr/bin/clang++'
694CXXCPP='/usr/bin/clang++ -E'
695CXXDEPMODE='depmode=gcc3'
696CXXFLAGS='-pipe -Os -arch x86_64 -stdlib=libstdc++ -std=c++0x'
697CYGPATH_W='echo'
698DEFS=''
699DEPDIR='.deps'
700DLLTOOL='false'
701DSYMUTIL='dsymutil'
702DUMPBIN=''
703ECHO_C='\c'
704ECHO_N=''
705ECHO_T=''
706EGREP='/opt/local/bin/grep -E'
707EXEEXT=''
708FGREP='/opt/local/bin/grep -F'
709GREP='/opt/local/bin/grep'
710INSTALL_DATA='${INSTALL} -m 644'
711INSTALL_PROGRAM='${INSTALL}'
712INSTALL_SCRIPT='${INSTALL}'
713INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
714LD='/usr/bin/ld'
715LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
716LIBOBJS=''
717LIBS=''
718LIBTOOL='$(SHELL) $(top_builddir)/libtool'
719LIPO='lipo'
720LN_S='ln -s'
721LTLIBOBJS=''
722MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_ncmpcpp/ncmpcpp/work/ncmpcpp-0.6.2/missing makeinfo'
723MANIFEST_TOOL=':'
724MKDIR_P='/opt/local/bin/gmkdir -p'
725NM='/opt/local/bin/nm'
726NMEDIT='nmedit'
727OBJDUMP='false'
728OBJEXT='o'
729OTOOL64=':'
730OTOOL='otool'
731PACKAGE='ncmpcpp'
732PACKAGE_BUGREPORT=''
733PACKAGE_NAME=''
734PACKAGE_STRING=''
735PACKAGE_TARNAME=''
736PACKAGE_URL=''
737PACKAGE_VERSION=''
738PATH_SEPARATOR=':'
739PKG_CONFIG=''
740PKG_CONFIG_LIBDIR=''
741PKG_CONFIG_PATH=''
742RANLIB='ranlib'
743SED='/opt/local/bin/gsed'
744SET_MAKE=''
745SHELL='/bin/sh'
746STRIP='strip'
747TAGLIB_CONFIG=''
748VERSION='0.6.2_pre'
749ac_ct_AR='ar'
750ac_ct_CC='/usr/bin/clang'
751ac_ct_CXX=''
752ac_ct_DUMPBIN=''
753am__EXEEXT_FALSE=''
754am__EXEEXT_TRUE=''
755am__fastdepCC_FALSE='#'
756am__fastdepCC_TRUE=''
757am__fastdepCXX_FALSE='#'
758am__fastdepCXX_TRUE=''
759am__include='include'
760am__isrc=''
761am__leading_dot='.'
762am__nodep='_no'
763am__quote=''
764am__tar='$${TAR-tar} chof - "$$tardir"'
765am__untar='$${TAR-tar} xf -'
766bindir='${exec_prefix}/bin'
767build='x86_64-apple-darwin12.5.0'
768build_alias=''
769build_cpu='x86_64'
770build_os='darwin12.5.0'
771build_vendor='apple'
772datadir='${datarootdir}'
773datarootdir='${prefix}/share'
774docdir='${datarootdir}/doc/${PACKAGE}'
775dvidir='${docdir}'
776exec_prefix='NONE'
777fftw3_CFLAGS=''
778fftw3_LIBS=''
779host='x86_64-apple-darwin12.5.0'
780host_alias=''
781host_cpu='x86_64'
782host_os='darwin12.5.0'
783host_vendor='apple'
784htmldir='${docdir}'
785includedir='${prefix}/include'
786infodir='${datarootdir}/info'
787install_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.2/install-sh'
788libdir='${exec_prefix}/lib'
789libexecdir='${exec_prefix}/libexec'
790libmpdclient_CFLAGS=''
791libmpdclient_LIBS=''
792localedir='${datarootdir}/locale'
793localstatedir='${prefix}/var'
794mandir='${datarootdir}/man'
795mkdir_p='$(MKDIR_P)'
796oldincludedir='/usr/include'
797pdfdir='${docdir}'
798prefix='/opt/local'
799program_transform_name='s,x,x,'
800psdir='${docdir}'
801sbindir='${exec_prefix}/sbin'
802sharedstatedir='${prefix}/com'
803sysconfdir='${prefix}/etc'
804target_alias=''
805
806## ----------- ##
807## confdefs.h. ##
808## ----------- ##
809
810/* confdefs.h */
811#define PACKAGE_NAME ""
812#define PACKAGE_TARNAME ""
813#define PACKAGE_VERSION ""
814#define PACKAGE_STRING ""
815#define PACKAGE_BUGREPORT ""
816#define PACKAGE_URL ""
817#define PACKAGE "ncmpcpp"
818#define VERSION "0.6.2_pre"
819#define STDC_HEADERS 1
820#define HAVE_SYS_TYPES_H 1
821#define HAVE_SYS_STAT_H 1
822#define HAVE_STDLIB_H 1
823#define HAVE_STRING_H 1
824#define HAVE_MEMORY_H 1
825#define HAVE_STRINGS_H 1
826#define HAVE_INTTYPES_H 1
827#define HAVE_STDINT_H 1
828#define HAVE_UNISTD_H 1
829#define HAVE_DLFCN_H 1
830#define LT_OBJDIR ".libs/"
831
832configure: exit 1