Ticket #50341: CMakeError.2.log

File CMakeError.2.log, 24.1 KB (added by artbotterell (Art Botterell), 8 years ago)
Line 
1Determining if the environ exist failed with the following output:
2Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp
3
4Run Build Command:"/usr/bin/make" "cmTC_6ff6e/fast"
5make -f CMakeFiles/cmTC_6ff6e.dir/build.make CMakeFiles/cmTC_6ff6e.dir/build
6Building C object CMakeFiles/cmTC_6ff6e.dir/CheckSymbolExists.c.o
7/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang    -pipe -Os -arch x86_64   -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11   -o CMakeFiles/cmTC_6ff6e.dir/CheckSymbolExists.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp/CheckSymbolExists.c
8/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: use of undeclared identifier 'environ'
9  return ((int*)(&environ))[argc];
10                  ^
111 error generated.
12make[1]: *** [CMakeFiles/cmTC_6ff6e.dir/CheckSymbolExists.c.o] Error 1
13make: *** [cmTC_6ff6e/fast] Error 2
14
15File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
16/* */
17#include <stdlib.h>
18
19int main(int argc, char** argv)
20{
21  (void)argv;
22#ifndef environ
23  return ((int*)(&environ))[argc];
24#else
25  (void)argc;
26  return 0;
27#endif
28}
29
30Checking whether struct stat has st_mtim member failed to compile with the following output:
31Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/CMakeFiles/CMakeTmp
32
33Run Build Command:"/usr/bin/make" "cmTC_1c8e8/fast"
34make -f CMakeFiles/cmTC_1c8e8.dir/build.make CMakeFiles/cmTC_1c8e8.dir/build
35Building CXX object CMakeFiles/cmTC_1c8e8.dir/kwsysPlatformTestsCXX.cxx.o
36/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++   -DTEST_KWSYS_STAT_HAS_ST_MTIM  -pipe -Os -arch x86_64 -stdlib=libc++   -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11   -o CMakeFiles/cmTC_1c8e8.dir/kwsysPlatformTestsCXX.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx
37/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:42:15: error: no member named 'st_mtim' in 'stat'
38  (void)stat1.st_mtim.tv_sec;
39        ~~~~~ ^
40/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:43:15: error: no member named 'st_mtim' in 'stat'
41  (void)stat1.st_mtim.tv_nsec;
42        ~~~~~ ^
432 errors generated.
44make[1]: *** [CMakeFiles/cmTC_1c8e8.dir/kwsysPlatformTestsCXX.cxx.o] Error 1
45make: *** [cmTC_1c8e8/fast] Error 2
46
47
48Checking whether C++ compiler has '__int64' failed to compile with the following output:
49Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/CMakeFiles/CMakeTmp
50
51Run Build Command:"/usr/bin/make" "cmTC_9e74e/fast"
52make -f CMakeFiles/cmTC_9e74e.dir/build.make CMakeFiles/cmTC_9e74e.dir/build
53Building CXX object CMakeFiles/cmTC_9e74e.dir/kwsysPlatformTestsCXX.cxx.o
54/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++   -DTEST_KWSYS_CXX_HAS___INT64  -pipe -Os -arch x86_64 -stdlib=libc++   -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11   -o CMakeFiles/cmTC_9e74e.dir/kwsysPlatformTestsCXX.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx
55/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:27:1: error: unknown type name '__int64'
56__int64 f(__int64 n) { return n; }
57^
58/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:27:11: error: unknown type name '__int64'
59__int64 f(__int64 n) { return n; }
60          ^
61/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:30:3: error: unknown type name '__int64'
62  __int64 n = 0;
63  ^
643 errors generated.
65make[1]: *** [CMakeFiles/cmTC_9e74e.dir/kwsysPlatformTestsCXX.cxx.o] Error 1
66make: *** [cmTC_9e74e/fast] Error 2
67
68
69Determining size of __int64 failed with the following output:
70Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp
71
72Run Build Command:"/usr/bin/make" "cmTC_1f65f/fast"
73make -f CMakeFiles/cmTC_1f65f.dir/build.make CMakeFiles/cmTC_1f65f.dir/build
74Building C object CMakeFiles/cmTC_1f65f.dir/KWSYS_SIZEOF___INT64.c.o
75/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang    -pipe -Os -arch x86_64   -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11   -o CMakeFiles/cmTC_1f65f.dir/KWSYS_SIZEOF___INT64.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c
76/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:19:12: error: use of undeclared identifier '__int64'
77  ('0' + ((SIZE / 10000)%10)),
78           ^
79/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:17:22: note: expanded from macro 'SIZE'
80#define SIZE (sizeof(__int64))
81                     ^
82/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:20:12: error: use of undeclared identifier '__int64'
83  ('0' + ((SIZE / 1000)%10)),
84           ^
85/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:17:22: note: expanded from macro 'SIZE'
86#define SIZE (sizeof(__int64))
87                     ^
88/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:21:12: error: use of undeclared identifier '__int64'
89  ('0' + ((SIZE / 100)%10)),
90           ^
91/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:17:22: note: expanded from macro 'SIZE'
92#define SIZE (sizeof(__int64))
93                     ^
94/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:22:12: error: use of undeclared identifier '__int64'
95  ('0' + ((SIZE / 10)%10)),
96           ^
97/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:17:22: note: expanded from macro 'SIZE'
98#define SIZE (sizeof(__int64))
99                     ^
100/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:23:12: error: use of undeclared identifier '__int64'
101  ('0' +  (SIZE    % 10)),
102           ^
103/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:17:22: note: expanded from macro 'SIZE'
104#define SIZE (sizeof(__int64))
105                     ^
1065 errors generated.
107make[1]: *** [CMakeFiles/cmTC_1f65f.dir/KWSYS_SIZEOF___INT64.c.o] Error 1
108make: *** [cmTC_1f65f/fast] Error 2
109
110/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:
111#include <sys/types.h>
112#include <stdint.h>
113#include <stddef.h>
114
115
116#undef KEY
117#if defined(__i386)
118# define KEY '_','_','i','3','8','6'
119#elif defined(__x86_64)
120# define KEY '_','_','x','8','6','_','6','4'
121#elif defined(__ppc__)
122# define KEY '_','_','p','p','c','_','_'
123#elif defined(__ppc64__)
124# define KEY '_','_','p','p','c','6','4','_','_'
125#endif
126
127#define SIZE (sizeof(__int64))
128char info_size[] =  {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
129  ('0' + ((SIZE / 10000)%10)),
130  ('0' + ((SIZE / 1000)%10)),
131  ('0' + ((SIZE / 100)%10)),
132  ('0' + ((SIZE / 10)%10)),
133  ('0' +  (SIZE    % 10)),
134  ']',
135#ifdef KEY
136  ' ','k','e','y','[', KEY, ']',
137#endif
138  '\0'};
139
140#ifdef __CLASSIC_C__
141int main(argc, argv) int argc; char *argv[];
142#else
143int main(int argc, char *argv[])
144#endif
145{
146  int require = 0;
147  require += info_size[argc];
148  (void)argv;
149  return require;
150}
151
152
153Checking whether CXX compiler has environ in stdlib.h failed to compile with the following output:
154Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/CMakeFiles/CMakeTmp
155
156Run Build Command:"/usr/bin/make" "cmTC_8a06e/fast"
157make -f CMakeFiles/cmTC_8a06e.dir/build.make CMakeFiles/cmTC_8a06e.dir/build
158Building CXX object CMakeFiles/cmTC_8a06e.dir/kwsysPlatformTestsCXX.cxx.o
159/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++   -DTEST_KWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H  -pipe -Os -arch x86_64 -stdlib=libc++   -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11   -o CMakeFiles/cmTC_8a06e.dir/kwsysPlatformTestsCXX.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx
160/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:200:13: error: use of undeclared identifier 'environ'
161  char* e = environ[0];
162            ^
1631 error generated.
164make[1]: *** [CMakeFiles/cmTC_8a06e.dir/kwsysPlatformTestsCXX.cxx.o] Error 1
165make: *** [cmTC_8a06e/fast] Error 2
166
167
168Checking whether CXX compiler has utimensat failed to compile with the following output:
169Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/CMakeFiles/CMakeTmp
170
171Run Build Command:"/usr/bin/make" "cmTC_19c81/fast"
172make -f CMakeFiles/cmTC_19c81.dir/build.make CMakeFiles/cmTC_19c81.dir/build
173Building CXX object CMakeFiles/cmTC_19c81.dir/kwsysPlatformTestsCXX.cxx.o
174/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++   -DTEST_KWSYS_CXX_HAS_UTIMENSAT  -pipe -Os -arch x86_64 -stdlib=libc++   -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11   -o CMakeFiles/cmTC_19c81.dir/kwsysPlatformTestsCXX.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx
175/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:274:34: error: use of undeclared identifier 'UTIME_OMIT'
176  struct timespec times[2] = {{0,UTIME_OMIT},{0,UTIME_NOW}};
177                                 ^
178/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:274:49: error: use of undeclared identifier 'UTIME_NOW'
179  struct timespec times[2] = {{0,UTIME_OMIT},{0,UTIME_NOW}};
180                                                ^
181/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:275:10: error: use of undeclared identifier 'utimensat'
182  return utimensat(AT_FDCWD, "/example", times, AT_SYMLINK_NOFOLLOW);
183         ^
1843 errors generated.
185make[1]: *** [CMakeFiles/cmTC_19c81.dir/kwsysPlatformTestsCXX.cxx.o] Error 1
186make: *** [cmTC_19c81/fast] Error 2
187
188
189Checking whether CXX compiler has rlimit64 failed to compile with the following output:
190Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/CMakeFiles/CMakeTmp
191
192Run Build Command:"/usr/bin/make" "cmTC_a86d0/fast"
193make -f CMakeFiles/cmTC_a86d0.dir/build.make CMakeFiles/cmTC_a86d0.dir/build
194Building CXX object CMakeFiles/cmTC_a86d0.dir/kwsysPlatformTestsCXX.cxx.o
195/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++   -DKWSYS_HAS_LFS=1 -DTEST_KWSYS_CXX_HAS_RLIMIT64  -pipe -Os -arch x86_64 -stdlib=libc++   -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11   -o CMakeFiles/cmTC_a86d0.dir/kwsysPlatformTestsCXX.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx
196/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:228:19: error: variable has incomplete type 'struct rlimit64'
197  struct rlimit64 rlim;
198                  ^
199/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:228:10: note: forward declaration of 'rlimit64'
200  struct rlimit64 rlim;
201         ^
2021 error generated.
203make[1]: *** [CMakeFiles/cmTC_a86d0.dir/kwsysPlatformTestsCXX.cxx.o] Error 1
204make: *** [cmTC_a86d0/fast] Error 2
205
206
207Checking whether CXX compiler has _atoi64 failed to compile with the following output:
208Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/CMakeFiles/CMakeTmp
209
210Run Build Command:"/usr/bin/make" "cmTC_7771f/fast"
211make -f CMakeFiles/cmTC_7771f.dir/build.make CMakeFiles/cmTC_7771f.dir/build
212Building CXX object CMakeFiles/cmTC_7771f.dir/kwsysPlatformTestsCXX.cxx.o
213/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++   -DTEST_KWSYS_CXX_HAS__ATOI64  -pipe -Os -arch x86_64 -stdlib=libc++   -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11   -o CMakeFiles/cmTC_7771f.dir/kwsysPlatformTestsCXX.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx
214/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:256:27: error: use of undeclared identifier '_atoi64'
215  return static_cast<int>(_atoi64(str));
216                          ^
2171 error generated.
218make[1]: *** [CMakeFiles/cmTC_7771f.dir/kwsysPlatformTestsCXX.cxx.o] Error 1
219make: *** [cmTC_7771f/fast] Error 2
220
221
222Determining if the include file elf.h exists failed with the following output:
223Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp
224
225Run Build Command:"/usr/bin/make" "cmTC_28bee/fast"
226make -f CMakeFiles/cmTC_28bee.dir/build.make CMakeFiles/cmTC_28bee.dir/build
227Building C object CMakeFiles/cmTC_28bee.dir/CheckIncludeFile.c.o
228/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang    -pipe -Os -arch x86_64   -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11   -o CMakeFiles/cmTC_28bee.dir/CheckIncludeFile.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp/CheckIncludeFile.c
229/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'elf.h' file not found
230#include <elf.h>
231         ^
2321 error generated.
233make[1]: *** [CMakeFiles/cmTC_28bee.dir/CheckIncludeFile.c.o] Error 1
234make: *** [cmTC_28bee/fast] Error 2
235
236
237Looking for a Fortran compiler failed with the following output:
238sh: /bin/ps: Operation not permitted
239sh: /bin/ps: Operation not permitted
240sh: /bin/ps: Operation not permitted
241sh: /bin/ps: Operation not permitted
242-- The Fortran compiler identification is unknown
243CMake Error at CMakeLists.txt:2 (project):
244  No CMAKE_Fortran_COMPILER could be found.
245
246  Tell CMake where to find the compiler by setting either the environment
247  variable "FC" or the CMake cache entry CMAKE_Fortran_COMPILER to the full
248  path to the compiler, or to the compiler name if it is in the PATH.
249
250
251-- Configuring incomplete, errors occurred!
252See also "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Tests/CMakeFiles/CheckFortran/CMakeFiles/CMakeOutput.log".
253See also "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Tests/CMakeFiles/CheckFortran/CMakeFiles/CMakeError.log".
254
255Determining if the Q_WS_X11 exist failed with the following output:
256Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp
257
258Run Build Command:"/usr/bin/make" "cmTC_e1712/fast"
259make -f CMakeFiles/cmTC_e1712.dir/build.make CMakeFiles/cmTC_e1712.dir/build
260Building CXX object CMakeFiles/cmTC_e1712.dir/CheckSymbolExists.cxx.o
261/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++    -I/opt/local/include  -pipe -Os -arch x86_64 -stdlib=libc++   -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11   -o CMakeFiles/cmTC_e1712.dir/CheckSymbolExists.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
262/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: use of undeclared identifier 'Q_WS_X11'
263  return ((int*)(&Q_WS_X11))[argc];
264                  ^
2651 error generated.
266make[1]: *** [CMakeFiles/cmTC_e1712.dir/CheckSymbolExists.cxx.o] Error 1
267make: *** [cmTC_e1712/fast] Error 2
268
269File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
270/* */
271#include <QtCore/qglobal.h>
272
273int main(int argc, char** argv)
274{
275  (void)argv;
276#ifndef Q_WS_X11
277  return ((int*)(&Q_WS_X11))[argc];
278#else
279  (void)argc;
280  return 0;
281#endif
282}
283
284Determining if the Q_WS_WIN exist failed with the following output:
285Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp
286
287Run Build Command:"/usr/bin/make" "cmTC_bd702/fast"
288make -f CMakeFiles/cmTC_bd702.dir/build.make CMakeFiles/cmTC_bd702.dir/build
289Building CXX object CMakeFiles/cmTC_bd702.dir/CheckSymbolExists.cxx.o
290/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++    -I/opt/local/include  -pipe -Os -arch x86_64 -stdlib=libc++   -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11   -o CMakeFiles/cmTC_bd702.dir/CheckSymbolExists.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
291/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: use of undeclared identifier 'Q_WS_WIN'
292  return ((int*)(&Q_WS_WIN))[argc];
293                  ^
2941 error generated.
295make[1]: *** [CMakeFiles/cmTC_bd702.dir/CheckSymbolExists.cxx.o] Error 1
296make: *** [cmTC_bd702/fast] Error 2
297
298File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
299/* */
300#include <QtCore/qglobal.h>
301
302int main(int argc, char** argv)
303{
304  (void)argv;
305#ifndef Q_WS_WIN
306  return ((int*)(&Q_WS_WIN))[argc];
307#else
308  (void)argc;
309  return 0;
310#endif
311}
312
313Determining if the Q_WS_QWS exist failed with the following output:
314Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp
315
316Run Build Command:"/usr/bin/make" "cmTC_435bf/fast"
317make -f CMakeFiles/cmTC_435bf.dir/build.make CMakeFiles/cmTC_435bf.dir/build
318Building CXX object CMakeFiles/cmTC_435bf.dir/CheckSymbolExists.cxx.o
319/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++    -I/opt/local/include  -pipe -Os -arch x86_64 -stdlib=libc++   -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11   -o CMakeFiles/cmTC_435bf.dir/CheckSymbolExists.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
320/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: use of undeclared identifier 'Q_WS_QWS'
321  return ((int*)(&Q_WS_QWS))[argc];
322                  ^
3231 error generated.
324make[1]: *** [CMakeFiles/cmTC_435bf.dir/CheckSymbolExists.cxx.o] Error 1
325make: *** [cmTC_435bf/fast] Error 2
326
327File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
328/* */
329#include <QtCore/qglobal.h>
330
331int main(int argc, char** argv)
332{
333  (void)argv;
334#ifndef Q_WS_QWS
335  return ((int*)(&Q_WS_QWS))[argc];
336#else
337  (void)argc;
338  return 0;
339#endif
340}
341