Ticket #66390: CMakeError.log

File CMakeError.log, 31.2 KB (added by snowflake (Dave Evans), 17 months ago)

CMakeError.log

Line 
1Determining if the EVP_sha exist failed with the following output:
2Change Dir: /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp
3
4Run Build Command(s):/usr/bin/make -f Makefile cmTC_8a24b/fast && /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_8a24b.dir/build.make CMakeFiles/cmTC_8a24b.dir/build
5Building CXX object CMakeFiles/cmTC_8a24b.dir/CheckSymbolExists.cxx.o
6/usr/bin/clang++ -D_APPLE_C_SOURCE -D_DARWIN_C_SOURCE -I/opt/local/libexec/openssl3/include -pipe -Os -DNDEBUG -I/opt/local/include -stdlib=libc++ -std=c++11  -arch x86_64 -mmacosx-version-min=10.11 -MD -MT CMakeFiles/cmTC_8a24b.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_8a24b.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_8a24b.dir/CheckSymbolExists.cxx.o -c /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
7/opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: use of undeclared identifier 'EVP_sha'; did you mean 'EVP_sha1'?
8  return ((int*)(&EVP_sha))[argc];
9                  ^~~~~~~
10                  EVP_sha1
11/opt/local/libexec/openssl3/include/openssl/evp.h:911:15: note: 'EVP_sha1' declared here
12const EVP_MD *EVP_sha1(void);
13              ^
141 error generated.
15make[1]: *** [CMakeFiles/cmTC_8a24b.dir/CheckSymbolExists.cxx.o] Error 1
16make: *** [cmTC_8a24b/fast] Error 2
17
18
19File /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
20/* */
21#include <openssl/evp.h>
22
23int main(int argc, char** argv)
24{
25  (void)argv;
26#ifndef EVP_sha
27  return ((int*)(&EVP_sha))[argc];
28#else
29  (void)argc;
30  return 0;
31#endif
32}
33Determining if the include file umem.h exists failed with the following output:
34Change Dir: /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp
35
36Run Build Command(s):/usr/bin/make -f Makefile cmTC_16140/fast && /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_16140.dir/build.make CMakeFiles/cmTC_16140.dir/build
37Building CXX object CMakeFiles/cmTC_16140.dir/CheckIncludeFile.cxx.o
38/usr/bin/clang++ -D_APPLE_C_SOURCE -D_DARWIN_C_SOURCE  -pipe -Os -DNDEBUG -I/opt/local/include -stdlib=libc++ -std=c++11  -arch x86_64 -mmacosx-version-min=10.11 -MD -MT CMakeFiles/cmTC_16140.dir/CheckIncludeFile.cxx.o -MF CMakeFiles/cmTC_16140.dir/CheckIncludeFile.cxx.o.d -o CMakeFiles/cmTC_16140.dir/CheckIncludeFile.cxx.o -c /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
39/opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:10: fatal error: 'umem.h' file not found
40#include <umem.h>
41         ^
421 error generated.
43make[1]: *** [CMakeFiles/cmTC_16140.dir/CheckIncludeFile.cxx.o] Error 1
44make: *** [cmTC_16140/fast] Error 2
45
46
47
48Determining if the include file vfork.h exists failed with the following output:
49Change Dir: /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp
50
51Run Build Command(s):/usr/bin/make -f Makefile cmTC_b2e0b/fast && /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_b2e0b.dir/build.make CMakeFiles/cmTC_b2e0b.dir/build
52Building CXX object CMakeFiles/cmTC_b2e0b.dir/CheckIncludeFile.cxx.o
53/usr/bin/clang++ -D_APPLE_C_SOURCE -D_DARWIN_C_SOURCE  -pipe -Os -DNDEBUG -I/opt/local/include -stdlib=libc++ -std=c++11  -arch x86_64 -mmacosx-version-min=10.11 -MD -MT CMakeFiles/cmTC_b2e0b.dir/CheckIncludeFile.cxx.o -MF CMakeFiles/cmTC_b2e0b.dir/CheckIncludeFile.cxx.o.d -o CMakeFiles/cmTC_b2e0b.dir/CheckIncludeFile.cxx.o -c /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
54/opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:10: fatal error: 'vfork.h' file not found
55#include <vfork.h>
56         ^
571 error generated.
58make[1]: *** [CMakeFiles/cmTC_b2e0b.dir/CheckIncludeFile.cxx.o] Error 1
59make: *** [cmTC_b2e0b/fast] Error 2
60
61
62
63Determining if the include file winsock2.h exists failed with the following output:
64Change Dir: /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp
65
66Run Build Command(s):/usr/bin/make -f Makefile cmTC_ccf82/fast && /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_ccf82.dir/build.make CMakeFiles/cmTC_ccf82.dir/build
67Building CXX object CMakeFiles/cmTC_ccf82.dir/CheckIncludeFile.cxx.o
68/usr/bin/clang++ -D_APPLE_C_SOURCE -D_DARWIN_C_SOURCE  -pipe -Os -DNDEBUG -I/opt/local/include -stdlib=libc++ -std=c++11  -arch x86_64 -mmacosx-version-min=10.11 -MD -MT CMakeFiles/cmTC_ccf82.dir/CheckIncludeFile.cxx.o -MF CMakeFiles/cmTC_ccf82.dir/CheckIncludeFile.cxx.o.d -o CMakeFiles/cmTC_ccf82.dir/CheckIncludeFile.cxx.o -c /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
69/opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:10: fatal error: 'winsock2.h' file not found
70#include <winsock2.h>
71         ^
721 error generated.
73make[1]: *** [CMakeFiles/cmTC_ccf82.dir/CheckIncludeFile.cxx.o] Error 1
74make: *** [cmTC_ccf82/fast] Error 2
75
76
77
78Determining if the include file ws2tcpip.h exists failed with the following output:
79Change Dir: /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp
80
81Run Build Command(s):/usr/bin/make -f Makefile cmTC_b2875/fast && /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_b2875.dir/build.make CMakeFiles/cmTC_b2875.dir/build
82Building CXX object CMakeFiles/cmTC_b2875.dir/CheckIncludeFile.cxx.o
83/usr/bin/clang++ -D_APPLE_C_SOURCE -D_DARWIN_C_SOURCE  -pipe -Os -DNDEBUG -I/opt/local/include -stdlib=libc++ -std=c++11  -arch x86_64 -mmacosx-version-min=10.11 -MD -MT CMakeFiles/cmTC_b2875.dir/CheckIncludeFile.cxx.o -MF CMakeFiles/cmTC_b2875.dir/CheckIncludeFile.cxx.o.d -o CMakeFiles/cmTC_b2875.dir/CheckIncludeFile.cxx.o -c /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
84/opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:10: fatal error: 'ws2tcpip.h' file not found
85#include <ws2tcpip.h>
86         ^
871 error generated.
88make[1]: *** [CMakeFiles/cmTC_b2875.dir/CheckIncludeFile.cxx.o] Error 1
89make: *** [cmTC_b2875/fast] Error 2
90
91
92
93Determining if the function clock_gettime exists failed with the following output:
94Change Dir: /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp
95
96Run Build Command(s):/usr/bin/make -f Makefile cmTC_ac609/fast && /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_ac609.dir/build.make CMakeFiles/cmTC_ac609.dir/build
97Building C object CMakeFiles/cmTC_ac609.dir/CheckFunctionExists.c.o
98/usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/include -DCHECK_FUNCTION_EXISTS=clock_gettime -arch x86_64 -mmacosx-version-min=10.11 -MD -MT CMakeFiles/cmTC_ac609.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_ac609.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_ac609.dir/CheckFunctionExists.c.o -c /opt/local/share/cmake-3.24/Modules/CheckFunctionExists.c
99Linking C executable cmTC_ac609
100/opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ac609.dir/link.txt --verbose=1
101/usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/include -DCHECK_FUNCTION_EXISTS=clock_gettime -arch x86_64 -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/lib -Wl,-headerpad_max_install_names  CMakeFiles/cmTC_ac609.dir/CheckFunctionExists.c.o -o cmTC_ac609
102Undefined symbols for architecture x86_64:
103  "_clock_gettime", referenced from:
104      _main in CheckFunctionExists.c.o
105ld: symbol(s) not found for architecture x86_64
106clang: error: linker command failed with exit code 1 (use -v to see invocation)
107make[1]: *** [cmTC_ac609] Error 1
108make: *** [cmTC_ac609/fast] Error 2
109
110
111
112Determining if the function clock_gettime exists failed with the following output:
113Change Dir: /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp
114
115Run Build Command(s):/usr/bin/make -f Makefile cmTC_88edd/fast && /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_88edd.dir/build.make CMakeFiles/cmTC_88edd.dir/build
116Building C object CMakeFiles/cmTC_88edd.dir/CheckFunctionExists.c.o
117/usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/include -DCHECK_FUNCTION_EXISTS=clock_gettime -arch x86_64 -mmacosx-version-min=10.11 -MD -MT CMakeFiles/cmTC_88edd.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_88edd.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_88edd.dir/CheckFunctionExists.c.o -c /opt/local/share/cmake-3.24/Modules/CheckFunctionExists.c
118Linking C executable cmTC_88edd
119/opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_88edd.dir/link.txt --verbose=1
120/usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/include -DCHECK_FUNCTION_EXISTS=clock_gettime -arch x86_64 -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/lib -Wl,-headerpad_max_install_names  CMakeFiles/cmTC_88edd.dir/CheckFunctionExists.c.o -o cmTC_88edd  -lrt
121ld: library not found for -lrt
122clang: error: linker command failed with exit code 1 (use -v to see invocation)
123make[1]: *** [cmTC_88edd] Error 1
124make: *** [cmTC_88edd/fast] Error 2
125
126
127
128Determining if the function clock_gettime exists failed with the following output:
129Change Dir: /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp
130
131Run Build Command(s):/usr/bin/make -f Makefile cmTC_17050/fast && /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_17050.dir/build.make CMakeFiles/cmTC_17050.dir/build
132Building C object CMakeFiles/cmTC_17050.dir/CheckFunctionExists.c.o
133/usr/bin/clang -D_APPLE_C_SOURCE -D_DARWIN_C_SOURCE  -pipe -Os -DNDEBUG -I/opt/local/include -DCHECK_FUNCTION_EXISTS=clock_gettime -arch x86_64 -mmacosx-version-min=10.11 -MD -MT CMakeFiles/cmTC_17050.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_17050.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_17050.dir/CheckFunctionExists.c.o -c /opt/local/share/cmake-3.24/Modules/CheckFunctionExists.c
134Linking C executable cmTC_17050
135/opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_17050.dir/link.txt --verbose=1
136/usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/include -DCHECK_FUNCTION_EXISTS=clock_gettime -arch x86_64 -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/lib -Wl,-headerpad_max_install_names  CMakeFiles/cmTC_17050.dir/CheckFunctionExists.c.o -o cmTC_17050  /opt/local/lib/libtbbmalloc.dylib
137Undefined symbols for architecture x86_64:
138  "_clock_gettime", referenced from:
139      _main in CheckFunctionExists.c.o
140ld: symbol(s) not found for architecture x86_64
141clang: error: linker command failed with exit code 1 (use -v to see invocation)
142make[1]: *** [cmTC_17050] Error 1
143make: *** [cmTC_17050/fast] Error 2
144
145
146
147Determining if the function doprnt exists failed with the following output:
148Change Dir: /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp
149
150Run Build Command(s):/usr/bin/make -f Makefile cmTC_869ec/fast && /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_869ec.dir/build.make CMakeFiles/cmTC_869ec.dir/build
151Building C object CMakeFiles/cmTC_869ec.dir/CheckFunctionExists.c.o
152/usr/bin/clang -D_APPLE_C_SOURCE -D_DARWIN_C_SOURCE  -pipe -Os -DNDEBUG -I/opt/local/include -DCHECK_FUNCTION_EXISTS=doprnt -arch x86_64 -mmacosx-version-min=10.11 -MD -MT CMakeFiles/cmTC_869ec.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_869ec.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_869ec.dir/CheckFunctionExists.c.o -c /opt/local/share/cmake-3.24/Modules/CheckFunctionExists.c
153Linking C executable cmTC_869ec
154/opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_869ec.dir/link.txt --verbose=1
155/usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/include -DCHECK_FUNCTION_EXISTS=doprnt -arch x86_64 -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/lib -Wl,-headerpad_max_install_names  CMakeFiles/cmTC_869ec.dir/CheckFunctionExists.c.o -o cmTC_869ec  /opt/local/lib/libtbbmalloc.dylib
156Undefined symbols for architecture x86_64:
157  "_doprnt", referenced from:
158      _main in CheckFunctionExists.c.o
159ld: symbol(s) not found for architecture x86_64
160clang: error: linker command failed with exit code 1 (use -v to see invocation)
161make[1]: *** [cmTC_869ec] Error 1
162make: *** [cmTC_869ec/fast] Error 2
163
164
165
166Determining if the function pthread_get_name_np exists failed with the following output:
167Change Dir: /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp
168
169Run Build Command(s):/usr/bin/make -f Makefile cmTC_0e453/fast && /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_0e453.dir/build.make CMakeFiles/cmTC_0e453.dir/build
170Building C object CMakeFiles/cmTC_0e453.dir/CheckFunctionExists.c.o
171/usr/bin/clang -D_APPLE_C_SOURCE -D_DARWIN_C_SOURCE  -pipe -Os -DNDEBUG -I/opt/local/include -DCHECK_FUNCTION_EXISTS=pthread_get_name_np -arch x86_64 -mmacosx-version-min=10.11 -MD -MT CMakeFiles/cmTC_0e453.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_0e453.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_0e453.dir/CheckFunctionExists.c.o -c /opt/local/share/cmake-3.24/Modules/CheckFunctionExists.c
172Linking C executable cmTC_0e453
173/opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0e453.dir/link.txt --verbose=1
174/usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/include -DCHECK_FUNCTION_EXISTS=pthread_get_name_np -arch x86_64 -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/lib -Wl,-headerpad_max_install_names  CMakeFiles/cmTC_0e453.dir/CheckFunctionExists.c.o -o cmTC_0e453  /opt/local/lib/libtbbmalloc.dylib
175Undefined symbols for architecture x86_64:
176  "_pthread_get_name_np", referenced from:
177      _main in CheckFunctionExists.c.o
178ld: symbol(s) not found for architecture x86_64
179clang: error: linker command failed with exit code 1 (use -v to see invocation)
180make[1]: *** [cmTC_0e453] Error 1
181make: *** [cmTC_0e453/fast] Error 2
182
183
184
185Determining if the function tbbmalloc exists failed with the following output:
186Change Dir: /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp
187
188Run Build Command(s):/usr/bin/make -f Makefile cmTC_6dcdc/fast && /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_6dcdc.dir/build.make CMakeFiles/cmTC_6dcdc.dir/build
189Building C object CMakeFiles/cmTC_6dcdc.dir/CheckFunctionExists.c.o
190/usr/bin/clang -D_APPLE_C_SOURCE -D_DARWIN_C_SOURCE  -pipe -Os -DNDEBUG -I/opt/local/include -DCHECK_FUNCTION_EXISTS=tbbmalloc -arch x86_64 -mmacosx-version-min=10.11 -MD -MT CMakeFiles/cmTC_6dcdc.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_6dcdc.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_6dcdc.dir/CheckFunctionExists.c.o -c /opt/local/share/cmake-3.24/Modules/CheckFunctionExists.c
191Linking C executable cmTC_6dcdc
192/opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6dcdc.dir/link.txt --verbose=1
193/usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/include -DCHECK_FUNCTION_EXISTS=tbbmalloc -arch x86_64 -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/lib -Wl,-headerpad_max_install_names  CMakeFiles/cmTC_6dcdc.dir/CheckFunctionExists.c.o -o cmTC_6dcdc  /opt/local/lib/libtbbmalloc.dylib
194Undefined symbols for architecture x86_64:
195  "_tbbmalloc", referenced from:
196      _main in CheckFunctionExists.c.o
197ld: symbol(s) not found for architecture x86_64
198clang: error: linker command failed with exit code 1 (use -v to see invocation)
199make[1]: *** [cmTC_6dcdc] Error 1
200make: *** [cmTC_6dcdc/fast] Error 2
201
202
203
204Performing C++ SOURCE FILE Test STRERROR_R_CHAR_P failed with the following output:
205Change Dir: /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp
206
207Run Build Command(s):/usr/bin/make -f Makefile cmTC_cf2be/fast && /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_cf2be.dir/build.make CMakeFiles/cmTC_cf2be.dir/build
208Building CXX object CMakeFiles/cmTC_cf2be.dir/src.cxx.o
209/usr/bin/clang++ -DSTRERROR_R_CHAR_P -D_APPLE_C_SOURCE -D_DARWIN_C_SOURCE  -pipe -Os -DNDEBUG -I/opt/local/include -stdlib=libc++ -std=c++11  -arch x86_64 -mmacosx-version-min=10.11 -MD -MT CMakeFiles/cmTC_cf2be.dir/src.cxx.o -MF CMakeFiles/cmTC_cf2be.dir/src.cxx.o.d -o CMakeFiles/cmTC_cf2be.dir/src.cxx.o -c /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp/src.cxx
210/opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp/src.cxx:6:14: error: assigning to 'char *' from incompatible type 'int'
211      retbuf = strerror_r(0, strbuf, sizeof(strbuf));
212             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2131 error generated.
214make[1]: *** [CMakeFiles/cmTC_cf2be.dir/src.cxx.o] Error 1
215make: *** [cmTC_cf2be/fast] Error 2
216
217
218Source file was:
219
220      #include <string.h>
221      int main(void) {
222      char strbuf[100];
223      char *retbuf = NULL;
224      retbuf = strerror_r(0, strbuf, sizeof(strbuf));
225      return 0;
226      }
227Determining if the gethostbyaddr_r exist failed with the following output:
228Change Dir: /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp
229
230Run Build Command(s):/usr/bin/make -f Makefile cmTC_847a3/fast && /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_847a3.dir/build.make CMakeFiles/cmTC_847a3.dir/build
231Building CXX object CMakeFiles/cmTC_847a3.dir/CheckSymbolExists.cxx.o
232/usr/bin/clang++ -D_APPLE_C_SOURCE -D_DARWIN_C_SOURCE  -pipe -Os -DNDEBUG -I/opt/local/include -stdlib=libc++ -std=c++11  -arch x86_64 -mmacosx-version-min=10.11 -MD -MT CMakeFiles/cmTC_847a3.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_847a3.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_847a3.dir/CheckSymbolExists.cxx.o -c /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
233/opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: use of undeclared identifier 'gethostbyaddr_r'; did you mean 'gethostbyaddr'?
234  return ((int*)(&gethostbyaddr_r))[argc];
235                  ^~~~~~~~~~~~~~~
236                  gethostbyaddr
237/usr/include/netdb.h:269:17: note: 'gethostbyaddr' declared here
238struct hostent  *gethostbyaddr(const void *, socklen_t, int);
239                 ^
2401 error generated.
241make[1]: *** [CMakeFiles/cmTC_847a3.dir/CheckSymbolExists.cxx.o] Error 1
242make: *** [cmTC_847a3/fast] Error 2
243
244
245File /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
246/* */
247#include <netdb.h>
248
249int main(int argc, char** argv)
250{
251  (void)argv;
252#ifndef gethostbyaddr_r
253  return ((int*)(&gethostbyaddr_r))[argc];
254#else
255  (void)argc;
256  return 0;
257#endif
258}
259Determining if the gethostbyname_r exist failed with the following output:
260Change Dir: /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp
261
262Run Build Command(s):/usr/bin/make -f Makefile cmTC_716ea/fast && /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_716ea.dir/build.make CMakeFiles/cmTC_716ea.dir/build
263Building CXX object CMakeFiles/cmTC_716ea.dir/CheckSymbolExists.cxx.o
264/usr/bin/clang++ -D_APPLE_C_SOURCE -D_DARWIN_C_SOURCE  -pipe -Os -DNDEBUG -I/opt/local/include -stdlib=libc++ -std=c++11  -arch x86_64 -mmacosx-version-min=10.11 -MD -MT CMakeFiles/cmTC_716ea.dir/CheckSymbolExists.cxx.o -MF CMakeFiles/cmTC_716ea.dir/CheckSymbolExists.cxx.o.d -o CMakeFiles/cmTC_716ea.dir/CheckSymbolExists.cxx.o -c /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
265/opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: use of undeclared identifier 'gethostbyname_r'
266  return ((int*)(&gethostbyname_r))[argc];
267                  ^
2681 error generated.
269make[1]: *** [CMakeFiles/cmTC_716ea.dir/CheckSymbolExists.cxx.o] Error 1
270make: *** [cmTC_716ea/fast] Error 2
271
272
273File /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
274/* */
275#include <netdb.h>
276
277int main(int argc, char** argv)
278{
279  (void)argv;
280#ifndef gethostbyname_r
281  return ((int*)(&gethostbyname_r))[argc];
282#else
283  (void)argc;
284  return 0;
285#endif
286}
287Performing C++ SOURCE FILE Test QORE_HAVE_PTHREAD_GETATTR_NP failed with the following output:
288Change Dir: /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp
289
290Run Build Command(s):/usr/bin/make -f Makefile cmTC_39de0/fast && /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_39de0.dir/build.make CMakeFiles/cmTC_39de0.dir/build
291Building CXX object CMakeFiles/cmTC_39de0.dir/src.cxx.o
292/usr/bin/clang++ -DQORE_HAVE_PTHREAD_GETATTR_NP -D_APPLE_C_SOURCE -D_DARWIN_C_SOURCE  -pipe -Os -DNDEBUG -I/opt/local/include -stdlib=libc++ -std=c++11  -arch x86_64 -mmacosx-version-min=10.11 -MD -MT CMakeFiles/cmTC_39de0.dir/src.cxx.o -MF CMakeFiles/cmTC_39de0.dir/src.cxx.o.d -o CMakeFiles/cmTC_39de0.dir/src.cxx.o -c /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp/src.cxx
293/opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp/src.cxx:5:5: error: use of undeclared identifier 'pthread_getattr_np'
294    pthread_getattr_np(pthread_self(), &attr);
295    ^
2961 error generated.
297make[1]: *** [CMakeFiles/cmTC_39de0.dir/src.cxx.o] Error 1
298make: *** [cmTC_39de0/fast] Error 2
299
300
301Source file was:
302
303#include <pthread.h>
304int main(int argc, char* argv []) {
305    pthread_attr_t attr;
306    pthread_getattr_np(pthread_self(), &attr);
307    return 0;
308}
309
310Performing C++ SOURCE FILE Test UNORDERED_MAP_FOUND failed with the following output:
311Change Dir: /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp
312
313Run Build Command(s):/usr/bin/make -f Makefile cmTC_0d6b8/fast && /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_0d6b8.dir/build.make CMakeFiles/cmTC_0d6b8.dir/build
314Building CXX object CMakeFiles/cmTC_0d6b8.dir/src.cxx.o
315/usr/bin/clang++ -DUNORDERED_MAP_FOUND -D_APPLE_C_SOURCE -D_DARWIN_C_SOURCE  -pipe -Os -DNDEBUG -I/opt/local/include -stdlib=libc++ -std=c++11  -arch x86_64 -mmacosx-version-min=10.11 -MD -MT CMakeFiles/cmTC_0d6b8.dir/src.cxx.o -MF CMakeFiles/cmTC_0d6b8.dir/src.cxx.o.d -o CMakeFiles/cmTC_0d6b8.dir/src.cxx.o -c /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp/src.cxx
316/opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp/src.cxx:4:1: error: no template named 'unordered_map'; did you mean 'std::unordered_map'?
317unordered_map<int, int> t;
318^~~~~~~~~~~~~
319std::unordered_map
320/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/unordered_map:747:29: note: 'std::unordered_map' declared here
321class _LIBCPP_TYPE_VIS_ONLY unordered_map
322                            ^
323/opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp/src.cxx:5:7: error: no template named 'unordered_map'; did you mean 'std::unordered_map'?
324const unordered_map<int, int> &tr = t;
325      ^~~~~~~~~~~~~
326      std::unordered_map
327/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/__hash_table:1357:85: note: 'std::unordered_map' declared here
328    template <class, class, class, class, class> friend class _LIBCPP_TYPE_VIS_ONLY unordered_map;
329                                                                                    ^
3302 errors generated.
331make[1]: *** [CMakeFiles/cmTC_0d6b8.dir/src.cxx.o] Error 1
332make: *** [cmTC_0d6b8/fast] Error 2
333
334
335Source file was:
336
337#include <unordered_map>
338int main(void){
339unordered_map<int, int> t;
340const unordered_map<int, int> &tr = t;
341tr.find(1);
342return 0;
343}
344Performing C++ SOURCE FILE Test SLIST_FOUND failed with the following output:
345Change Dir: /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp
346
347Run Build Command(s):/usr/bin/make -f Makefile cmTC_4a4e1/fast && /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_4a4e1.dir/build.make CMakeFiles/cmTC_4a4e1.dir/build
348Building CXX object CMakeFiles/cmTC_4a4e1.dir/src.cxx.o
349/usr/bin/clang++ -DSLIST_FOUND -D_APPLE_C_SOURCE -D_DARWIN_C_SOURCE  -pipe -Os -DNDEBUG -I/opt/local/include -stdlib=libc++ -std=c++11  -arch x86_64 -mmacosx-version-min=10.11 -MD -MT CMakeFiles/cmTC_4a4e1.dir/src.cxx.o -MF CMakeFiles/cmTC_4a4e1.dir/src.cxx.o.d -o CMakeFiles/cmTC_4a4e1.dir/src.cxx.o -c /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp/src.cxx
350/opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp/src.cxx:2:10: fatal error: 'slist' file not found
351#include <slist>
352         ^
3531 error generated.
354make[1]: *** [CMakeFiles/cmTC_4a4e1.dir/src.cxx.o] Error 1
355make: *** [cmTC_4a4e1/fast] Error 2
356
357
358Source file was:
359
360#include <slist>
361int main(void){
362slist<int> t;
363return 0;
364}
365Performing C++ SOURCE FILE Test EXT_SLIST_FOUND failed with the following output:
366Change Dir: /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp
367
368Run Build Command(s):/usr/bin/make -f Makefile cmTC_acd17/fast && /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_acd17.dir/build.make CMakeFiles/cmTC_acd17.dir/build
369Building CXX object CMakeFiles/cmTC_acd17.dir/src.cxx.o
370/usr/bin/clang++ -DEXT_SLIST_FOUND -D_APPLE_C_SOURCE -D_DARWIN_C_SOURCE  -pipe -Os -DNDEBUG -I/opt/local/include -stdlib=libc++ -std=c++11  -arch x86_64 -mmacosx-version-min=10.11 -MD -MT CMakeFiles/cmTC_acd17.dir/src.cxx.o -MF CMakeFiles/cmTC_acd17.dir/src.cxx.o.d -o CMakeFiles/cmTC_acd17.dir/src.cxx.o -c /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp/src.cxx
371/opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp/src.cxx:2:10: fatal error: 'ext/slist' file not found
372#include <ext/slist>
373         ^
3741 error generated.
375make[1]: *** [CMakeFiles/cmTC_acd17.dir/src.cxx.o] Error 1
376make: *** [cmTC_acd17/fast] Error 2
377
378
379Source file was:
380
381#include <ext/slist>
382int main(void){
383__gnu_cxx::slist<int> t;
384return 0;
385}
386Performing C++ SOURCE FILE Test STD_SLIST_FOUND failed with the following output:
387Change Dir: /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp
388
389Run Build Command(s):/usr/bin/make -f Makefile cmTC_c9322/fast && /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_c9322.dir/build.make CMakeFiles/cmTC_c9322.dir/build
390Building CXX object CMakeFiles/cmTC_c9322.dir/src.cxx.o
391/usr/bin/clang++ -DSTD_SLIST_FOUND -D_APPLE_C_SOURCE -D_DARWIN_C_SOURCE  -pipe -Os -DNDEBUG -I/opt/local/include -stdlib=libc++ -std=c++11  -arch x86_64 -mmacosx-version-min=10.11 -MD -MT CMakeFiles/cmTC_c9322.dir/src.cxx.o -MF CMakeFiles/cmTC_c9322.dir/src.cxx.o.d -o CMakeFiles/cmTC_c9322.dir/src.cxx.o -c /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp/src.cxx
392/opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp/src.cxx:2:10: fatal error: 'slist' file not found
393#include <slist>
394         ^
3951 error generated.
396make[1]: *** [CMakeFiles/cmTC_c9322.dir/src.cxx.o] Error 1
397make: *** [cmTC_c9322/fast] Error 2
398
399
400Source file was:
401
402#include <slist>
403int main(void){
404std::slist<int> t;
405return 0;
406}
407Performing C++ SOURCE FILE Test STDEXT_SLIST_FOUND failed with the following output:
408Change Dir: /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp
409
410Run Build Command(s):/usr/bin/make -f Makefile cmTC_8277b/fast && /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_8277b.dir/build.make CMakeFiles/cmTC_8277b.dir/build
411Building CXX object CMakeFiles/cmTC_8277b.dir/src.cxx.o
412/usr/bin/clang++ -DSTDEXT_SLIST_FOUND -D_APPLE_C_SOURCE -D_DARWIN_C_SOURCE  -pipe -Os -DNDEBUG -I/opt/local/include -stdlib=libc++ -std=c++11  -arch x86_64 -mmacosx-version-min=10.11 -MD -MT CMakeFiles/cmTC_8277b.dir/src.cxx.o -MF CMakeFiles/cmTC_8277b.dir/src.cxx.o.d -o CMakeFiles/cmTC_8277b.dir/src.cxx.o -c /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp/src.cxx
413/opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_lang_qore/qore/work/build/CMakeFiles/CMakeTmp/src.cxx:2:10: fatal error: 'slist' file not found
414#include <slist>
415         ^
4161 error generated.
417make[1]: *** [CMakeFiles/cmTC_8277b.dir/src.cxx.o] Error 1
418make: *** [cmTC_8277b/fast] Error 2
419
420
421Source file was:
422
423#include <slist>
424int main(void){
425stdext::slist<int> t;
426return 0;
427}