Ticket #54242: clang_rt on PPC fails to configure -- CMakeError.log

File clang_rt on PPC fails to configure -- CMakeError.log, 73.1 KB (added by kencu (Ken), 7 years ago)

error log when cmake tries to test-compile ppc code during configuration

Line 
1Determining if the include file link.h exists failed with the following output:
2Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
3
4Run Build Command:"/usr/bin/make" "cmTC_a5579/fast"
5/usr/bin/make -f CMakeFiles/cmTC_a5579.dir/build.make CMakeFiles/cmTC_a5579.dir/build
6Building C object CMakeFiles/cmTC_a5579.dir/CheckIncludeFile.c.o
7/opt/local/bin/gcc-mp-6   -pipe -Os  -arch ppc -mmacosx-version-min=10.5   -o CMakeFiles/cmTC_a5579.dir/CheckIncludeFile.c.o   -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
8/opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:18: fatal error: link.h: No such file or directory
9 #include <link.h>
10                  ^
11compilation terminated.
12make[1]: *** [CMakeFiles/cmTC_a5579.dir/CheckIncludeFile.c.o] Error 1
13make: *** [cmTC_a5579/fast] Error 2
14
15
16Determining if the include file malloc.h exists failed with the following output:
17Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
18
19Run Build Command:"/usr/bin/make" "cmTC_1b8cd/fast"
20/usr/bin/make -f CMakeFiles/cmTC_1b8cd.dir/build.make CMakeFiles/cmTC_1b8cd.dir/build
21Building C object CMakeFiles/cmTC_1b8cd.dir/CheckIncludeFile.c.o
22/opt/local/bin/gcc-mp-6   -pipe -Os  -arch ppc -mmacosx-version-min=10.5   -o CMakeFiles/cmTC_1b8cd.dir/CheckIncludeFile.c.o   -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
23/opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:20: fatal error: malloc.h: No such file or directory
24 #include <malloc.h>
25                    ^
26compilation terminated.
27make[1]: *** [CMakeFiles/cmTC_1b8cd.dir/CheckIncludeFile.c.o] Error 1
28make: *** [cmTC_1b8cd/fast] Error 2
29
30
31Determining if the include file ndir.h exists failed with the following output:
32Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
33
34Run Build Command:"/usr/bin/make" "cmTC_59200/fast"
35/usr/bin/make -f CMakeFiles/cmTC_59200.dir/build.make CMakeFiles/cmTC_59200.dir/build
36Building C object CMakeFiles/cmTC_59200.dir/CheckIncludeFile.c.o
37/opt/local/bin/gcc-mp-6   -pipe -Os  -arch ppc -mmacosx-version-min=10.5   -o CMakeFiles/cmTC_59200.dir/CheckIncludeFile.c.o   -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
38/opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:18: fatal error: ndir.h: No such file or directory
39 #include <ndir.h>
40                  ^
41compilation terminated.
42make[1]: *** [CMakeFiles/cmTC_59200.dir/CheckIncludeFile.c.o] Error 1
43make: *** [cmTC_59200/fast] Error 2
44
45
46Determining if the include file sys/ndir.h exists failed with the following output:
47Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
48
49Run Build Command:"/usr/bin/make" "cmTC_1c7b1/fast"
50/usr/bin/make -f CMakeFiles/cmTC_1c7b1.dir/build.make CMakeFiles/cmTC_1c7b1.dir/build
51Building C object CMakeFiles/cmTC_1c7b1.dir/CheckIncludeFile.c.o
52/opt/local/bin/gcc-mp-6   -pipe -Os  -arch ppc -mmacosx-version-min=10.5   -o CMakeFiles/cmTC_1c7b1.dir/CheckIncludeFile.c.o   -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
53/opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:22: fatal error: sys/ndir.h: No such file or directory
54 #include <sys/ndir.h>
55                      ^
56compilation terminated.
57make[1]: *** [CMakeFiles/cmTC_1c7b1.dir/CheckIncludeFile.c.o] Error 1
58make: *** [cmTC_1c7b1/fast] Error 2
59
60
61Determining if the include file valgrind/valgrind.h exists failed with the following output:
62Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
63
64Run Build Command:"/usr/bin/make" "cmTC_7b424/fast"
65/usr/bin/make -f CMakeFiles/cmTC_7b424.dir/build.make CMakeFiles/cmTC_7b424.dir/build
66Building C object CMakeFiles/cmTC_7b424.dir/CheckIncludeFile.c.o
67/opt/local/bin/gcc-mp-6   -pipe -Os  -arch ppc -mmacosx-version-min=10.5   -o CMakeFiles/cmTC_7b424.dir/CheckIncludeFile.c.o   -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
68/opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:31: fatal error: valgrind/valgrind.h: No such file or directory
69 #include <valgrind/valgrind.h>
70                               ^
71compilation terminated.
72make[1]: *** [CMakeFiles/cmTC_7b424.dir/CheckIncludeFile.c.o] Error 1
73make: *** [cmTC_7b424/fast] Error 2
74
75
76Determining if the function clock_gettime exists in the rt failed with the following output:
77Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
78
79Run Build Command:"/usr/bin/make" "cmTC_57e15/fast"
80/usr/bin/make -f CMakeFiles/cmTC_57e15.dir/build.make CMakeFiles/cmTC_57e15.dir/build
81Building C object CMakeFiles/cmTC_57e15.dir/CheckFunctionExists.c.o
82/opt/local/bin/gcc-mp-6   -pipe -Os -DCHECK_FUNCTION_EXISTS=clock_gettime -arch ppc -mmacosx-version-min=10.5   -o CMakeFiles/cmTC_57e15.dir/CheckFunctionExists.c.o   -c /opt/local/share/cmake-3.8/Modules/CheckFunctionExists.c
83Linking C executable cmTC_57e15
84/opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_57e15.dir/link.txt --verbose=1
85/opt/local/bin/gcc-mp-6 -pipe -Os -DCHECK_FUNCTION_EXISTS=clock_gettime -arch ppc -mmacosx-version-min=10.5 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-read_only_relocs,suppress  CMakeFiles/cmTC_57e15.dir/CheckFunctionExists.c.o  -o cmTC_57e15 -lrt -lm
86ld: library not found for -lrt
87collect2: error: ld returned 1 exit status
88make[1]: *** [cmTC_57e15] Error 1
89make: *** [cmTC_57e15/fast] Error 2
90
91
92Determining if the function setupterm exists in the tinfo failed with the following output:
93Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
94
95Run Build Command:"/usr/bin/make" "cmTC_df690/fast"
96/usr/bin/make -f CMakeFiles/cmTC_df690.dir/build.make CMakeFiles/cmTC_df690.dir/build
97Building C object CMakeFiles/cmTC_df690.dir/CheckFunctionExists.c.o
98/opt/local/bin/gcc-mp-6   -pipe -Os -DCHECK_FUNCTION_EXISTS=setupterm -arch ppc -mmacosx-version-min=10.5   -o CMakeFiles/cmTC_df690.dir/CheckFunctionExists.c.o   -c /opt/local/share/cmake-3.8/Modules/CheckFunctionExists.c
99Linking C executable cmTC_df690
100/opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_df690.dir/link.txt --verbose=1
101/opt/local/bin/gcc-mp-6 -pipe -Os -DCHECK_FUNCTION_EXISTS=setupterm -arch ppc -mmacosx-version-min=10.5 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-read_only_relocs,suppress  CMakeFiles/cmTC_df690.dir/CheckFunctionExists.c.o  -o cmTC_df690 -ltinfo -lm
102ld: library not found for -ltinfo
103collect2: error: ld returned 1 exit status
104make[1]: *** [cmTC_df690] Error 1
105make: *** [cmTC_df690/fast] Error 2
106
107
108Determining if the function setupterm exists in the terminfo failed with the following output:
109Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
110
111Run Build Command:"/usr/bin/make" "cmTC_db214/fast"
112/usr/bin/make -f CMakeFiles/cmTC_db214.dir/build.make CMakeFiles/cmTC_db214.dir/build
113Building C object CMakeFiles/cmTC_db214.dir/CheckFunctionExists.c.o
114/opt/local/bin/gcc-mp-6   -pipe -Os -DCHECK_FUNCTION_EXISTS=setupterm -arch ppc -mmacosx-version-min=10.5   -o CMakeFiles/cmTC_db214.dir/CheckFunctionExists.c.o   -c /opt/local/share/cmake-3.8/Modules/CheckFunctionExists.c
115Linking C executable cmTC_db214
116/opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_db214.dir/link.txt --verbose=1
117/opt/local/bin/gcc-mp-6 -pipe -Os -DCHECK_FUNCTION_EXISTS=setupterm -arch ppc -mmacosx-version-min=10.5 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-read_only_relocs,suppress  CMakeFiles/cmTC_db214.dir/CheckFunctionExists.c.o  -o cmTC_db214 -lterminfo -lm
118ld: library not found for -lterminfo
119collect2: error: ld returned 1 exit status
120make[1]: *** [cmTC_db214] Error 1
121make: *** [cmTC_db214/fast] Error 2
122
123
124Determining if the futimens exist failed with the following output:
125Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
126
127Run Build Command:"/usr/bin/make" "cmTC_6a6a6/fast"
128/usr/bin/make -f CMakeFiles/cmTC_6a6a6.dir/build.make CMakeFiles/cmTC_6a6a6.dir/build
129Building C object CMakeFiles/cmTC_6a6a6.dir/CheckSymbolExists.c.o
130/opt/local/bin/gcc-mp-6   -pipe -Os  -arch ppc -mmacosx-version-min=10.5   -o CMakeFiles/cmTC_6a6a6.dir/CheckSymbolExists.c.o   -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
131/opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main':
132/opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'futimens' undeclared (first use in this function)
133   return ((int*)(&futimens))[argc];
134                   ^~~~~~~~
135/opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
136make[1]: *** [CMakeFiles/cmTC_6a6a6.dir/CheckSymbolExists.c.o] Error 1
137make: *** [cmTC_6a6a6/fast] Error 2
138
139File /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
140/* */
141#include <sys/stat.h>
142
143int main(int argc, char** argv)
144{
145  (void)argv;
146#ifndef futimens
147  return ((int*)(&futimens))[argc];
148#else
149  (void)argc;
150  return 0;
151#endif
152}
153
154Determining if the mallctl exist failed with the following output:
155Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
156
157Run Build Command:"/usr/bin/make" "cmTC_e593c/fast"
158/usr/bin/make -f CMakeFiles/cmTC_e593c.dir/build.make CMakeFiles/cmTC_e593c.dir/build
159Building C object CMakeFiles/cmTC_e593c.dir/CheckSymbolExists.c.o
160/opt/local/bin/gcc-mp-6   -pipe -Os  -arch ppc -mmacosx-version-min=10.5   -o CMakeFiles/cmTC_e593c.dir/CheckSymbolExists.c.o   -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
161/opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:23: fatal error: malloc_np.h: No such file or directory
162 #include <malloc_np.h>
163                       ^
164compilation terminated.
165make[1]: *** [CMakeFiles/cmTC_e593c.dir/CheckSymbolExists.c.o] Error 1
166make: *** [cmTC_e593c/fast] Error 2
167
168File /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
169/* */
170#include <malloc_np.h>
171
172int main(int argc, char** argv)
173{
174  (void)argv;
175#ifndef mallctl
176  return ((int*)(&mallctl))[argc];
177#else
178  (void)argc;
179  return 0;
180#endif
181}
182
183Determining if the mallinfo exist failed with the following output:
184Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
185
186Run Build Command:"/usr/bin/make" "cmTC_61c10/fast"
187/usr/bin/make -f CMakeFiles/cmTC_61c10.dir/build.make CMakeFiles/cmTC_61c10.dir/build
188Building C object CMakeFiles/cmTC_61c10.dir/CheckSymbolExists.c.o
189/opt/local/bin/gcc-mp-6   -pipe -Os  -arch ppc -mmacosx-version-min=10.5   -o CMakeFiles/cmTC_61c10.dir/CheckSymbolExists.c.o   -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
190/opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:20: fatal error: malloc.h: No such file or directory
191 #include <malloc.h>
192                    ^
193compilation terminated.
194make[1]: *** [CMakeFiles/cmTC_61c10.dir/CheckSymbolExists.c.o] Error 1
195make: *** [cmTC_61c10/fast] Error 2
196
197File /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
198/* */
199#include <malloc.h>
200
201int main(int argc, char** argv)
202{
203  (void)argv;
204#ifndef mallinfo
205  return ((int*)(&mallinfo))[argc];
206#else
207  (void)argc;
208  return 0;
209#endif
210}
211
212Determining if the strerror_s exist failed with the following output:
213Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
214
215Run Build Command:"/usr/bin/make" "cmTC_60345/fast"
216/usr/bin/make -f CMakeFiles/cmTC_60345.dir/build.make CMakeFiles/cmTC_60345.dir/build
217Building C object CMakeFiles/cmTC_60345.dir/CheckSymbolExists.c.o
218/opt/local/bin/gcc-mp-6   -pipe -Os  -arch ppc -mmacosx-version-min=10.5   -o CMakeFiles/cmTC_60345.dir/CheckSymbolExists.c.o   -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
219/opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main':
220/opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: 'strerror_s' undeclared (first use in this function)
221   return ((int*)(&strerror_s))[argc];
222                   ^~~~~~~~~~
223/opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
224make[1]: *** [CMakeFiles/cmTC_60345.dir/CheckSymbolExists.c.o] Error 1
225make: *** [cmTC_60345/fast] Error 2
226
227File /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
228/* */
229#include <string.h>
230
231int main(int argc, char** argv)
232{
233  (void)argv;
234#ifndef strerror_s
235  return ((int*)(&strerror_s))[argc];
236#else
237  (void)argc;
238  return 0;
239#endif
240}
241
242Determining if the __GLIBC__ exist failed with the following output:
243Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
244
245Run Build Command:"/usr/bin/make" "cmTC_13a36/fast"
246/usr/bin/make -f CMakeFiles/cmTC_13a36.dir/build.make CMakeFiles/cmTC_13a36.dir/build
247Building C object CMakeFiles/cmTC_13a36.dir/CheckSymbolExists.c.o
248/opt/local/bin/gcc-mp-6   -pipe -Os  -arch ppc -mmacosx-version-min=10.5   -o CMakeFiles/cmTC_13a36.dir/CheckSymbolExists.c.o   -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
249/opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main':
250/opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: '__GLIBC__' undeclared (first use in this function)
251   return ((int*)(&__GLIBC__))[argc];
252                   ^~~~~~~~~
253/opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
254make[1]: *** [CMakeFiles/cmTC_13a36.dir/CheckSymbolExists.c.o] Error 1
255make: *** [cmTC_13a36/fast] Error 2
256
257File /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
258/* */
259#include <stdio.h>
260
261int main(int argc, char** argv)
262{
263  (void)argv;
264#ifndef __GLIBC__
265  return ((int*)(&__GLIBC__))[argc];
266#else
267  (void)argc;
268  return 0;
269#endif
270}
271
272Performing C SOURCE FILE Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG failed with the following output:
273Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
274
275Run Build Command:"/usr/bin/make" "cmTC_32599/fast"
276/usr/bin/make -f CMakeFiles/cmTC_32599.dir/build.make CMakeFiles/cmTC_32599.dir/build
277Building C object CMakeFiles/cmTC_32599.dir/src.c.o
278/opt/local/bin/gcc-mp-6   -pipe -Os -fPIC -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -DC_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG -arch ppc -mmacosx-version-min=10.5   -Werror -Wcovered-switch-default -o CMakeFiles/cmTC_32599.dir/src.c.o   -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.c
279gcc-mp-6: error: unrecognized command line option '-Wcovered-switch-default'; did you mean '-Wno-switch-default'?
280make[1]: *** [CMakeFiles/cmTC_32599.dir/src.c.o] Error 1
281make: *** [cmTC_32599/fast] Error 2
282
283Source file was:
284int main(void) { return 0; }
285Performing C++ SOURCE FILE Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG failed with the following output:
286Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
287
288Run Build Command:"/usr/bin/make" "cmTC_ef356/fast"
289/usr/bin/make -f CMakeFiles/cmTC_ef356.dir/build.make CMakeFiles/cmTC_ef356.dir/build
290Building CXX object CMakeFiles/cmTC_ef356.dir/src.cxx.o
291/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -DCXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG -arch ppc -mmacosx-version-min=10.5   -Werror -Wcovered-switch-default -o CMakeFiles/cmTC_ef356.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.cxx
292g++-mp-6: error: unrecognized command line option '-Wcovered-switch-default'; did you mean '-Wno-switch-default'?
293make[1]: *** [CMakeFiles/cmTC_ef356.dir/src.cxx.o] Error 1
294make: *** [cmTC_ef356/fast] Error 2
295
296Source file was:
297int main() { return 0; }
298Performing C SOURCE FILE Test C_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG failed with the following output:
299Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
300
301Run Build Command:"/usr/bin/make" "cmTC_b94bc/fast"
302/usr/bin/make -f CMakeFiles/cmTC_b94bc.dir/build.make CMakeFiles/cmTC_b94bc.dir/build
303Building C object CMakeFiles/cmTC_b94bc.dir/src.c.o
304/opt/local/bin/gcc-mp-6   -pipe -Os -fPIC -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -DC_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG -arch ppc -mmacosx-version-min=10.5   -Werror -Wdelete-non-virtual-dtor -o CMakeFiles/cmTC_b94bc.dir/src.c.o   -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.c
305cc1: error: command line option '-Wdelete-non-virtual-dtor' is valid for C++/ObjC++ but not for C [-Werror]
306cc1: all warnings being treated as errors
307make[1]: *** [CMakeFiles/cmTC_b94bc.dir/src.c.o] Error 1
308make: *** [cmTC_b94bc/fast] Error 2
309
310Source file was:
311int main(void) { return 0; }
312Performing C SOURCE FILE Test C_WCOMMENT_ALLOWS_LINE_WRAP failed with the following output:
313Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
314
315Run Build Command:"/usr/bin/make" "cmTC_98511/fast"
316/usr/bin/make -f CMakeFiles/cmTC_98511.dir/build.make CMakeFiles/cmTC_98511.dir/build
317Building C object CMakeFiles/cmTC_98511.dir/src.c.o
318/opt/local/bin/gcc-mp-6   -pipe -Os -fPIC -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -DC_WCOMMENT_ALLOWS_LINE_WRAP  -Werror -Wcomment -arch ppc -mmacosx-version-min=10.5   -o CMakeFiles/cmTC_98511.dir/src.c.o   -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.c
319/opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.c:1:1: error: multi-line comment [-Werror=comment]
320 // \
321 ^
322cc1: all warnings being treated as errors
323make[1]: *** [CMakeFiles/cmTC_98511.dir/src.c.o] Error 1
324make: *** [cmTC_98511/fast] Error 2
325
326Source file was:
327// \
328//
329int main() {return 0;}
330Performing C++ SOURCE FILE Test LIBCXX_HAS_WX_FLAG failed with the following output:
331Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
332
333Run Build Command:"/usr/bin/make" "cmTC_c7ee9/fast"
334/usr/bin/make -f CMakeFiles/cmTC_c7ee9.dir/build.make CMakeFiles/cmTC_c7ee9.dir/build
335Building CXX object CMakeFiles/cmTC_c7ee9.dir/src.cxx.o
336/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11 -DLIBCXX_HAS_WX_FLAG -arch ppc -mmacosx-version-min=10.5   /WX -o CMakeFiles/cmTC_c7ee9.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.cxx
337g++-mp-6: error: /WX: No such file or directory
338make[1]: *** [CMakeFiles/cmTC_c7ee9.dir/src.cxx.o] Error 1
339make: *** [cmTC_c7ee9/fast] Error 2
340
341Source file was:
342int main() { return 0; }
343Performing C++ SOURCE FILE Test LIBCXX_HAS_NO_WX_FLAG failed with the following output:
344Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
345
346Run Build Command:"/usr/bin/make" "cmTC_a0930/fast"
347/usr/bin/make -f CMakeFiles/cmTC_a0930.dir/build.make CMakeFiles/cmTC_a0930.dir/build
348Building CXX object CMakeFiles/cmTC_a0930.dir/src.cxx.o
349/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11 -DLIBCXX_HAS_NO_WX_FLAG -arch ppc -mmacosx-version-min=10.5   /WX- -o CMakeFiles/cmTC_a0930.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.cxx
350g++-mp-6: error: /WX-: No such file or directory
351make[1]: *** [CMakeFiles/cmTC_a0930.dir/src.cxx.o] Error 1
352make: *** [cmTC_a0930/fast] Error 2
353
354Source file was:
355int main() { return 0; }
356Performing C++ SOURCE FILE Test LIBCXX_HAS_EHSC_FLAG failed with the following output:
357Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
358
359Run Build Command:"/usr/bin/make" "cmTC_002c6/fast"
360/usr/bin/make -f CMakeFiles/cmTC_002c6.dir/build.make CMakeFiles/cmTC_002c6.dir/build
361Building CXX object CMakeFiles/cmTC_002c6.dir/src.cxx.o
362/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11 -DLIBCXX_HAS_EHSC_FLAG -arch ppc -mmacosx-version-min=10.5   /EHsc -o CMakeFiles/cmTC_002c6.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.cxx
363g++-mp-6: error: /EHsc: No such file or directory
364make[1]: *** [CMakeFiles/cmTC_002c6.dir/src.cxx.o] Error 1
365make: *** [cmTC_002c6/fast] Error 2
366
367Source file was:
368int main() { return 0; }
369Performing C++ SOURCE FILE Test LIBCXX_HAS_NO_EHS_FLAG failed with the following output:
370Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
371
372Run Build Command:"/usr/bin/make" "cmTC_c85cd/fast"
373/usr/bin/make -f CMakeFiles/cmTC_c85cd.dir/build.make CMakeFiles/cmTC_c85cd.dir/build
374Building CXX object CMakeFiles/cmTC_c85cd.dir/src.cxx.o
375/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11 -DLIBCXX_HAS_NO_EHS_FLAG -arch ppc -mmacosx-version-min=10.5   /EHs- -o CMakeFiles/cmTC_c85cd.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.cxx
376g++-mp-6: error: /EHs-: No such file or directory
377make[1]: *** [CMakeFiles/cmTC_c85cd.dir/src.cxx.o] Error 1
378make: *** [cmTC_c85cd/fast] Error 2
379
380Source file was:
381int main() { return 0; }
382Performing C++ SOURCE FILE Test LIBCXX_HAS_NO_EHA_FLAG failed with the following output:
383Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
384
385Run Build Command:"/usr/bin/make" "cmTC_b2770/fast"
386/usr/bin/make -f CMakeFiles/cmTC_b2770.dir/build.make CMakeFiles/cmTC_b2770.dir/build
387Building CXX object CMakeFiles/cmTC_b2770.dir/src.cxx.o
388/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11 -DLIBCXX_HAS_NO_EHA_FLAG -arch ppc -mmacosx-version-min=10.5   /EHa- -o CMakeFiles/cmTC_b2770.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.cxx
389g++-mp-6: error: /EHa-: No such file or directory
390make[1]: *** [CMakeFiles/cmTC_b2770.dir/src.cxx.o] Error 1
391make: *** [cmTC_b2770/fast] Error 2
392
393Source file was:
394int main() { return 0; }
395Performing C++ SOURCE FILE Test LIBCXX_HAS_NO_GR_FLAG failed with the following output:
396Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
397
398Run Build Command:"/usr/bin/make" "cmTC_49c5f/fast"
399/usr/bin/make -f CMakeFiles/cmTC_49c5f.dir/build.make CMakeFiles/cmTC_49c5f.dir/build
400Building CXX object CMakeFiles/cmTC_49c5f.dir/src.cxx.o
401/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11 -DLIBCXX_HAS_NO_GR_FLAG -arch ppc -mmacosx-version-min=10.5   /GR- -o CMakeFiles/cmTC_49c5f.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.cxx
402g++-mp-6: error: /GR-: No such file or directory
403make[1]: *** [CMakeFiles/cmTC_49c5f.dir/src.cxx.o] Error 1
404make: *** [cmTC_49c5f/fast] Error 2
405
406Source file was:
407int main() { return 0; }
408Determining if the function clock_gettime exists in the rt failed with the following output:
409Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
410
411Run Build Command:"/usr/bin/make" "cmTC_1dd4b/fast"
412/usr/bin/make -f CMakeFiles/cmTC_1dd4b.dir/build.make CMakeFiles/cmTC_1dd4b.dir/build
413Building C object CMakeFiles/cmTC_1dd4b.dir/CheckFunctionExists.c.o
414/opt/local/bin/gcc-mp-6   -pipe -Os -fPIC -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -DCHECK_FUNCTION_EXISTS=clock_gettime -arch ppc -mmacosx-version-min=10.5   -o CMakeFiles/cmTC_1dd4b.dir/CheckFunctionExists.c.o   -c /opt/local/share/cmake-3.8/Modules/CheckFunctionExists.c
415Linking C executable cmTC_1dd4b
416/opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1dd4b.dir/link.txt --verbose=1
417/opt/local/bin/gcc-mp-6 -pipe -Os -fPIC -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -DCHECK_FUNCTION_EXISTS=clock_gettime -arch ppc -mmacosx-version-min=10.5 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-read_only_relocs,suppress  CMakeFiles/cmTC_1dd4b.dir/CheckFunctionExists.c.o  -o cmTC_1dd4b -lrt -lm
418ld: library not found for -lrt
419collect2: error: ld returned 1 exit status
420make[1]: *** [cmTC_1dd4b] Error 1
421make: *** [cmTC_1dd4b/fast] Error 2
422
423
424Determining if the function __gcc_personality_v0 exists in the gcc_s failed with the following output:
425Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
426
427Run Build Command:"/usr/bin/make" "cmTC_37016/fast"
428/usr/bin/make -f CMakeFiles/cmTC_37016.dir/build.make CMakeFiles/cmTC_37016.dir/build
429Building C object CMakeFiles/cmTC_37016.dir/CheckFunctionExists.c.o
430/opt/local/bin/gcc-mp-6   -pipe -Os -fPIC -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -DCHECK_FUNCTION_EXISTS=__gcc_personality_v0 -arch ppc -mmacosx-version-min=10.5   -o CMakeFiles/cmTC_37016.dir/CheckFunctionExists.c.o   -c /opt/local/share/cmake-3.8/Modules/CheckFunctionExists.c
431Linking C executable cmTC_37016
432/opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_37016.dir/link.txt --verbose=1
433/opt/local/bin/gcc-mp-6 -pipe -Os -fPIC -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -DCHECK_FUNCTION_EXISTS=__gcc_personality_v0 -arch ppc -mmacosx-version-min=10.5 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-read_only_relocs,suppress  CMakeFiles/cmTC_37016.dir/CheckFunctionExists.c.o  -o cmTC_37016 -lgcc_s -lm
434ld: library not found for -lgcc_s
435collect2: error: ld returned 1 exit status
436make[1]: *** [cmTC_37016] Error 1
437make: *** [cmTC_37016/fast] Error 2
438
439
440Performing C++ SOURCE FILE Test LIBCXX_SUPPORTS_EHSC_FLAG failed with the following output:
441Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
442
443Run Build Command:"/usr/bin/make" "cmTC_87ee0/fast"
444/usr/bin/make -f CMakeFiles/cmTC_87ee0.dir/build.make CMakeFiles/cmTC_87ee0.dir/build
445Building CXX object CMakeFiles/cmTC_87ee0.dir/src.cxx.o
446/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers  -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11 -DLIBCXX_SUPPORTS_EHSC_FLAG -arch ppc -mmacosx-version-min=10.5   -EHsc -o CMakeFiles/cmTC_87ee0.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.cxx
447g++-mp-6: error: unrecognized command line option '-EHsc'
448make[1]: *** [CMakeFiles/cmTC_87ee0.dir/src.cxx.o] Error 1
449make: *** [cmTC_87ee0/fast] Error 2
450
451Source file was:
452int main() { return 0; }
453Performing C++ SOURCE FILE Test COMPILER_RT_HAS_FNO_SANITIZE_SAFE_STACK_FLAG failed with the following output:
454Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
455
456Run Build Command:"/usr/bin/make" "cmTC_f4f80/fast"
457/usr/bin/make -f CMakeFiles/cmTC_f4f80.dir/build.make CMakeFiles/cmTC_f4f80.dir/build
458Building CXX object CMakeFiles/cmTC_f4f80.dir/src.cxx.o
459/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11 -DCOMPILER_RT_HAS_FNO_SANITIZE_SAFE_STACK_FLAG -arch ppc -mmacosx-version-min=10.5   -fno-sanitize=safe-stack -o CMakeFiles/cmTC_f4f80.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.cxx
460g++-mp-6: error: unrecognized argument to -fsanitize= option: 'safe-stack'
461make[1]: *** [CMakeFiles/cmTC_f4f80.dir/src.cxx.o] Error 1
462make: *** [cmTC_f4f80/fast] Error 2
463
464Source file was:
465int main() { return 0; }
466Performing C++ SOURCE FILE Test COMPILER_RT_HAS_MSSE3_FLAG failed with the following output:
467Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
468
469Run Build Command:"/usr/bin/make" "cmTC_168f4/fast"
470/usr/bin/make -f CMakeFiles/cmTC_168f4.dir/build.make CMakeFiles/cmTC_168f4.dir/build
471Building CXX object CMakeFiles/cmTC_168f4.dir/src.cxx.o
472/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11 -DCOMPILER_RT_HAS_MSSE3_FLAG -arch ppc -mmacosx-version-min=10.5   -Werror -msse3 -o CMakeFiles/cmTC_168f4.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.cxx
473g++-mp-6: error: unrecognized command line option '-msse3'; did you mean '-misel'?
474make[1]: *** [CMakeFiles/cmTC_168f4.dir/src.cxx.o] Error 1
475make: *** [cmTC_168f4/fast] Error 2
476
477Source file was:
478int main() { return 0; }
479Performing C++ SOURCE FILE Test COMPILER_RT_HAS_STD_C99_FLAG failed with the following output:
480Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
481
482Run Build Command:"/usr/bin/make" "cmTC_b19ee/fast"
483/usr/bin/make -f CMakeFiles/cmTC_b19ee.dir/build.make CMakeFiles/cmTC_b19ee.dir/build
484Building CXX object CMakeFiles/cmTC_b19ee.dir/src.cxx.o
485/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11 -DCOMPILER_RT_HAS_STD_C99_FLAG -arch ppc -mmacosx-version-min=10.5   -std=c99 -o CMakeFiles/cmTC_b19ee.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.cxx
486cc1plus: warning: command line option '-std=c99' is valid for C/ObjC but not for C++
487Linking CXX executable cmTC_b19ee
488/opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b19ee.dir/link.txt --verbose=1
489/opt/local/bin/g++-mp-6  -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11 -DCOMPILER_RT_HAS_STD_C99_FLAG -arch ppc -mmacosx-version-min=10.5 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-read_only_relocs,suppress  CMakeFiles/cmTC_b19ee.dir/src.cxx.o  -o cmTC_b19ee -lm
490
491Source file was:
492int main() { return 0; }
493Performing C++ SOURCE FILE Test COMPILER_RT_HAS_GR_FLAG failed with the following output:
494Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
495
496Run Build Command:"/usr/bin/make" "cmTC_6751f/fast"
497/usr/bin/make -f CMakeFiles/cmTC_6751f.dir/build.make CMakeFiles/cmTC_6751f.dir/build
498Building CXX object CMakeFiles/cmTC_6751f.dir/src.cxx.o
499/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11 -DCOMPILER_RT_HAS_GR_FLAG -arch ppc -mmacosx-version-min=10.5   /GR -o CMakeFiles/cmTC_6751f.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.cxx
500g++-mp-6: error: /GR: No such file or directory
501make[1]: *** [CMakeFiles/cmTC_6751f.dir/src.cxx.o] Error 1
502make: *** [cmTC_6751f/fast] Error 2
503
504Source file was:
505int main() { return 0; }
506Performing C++ SOURCE FILE Test COMPILER_RT_HAS_GS_FLAG failed with the following output:
507Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
508
509Run Build Command:"/usr/bin/make" "cmTC_1bebe/fast"
510/usr/bin/make -f CMakeFiles/cmTC_1bebe.dir/build.make CMakeFiles/cmTC_1bebe.dir/build
511Building CXX object CMakeFiles/cmTC_1bebe.dir/src.cxx.o
512/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11 -DCOMPILER_RT_HAS_GS_FLAG -arch ppc -mmacosx-version-min=10.5   /GS -o CMakeFiles/cmTC_1bebe.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.cxx
513g++-mp-6: error: /GS: No such file or directory
514make[1]: *** [CMakeFiles/cmTC_1bebe.dir/src.cxx.o] Error 1
515make: *** [cmTC_1bebe/fast] Error 2
516
517Source file was:
518int main() { return 0; }
519Performing C++ SOURCE FILE Test COMPILER_RT_HAS_MT_FLAG failed with the following output:
520Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
521
522Run Build Command:"/usr/bin/make" "cmTC_9a000/fast"
523/usr/bin/make -f CMakeFiles/cmTC_9a000.dir/build.make CMakeFiles/cmTC_9a000.dir/build
524Building CXX object CMakeFiles/cmTC_9a000.dir/src.cxx.o
525/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11 -DCOMPILER_RT_HAS_MT_FLAG -arch ppc -mmacosx-version-min=10.5   /MT -o CMakeFiles/cmTC_9a000.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.cxx
526g++-mp-6: error: /MT: No such file or directory
527make[1]: *** [CMakeFiles/cmTC_9a000.dir/src.cxx.o] Error 1
528make: *** [cmTC_9a000/fast] Error 2
529
530Source file was:
531int main() { return 0; }
532Performing C++ SOURCE FILE Test COMPILER_RT_HAS_Oy_FLAG failed with the following output:
533Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
534
535Run Build Command:"/usr/bin/make" "cmTC_23583/fast"
536/usr/bin/make -f CMakeFiles/cmTC_23583.dir/build.make CMakeFiles/cmTC_23583.dir/build
537Building CXX object CMakeFiles/cmTC_23583.dir/src.cxx.o
538/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11 -DCOMPILER_RT_HAS_Oy_FLAG -arch ppc -mmacosx-version-min=10.5   /Oy -o CMakeFiles/cmTC_23583.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.cxx
539g++-mp-6: error: /Oy: No such file or directory
540make[1]: *** [CMakeFiles/cmTC_23583.dir/src.cxx.o] Error 1
541make: *** [cmTC_23583/fast] Error 2
542
543Source file was:
544int main() { return 0; }
545Performing C++ SOURCE FILE Test COMPILER_RT_HAS_GLINE_TABLES_ONLY_FLAG failed with the following output:
546Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
547
548Run Build Command:"/usr/bin/make" "cmTC_3df28/fast"
549/usr/bin/make -f CMakeFiles/cmTC_3df28.dir/build.make CMakeFiles/cmTC_3df28.dir/build
550Building CXX object CMakeFiles/cmTC_3df28.dir/src.cxx.o
551/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11 -DCOMPILER_RT_HAS_GLINE_TABLES_ONLY_FLAG -arch ppc -mmacosx-version-min=10.5   -gline-tables-only -o CMakeFiles/cmTC_3df28.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.cxx
552cc1plus: error: unrecognised debug output level 'line-tables-only'
553make[1]: *** [CMakeFiles/cmTC_3df28.dir/src.cxx.o] Error 1
554make: *** [cmTC_3df28/fast] Error 2
555
556Source file was:
557int main() { return 0; }
558Performing C++ SOURCE FILE Test COMPILER_RT_HAS_Zi_FLAG failed with the following output:
559Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
560
561Run Build Command:"/usr/bin/make" "cmTC_991fc/fast"
562/usr/bin/make -f CMakeFiles/cmTC_991fc.dir/build.make CMakeFiles/cmTC_991fc.dir/build
563Building CXX object CMakeFiles/cmTC_991fc.dir/src.cxx.o
564/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11 -DCOMPILER_RT_HAS_Zi_FLAG -arch ppc -mmacosx-version-min=10.5   /Zi -o CMakeFiles/cmTC_991fc.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.cxx
565g++-mp-6: error: /Zi: No such file or directory
566make[1]: *** [CMakeFiles/cmTC_991fc.dir/src.cxx.o] Error 1
567make: *** [cmTC_991fc/fast] Error 2
568
569Source file was:
570int main() { return 0; }
571Performing C++ SOURCE FILE Test COMPILER_RT_HAS_WGLOBAL_CONSTRUCTORS_FLAG failed with the following output:
572Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
573
574Run Build Command:"/usr/bin/make" "cmTC_1d99e/fast"
575/usr/bin/make -f CMakeFiles/cmTC_1d99e.dir/build.make CMakeFiles/cmTC_1d99e.dir/build
576Building CXX object CMakeFiles/cmTC_1d99e.dir/src.cxx.o
577/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11 -DCOMPILER_RT_HAS_WGLOBAL_CONSTRUCTORS_FLAG -arch ppc -mmacosx-version-min=10.5   -Werror -Wglobal-constructors -o CMakeFiles/cmTC_1d99e.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.cxx
578g++-mp-6: error: unrecognized command line option '-Wglobal-constructors'; did you mean '-felide-constructors'?
579make[1]: *** [CMakeFiles/cmTC_1d99e.dir/src.cxx.o] Error 1
580make: *** [cmTC_1d99e/fast] Error 2
581
582Source file was:
583int main() { return 0; }
584Performing C++ SOURCE FILE Test COMPILER_RT_HAS_WC99_EXTENSIONS_FLAG failed with the following output:
585Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
586
587Run Build Command:"/usr/bin/make" "cmTC_669e5/fast"
588/usr/bin/make -f CMakeFiles/cmTC_669e5.dir/build.make CMakeFiles/cmTC_669e5.dir/build
589Building CXX object CMakeFiles/cmTC_669e5.dir/src.cxx.o
590/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11 -DCOMPILER_RT_HAS_WC99_EXTENSIONS_FLAG -arch ppc -mmacosx-version-min=10.5   -Werror -Wc99-extensions -o CMakeFiles/cmTC_669e5.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.cxx
591g++-mp-6: error: unrecognized command line option '-Wc99-extensions'; did you mean '-fms-extensions'?
592make[1]: *** [CMakeFiles/cmTC_669e5.dir/src.cxx.o] Error 1
593make: *** [cmTC_669e5/fast] Error 2
594
595Source file was:
596int main() { return 0; }
597Performing C++ SOURCE FILE Test COMPILER_RT_HAS_WGNU_FLAG failed with the following output:
598Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
599
600Run Build Command:"/usr/bin/make" "cmTC_38a8b/fast"
601/usr/bin/make -f CMakeFiles/cmTC_38a8b.dir/build.make CMakeFiles/cmTC_38a8b.dir/build
602Building CXX object CMakeFiles/cmTC_38a8b.dir/src.cxx.o
603/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11 -DCOMPILER_RT_HAS_WGNU_FLAG -arch ppc -mmacosx-version-min=10.5   -Werror -Wgnu -o CMakeFiles/cmTC_38a8b.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.cxx
604g++-mp-6: error: unrecognized command line option '-Wgnu'
605make[1]: *** [CMakeFiles/cmTC_38a8b.dir/src.cxx.o] Error 1
606make: *** [cmTC_38a8b/fast] Error 2
607
608Source file was:
609int main() { return 0; }
610Performing C++ SOURCE FILE Test COMPILER_RT_HAS_W3_FLAG failed with the following output:
611Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
612
613Run Build Command:"/usr/bin/make" "cmTC_aac72/fast"
614/usr/bin/make -f CMakeFiles/cmTC_aac72.dir/build.make CMakeFiles/cmTC_aac72.dir/build
615Building CXX object CMakeFiles/cmTC_aac72.dir/src.cxx.o
616/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11 -DCOMPILER_RT_HAS_W3_FLAG -arch ppc -mmacosx-version-min=10.5   /W3 -o CMakeFiles/cmTC_aac72.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.cxx
617g++-mp-6: error: /W3: No such file or directory
618make[1]: *** [CMakeFiles/cmTC_aac72.dir/src.cxx.o] Error 1
619make: *** [cmTC_aac72/fast] Error 2
620
621Source file was:
622int main() { return 0; }
623Performing C++ SOURCE FILE Test COMPILER_RT_HAS_WX_FLAG failed with the following output:
624Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
625
626Run Build Command:"/usr/bin/make" "cmTC_0bf7d/fast"
627/usr/bin/make -f CMakeFiles/cmTC_0bf7d.dir/build.make CMakeFiles/cmTC_0bf7d.dir/build
628Building CXX object CMakeFiles/cmTC_0bf7d.dir/src.cxx.o
629/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11 -DCOMPILER_RT_HAS_WX_FLAG -arch ppc -mmacosx-version-min=10.5   /WX -o CMakeFiles/cmTC_0bf7d.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.cxx
630g++-mp-6: error: /WX: No such file or directory
631make[1]: *** [CMakeFiles/cmTC_0bf7d.dir/src.cxx.o] Error 1
632make: *** [cmTC_0bf7d/fast] Error 2
633
634Source file was:
635int main() { return 0; }
636Performing C++ SOURCE FILE Test COMPILER_RT_HAS_WD4146_FLAG failed with the following output:
637Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
638
639Run Build Command:"/usr/bin/make" "cmTC_8029b/fast"
640/usr/bin/make -f CMakeFiles/cmTC_8029b.dir/build.make CMakeFiles/cmTC_8029b.dir/build
641Building CXX object CMakeFiles/cmTC_8029b.dir/src.cxx.o
642/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11 -DCOMPILER_RT_HAS_WD4146_FLAG -arch ppc -mmacosx-version-min=10.5   /wd4146 -o CMakeFiles/cmTC_8029b.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.cxx
643g++-mp-6: error: /wd4146: No such file or directory
644make[1]: *** [CMakeFiles/cmTC_8029b.dir/src.cxx.o] Error 1
645make: *** [cmTC_8029b/fast] Error 2
646
647Source file was:
648int main() { return 0; }
649Performing C++ SOURCE FILE Test COMPILER_RT_HAS_WD4291_FLAG failed with the following output:
650Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
651
652Run Build Command:"/usr/bin/make" "cmTC_0c807/fast"
653/usr/bin/make -f CMakeFiles/cmTC_0c807.dir/build.make CMakeFiles/cmTC_0c807.dir/build
654Building CXX object CMakeFiles/cmTC_0c807.dir/src.cxx.o
655/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11 -DCOMPILER_RT_HAS_WD4291_FLAG -arch ppc -mmacosx-version-min=10.5   /wd4291 -o CMakeFiles/cmTC_0c807.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.cxx
656g++-mp-6: error: /wd4291: No such file or directory
657make[1]: *** [CMakeFiles/cmTC_0c807.dir/src.cxx.o] Error 1
658make: *** [cmTC_0c807/fast] Error 2
659
660Source file was:
661int main() { return 0; }
662Performing C++ SOURCE FILE Test COMPILER_RT_HAS_WD4391_FLAG failed with the following output:
663Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
664
665Run Build Command:"/usr/bin/make" "cmTC_8a222/fast"
666/usr/bin/make -f CMakeFiles/cmTC_8a222.dir/build.make CMakeFiles/cmTC_8a222.dir/build
667Building CXX object CMakeFiles/cmTC_8a222.dir/src.cxx.o
668/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11 -DCOMPILER_RT_HAS_WD4391_FLAG -arch ppc -mmacosx-version-min=10.5   /wd4391 -o CMakeFiles/cmTC_8a222.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.cxx
669g++-mp-6: error: /wd4391: No such file or directory
670make[1]: *** [CMakeFiles/cmTC_8a222.dir/src.cxx.o] Error 1
671make: *** [cmTC_8a222/fast] Error 2
672
673Source file was:
674int main() { return 0; }
675Performing C++ SOURCE FILE Test COMPILER_RT_HAS_WD4722_FLAG failed with the following output:
676Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
677
678Run Build Command:"/usr/bin/make" "cmTC_1f9a0/fast"
679/usr/bin/make -f CMakeFiles/cmTC_1f9a0.dir/build.make CMakeFiles/cmTC_1f9a0.dir/build
680Building CXX object CMakeFiles/cmTC_1f9a0.dir/src.cxx.o
681/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11 -DCOMPILER_RT_HAS_WD4722_FLAG -arch ppc -mmacosx-version-min=10.5   /wd4722 -o CMakeFiles/cmTC_1f9a0.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.cxx
682g++-mp-6: error: /wd4722: No such file or directory
683make[1]: *** [CMakeFiles/cmTC_1f9a0.dir/src.cxx.o] Error 1
684make: *** [cmTC_1f9a0/fast] Error 2
685
686Source file was:
687int main() { return 0; }
688Performing C++ SOURCE FILE Test COMPILER_RT_HAS_WD4800_FLAG failed with the following output:
689Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
690
691Run Build Command:"/usr/bin/make" "cmTC_1dfc9/fast"
692/usr/bin/make -f CMakeFiles/cmTC_1dfc9.dir/build.make CMakeFiles/cmTC_1dfc9.dir/build
693Building CXX object CMakeFiles/cmTC_1dfc9.dir/src.cxx.o
694/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11 -DCOMPILER_RT_HAS_WD4800_FLAG -arch ppc -mmacosx-version-min=10.5   /wd4800 -o CMakeFiles/cmTC_1dfc9.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.cxx
695g++-mp-6: error: /wd4800: No such file or directory
696make[1]: *** [CMakeFiles/cmTC_1dfc9.dir/src.cxx.o] Error 1
697make: *** [cmTC_1dfc9/fast] Error 2
698
699Source file was:
700int main() { return 0; }
701Determining if the function shm_open exists in the rt failed with the following output:
702Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
703
704Run Build Command:"/usr/bin/make" "cmTC_3be14/fast"
705/usr/bin/make -f CMakeFiles/cmTC_3be14.dir/build.make CMakeFiles/cmTC_3be14.dir/build
706Building C object CMakeFiles/cmTC_3be14.dir/CheckFunctionExists.c.o
707/opt/local/bin/gcc-mp-6   -pipe -Os -fPIC -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -DCHECK_FUNCTION_EXISTS=shm_open -arch ppc -mmacosx-version-min=10.5   -o CMakeFiles/cmTC_3be14.dir/CheckFunctionExists.c.o   -c /opt/local/share/cmake-3.8/Modules/CheckFunctionExists.c
708Linking C executable cmTC_3be14
709/opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3be14.dir/link.txt --verbose=1
710/opt/local/bin/gcc-mp-6 -pipe -Os -fPIC -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-comment -DCHECK_FUNCTION_EXISTS=shm_open -arch ppc -mmacosx-version-min=10.5 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-read_only_relocs,suppress  CMakeFiles/cmTC_3be14.dir/CheckFunctionExists.c.o  -o cmTC_3be14 -lrt -lm
711ld: library not found for -lrt
712collect2: error: ld returned 1 exit status
713make[1]: *** [cmTC_3be14] Error 1
714make: *** [cmTC_3be14/fast] Error 2
715
716
717Performing C++ SOURCE FILE Test COMPILER_RT_HAS_APP_EXTENSION failed with the following output:
718Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
719
720Run Build Command:"/usr/bin/make" "cmTC_18abd/fast"
721/usr/bin/make -f CMakeFiles/cmTC_18abd.dir/build.make CMakeFiles/cmTC_18abd.dir/build
722Building CXX object CMakeFiles/cmTC_18abd.dir/src.cxx.o
723/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11 -DCOMPILER_RT_HAS_APP_EXTENSION  -fapplication-extension -arch ppc   -o CMakeFiles/cmTC_18abd.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.cxx
724g++-mp-6: error: unrecognized command line option '-fapplication-extension'; did you mean '-fplan9-extensions'?
725make[1]: *** [CMakeFiles/cmTC_18abd.dir/src.cxx.o] Error 1
726make: *** [cmTC_18abd/fast] Error 2
727
728Source file was:
729int main() { return 0; }
730Testing compiler for supporting osx-i386:
731Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
732
733Run Build Command:"/usr/bin/make" "cmTC_76c0c/fast"
734/usr/bin/make -f CMakeFiles/cmTC_76c0c.dir/build.make CMakeFiles/cmTC_76c0c.dir/build
735Building CXX object CMakeFiles/cmTC_76c0c.dir/src.cpp.o
736/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11  -arch ppc   -v -arch i386 -stdlib=libc++ -mmacosx-version-min=10.5 -isysroot /Developer/SDKs/MacOSX10.6.sdk -o CMakeFiles/cmTC_76c0c.dir/src.cpp.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/src.cpp
737g++-mp-6: warning: this compiler does not support X86 (arch flags ignored)
738Using built-in specs.
739COLLECT_GCC=/opt/local/bin/g++-mp-6
740g++-mp-6: error: unrecognized command line option '-stdlib=libc++'
741Target: ppc-apple-darwin9
742Configured with: /opt/local/var/macports/build/_opt_LeopardPorts_lang_gcc6/gcc6/work/gcc-6.3.0/configure --prefix=/opt/local --build=ppc-apple-darwin9 --enable-languages=c,c++,objc,obj-c++,lto,fortran --libdir=/opt/local/lib/gcc6 --includedir=/opt/local/include/gcc6 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datarootdir=/opt/local/share/gcc-6 --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-6 --with-gxx-include-dir=/opt/local/include/gcc6/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --with-mpc=/opt/local --with-isl=/opt/local --enable-stage1-checking --disable-multilib --enable-lto --enable-libstdcxx-time --with-build-config=bootstrap-debug --with-as=/opt/local/bin/as --with-ld=/opt/local/bin/ld --with-ar=/opt/local/bin/ar --with-bugurl=https://trac.macports.org/newticket --with-default-libstdcxx-abi=gcc4-compatible --with-pkgversion='MacPorts gcc6 6.3.0_2+defaultabi4'
743Thread model: posix
744gcc version 6.3.0 (MacPorts gcc6 6.3.0_2+defaultabi4)
745make[1]: *** [CMakeFiles/cmTC_76c0c.dir/src.cpp.o] Error 1
746make: *** [cmTC_76c0c/fast] Error 2
747
748Testing compiler for supporting osx-x86_64:
749Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
750
751Run Build Command:"/usr/bin/make" "cmTC_57141/fast"
752/usr/bin/make -f CMakeFiles/cmTC_57141.dir/build.make CMakeFiles/cmTC_57141.dir/build
753Building CXX object CMakeFiles/cmTC_57141.dir/src.cpp.o
754/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11  -arch ppc   -v -arch x86_64 -stdlib=libc++ -mmacosx-version-min=10.5 -isysroot /Developer/SDKs/MacOSX10.6.sdk -o CMakeFiles/cmTC_57141.dir/src.cpp.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/src.cpp
755g++-mp-6: warning: this compiler does not support X86 (arch flags ignored)
756Using built-in specs.
757COLLECT_GCC=/opt/local/bin/g++-mp-6
758g++-mp-6: error: unrecognized command line option '-stdlib=libc++'
759Target: ppc-apple-darwin9
760Configured with: /opt/local/var/macports/build/_opt_LeopardPorts_lang_gcc6/gcc6/work/gcc-6.3.0/configure --prefix=/opt/local --build=ppc-apple-darwin9 --enable-languages=c,c++,objc,obj-c++,lto,fortran --libdir=/opt/local/lib/gcc6 --includedir=/opt/local/include/gcc6 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datarootdir=/opt/local/share/gcc-6 --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-6 --with-gxx-include-dir=/opt/local/include/gcc6/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --with-mpc=/opt/local --with-isl=/opt/local --enable-stage1-checking --disable-multilib --enable-lto --enable-libstdcxx-time --with-build-config=bootstrap-debug --with-as=/opt/local/bin/as --with-ld=/opt/local/bin/ld --with-ar=/opt/local/bin/ar --with-bugurl=https://trac.macports.org/newticket --with-default-libstdcxx-abi=gcc4-compatible --with-pkgversion='MacPorts gcc6 6.3.0_2+defaultabi4'
761Thread model: posix
762gcc version 6.3.0 (MacPorts gcc6 6.3.0_2+defaultabi4)
763make[1]: *** [CMakeFiles/cmTC_57141.dir/src.cpp.o] Error 1
764make: *** [cmTC_57141/fast] Error 2
765
766Testing compiler for supporting osx-ppc:
767Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
768
769Run Build Command:"/usr/bin/make" "cmTC_aaa02/fast"
770/usr/bin/make -f CMakeFiles/cmTC_aaa02.dir/build.make CMakeFiles/cmTC_aaa02.dir/build
771Building CXX object CMakeFiles/cmTC_aaa02.dir/src.cpp.o
772/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11  -arch ppc   -v -arch ppc -stdlib=libc++ -mmacosx-version-min=10.5 -isysroot /Developer/SDKs/MacOSX10.6.sdk -o CMakeFiles/cmTC_aaa02.dir/src.cpp.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/src.cpp
773Using built-in specs.
774COLLECT_GCC=/opt/local/bin/g++-mp-6
775g++-mp-6: error: unrecognized command line option '-stdlib=libc++'
776Target: ppc-apple-darwin9
777Configured with: /opt/local/var/macports/build/_opt_LeopardPorts_lang_gcc6/gcc6/work/gcc-6.3.0/configure --prefix=/opt/local --build=ppc-apple-darwin9 --enable-languages=c,c++,objc,obj-c++,lto,fortran --libdir=/opt/local/lib/gcc6 --includedir=/opt/local/include/gcc6 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datarootdir=/opt/local/share/gcc-6 --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-6 --with-gxx-include-dir=/opt/local/include/gcc6/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --with-mpc=/opt/local --with-isl=/opt/local --enable-stage1-checking --disable-multilib --enable-lto --enable-libstdcxx-time --with-build-config=bootstrap-debug --with-as=/opt/local/bin/as --with-ld=/opt/local/bin/ld --with-ar=/opt/local/bin/ar --with-bugurl=https://trac.macports.org/newticket --with-default-libstdcxx-abi=gcc4-compatible --with-pkgversion='MacPorts gcc6 6.3.0_2+defaultabi4'
778Thread model: posix
779gcc version 6.3.0 (MacPorts gcc6 6.3.0_2+defaultabi4)
780make[1]: *** [CMakeFiles/cmTC_aaa02.dir/src.cpp.o] Error 1
781make: *** [cmTC_aaa02/fast] Error 2
782
783Testing compiler for supporting osx-ppc64:
784Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
785
786Run Build Command:"/usr/bin/make" "cmTC_a1a93/fast"
787/usr/bin/make -f CMakeFiles/cmTC_a1a93.dir/build.make CMakeFiles/cmTC_a1a93.dir/build
788Building CXX object CMakeFiles/cmTC_a1a93.dir/src.cpp.o
789/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11  -arch ppc   -v -arch ppc64 -stdlib=libc++ -mmacosx-version-min=10.5 -isysroot /Developer/SDKs/MacOSX10.6.sdk -o CMakeFiles/cmTC_a1a93.dir/src.cpp.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/src.cpp
790g++-mp-6: warning: ppc64 conflicts with ppc (arch flags ignored)
791Using built-in specs.
792COLLECT_GCC=/opt/local/bin/g++-mp-6
793g++-mp-6: error: unrecognized command line option '-stdlib=libc++'
794Target: ppc-apple-darwin9
795Configured with: /opt/local/var/macports/build/_opt_LeopardPorts_lang_gcc6/gcc6/work/gcc-6.3.0/configure --prefix=/opt/local --build=ppc-apple-darwin9 --enable-languages=c,c++,objc,obj-c++,lto,fortran --libdir=/opt/local/lib/gcc6 --includedir=/opt/local/include/gcc6 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datarootdir=/opt/local/share/gcc-6 --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-6 --with-gxx-include-dir=/opt/local/include/gcc6/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --with-mpc=/opt/local --with-isl=/opt/local --enable-stage1-checking --disable-multilib --enable-lto --enable-libstdcxx-time --with-build-config=bootstrap-debug --with-as=/opt/local/bin/as --with-ld=/opt/local/bin/ld --with-ar=/opt/local/bin/ar --with-bugurl=https://trac.macports.org/newticket --with-default-libstdcxx-abi=gcc4-compatible --with-pkgversion='MacPorts gcc6 6.3.0_2+defaultabi4'
796Thread model: posix
797gcc version 6.3.0 (MacPorts gcc6 6.3.0_2+defaultabi4)
798make[1]: *** [CMakeFiles/cmTC_a1a93.dir/src.cpp.o] Error 1
799make: *** [cmTC_a1a93/fast] Error 2
800
801Testing compiler for supporting osx-armv6:
802Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
803
804Run Build Command:"/usr/bin/make" "cmTC_a06bb/fast"
805/usr/bin/make -f CMakeFiles/cmTC_a06bb.dir/build.make CMakeFiles/cmTC_a06bb.dir/build
806Building CXX object CMakeFiles/cmTC_a06bb.dir/src.cpp.o
807/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11  -arch ppc   -v -arch armv6 -stdlib=libc++ -mmacosx-version-min=10.5 -isysroot /Developer/SDKs/MacOSX10.6.sdk -o CMakeFiles/cmTC_a06bb.dir/src.cpp.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/src.cpp
808g++-mp-6: error: this compiler does not support armv6
809Using built-in specs.
810COLLECT_GCC=/opt/local/bin/g++-mp-6
811g++-mp-6: error: unrecognized command line option '-stdlib=libc++'
812Target: ppc-apple-darwin9
813Configured with: /opt/local/var/macports/build/_opt_LeopardPorts_lang_gcc6/gcc6/work/gcc-6.3.0/configure --prefix=/opt/local --build=ppc-apple-darwin9 --enable-languages=c,c++,objc,obj-c++,lto,fortran --libdir=/opt/local/lib/gcc6 --includedir=/opt/local/include/gcc6 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datarootdir=/opt/local/share/gcc-6 --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-6 --with-gxx-include-dir=/opt/local/include/gcc6/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --with-mpc=/opt/local --with-isl=/opt/local --enable-stage1-checking --disable-multilib --enable-lto --enable-libstdcxx-time --with-build-config=bootstrap-debug --with-as=/opt/local/bin/as --with-ld=/opt/local/bin/ld --with-ar=/opt/local/bin/ar --with-bugurl=https://trac.macports.org/newticket --with-default-libstdcxx-abi=gcc4-compatible --with-pkgversion='MacPorts gcc6 6.3.0_2+defaultabi4'
814Thread model: posix
815gcc version 6.3.0 (MacPorts gcc6 6.3.0_2+defaultabi4)
816make[1]: *** [CMakeFiles/cmTC_a06bb.dir/src.cpp.o] Error 1
817make: *** [cmTC_a06bb/fast] Error 2
818
819Testing compiler for supporting osx-armv7:
820Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
821
822Run Build Command:"/usr/bin/make" "cmTC_85690/fast"
823/usr/bin/make -f CMakeFiles/cmTC_85690.dir/build.make CMakeFiles/cmTC_85690.dir/build
824Building CXX object CMakeFiles/cmTC_85690.dir/src.cpp.o
825/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11  -arch ppc   -v -arch armv7 -stdlib=libc++ -mmacosx-version-min=10.5 -isysroot /Developer/SDKs/MacOSX10.6.sdk -o CMakeFiles/cmTC_85690.dir/src.cpp.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/src.cpp
826g++-mp-6: error: this compiler does not support armv7
827Using built-in specs.
828COLLECT_GCC=/opt/local/bin/g++-mp-6
829g++-mp-6: error: unrecognized command line option '-stdlib=libc++'
830Target: ppc-apple-darwin9
831Configured with: /opt/local/var/macports/build/_opt_LeopardPorts_lang_gcc6/gcc6/work/gcc-6.3.0/configure --prefix=/opt/local --build=ppc-apple-darwin9 --enable-languages=c,c++,objc,obj-c++,lto,fortran --libdir=/opt/local/lib/gcc6 --includedir=/opt/local/include/gcc6 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datarootdir=/opt/local/share/gcc-6 --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-6 --with-gxx-include-dir=/opt/local/include/gcc6/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --with-mpc=/opt/local --with-isl=/opt/local --enable-stage1-checking --disable-multilib --enable-lto --enable-libstdcxx-time --with-build-config=bootstrap-debug --with-as=/opt/local/bin/as --with-ld=/opt/local/bin/ld --with-ar=/opt/local/bin/ar --with-bugurl=https://trac.macports.org/newticket --with-default-libstdcxx-abi=gcc4-compatible --with-pkgversion='MacPorts gcc6 6.3.0_2+defaultabi4'
832Thread model: posix
833gcc version 6.3.0 (MacPorts gcc6 6.3.0_2+defaultabi4)
834make[1]: *** [CMakeFiles/cmTC_85690.dir/src.cpp.o] Error 1
835make: *** [cmTC_85690/fast] Error 2
836
837Testing compiler for supporting 10.4-armv6:
838Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
839
840Run Build Command:"/usr/bin/make" "cmTC_5ee64/fast"
841/usr/bin/make -f CMakeFiles/cmTC_5ee64.dir/build.make CMakeFiles/cmTC_5ee64.dir/build
842Building CXX object CMakeFiles/cmTC_5ee64.dir/src.cpp.o
843/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11  -arch ppc   -v -arch armv6 -o CMakeFiles/cmTC_5ee64.dir/src.cpp.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/src.cpp
844g++-mp-6: error: this compiler does not support armv6
845Using built-in specs.
846COLLECT_GCC=/opt/local/bin/g++-mp-6
847Target: ppc-apple-darwin9
848Configured with: /opt/local/var/macports/build/_opt_LeopardPorts_lang_gcc6/gcc6/work/gcc-6.3.0/configure --prefix=/opt/local --build=ppc-apple-darwin9 --enable-languages=c,c++,objc,obj-c++,lto,fortran --libdir=/opt/local/lib/gcc6 --includedir=/opt/local/include/gcc6 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datarootdir=/opt/local/share/gcc-6 --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-6 --with-gxx-include-dir=/opt/local/include/gcc6/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --with-mpc=/opt/local --with-isl=/opt/local --enable-stage1-checking --disable-multilib --enable-lto --enable-libstdcxx-time --with-build-config=bootstrap-debug --with-as=/opt/local/bin/as --with-ld=/opt/local/bin/ld --with-ar=/opt/local/bin/ar --with-bugurl=https://trac.macports.org/newticket --with-default-libstdcxx-abi=gcc4-compatible --with-pkgversion='MacPorts gcc6 6.3.0_2+defaultabi4'
849Thread model: posix
850gcc version 6.3.0 (MacPorts gcc6 6.3.0_2+defaultabi4)
851make[1]: *** [CMakeFiles/cmTC_5ee64.dir/src.cpp.o] Error 1
852make: *** [cmTC_5ee64/fast] Error 2
853
854Testing compiler for supporting 10.4-armv7:
855Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
856
857Run Build Command:"/usr/bin/make" "cmTC_5bef4/fast"
858/usr/bin/make -f CMakeFiles/cmTC_5bef4.dir/build.make CMakeFiles/cmTC_5bef4.dir/build
859Building CXX object CMakeFiles/cmTC_5bef4.dir/src.cpp.o
860/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11  -arch ppc   -v -arch armv7 -o CMakeFiles/cmTC_5bef4.dir/src.cpp.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/src.cpp
861g++-mp-6: error: this compiler does not support armv7
862Using built-in specs.
863COLLECT_GCC=/opt/local/bin/g++-mp-6
864Target: ppc-apple-darwin9
865Configured with: /opt/local/var/macports/build/_opt_LeopardPorts_lang_gcc6/gcc6/work/gcc-6.3.0/configure --prefix=/opt/local --build=ppc-apple-darwin9 --enable-languages=c,c++,objc,obj-c++,lto,fortran --libdir=/opt/local/lib/gcc6 --includedir=/opt/local/include/gcc6 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datarootdir=/opt/local/share/gcc-6 --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-6 --with-gxx-include-dir=/opt/local/include/gcc6/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --with-mpc=/opt/local --with-isl=/opt/local --enable-stage1-checking --disable-multilib --enable-lto --enable-libstdcxx-time --with-build-config=bootstrap-debug --with-as=/opt/local/bin/as --with-ld=/opt/local/bin/ld --with-ar=/opt/local/bin/ar --with-bugurl=https://trac.macports.org/newticket --with-default-libstdcxx-abi=gcc4-compatible --with-pkgversion='MacPorts gcc6 6.3.0_2+defaultabi4'
866Thread model: posix
867gcc version 6.3.0 (MacPorts gcc6 6.3.0_2+defaultabi4)
868make[1]: *** [CMakeFiles/cmTC_5bef4.dir/src.cpp.o] Error 1
869make: *** [cmTC_5bef4/fast] Error 2
870
871Performing C++ SOURCE FILE Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG failed with the following output:
872Change Dir: /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp
873
874Run Build Command:"/usr/bin/make" "cmTC_4af7f/fast"
875/usr/bin/make -f CMakeFiles/cmTC_4af7f.dir/build.make CMakeFiles/cmTC_4af7f.dir/build
876Building CXX object CMakeFiles/cmTC_4af7f.dir/src.cxx.o
877/opt/local/bin/g++-mp-6    -pipe -Os -U__STRICT_ANSI__ -std=c++11 -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -std=c++11 -fno-common -Woverloaded-virtual -fno-strict-aliasing -DCXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG -arch ppc -mmacosx-version-min=10.5   -Werror -Wnested-anon-types -o CMakeFiles/cmTC_4af7f.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_LeopardPorts_lang_llvm-3.8/clang-3.8/work/build/CMakeFiles/CMakeTmp/src.cxx
878g++-mp-6: error: unrecognized command line option '-Wnested-anon-types'; did you mean '-Wnested-externs'?
879make[1]: *** [CMakeFiles/cmTC_4af7f.dir/src.cxx.o] Error 1
880make: *** [cmTC_4af7f/fast] Error 2
881
882Source file was:
883int main() { return 0; }