Ticket #68360: CMakeError.log

File CMakeError.log, 604.9 KB (added by wealthychef1, 12 months ago)
Line 
1Determining if compiler supports C++ auto_ptr failed with the following output:
2Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
3
4Run Build Command:"/usr/bin/make" "cmTC_087aa/fast"
5make -f CMakeFiles/cmTC_087aa.dir/build.make CMakeFiles/cmTC_087aa.dir/build
6Building CXX object CMakeFiles/cmTC_087aa.dir/cm_cxx_auto_ptr.cxx.o
7/Library/Developer/CommandLineTools/usr/bin/clang++    -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -std=gnu++14 -o CMakeFiles/cmTC_087aa.dir/cm_cxx_auto_ptr.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/Checks/cm_cxx_auto_ptr.cxx
8/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/Checks/cm_cxx_auto_ptr.cxx:3:6: warning: 'auto_ptr<int>' is deprecated [-Wdeprecated-declarations]
9std::auto_ptr<int> get_auto_ptr()
10     ^
11/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr<int>' has been explicitly marked deprecated here
12class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr
13                           ^
14/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__config:850:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
15#    define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
16                                        ^
17/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__config:835:49: note: expanded from macro '_LIBCPP_DEPRECATED'
18#      define _LIBCPP_DEPRECATED __attribute__((deprecated))
19                                                ^
20/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/Checks/cm_cxx_auto_ptr.cxx:5:8: warning: 'auto_ptr<int>' is deprecated [-Wdeprecated-declarations]
21  std::auto_ptr<int> ptr;
22       ^
23/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr<int>' has been explicitly marked deprecated here
24class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr
25                           ^
26/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__config:850:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
27#    define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
28                                        ^
29/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__config:835:49: note: expanded from macro '_LIBCPP_DEPRECATED'
30#      define _LIBCPP_DEPRECATED __attribute__((deprecated))
31                                                ^
32/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/Checks/cm_cxx_auto_ptr.cxx:6:14: warning: 'auto_ptr<int>' is deprecated [-Wdeprecated-declarations]
33  ptr = std::auto_ptr<int>(new int(0));
34             ^
35/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr<int>' has been explicitly marked deprecated here
36class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr
37                           ^
38/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__config:850:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
39#    define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
40                                        ^
41/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__config:835:49: note: expanded from macro '_LIBCPP_DEPRECATED'
42#      define _LIBCPP_DEPRECATED __attribute__((deprecated))
43                                                ^
44/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/Checks/cm_cxx_auto_ptr.cxx:10:23: warning: 'auto_ptr<int>' is deprecated [-Wdeprecated-declarations]
45int use_auto_ptr(std::auto_ptr<int> ptr)
46                      ^
47/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__memory/auto_ptr.h:30:28: note: 'auto_ptr<int>' has been explicitly marked deprecated here
48class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr
49                           ^
50/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__config:850:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
51#    define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
52                                        ^
53/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__config:835:49: note: expanded from macro '_LIBCPP_DEPRECATED'
54#      define _LIBCPP_DEPRECATED __attribute__((deprecated))
55                                                ^
564 warnings generated.
57Linking CXX executable cmTC_087aa
58/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_087aa.dir/link.txt --verbose=1
59/Library/Developer/CommandLineTools/usr/bin/clang++  -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  CMakeFiles/cmTC_087aa.dir/cm_cxx_auto_ptr.cxx.o  -o cmTC_087aa
60ld: warning: search path '/opt/local/libexec/cmake-bootstrap/lib' not found
61
62
63Determining if compiler supports C++ eq_delete failed with the following output:
64Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
65
66Run Build Command:"/usr/bin/make" "cmTC_b1700/fast"
67make -f CMakeFiles/cmTC_b1700.dir/build.make CMakeFiles/cmTC_b1700.dir/build
68Building CXX object CMakeFiles/cmTC_b1700.dir/cm_cxx_eq_delete.cxx.o
69/Library/Developer/CommandLineTools/usr/bin/clang++    -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -std=gnu++14 -o CMakeFiles/cmTC_b1700.dir/cm_cxx_eq_delete.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/Checks/cm_cxx_eq_delete.cxx
70Linking CXX executable cmTC_b1700
71/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_b1700.dir/link.txt --verbose=1
72/Library/Developer/CommandLineTools/usr/bin/clang++  -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  CMakeFiles/cmTC_b1700.dir/cm_cxx_eq_delete.cxx.o  -o cmTC_b1700
73ld: warning: search path '/opt/local/libexec/cmake-bootstrap/lib' not found
74
75
76Determining if compiler supports C++ fallthrough failed with the following output:
77Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
78
79Run Build Command:"/usr/bin/make" "cmTC_684f5/fast"
80make -f CMakeFiles/cmTC_684f5.dir/build.make CMakeFiles/cmTC_684f5.dir/build
81Building CXX object CMakeFiles/cmTC_684f5.dir/cm_cxx_fallthrough.cxx.o
82/Library/Developer/CommandLineTools/usr/bin/clang++    -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -std=gnu++14 -o CMakeFiles/cmTC_684f5.dir/cm_cxx_fallthrough.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/Checks/cm_cxx_fallthrough.cxx
83Linking CXX executable cmTC_684f5
84/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_684f5.dir/link.txt --verbose=1
85/Library/Developer/CommandLineTools/usr/bin/clang++  -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  CMakeFiles/cmTC_684f5.dir/cm_cxx_fallthrough.cxx.o  -o cmTC_684f5
86ld: warning: search path '/opt/local/libexec/cmake-bootstrap/lib' not found
87
88
89Determining if compiler supports C++ gnu_fallthrough failed with the following output:
90Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
91
92Run Build Command:"/usr/bin/make" "cmTC_9b81c/fast"
93make -f CMakeFiles/cmTC_9b81c.dir/build.make CMakeFiles/cmTC_9b81c.dir/build
94Building CXX object CMakeFiles/cmTC_9b81c.dir/cm_cxx_gnu_fallthrough.cxx.o
95/Library/Developer/CommandLineTools/usr/bin/clang++    -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -std=gnu++14 -o CMakeFiles/cmTC_9b81c.dir/cm_cxx_gnu_fallthrough.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/Checks/cm_cxx_gnu_fallthrough.cxx
96Linking CXX executable cmTC_9b81c
97/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_9b81c.dir/link.txt --verbose=1
98/Library/Developer/CommandLineTools/usr/bin/clang++  -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  CMakeFiles/cmTC_9b81c.dir/cm_cxx_gnu_fallthrough.cxx.o  -o cmTC_9b81c
99ld: warning: search path '/opt/local/libexec/cmake-bootstrap/lib' not found
100
101
102Determining if compiler supports C++ attribute_fallthrough failed with the following output:
103Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
104
105Run Build Command:"/usr/bin/make" "cmTC_e7f65/fast"
106make -f CMakeFiles/cmTC_e7f65.dir/build.make CMakeFiles/cmTC_e7f65.dir/build
107Building CXX object CMakeFiles/cmTC_e7f65.dir/cm_cxx_attribute_fallthrough.cxx.o
108/Library/Developer/CommandLineTools/usr/bin/clang++    -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -std=gnu++14 -o CMakeFiles/cmTC_e7f65.dir/cm_cxx_attribute_fallthrough.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/Checks/cm_cxx_attribute_fallthrough.cxx
109Linking CXX executable cmTC_e7f65
110/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_e7f65.dir/link.txt --verbose=1
111/Library/Developer/CommandLineTools/usr/bin/clang++  -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  CMakeFiles/cmTC_e7f65.dir/cm_cxx_attribute_fallthrough.cxx.o  -o cmTC_e7f65
112ld: warning: search path '/opt/local/libexec/cmake-bootstrap/lib' not found
113
114
115Determining if compiler supports C++ make_unique failed with the following output:
116Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
117
118Run Build Command:"/usr/bin/make" "cmTC_e1081/fast"
119make -f CMakeFiles/cmTC_e1081.dir/build.make CMakeFiles/cmTC_e1081.dir/build
120Building CXX object CMakeFiles/cmTC_e1081.dir/cm_cxx_make_unique.cxx.o
121/Library/Developer/CommandLineTools/usr/bin/clang++    -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -std=gnu++14 -o CMakeFiles/cmTC_e1081.dir/cm_cxx_make_unique.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/Checks/cm_cxx_make_unique.cxx
122Linking CXX executable cmTC_e1081
123/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_e1081.dir/link.txt --verbose=1
124/Library/Developer/CommandLineTools/usr/bin/clang++  -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  CMakeFiles/cmTC_e1081.dir/cm_cxx_make_unique.cxx.o  -o cmTC_e1081
125ld: warning: search path '/opt/local/libexec/cmake-bootstrap/lib' not found
126
127
128Determining if compiler supports C++ nullptr failed with the following output:
129Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
130
131Run Build Command:"/usr/bin/make" "cmTC_c8d23/fast"
132make -f CMakeFiles/cmTC_c8d23.dir/build.make CMakeFiles/cmTC_c8d23.dir/build
133Building CXX object CMakeFiles/cmTC_c8d23.dir/cm_cxx_nullptr.cxx.o
134/Library/Developer/CommandLineTools/usr/bin/clang++    -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -std=gnu++14 -o CMakeFiles/cmTC_c8d23.dir/cm_cxx_nullptr.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/Checks/cm_cxx_nullptr.cxx
135Linking CXX executable cmTC_c8d23
136/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_c8d23.dir/link.txt --verbose=1
137/Library/Developer/CommandLineTools/usr/bin/clang++  -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  CMakeFiles/cmTC_c8d23.dir/cm_cxx_nullptr.cxx.o  -o cmTC_c8d23
138ld: warning: search path '/opt/local/libexec/cmake-bootstrap/lib' not found
139
140
141Determining if compiler supports C++ override failed with the following output:
142Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
143
144Run Build Command:"/usr/bin/make" "cmTC_96206/fast"
145make -f CMakeFiles/cmTC_96206.dir/build.make CMakeFiles/cmTC_96206.dir/build
146Building CXX object CMakeFiles/cmTC_96206.dir/cm_cxx_override.cxx.o
147/Library/Developer/CommandLineTools/usr/bin/clang++    -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -std=gnu++14 -o CMakeFiles/cmTC_96206.dir/cm_cxx_override.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/Checks/cm_cxx_override.cxx
148Linking CXX executable cmTC_96206
149/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_96206.dir/link.txt --verbose=1
150/Library/Developer/CommandLineTools/usr/bin/clang++  -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  CMakeFiles/cmTC_96206.dir/cm_cxx_override.cxx.o  -o cmTC_96206
151ld: warning: search path '/opt/local/libexec/cmake-bootstrap/lib' not found
152
153
154Determining if compiler supports C++ unique_ptr failed with the following output:
155Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
156
157Run Build Command:"/usr/bin/make" "cmTC_6fc03/fast"
158make -f CMakeFiles/cmTC_6fc03.dir/build.make CMakeFiles/cmTC_6fc03.dir/build
159Building CXX object CMakeFiles/cmTC_6fc03.dir/cm_cxx_unique_ptr.cxx.o
160/Library/Developer/CommandLineTools/usr/bin/clang++    -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -std=gnu++14 -o CMakeFiles/cmTC_6fc03.dir/cm_cxx_unique_ptr.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/Checks/cm_cxx_unique_ptr.cxx
161Linking CXX executable cmTC_6fc03
162/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_6fc03.dir/link.txt --verbose=1
163/Library/Developer/CommandLineTools/usr/bin/clang++  -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  CMakeFiles/cmTC_6fc03.dir/cm_cxx_unique_ptr.cxx.o  -o cmTC_6fc03
164ld: warning: search path '/opt/local/libexec/cmake-bootstrap/lib' not found
165
166
167Determining if compiler supports C++ unordered_map failed with the following output:
168Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
169
170Run Build Command:"/usr/bin/make" "cmTC_6ce10/fast"
171make -f CMakeFiles/cmTC_6ce10.dir/build.make CMakeFiles/cmTC_6ce10.dir/build
172Building CXX object CMakeFiles/cmTC_6ce10.dir/cm_cxx_unordered_map.cxx.o
173/Library/Developer/CommandLineTools/usr/bin/clang++    -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -std=gnu++14 -o CMakeFiles/cmTC_6ce10.dir/cm_cxx_unordered_map.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/Checks/cm_cxx_unordered_map.cxx
174Linking CXX executable cmTC_6ce10
175/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_6ce10.dir/link.txt --verbose=1
176/Library/Developer/CommandLineTools/usr/bin/clang++  -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  CMakeFiles/cmTC_6ce10.dir/cm_cxx_unordered_map.cxx.o  -o cmTC_6ce10
177ld: warning: search path '/opt/local/libexec/cmake-bootstrap/lib' not found
178
179
180Determining if compiler supports C++ unordered_set failed with the following output:
181Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
182
183Run Build Command:"/usr/bin/make" "cmTC_a8be5/fast"
184make -f CMakeFiles/cmTC_a8be5.dir/build.make CMakeFiles/cmTC_a8be5.dir/build
185Building CXX object CMakeFiles/cmTC_a8be5.dir/cm_cxx_unordered_set.cxx.o
186/Library/Developer/CommandLineTools/usr/bin/clang++    -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -std=gnu++14 -o CMakeFiles/cmTC_a8be5.dir/cm_cxx_unordered_set.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/Checks/cm_cxx_unordered_set.cxx
187Linking CXX executable cmTC_a8be5
188/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_a8be5.dir/link.txt --verbose=1
189/Library/Developer/CommandLineTools/usr/bin/clang++  -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  CMakeFiles/cmTC_a8be5.dir/cm_cxx_unordered_set.cxx.o  -o cmTC_a8be5
190ld: warning: search path '/opt/local/libexec/cmake-bootstrap/lib' not found
191
192
193Determining if the environ exist failed with the following output:
194Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
195
196Run Build Command:"/usr/bin/make" "cmTC_22cdd/fast"
197make -f CMakeFiles/cmTC_22cdd.dir/build.make CMakeFiles/cmTC_22cdd.dir/build
198Building C object CMakeFiles/cmTC_22cdd.dir/CheckSymbolExists.c.o
199/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_22cdd.dir/CheckSymbolExists.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c
200/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: use of undeclared identifier 'environ'
201  return ((int*)(&environ))[argc];
202                  ^
2031 error generated.
204make[1]: *** [CMakeFiles/cmTC_22cdd.dir/CheckSymbolExists.c.o] Error 1
205make: *** [cmTC_22cdd/fast] Error 2
206
207File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
208/* */
209#include <stdlib.h>
210
211int main(int argc, char** argv)
212{
213  (void)argv;
214#ifndef environ
215  return ((int*)(&environ))[argc];
216#else
217  (void)argc;
218  return 0;
219#endif
220}
221
222Checking whether C++ compiler has '__int64' failed to compile with the following output:
223Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/CMakeFiles/CMakeTmp
224
225Run Build Command:"/usr/bin/make" "cmTC_f833d/fast"
226make -f CMakeFiles/cmTC_f833d.dir/build.make CMakeFiles/cmTC_f833d.dir/build
227Building CXX object CMakeFiles/cmTC_f833d.dir/kwsysPlatformTestsCXX.cxx.o
228/Library/Developer/CommandLineTools/usr/bin/clang++  -DTEST_KWSYS_CXX_HAS___INT64  -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_f833d.dir/kwsysPlatformTestsCXX.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/kwsysPlatformTestsCXX.cxx
229/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/kwsysPlatformTestsCXX.cxx:24:1: error: unknown type name '__int64'
230__int64 f(__int64 n)
231^
232/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/kwsysPlatformTestsCXX.cxx:24:11: error: unknown type name '__int64'
233__int64 f(__int64 n)
234          ^
235/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/kwsysPlatformTestsCXX.cxx:30:3: error: unknown type name '__int64'
236  __int64 n = 0;
237  ^
2383 errors generated.
239make[1]: *** [CMakeFiles/cmTC_f833d.dir/kwsysPlatformTestsCXX.cxx.o] Error 1
240make: *** [cmTC_f833d/fast] Error 2
241
242
243Checking whether CXX compiler has environ in stdlib.h failed to compile with the following output:
244Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/CMakeFiles/CMakeTmp
245
246Run Build Command:"/usr/bin/make" "cmTC_31e75/fast"
247make -f CMakeFiles/cmTC_31e75.dir/build.make CMakeFiles/cmTC_31e75.dir/build
248Building CXX object CMakeFiles/cmTC_31e75.dir/kwsysPlatformTestsCXX.cxx.o
249/Library/Developer/CommandLineTools/usr/bin/clang++  -DTEST_KWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H  -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_31e75.dir/kwsysPlatformTestsCXX.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/kwsysPlatformTestsCXX.cxx
250/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/kwsysPlatformTestsCXX.cxx:196:13: error: use of undeclared identifier 'environ'
251  char* e = environ[0];
252            ^
2531 error generated.
254make[1]: *** [CMakeFiles/cmTC_31e75.dir/kwsysPlatformTestsCXX.cxx.o] Error 1
255make: *** [cmTC_31e75/fast] Error 2
256
257
258Checking whether CXX compiler struct stat has st_mtim member failed to compile with the following output:
259Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/CMakeFiles/CMakeTmp
260
261Run Build Command:"/usr/bin/make" "cmTC_12cc0/fast"
262make -f CMakeFiles/cmTC_12cc0.dir/build.make CMakeFiles/cmTC_12cc0.dir/build
263Building CXX object CMakeFiles/cmTC_12cc0.dir/kwsysPlatformTestsCXX.cxx.o
264/Library/Developer/CommandLineTools/usr/bin/clang++  -DTEST_KWSYS_CXX_STAT_HAS_ST_MTIM  -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_12cc0.dir/kwsysPlatformTestsCXX.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/kwsysPlatformTestsCXX.cxx
265/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/kwsysPlatformTestsCXX.cxx:43:15: error: no member named 'st_mtim' in 'stat'
266  (void)stat1.st_mtim.tv_sec;
267        ~~~~~ ^
268/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/kwsysPlatformTestsCXX.cxx:44:15: error: no member named 'st_mtim' in 'stat'
269  (void)stat1.st_mtim.tv_nsec;
270        ~~~~~ ^
2712 errors generated.
272make[1]: *** [CMakeFiles/cmTC_12cc0.dir/kwsysPlatformTestsCXX.cxx.o] Error 1
273make: *** [cmTC_12cc0/fast] Error 2
274
275
276Checking whether CXX compiler has rlimit64 failed to compile with the following output:
277Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/CMakeFiles/CMakeTmp
278
279Run Build Command:"/usr/bin/make" "cmTC_3f16d/fast"
280make -f CMakeFiles/cmTC_3f16d.dir/build.make CMakeFiles/cmTC_3f16d.dir/build
281Building CXX object CMakeFiles/cmTC_3f16d.dir/kwsysPlatformTestsCXX.cxx.o
282/Library/Developer/CommandLineTools/usr/bin/clang++  -DKWSYS_HAS_LFS=1 -DTEST_KWSYS_CXX_HAS_RLIMIT64  -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_3f16d.dir/kwsysPlatformTestsCXX.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/kwsysPlatformTestsCXX.cxx
283/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/kwsysPlatformTestsCXX.cxx:224:19: error: variable has incomplete type 'struct rlimit64'
284  struct rlimit64 rlim;
285                  ^
286/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/kwsysPlatformTestsCXX.cxx:224:10: note: forward declaration of 'rlimit64'
287  struct rlimit64 rlim;
288         ^
2891 error generated.
290make[1]: *** [CMakeFiles/cmTC_3f16d.dir/kwsysPlatformTestsCXX.cxx.o] Error 1
291make: *** [cmTC_3f16d/fast] Error 2
292
293
294Checking whether CXX compiler has _atoi64 failed to compile with the following output:
295Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/CMakeFiles/CMakeTmp
296
297Run Build Command:"/usr/bin/make" "cmTC_1a196/fast"
298make -f CMakeFiles/cmTC_1a196.dir/build.make CMakeFiles/cmTC_1a196.dir/build
299Building CXX object CMakeFiles/cmTC_1a196.dir/kwsysPlatformTestsCXX.cxx.o
300/Library/Developer/CommandLineTools/usr/bin/clang++  -DTEST_KWSYS_CXX_HAS__ATOI64  -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_1a196.dir/kwsysPlatformTestsCXX.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/kwsysPlatformTestsCXX.cxx
301/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/kwsysPlatformTestsCXX.cxx:252:27: error: use of undeclared identifier '_atoi64'
302  return static_cast<int>(_atoi64(str));
303                          ^
3041 error generated.
305make[1]: *** [CMakeFiles/cmTC_1a196.dir/kwsysPlatformTestsCXX.cxx.o] Error 1
306make: *** [cmTC_1a196/fast] Error 2
307
308
309Checking whether <ext/stdio_filebuf.h> is available failed to compile with the following output:
310Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/CMakeFiles/CMakeTmp
311
312Run Build Command:"/usr/bin/make" "cmTC_ac4f0/fast"
313make -f CMakeFiles/cmTC_ac4f0.dir/build.make CMakeFiles/cmTC_ac4f0.dir/build
314Building CXX object CMakeFiles/cmTC_ac4f0.dir/kwsysPlatformTestsCXX.cxx.o
315/Library/Developer/CommandLineTools/usr/bin/clang++  -DTEST_KWSYS_CXX_HAS_EXT_STDIO_FILEBUF_H  -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_ac4f0.dir/kwsysPlatformTestsCXX.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/kwsysPlatformTestsCXX.cxx
316/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/kwsysPlatformTestsCXX.cxx:372:10: fatal error: 'ext/stdio_filebuf.h' file not found
317#include <ext/stdio_filebuf.h>
318         ^~~~~~~~~~~~~~~~~~~~~
3191 error generated.
320make[1]: *** [CMakeFiles/cmTC_ac4f0.dir/kwsysPlatformTestsCXX.cxx.o] Error 1
321make: *** [cmTC_ac4f0/fast] Error 2
322
323
324Determining if the function connect exists in the socket; failed with the following output:
325Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
326
327Run Build Command:"/usr/bin/make" "cmTC_1f4bc/fast"
328make -f CMakeFiles/cmTC_1f4bc.dir/build.make CMakeFiles/cmTC_1f4bc.dir/build
329Building C object CMakeFiles/cmTC_1f4bc.dir/CheckFunctionExists.c.o
330/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DCHECK_FUNCTION_EXISTS=connect -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_1f4bc.dir/CheckFunctionExists.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Modules/CheckFunctionExists.c
331Linking C executable cmTC_1f4bc
332/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_1f4bc.dir/link.txt --verbose=1
333/Library/Developer/CommandLineTools/usr/bin/clang  -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DCHECK_FUNCTION_EXISTS=connect -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  CMakeFiles/cmTC_1f4bc.dir/CheckFunctionExists.c.o  -o cmTC_1f4bc -lsocket
334ld: library 'socket' not found
335clang: error: linker command failed with exit code 1 (use -v to see invocation)
336make[1]: *** [cmTC_1f4bc] Error 1
337make: *** [cmTC_1f4bc/fast] Error 2
338
339
340Determining if the function idn2_lookup_ul exists in the idn2;/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/CoreFoundation.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/Security.framework failed with the following output:
341Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
342
343Run Build Command:"/usr/bin/make" "cmTC_08cde/fast"
344make -f CMakeFiles/cmTC_08cde.dir/build.make CMakeFiles/cmTC_08cde.dir/build
345Building C object CMakeFiles/cmTC_08cde.dir/CheckFunctionExists.c.o
346/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DCHECK_FUNCTION_EXISTS=idn2_lookup_ul -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_08cde.dir/CheckFunctionExists.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Modules/CheckFunctionExists.c
347Linking C executable cmTC_08cde
348/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_08cde.dir/link.txt --verbose=1
349/Library/Developer/CommandLineTools/usr/bin/clang  -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DCHECK_FUNCTION_EXISTS=idn2_lookup_ul -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  CMakeFiles/cmTC_08cde.dir/CheckFunctionExists.c.o  -o cmTC_08cde -lidn2 -framework CoreFoundation -framework Security
350ld: library 'idn2' not found
351clang: error: linker command failed with exit code 1 (use -v to see invocation)
352make[1]: *** [cmTC_08cde] Error 1
353make: *** [cmTC_08cde/fast] Error 2
354
355
356Determining if files stdio.h;inttypes.h;sys/filio.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/utime.h exist failed with the following output:
357Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
358
359Run Build Command:"/usr/bin/make" "cmTC_ab76a/fast"
360make -f CMakeFiles/cmTC_ab76a.dir/build.make CMakeFiles/cmTC_ab76a.dir/build
361Building C object CMakeFiles/cmTC_ab76a.dir/CheckIncludeFiles.c.o
362/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_ab76a.dir/CheckIncludeFiles.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
363/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:17:10: fatal error: 'sys/utime.h' file not found
364#include <sys/utime.h>
365         ^~~~~~~~~~~~~
3661 error generated.
367make[1]: *** [CMakeFiles/cmTC_ab76a.dir/CheckIncludeFiles.c.o] Error 1
368make: *** [cmTC_ab76a/fast] Error 2
369
370Source:
371/* */
372#include <stdio.h>
373#include <inttypes.h>
374#include <sys/filio.h>
375#include <sys/ioctl.h>
376#include <sys/param.h>
377#include <sys/poll.h>
378#include <sys/resource.h>
379#include <sys/select.h>
380#include <sys/socket.h>
381#include <sys/sockio.h>
382#include <sys/stat.h>
383#include <sys/time.h>
384#include <sys/types.h>
385#include <sys/uio.h>
386#include <sys/un.h>
387#include <sys/utime.h>
388
389
390int main(void){return 0;}
391
392Determining if files stdio.h;inttypes.h;sys/filio.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;crypto.h exist failed with the following output:
393Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
394
395Run Build Command:"/usr/bin/make" "cmTC_d7d69/fast"
396make -f CMakeFiles/cmTC_d7d69.dir/build.make CMakeFiles/cmTC_d7d69.dir/build
397Building C object CMakeFiles/cmTC_d7d69.dir/CheckIncludeFiles.c.o
398/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_d7d69.dir/CheckIncludeFiles.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
399/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:22:10: fatal error: 'crypto.h' file not found
400#include <crypto.h>
401         ^~~~~~~~~~
4021 error generated.
403make[1]: *** [CMakeFiles/cmTC_d7d69.dir/CheckIncludeFiles.c.o] Error 1
404make: *** [cmTC_d7d69/fast] Error 2
405
406Source:
407/* */
408#include <stdio.h>
409#include <inttypes.h>
410#include <sys/filio.h>
411#include <sys/ioctl.h>
412#include <sys/param.h>
413#include <sys/poll.h>
414#include <sys/resource.h>
415#include <sys/select.h>
416#include <sys/socket.h>
417#include <sys/sockio.h>
418#include <sys/stat.h>
419#include <sys/time.h>
420#include <sys/types.h>
421#include <sys/uio.h>
422#include <sys/un.h>
423#include <sys/xattr.h>
424#include <alloca.h>
425#include <arpa/inet.h>
426#include <arpa/tftp.h>
427#include <assert.h>
428#include <crypto.h>
429
430
431int main(void){return 0;}
432
433Determining if files stdio.h;inttypes.h;sys/filio.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;des.h exist failed with the following output:
434Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
435
436Run Build Command:"/usr/bin/make" "cmTC_f9fee/fast"
437make -f CMakeFiles/cmTC_f9fee.dir/build.make CMakeFiles/cmTC_f9fee.dir/build
438Building C object CMakeFiles/cmTC_f9fee.dir/CheckIncludeFiles.c.o
439/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_f9fee.dir/CheckIncludeFiles.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
440/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:22:10: fatal error: 'des.h' file not found
441#include <des.h>
442         ^~~~~~~
4431 error generated.
444make[1]: *** [CMakeFiles/cmTC_f9fee.dir/CheckIncludeFiles.c.o] Error 1
445make: *** [cmTC_f9fee/fast] Error 2
446
447Source:
448/* */
449#include <stdio.h>
450#include <inttypes.h>
451#include <sys/filio.h>
452#include <sys/ioctl.h>
453#include <sys/param.h>
454#include <sys/poll.h>
455#include <sys/resource.h>
456#include <sys/select.h>
457#include <sys/socket.h>
458#include <sys/sockio.h>
459#include <sys/stat.h>
460#include <sys/time.h>
461#include <sys/types.h>
462#include <sys/uio.h>
463#include <sys/un.h>
464#include <sys/xattr.h>
465#include <alloca.h>
466#include <arpa/inet.h>
467#include <arpa/tftp.h>
468#include <assert.h>
469#include <des.h>
470
471
472int main(void){return 0;}
473
474Determining if files stdio.h;inttypes.h;sys/filio.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;idn2.h exist failed with the following output:
475Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
476
477Run Build Command:"/usr/bin/make" "cmTC_8c66d/fast"
478make -f CMakeFiles/cmTC_8c66d.dir/build.make CMakeFiles/cmTC_8c66d.dir/build
479Building C object CMakeFiles/cmTC_8c66d.dir/CheckIncludeFiles.c.o
480/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_8c66d.dir/CheckIncludeFiles.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
481/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:25:10: fatal error: 'idn2.h' file not found
482#include <idn2.h>
483         ^~~~~~~~
4841 error generated.
485make[1]: *** [CMakeFiles/cmTC_8c66d.dir/CheckIncludeFiles.c.o] Error 1
486make: *** [cmTC_8c66d/fast] Error 2
487
488Source:
489/* */
490#include <stdio.h>
491#include <inttypes.h>
492#include <sys/filio.h>
493#include <sys/ioctl.h>
494#include <sys/param.h>
495#include <sys/poll.h>
496#include <sys/resource.h>
497#include <sys/select.h>
498#include <sys/socket.h>
499#include <sys/sockio.h>
500#include <sys/stat.h>
501#include <sys/time.h>
502#include <sys/types.h>
503#include <sys/uio.h>
504#include <sys/un.h>
505#include <sys/xattr.h>
506#include <alloca.h>
507#include <arpa/inet.h>
508#include <arpa/tftp.h>
509#include <assert.h>
510#include <err.h>
511#include <errno.h>
512#include <fcntl.h>
513#include <idn2.h>
514
515
516int main(void){return 0;}
517
518Determining if files stdio.h;inttypes.h;sys/filio.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;io.h exist failed with the following output:
519Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
520
521Run Build Command:"/usr/bin/make" "cmTC_d5fa0/fast"
522make -f CMakeFiles/cmTC_d5fa0.dir/build.make CMakeFiles/cmTC_d5fa0.dir/build
523Building C object CMakeFiles/cmTC_d5fa0.dir/CheckIncludeFiles.c.o
524/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_d5fa0.dir/CheckIncludeFiles.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
525/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:26:10: fatal error: 'io.h' file not found
526#include <io.h>
527         ^~~~~~
5281 error generated.
529make[1]: *** [CMakeFiles/cmTC_d5fa0.dir/CheckIncludeFiles.c.o] Error 1
530make: *** [cmTC_d5fa0/fast] Error 2
531
532Source:
533/* */
534#include <stdio.h>
535#include <inttypes.h>
536#include <sys/filio.h>
537#include <sys/ioctl.h>
538#include <sys/param.h>
539#include <sys/poll.h>
540#include <sys/resource.h>
541#include <sys/select.h>
542#include <sys/socket.h>
543#include <sys/sockio.h>
544#include <sys/stat.h>
545#include <sys/time.h>
546#include <sys/types.h>
547#include <sys/uio.h>
548#include <sys/un.h>
549#include <sys/xattr.h>
550#include <alloca.h>
551#include <arpa/inet.h>
552#include <arpa/tftp.h>
553#include <assert.h>
554#include <err.h>
555#include <errno.h>
556#include <fcntl.h>
557#include <ifaddrs.h>
558#include <io.h>
559
560
561int main(void){return 0;}
562
563Determining if files stdio.h;inttypes.h;sys/filio.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;krb.h exist failed with the following output:
564Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
565
566Run Build Command:"/usr/bin/make" "cmTC_43175/fast"
567make -f CMakeFiles/cmTC_43175.dir/build.make CMakeFiles/cmTC_43175.dir/build
568Building C object CMakeFiles/cmTC_43175.dir/CheckIncludeFiles.c.o
569/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_43175.dir/CheckIncludeFiles.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
570/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:26:10: fatal error: 'krb.h' file not found
571#include <krb.h>
572         ^~~~~~~
5731 error generated.
574make[1]: *** [CMakeFiles/cmTC_43175.dir/CheckIncludeFiles.c.o] Error 1
575make: *** [cmTC_43175/fast] Error 2
576
577Source:
578/* */
579#include <stdio.h>
580#include <inttypes.h>
581#include <sys/filio.h>
582#include <sys/ioctl.h>
583#include <sys/param.h>
584#include <sys/poll.h>
585#include <sys/resource.h>
586#include <sys/select.h>
587#include <sys/socket.h>
588#include <sys/sockio.h>
589#include <sys/stat.h>
590#include <sys/time.h>
591#include <sys/types.h>
592#include <sys/uio.h>
593#include <sys/un.h>
594#include <sys/xattr.h>
595#include <alloca.h>
596#include <arpa/inet.h>
597#include <arpa/tftp.h>
598#include <assert.h>
599#include <err.h>
600#include <errno.h>
601#include <fcntl.h>
602#include <ifaddrs.h>
603#include <krb.h>
604
605
606int main(void){return 0;}
607
608Determining if files stdio.h;inttypes.h;sys/filio.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;pem.h exist failed with the following output:
609Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
610
611Run Build Command:"/usr/bin/make" "cmTC_8be5f/fast"
612make -f CMakeFiles/cmTC_8be5f.dir/build.make CMakeFiles/cmTC_8be5f.dir/build
613Building C object CMakeFiles/cmTC_8be5f.dir/CheckIncludeFiles.c.o
614/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_8be5f.dir/CheckIncludeFiles.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
615/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:33:10: fatal error: 'pem.h' file not found
616#include <pem.h>
617         ^~~~~~~
6181 error generated.
619make[1]: *** [CMakeFiles/cmTC_8be5f.dir/CheckIncludeFiles.c.o] Error 1
620make: *** [cmTC_8be5f/fast] Error 2
621
622Source:
623/* */
624#include <stdio.h>
625#include <inttypes.h>
626#include <sys/filio.h>
627#include <sys/ioctl.h>
628#include <sys/param.h>
629#include <sys/poll.h>
630#include <sys/resource.h>
631#include <sys/select.h>
632#include <sys/socket.h>
633#include <sys/sockio.h>
634#include <sys/stat.h>
635#include <sys/time.h>
636#include <sys/types.h>
637#include <sys/uio.h>
638#include <sys/un.h>
639#include <sys/xattr.h>
640#include <alloca.h>
641#include <arpa/inet.h>
642#include <arpa/tftp.h>
643#include <assert.h>
644#include <err.h>
645#include <errno.h>
646#include <fcntl.h>
647#include <ifaddrs.h>
648#include <libgen.h>
649#include <limits.h>
650#include <locale.h>
651#include <net/if.h>
652#include <netdb.h>
653#include <netinet/in.h>
654#include <netinet/tcp.h>
655#include <pem.h>
656
657
658int main(void){return 0;}
659
660Determining if files stdio.h;inttypes.h;sys/filio.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;rsa.h exist failed with the following output:
661Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
662
663Run Build Command:"/usr/bin/make" "cmTC_3af93/fast"
664make -f CMakeFiles/cmTC_3af93.dir/build.make CMakeFiles/cmTC_3af93.dir/build
665Building C object CMakeFiles/cmTC_3af93.dir/CheckIncludeFiles.c.o
666/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_3af93.dir/CheckIncludeFiles.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
667/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:35:10: fatal error: 'rsa.h' file not found
668#include <rsa.h>
669         ^~~~~~~
6701 error generated.
671make[1]: *** [CMakeFiles/cmTC_3af93.dir/CheckIncludeFiles.c.o] Error 1
672make: *** [cmTC_3af93/fast] Error 2
673
674Source:
675/* */
676#include <stdio.h>
677#include <inttypes.h>
678#include <sys/filio.h>
679#include <sys/ioctl.h>
680#include <sys/param.h>
681#include <sys/poll.h>
682#include <sys/resource.h>
683#include <sys/select.h>
684#include <sys/socket.h>
685#include <sys/sockio.h>
686#include <sys/stat.h>
687#include <sys/time.h>
688#include <sys/types.h>
689#include <sys/uio.h>
690#include <sys/un.h>
691#include <sys/xattr.h>
692#include <alloca.h>
693#include <arpa/inet.h>
694#include <arpa/tftp.h>
695#include <assert.h>
696#include <err.h>
697#include <errno.h>
698#include <fcntl.h>
699#include <ifaddrs.h>
700#include <libgen.h>
701#include <limits.h>
702#include <locale.h>
703#include <net/if.h>
704#include <netdb.h>
705#include <netinet/in.h>
706#include <netinet/tcp.h>
707#include <poll.h>
708#include <pwd.h>
709#include <rsa.h>
710
711
712int main(void){return 0;}
713
714Determining if files stdio.h;inttypes.h;sys/filio.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;ssl.h exist failed with the following output:
715Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
716
717Run Build Command:"/usr/bin/make" "cmTC_420aa/fast"
718make -f CMakeFiles/cmTC_420aa.dir/build.make CMakeFiles/cmTC_420aa.dir/build
719Building C object CMakeFiles/cmTC_420aa.dir/CheckIncludeFiles.c.o
720/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_420aa.dir/CheckIncludeFiles.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
721/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:38:10: fatal error: 'ssl.h' file not found
722#include <ssl.h>
723         ^~~~~~~
7241 error generated.
725make[1]: *** [CMakeFiles/cmTC_420aa.dir/CheckIncludeFiles.c.o] Error 1
726make: *** [cmTC_420aa/fast] Error 2
727
728Source:
729/* */
730#include <stdio.h>
731#include <inttypes.h>
732#include <sys/filio.h>
733#include <sys/ioctl.h>
734#include <sys/param.h>
735#include <sys/poll.h>
736#include <sys/resource.h>
737#include <sys/select.h>
738#include <sys/socket.h>
739#include <sys/sockio.h>
740#include <sys/stat.h>
741#include <sys/time.h>
742#include <sys/types.h>
743#include <sys/uio.h>
744#include <sys/un.h>
745#include <sys/xattr.h>
746#include <alloca.h>
747#include <arpa/inet.h>
748#include <arpa/tftp.h>
749#include <assert.h>
750#include <err.h>
751#include <errno.h>
752#include <fcntl.h>
753#include <ifaddrs.h>
754#include <libgen.h>
755#include <limits.h>
756#include <locale.h>
757#include <net/if.h>
758#include <netdb.h>
759#include <netinet/in.h>
760#include <netinet/tcp.h>
761#include <poll.h>
762#include <pwd.h>
763#include <setjmp.h>
764#include <sgtty.h>
765#include <signal.h>
766#include <ssl.h>
767
768
769int main(void){return 0;}
770
771Determining if files stdio.h;inttypes.h;sys/filio.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h exist failed with the following output:
772Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
773
774Run Build Command:"/usr/bin/make" "cmTC_7a9ce/fast"
775make -f CMakeFiles/cmTC_7a9ce.dir/build.make CMakeFiles/cmTC_7a9ce.dir/build
776Building C object CMakeFiles/cmTC_7a9ce.dir/CheckIncludeFiles.c.o
777/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_7a9ce.dir/CheckIncludeFiles.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
778/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:44:10: fatal error: 'stropts.h' file not found
779#include <stropts.h>
780         ^~~~~~~~~~~
7811 error generated.
782make[1]: *** [CMakeFiles/cmTC_7a9ce.dir/CheckIncludeFiles.c.o] Error 1
783make: *** [cmTC_7a9ce/fast] Error 2
784
785Source:
786/* */
787#include <stdio.h>
788#include <inttypes.h>
789#include <sys/filio.h>
790#include <sys/ioctl.h>
791#include <sys/param.h>
792#include <sys/poll.h>
793#include <sys/resource.h>
794#include <sys/select.h>
795#include <sys/socket.h>
796#include <sys/sockio.h>
797#include <sys/stat.h>
798#include <sys/time.h>
799#include <sys/types.h>
800#include <sys/uio.h>
801#include <sys/un.h>
802#include <sys/xattr.h>
803#include <alloca.h>
804#include <arpa/inet.h>
805#include <arpa/tftp.h>
806#include <assert.h>
807#include <err.h>
808#include <errno.h>
809#include <fcntl.h>
810#include <ifaddrs.h>
811#include <libgen.h>
812#include <limits.h>
813#include <locale.h>
814#include <net/if.h>
815#include <netdb.h>
816#include <netinet/in.h>
817#include <netinet/tcp.h>
818#include <poll.h>
819#include <pwd.h>
820#include <setjmp.h>
821#include <sgtty.h>
822#include <signal.h>
823#include <stdbool.h>
824#include <stdint.h>
825#include <stdio.h>
826#include <stdlib.h>
827#include <string.h>
828#include <strings.h>
829#include <stropts.h>
830
831
832int main(void){return 0;}
833
834Determining if files stdio.h;inttypes.h;sys/filio.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;termio.h exist failed with the following output:
835Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
836
837Run Build Command:"/usr/bin/make" "cmTC_0ed23/fast"
838make -f CMakeFiles/cmTC_0ed23.dir/build.make CMakeFiles/cmTC_0ed23.dir/build
839Building C object CMakeFiles/cmTC_0ed23.dir/CheckIncludeFiles.c.o
840/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_0ed23.dir/CheckIncludeFiles.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
841/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:44:10: fatal error: 'termio.h' file not found
842#include <termio.h>
843         ^~~~~~~~~~
8441 error generated.
845make[1]: *** [CMakeFiles/cmTC_0ed23.dir/CheckIncludeFiles.c.o] Error 1
846make: *** [cmTC_0ed23/fast] Error 2
847
848Source:
849/* */
850#include <stdio.h>
851#include <inttypes.h>
852#include <sys/filio.h>
853#include <sys/ioctl.h>
854#include <sys/param.h>
855#include <sys/poll.h>
856#include <sys/resource.h>
857#include <sys/select.h>
858#include <sys/socket.h>
859#include <sys/sockio.h>
860#include <sys/stat.h>
861#include <sys/time.h>
862#include <sys/types.h>
863#include <sys/uio.h>
864#include <sys/un.h>
865#include <sys/xattr.h>
866#include <alloca.h>
867#include <arpa/inet.h>
868#include <arpa/tftp.h>
869#include <assert.h>
870#include <err.h>
871#include <errno.h>
872#include <fcntl.h>
873#include <ifaddrs.h>
874#include <libgen.h>
875#include <limits.h>
876#include <locale.h>
877#include <net/if.h>
878#include <netdb.h>
879#include <netinet/in.h>
880#include <netinet/tcp.h>
881#include <poll.h>
882#include <pwd.h>
883#include <setjmp.h>
884#include <sgtty.h>
885#include <signal.h>
886#include <stdbool.h>
887#include <stdint.h>
888#include <stdio.h>
889#include <stdlib.h>
890#include <string.h>
891#include <strings.h>
892#include <termio.h>
893
894
895int main(void){return 0;}
896
897Determining if files stdio.h;inttypes.h;sys/filio.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;termios.h;time.h;unistd.h;utime.h;x509.h exist failed with the following output:
898Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
899
900Run Build Command:"/usr/bin/make" "cmTC_750e8/fast"
901make -f CMakeFiles/cmTC_750e8.dir/build.make CMakeFiles/cmTC_750e8.dir/build
902Building C object CMakeFiles/cmTC_750e8.dir/CheckIncludeFiles.c.o
903/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_750e8.dir/CheckIncludeFiles.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
904/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:48:10: fatal error: 'x509.h' file not found
905#include <x509.h>
906         ^~~~~~~~
9071 error generated.
908make[1]: *** [CMakeFiles/cmTC_750e8.dir/CheckIncludeFiles.c.o] Error 1
909make: *** [cmTC_750e8/fast] Error 2
910
911Source:
912/* */
913#include <stdio.h>
914#include <inttypes.h>
915#include <sys/filio.h>
916#include <sys/ioctl.h>
917#include <sys/param.h>
918#include <sys/poll.h>
919#include <sys/resource.h>
920#include <sys/select.h>
921#include <sys/socket.h>
922#include <sys/sockio.h>
923#include <sys/stat.h>
924#include <sys/time.h>
925#include <sys/types.h>
926#include <sys/uio.h>
927#include <sys/un.h>
928#include <sys/xattr.h>
929#include <alloca.h>
930#include <arpa/inet.h>
931#include <arpa/tftp.h>
932#include <assert.h>
933#include <err.h>
934#include <errno.h>
935#include <fcntl.h>
936#include <ifaddrs.h>
937#include <libgen.h>
938#include <limits.h>
939#include <locale.h>
940#include <net/if.h>
941#include <netdb.h>
942#include <netinet/in.h>
943#include <netinet/tcp.h>
944#include <poll.h>
945#include <pwd.h>
946#include <setjmp.h>
947#include <sgtty.h>
948#include <signal.h>
949#include <stdbool.h>
950#include <stdint.h>
951#include <stdio.h>
952#include <stdlib.h>
953#include <string.h>
954#include <strings.h>
955#include <termios.h>
956#include <time.h>
957#include <unistd.h>
958#include <utime.h>
959#include <x509.h>
960
961
962int main(void){return 0;}
963
964Determining if files stdio.h;inttypes.h;sys/filio.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;termios.h;time.h;unistd.h;utime.h;process.h exist failed with the following output:
965Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
966
967Run Build Command:"/usr/bin/make" "cmTC_b2aa1/fast"
968make -f CMakeFiles/cmTC_b2aa1.dir/build.make CMakeFiles/cmTC_b2aa1.dir/build
969Building C object CMakeFiles/cmTC_b2aa1.dir/CheckIncludeFiles.c.o
970/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_b2aa1.dir/CheckIncludeFiles.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
971/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:48:10: fatal error: 'process.h' file not found
972#include <process.h>
973         ^~~~~~~~~~~
9741 error generated.
975make[1]: *** [CMakeFiles/cmTC_b2aa1.dir/CheckIncludeFiles.c.o] Error 1
976make: *** [cmTC_b2aa1/fast] Error 2
977
978Source:
979/* */
980#include <stdio.h>
981#include <inttypes.h>
982#include <sys/filio.h>
983#include <sys/ioctl.h>
984#include <sys/param.h>
985#include <sys/poll.h>
986#include <sys/resource.h>
987#include <sys/select.h>
988#include <sys/socket.h>
989#include <sys/sockio.h>
990#include <sys/stat.h>
991#include <sys/time.h>
992#include <sys/types.h>
993#include <sys/uio.h>
994#include <sys/un.h>
995#include <sys/xattr.h>
996#include <alloca.h>
997#include <arpa/inet.h>
998#include <arpa/tftp.h>
999#include <assert.h>
1000#include <err.h>
1001#include <errno.h>
1002#include <fcntl.h>
1003#include <ifaddrs.h>
1004#include <libgen.h>
1005#include <limits.h>
1006#include <locale.h>
1007#include <net/if.h>
1008#include <netdb.h>
1009#include <netinet/in.h>
1010#include <netinet/tcp.h>
1011#include <poll.h>
1012#include <pwd.h>
1013#include <setjmp.h>
1014#include <sgtty.h>
1015#include <signal.h>
1016#include <stdbool.h>
1017#include <stdint.h>
1018#include <stdio.h>
1019#include <stdlib.h>
1020#include <string.h>
1021#include <strings.h>
1022#include <termios.h>
1023#include <time.h>
1024#include <unistd.h>
1025#include <utime.h>
1026#include <process.h>
1027
1028
1029int main(void){return 0;}
1030
1031Determining if files stdio.h;inttypes.h;sys/filio.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;termios.h;time.h;unistd.h;utime.h;stddef.h;dlfcn.h;malloc.h exist failed with the following output:
1032Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
1033
1034Run Build Command:"/usr/bin/make" "cmTC_a6f55/fast"
1035make -f CMakeFiles/cmTC_a6f55.dir/build.make CMakeFiles/cmTC_a6f55.dir/build
1036Building C object CMakeFiles/cmTC_a6f55.dir/CheckIncludeFiles.c.o
1037/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_a6f55.dir/CheckIncludeFiles.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
1038/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:50:10: fatal error: 'malloc.h' file not found
1039#include <malloc.h>
1040         ^~~~~~~~~~
10411 error generated.
1042make[1]: *** [CMakeFiles/cmTC_a6f55.dir/CheckIncludeFiles.c.o] Error 1
1043make: *** [cmTC_a6f55/fast] Error 2
1044
1045Source:
1046/* */
1047#include <stdio.h>
1048#include <inttypes.h>
1049#include <sys/filio.h>
1050#include <sys/ioctl.h>
1051#include <sys/param.h>
1052#include <sys/poll.h>
1053#include <sys/resource.h>
1054#include <sys/select.h>
1055#include <sys/socket.h>
1056#include <sys/sockio.h>
1057#include <sys/stat.h>
1058#include <sys/time.h>
1059#include <sys/types.h>
1060#include <sys/uio.h>
1061#include <sys/un.h>
1062#include <sys/xattr.h>
1063#include <alloca.h>
1064#include <arpa/inet.h>
1065#include <arpa/tftp.h>
1066#include <assert.h>
1067#include <err.h>
1068#include <errno.h>
1069#include <fcntl.h>
1070#include <ifaddrs.h>
1071#include <libgen.h>
1072#include <limits.h>
1073#include <locale.h>
1074#include <net/if.h>
1075#include <netdb.h>
1076#include <netinet/in.h>
1077#include <netinet/tcp.h>
1078#include <poll.h>
1079#include <pwd.h>
1080#include <setjmp.h>
1081#include <sgtty.h>
1082#include <signal.h>
1083#include <stdbool.h>
1084#include <stdint.h>
1085#include <stdio.h>
1086#include <stdlib.h>
1087#include <string.h>
1088#include <strings.h>
1089#include <termios.h>
1090#include <time.h>
1091#include <unistd.h>
1092#include <utime.h>
1093#include <stddef.h>
1094#include <dlfcn.h>
1095#include <malloc.h>
1096
1097
1098int main(void){return 0;}
1099
1100Determining if files stdio.h;inttypes.h;sys/filio.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;termios.h;time.h;unistd.h;utime.h;stddef.h;dlfcn.h;memory.h;netinet/if_ether.h;stdint.h;sockio.h exist failed with the following output:
1101Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
1102
1103Run Build Command:"/usr/bin/make" "cmTC_f04f1/fast"
1104make -f CMakeFiles/cmTC_f04f1.dir/build.make CMakeFiles/cmTC_f04f1.dir/build
1105Building C object CMakeFiles/cmTC_f04f1.dir/CheckIncludeFiles.c.o
1106/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_f04f1.dir/CheckIncludeFiles.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
1107/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:53:10: fatal error: 'sockio.h' file not found
1108#include <sockio.h>
1109         ^~~~~~~~~~
11101 error generated.
1111make[1]: *** [CMakeFiles/cmTC_f04f1.dir/CheckIncludeFiles.c.o] Error 1
1112make: *** [cmTC_f04f1/fast] Error 2
1113
1114Source:
1115/* */
1116#include <stdio.h>
1117#include <inttypes.h>
1118#include <sys/filio.h>
1119#include <sys/ioctl.h>
1120#include <sys/param.h>
1121#include <sys/poll.h>
1122#include <sys/resource.h>
1123#include <sys/select.h>
1124#include <sys/socket.h>
1125#include <sys/sockio.h>
1126#include <sys/stat.h>
1127#include <sys/time.h>
1128#include <sys/types.h>
1129#include <sys/uio.h>
1130#include <sys/un.h>
1131#include <sys/xattr.h>
1132#include <alloca.h>
1133#include <arpa/inet.h>
1134#include <arpa/tftp.h>
1135#include <assert.h>
1136#include <err.h>
1137#include <errno.h>
1138#include <fcntl.h>
1139#include <ifaddrs.h>
1140#include <libgen.h>
1141#include <limits.h>
1142#include <locale.h>
1143#include <net/if.h>
1144#include <netdb.h>
1145#include <netinet/in.h>
1146#include <netinet/tcp.h>
1147#include <poll.h>
1148#include <pwd.h>
1149#include <setjmp.h>
1150#include <sgtty.h>
1151#include <signal.h>
1152#include <stdbool.h>
1153#include <stdint.h>
1154#include <stdio.h>
1155#include <stdlib.h>
1156#include <string.h>
1157#include <strings.h>
1158#include <termios.h>
1159#include <time.h>
1160#include <unistd.h>
1161#include <utime.h>
1162#include <stddef.h>
1163#include <dlfcn.h>
1164#include <memory.h>
1165#include <netinet/if_ether.h>
1166#include <stdint.h>
1167#include <sockio.h>
1168
1169
1170int main(void){return 0;}
1171
1172Determining size of __int64 failed with the following output:
1173Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
1174
1175Run Build Command:"/usr/bin/make" "cmTC_c0a48/fast"
1176make -f CMakeFiles/cmTC_c0a48.dir/build.make CMakeFiles/cmTC_c0a48.dir/build
1177Building C object CMakeFiles/cmTC_c0a48.dir/SIZEOF___INT64.c.o
1178/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_c0a48.dir/SIZEOF___INT64.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c
1179/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:19:12: error: use of undeclared identifier '__int64'
1180  ('0' + ((SIZE / 10000)%10)),
1181           ^
1182/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:17:22: note: expanded from macro 'SIZE'
1183#define SIZE (sizeof(__int64))
1184                     ^
1185/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:20:12: error: use of undeclared identifier '__int64'
1186  ('0' + ((SIZE / 1000)%10)),
1187           ^
1188/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:17:22: note: expanded from macro 'SIZE'
1189#define SIZE (sizeof(__int64))
1190                     ^
1191/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:21:12: error: use of undeclared identifier '__int64'
1192  ('0' + ((SIZE / 100)%10)),
1193           ^
1194/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:17:22: note: expanded from macro 'SIZE'
1195#define SIZE (sizeof(__int64))
1196                     ^
1197/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:22:12: error: use of undeclared identifier '__int64'
1198  ('0' + ((SIZE / 10)%10)),
1199           ^
1200/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:17:22: note: expanded from macro 'SIZE'
1201#define SIZE (sizeof(__int64))
1202                     ^
1203/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:23:12: error: use of undeclared identifier '__int64'
1204  ('0' +  (SIZE    % 10)),
1205           ^
1206/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:17:22: note: expanded from macro 'SIZE'
1207#define SIZE (sizeof(__int64))
1208                     ^
12095 errors generated.
1210make[1]: *** [CMakeFiles/cmTC_c0a48.dir/SIZEOF___INT64.c.o] Error 1
1211make: *** [cmTC_c0a48/fast] Error 2
1212
1213/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:
1214#include <sys/types.h>
1215#include <stdint.h>
1216#include <stddef.h>
1217
1218
1219#undef KEY
1220#if defined(__i386)
1221# define KEY '_','_','i','3','8','6'
1222#elif defined(__x86_64)
1223# define KEY '_','_','x','8','6','_','6','4'
1224#elif defined(__ppc__)
1225# define KEY '_','_','p','p','c','_','_'
1226#elif defined(__ppc64__)
1227# define KEY '_','_','p','p','c','6','4','_','_'
1228#endif
1229
1230#define SIZE (sizeof(__int64))
1231char info_size[] =  {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
1232  ('0' + ((SIZE / 10000)%10)),
1233  ('0' + ((SIZE / 1000)%10)),
1234  ('0' + ((SIZE / 100)%10)),
1235  ('0' + ((SIZE / 10)%10)),
1236  ('0' +  (SIZE    % 10)),
1237  ']',
1238#ifdef KEY
1239  ' ','k','e','y','[', KEY, ']',
1240#endif
1241  '\0'};
1242
1243#ifdef __CLASSIC_C__
1244int main(argc, argv) int argc; char *argv[];
1245#else
1246int main(int argc, char *argv[])
1247#endif
1248{
1249  int require = 0;
1250  require += info_size[argc];
1251  (void)argv;
1252  return require;
1253}
1254
1255
1256Determining if the stricmp exist failed with the following output:
1257Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
1258
1259Run Build Command:"/usr/bin/make" "cmTC_7c4e7/fast"
1260make -f CMakeFiles/cmTC_7c4e7.dir/build.make CMakeFiles/cmTC_7c4e7.dir/build
1261Building C object CMakeFiles/cmTC_7c4e7.dir/CheckSymbolExists.c.o
1262/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_7c4e7.dir/CheckSymbolExists.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c
1263/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: use of undeclared identifier 'stricmp'
1264  return ((int*)(&stricmp))[argc];
1265                  ^
12661 error generated.
1267make[1]: *** [CMakeFiles/cmTC_7c4e7.dir/CheckSymbolExists.c.o] Error 1
1268make: *** [cmTC_7c4e7/fast] Error 2
1269
1270File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
1271/* */
1272#include <stdio.h>
1273#include <inttypes.h>
1274#include <sys/filio.h>
1275#include <sys/ioctl.h>
1276#include <sys/param.h>
1277#include <sys/poll.h>
1278#include <sys/resource.h>
1279#include <sys/select.h>
1280#include <sys/socket.h>
1281#include <sys/sockio.h>
1282#include <sys/stat.h>
1283#include <sys/time.h>
1284#include <sys/types.h>
1285#include <sys/uio.h>
1286#include <sys/un.h>
1287#include <sys/xattr.h>
1288#include <alloca.h>
1289#include <arpa/inet.h>
1290#include <arpa/tftp.h>
1291#include <assert.h>
1292#include <err.h>
1293#include <errno.h>
1294#include <fcntl.h>
1295#include <ifaddrs.h>
1296#include <libgen.h>
1297#include <limits.h>
1298#include <locale.h>
1299#include <net/if.h>
1300#include <netdb.h>
1301#include <netinet/in.h>
1302#include <netinet/tcp.h>
1303#include <poll.h>
1304#include <pwd.h>
1305#include <setjmp.h>
1306#include <sgtty.h>
1307#include <signal.h>
1308#include <stdbool.h>
1309#include <stdint.h>
1310#include <stdio.h>
1311#include <stdlib.h>
1312#include <string.h>
1313#include <strings.h>
1314#include <termios.h>
1315#include <time.h>
1316#include <unistd.h>
1317#include <utime.h>
1318#include <stddef.h>
1319#include <dlfcn.h>
1320#include <memory.h>
1321#include <netinet/if_ether.h>
1322#include <stdint.h>
1323#include <sys/utsname.h>
1324
1325int main(int argc, char** argv)
1326{
1327  (void)argv;
1328#ifndef stricmp
1329  return ((int*)(&stricmp))[argc];
1330#else
1331  (void)argc;
1332  return 0;
1333#endif
1334}
1335
1336Determining if the strcmpi exist failed with the following output:
1337Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
1338
1339Run Build Command:"/usr/bin/make" "cmTC_03630/fast"
1340make -f CMakeFiles/cmTC_03630.dir/build.make CMakeFiles/cmTC_03630.dir/build
1341Building C object CMakeFiles/cmTC_03630.dir/CheckSymbolExists.c.o
1342/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_03630.dir/CheckSymbolExists.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c
1343/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: use of undeclared identifier 'strcmpi'; did you mean 'strcmp'?
1344  return ((int*)(&strcmpi))[argc];
1345                  ^~~~~~~
1346                  strcmp
1347/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/string.h:77:6: note: 'strcmp' declared here
1348int      strcmp(const char *__s1, const char *__s2);
1349         ^
13501 error generated.
1351make[1]: *** [CMakeFiles/cmTC_03630.dir/CheckSymbolExists.c.o] Error 1
1352make: *** [cmTC_03630/fast] Error 2
1353
1354File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
1355/* */
1356#include <stdio.h>
1357#include <inttypes.h>
1358#include <sys/filio.h>
1359#include <sys/ioctl.h>
1360#include <sys/param.h>
1361#include <sys/poll.h>
1362#include <sys/resource.h>
1363#include <sys/select.h>
1364#include <sys/socket.h>
1365#include <sys/sockio.h>
1366#include <sys/stat.h>
1367#include <sys/time.h>
1368#include <sys/types.h>
1369#include <sys/uio.h>
1370#include <sys/un.h>
1371#include <sys/xattr.h>
1372#include <alloca.h>
1373#include <arpa/inet.h>
1374#include <arpa/tftp.h>
1375#include <assert.h>
1376#include <err.h>
1377#include <errno.h>
1378#include <fcntl.h>
1379#include <ifaddrs.h>
1380#include <libgen.h>
1381#include <limits.h>
1382#include <locale.h>
1383#include <net/if.h>
1384#include <netdb.h>
1385#include <netinet/in.h>
1386#include <netinet/tcp.h>
1387#include <poll.h>
1388#include <pwd.h>
1389#include <setjmp.h>
1390#include <sgtty.h>
1391#include <signal.h>
1392#include <stdbool.h>
1393#include <stdint.h>
1394#include <stdio.h>
1395#include <stdlib.h>
1396#include <string.h>
1397#include <strings.h>
1398#include <termios.h>
1399#include <time.h>
1400#include <unistd.h>
1401#include <utime.h>
1402#include <stddef.h>
1403#include <dlfcn.h>
1404#include <memory.h>
1405#include <netinet/if_ether.h>
1406#include <stdint.h>
1407#include <sys/utsname.h>
1408
1409int main(int argc, char** argv)
1410{
1411  (void)argv;
1412#ifndef strcmpi
1413  return ((int*)(&strcmpi))[argc];
1414#else
1415  (void)argc;
1416  return 0;
1417#endif
1418}
1419
1420Determining if the strncmpi exist failed with the following output:
1421Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
1422
1423Run Build Command:"/usr/bin/make" "cmTC_ee417/fast"
1424make -f CMakeFiles/cmTC_ee417.dir/build.make CMakeFiles/cmTC_ee417.dir/build
1425Building C object CMakeFiles/cmTC_ee417.dir/CheckSymbolExists.c.o
1426/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_ee417.dir/CheckSymbolExists.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c
1427/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: use of undeclared identifier 'strncmpi'; did you mean 'strncmp'?
1428  return ((int*)(&strncmpi))[argc];
1429                  ^~~~~~~~
1430                  strncmp
1431/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/string.h:84:6: note: 'strncmp' declared here
1432int      strncmp(const char *__s1, const char *__s2, size_t __n);
1433         ^
14341 error generated.
1435make[1]: *** [CMakeFiles/cmTC_ee417.dir/CheckSymbolExists.c.o] Error 1
1436make: *** [cmTC_ee417/fast] Error 2
1437
1438File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
1439/* */
1440#include <stdio.h>
1441#include <inttypes.h>
1442#include <sys/filio.h>
1443#include <sys/ioctl.h>
1444#include <sys/param.h>
1445#include <sys/poll.h>
1446#include <sys/resource.h>
1447#include <sys/select.h>
1448#include <sys/socket.h>
1449#include <sys/sockio.h>
1450#include <sys/stat.h>
1451#include <sys/time.h>
1452#include <sys/types.h>
1453#include <sys/uio.h>
1454#include <sys/un.h>
1455#include <sys/xattr.h>
1456#include <alloca.h>
1457#include <arpa/inet.h>
1458#include <arpa/tftp.h>
1459#include <assert.h>
1460#include <err.h>
1461#include <errno.h>
1462#include <fcntl.h>
1463#include <ifaddrs.h>
1464#include <libgen.h>
1465#include <limits.h>
1466#include <locale.h>
1467#include <net/if.h>
1468#include <netdb.h>
1469#include <netinet/in.h>
1470#include <netinet/tcp.h>
1471#include <poll.h>
1472#include <pwd.h>
1473#include <setjmp.h>
1474#include <sgtty.h>
1475#include <signal.h>
1476#include <stdbool.h>
1477#include <stdint.h>
1478#include <stdio.h>
1479#include <stdlib.h>
1480#include <string.h>
1481#include <strings.h>
1482#include <termios.h>
1483#include <time.h>
1484#include <unistd.h>
1485#include <utime.h>
1486#include <stddef.h>
1487#include <dlfcn.h>
1488#include <memory.h>
1489#include <netinet/if_ether.h>
1490#include <stdint.h>
1491#include <sys/utsname.h>
1492
1493int main(int argc, char** argv)
1494{
1495  (void)argv;
1496#ifndef strncmpi
1497  return ((int*)(&strncmpi))[argc];
1498#else
1499  (void)argc;
1500  return 0;
1501#endif
1502}
1503
1504Determining if the gethostbyaddr_r exist failed with the following output:
1505Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
1506
1507Run Build Command:"/usr/bin/make" "cmTC_03d84/fast"
1508make -f CMakeFiles/cmTC_03d84.dir/build.make CMakeFiles/cmTC_03d84.dir/build
1509Building C object CMakeFiles/cmTC_03d84.dir/CheckSymbolExists.c.o
1510/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_03d84.dir/CheckSymbolExists.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c
1511/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: use of undeclared identifier 'gethostbyaddr_r'; did you mean 'gethostbyaddr'?
1512  return ((int*)(&gethostbyaddr_r))[argc];
1513                  ^~~~~~~~~~~~~~~
1514                  gethostbyaddr
1515/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/netdb.h:274:17: note: 'gethostbyaddr' declared here
1516struct hostent  *gethostbyaddr(const void *, socklen_t, int);
1517                 ^
15181 error generated.
1519make[1]: *** [CMakeFiles/cmTC_03d84.dir/CheckSymbolExists.c.o] Error 1
1520make: *** [cmTC_03d84/fast] Error 2
1521
1522File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
1523/* */
1524#include <stdio.h>
1525#include <inttypes.h>
1526#include <sys/filio.h>
1527#include <sys/ioctl.h>
1528#include <sys/param.h>
1529#include <sys/poll.h>
1530#include <sys/resource.h>
1531#include <sys/select.h>
1532#include <sys/socket.h>
1533#include <sys/sockio.h>
1534#include <sys/stat.h>
1535#include <sys/time.h>
1536#include <sys/types.h>
1537#include <sys/uio.h>
1538#include <sys/un.h>
1539#include <sys/xattr.h>
1540#include <alloca.h>
1541#include <arpa/inet.h>
1542#include <arpa/tftp.h>
1543#include <assert.h>
1544#include <err.h>
1545#include <errno.h>
1546#include <fcntl.h>
1547#include <ifaddrs.h>
1548#include <libgen.h>
1549#include <limits.h>
1550#include <locale.h>
1551#include <net/if.h>
1552#include <netdb.h>
1553#include <netinet/in.h>
1554#include <netinet/tcp.h>
1555#include <poll.h>
1556#include <pwd.h>
1557#include <setjmp.h>
1558#include <sgtty.h>
1559#include <signal.h>
1560#include <stdbool.h>
1561#include <stdint.h>
1562#include <stdio.h>
1563#include <stdlib.h>
1564#include <string.h>
1565#include <strings.h>
1566#include <termios.h>
1567#include <time.h>
1568#include <unistd.h>
1569#include <utime.h>
1570#include <stddef.h>
1571#include <dlfcn.h>
1572#include <memory.h>
1573#include <netinet/if_ether.h>
1574#include <stdint.h>
1575#include <sys/utsname.h>
1576
1577int main(int argc, char** argv)
1578{
1579  (void)argv;
1580#ifndef gethostbyaddr_r
1581  return ((int*)(&gethostbyaddr_r))[argc];
1582#else
1583  (void)argc;
1584  return 0;
1585#endif
1586}
1587
1588Determining if the inet_ntoa_r exist failed with the following output:
1589Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
1590
1591Run Build Command:"/usr/bin/make" "cmTC_8970b/fast"
1592make -f CMakeFiles/cmTC_8970b.dir/build.make CMakeFiles/cmTC_8970b.dir/build
1593Building C object CMakeFiles/cmTC_8970b.dir/CheckSymbolExists.c.o
1594/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_8970b.dir/CheckSymbolExists.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c
1595/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: use of undeclared identifier 'inet_ntoa_r'; did you mean 'inet_ntoa'?
1596  return ((int*)(&inet_ntoa_r))[argc];
1597                  ^~~~~~~~~~~
1598                  inet_ntoa
1599/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/arpa/inet.h:76:8: note: 'inet_ntoa' declared here
1600char            *inet_ntoa(struct in_addr);
1601                 ^
16021 error generated.
1603make[1]: *** [CMakeFiles/cmTC_8970b.dir/CheckSymbolExists.c.o] Error 1
1604make: *** [cmTC_8970b/fast] Error 2
1605
1606File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
1607/* */
1608#include <stdio.h>
1609#include <inttypes.h>
1610#include <sys/filio.h>
1611#include <sys/ioctl.h>
1612#include <sys/param.h>
1613#include <sys/poll.h>
1614#include <sys/resource.h>
1615#include <sys/select.h>
1616#include <sys/socket.h>
1617#include <sys/sockio.h>
1618#include <sys/stat.h>
1619#include <sys/time.h>
1620#include <sys/types.h>
1621#include <sys/uio.h>
1622#include <sys/un.h>
1623#include <sys/xattr.h>
1624#include <alloca.h>
1625#include <arpa/inet.h>
1626#include <arpa/tftp.h>
1627#include <assert.h>
1628#include <err.h>
1629#include <errno.h>
1630#include <fcntl.h>
1631#include <ifaddrs.h>
1632#include <libgen.h>
1633#include <limits.h>
1634#include <locale.h>
1635#include <net/if.h>
1636#include <netdb.h>
1637#include <netinet/in.h>
1638#include <netinet/tcp.h>
1639#include <poll.h>
1640#include <pwd.h>
1641#include <setjmp.h>
1642#include <sgtty.h>
1643#include <signal.h>
1644#include <stdbool.h>
1645#include <stdint.h>
1646#include <stdio.h>
1647#include <stdlib.h>
1648#include <string.h>
1649#include <strings.h>
1650#include <termios.h>
1651#include <time.h>
1652#include <unistd.h>
1653#include <utime.h>
1654#include <stddef.h>
1655#include <dlfcn.h>
1656#include <memory.h>
1657#include <netinet/if_ether.h>
1658#include <stdint.h>
1659#include <sys/utsname.h>
1660
1661int main(int argc, char** argv)
1662{
1663  (void)argv;
1664#ifndef inet_ntoa_r
1665  return ((int*)(&inet_ntoa_r))[argc];
1666#else
1667  (void)argc;
1668  return 0;
1669#endif
1670}
1671
1672Determining if the closesocket exist failed with the following output:
1673Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
1674
1675Run Build Command:"/usr/bin/make" "cmTC_c1605/fast"
1676make -f CMakeFiles/cmTC_c1605.dir/build.make CMakeFiles/cmTC_c1605.dir/build
1677Building C object CMakeFiles/cmTC_c1605.dir/CheckSymbolExists.c.o
1678/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_c1605.dir/CheckSymbolExists.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c
1679/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: use of undeclared identifier 'closesocket'
1680  return ((int*)(&closesocket))[argc];
1681                  ^
16821 error generated.
1683make[1]: *** [CMakeFiles/cmTC_c1605.dir/CheckSymbolExists.c.o] Error 1
1684make: *** [cmTC_c1605/fast] Error 2
1685
1686File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
1687/* */
1688#include <stdio.h>
1689#include <inttypes.h>
1690#include <sys/filio.h>
1691#include <sys/ioctl.h>
1692#include <sys/param.h>
1693#include <sys/poll.h>
1694#include <sys/resource.h>
1695#include <sys/select.h>
1696#include <sys/socket.h>
1697#include <sys/sockio.h>
1698#include <sys/stat.h>
1699#include <sys/time.h>
1700#include <sys/types.h>
1701#include <sys/uio.h>
1702#include <sys/un.h>
1703#include <sys/xattr.h>
1704#include <alloca.h>
1705#include <arpa/inet.h>
1706#include <arpa/tftp.h>
1707#include <assert.h>
1708#include <err.h>
1709#include <errno.h>
1710#include <fcntl.h>
1711#include <ifaddrs.h>
1712#include <libgen.h>
1713#include <limits.h>
1714#include <locale.h>
1715#include <net/if.h>
1716#include <netdb.h>
1717#include <netinet/in.h>
1718#include <netinet/tcp.h>
1719#include <poll.h>
1720#include <pwd.h>
1721#include <setjmp.h>
1722#include <sgtty.h>
1723#include <signal.h>
1724#include <stdbool.h>
1725#include <stdint.h>
1726#include <stdio.h>
1727#include <stdlib.h>
1728#include <string.h>
1729#include <strings.h>
1730#include <termios.h>
1731#include <time.h>
1732#include <unistd.h>
1733#include <utime.h>
1734#include <stddef.h>
1735#include <dlfcn.h>
1736#include <memory.h>
1737#include <netinet/if_ether.h>
1738#include <stdint.h>
1739#include <sys/utsname.h>
1740
1741int main(int argc, char** argv)
1742{
1743  (void)argv;
1744#ifndef closesocket
1745  return ((int*)(&closesocket))[argc];
1746#else
1747  (void)argc;
1748  return 0;
1749#endif
1750}
1751
1752Determining if the getpass_r exist failed with the following output:
1753Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
1754
1755Run Build Command:"/usr/bin/make" "cmTC_c40da/fast"
1756make -f CMakeFiles/cmTC_c40da.dir/build.make CMakeFiles/cmTC_c40da.dir/build
1757Building C object CMakeFiles/cmTC_c40da.dir/CheckSymbolExists.c.o
1758/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_c40da.dir/CheckSymbolExists.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c
1759/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: use of undeclared identifier 'getpass_r'; did you mean 'getpass'?
1760  return ((int*)(&getpass_r))[argc];
1761                  ^~~~~~~~~
1762                  getpass
1763/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/unistd.h:559:7: note: 'getpass' declared here
1764char    *getpass(const char *) __POSIX_C_DEPRECATED(199506L);
1765         ^
17661 error generated.
1767make[1]: *** [CMakeFiles/cmTC_c40da.dir/CheckSymbolExists.c.o] Error 1
1768make: *** [cmTC_c40da/fast] Error 2
1769
1770File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
1771/* */
1772#include <stdio.h>
1773#include <inttypes.h>
1774#include <sys/filio.h>
1775#include <sys/ioctl.h>
1776#include <sys/param.h>
1777#include <sys/poll.h>
1778#include <sys/resource.h>
1779#include <sys/select.h>
1780#include <sys/socket.h>
1781#include <sys/sockio.h>
1782#include <sys/stat.h>
1783#include <sys/time.h>
1784#include <sys/types.h>
1785#include <sys/uio.h>
1786#include <sys/un.h>
1787#include <sys/xattr.h>
1788#include <alloca.h>
1789#include <arpa/inet.h>
1790#include <arpa/tftp.h>
1791#include <assert.h>
1792#include <err.h>
1793#include <errno.h>
1794#include <fcntl.h>
1795#include <ifaddrs.h>
1796#include <libgen.h>
1797#include <limits.h>
1798#include <locale.h>
1799#include <net/if.h>
1800#include <netdb.h>
1801#include <netinet/in.h>
1802#include <netinet/tcp.h>
1803#include <poll.h>
1804#include <pwd.h>
1805#include <setjmp.h>
1806#include <sgtty.h>
1807#include <signal.h>
1808#include <stdbool.h>
1809#include <stdint.h>
1810#include <stdio.h>
1811#include <stdlib.h>
1812#include <string.h>
1813#include <strings.h>
1814#include <termios.h>
1815#include <time.h>
1816#include <unistd.h>
1817#include <utime.h>
1818#include <stddef.h>
1819#include <dlfcn.h>
1820#include <memory.h>
1821#include <netinet/if_ether.h>
1822#include <stdint.h>
1823#include <sys/utsname.h>
1824
1825int main(int argc, char** argv)
1826{
1827  (void)argv;
1828#ifndef getpass_r
1829  return ((int*)(&getpass_r))[argc];
1830#else
1831  (void)argc;
1832  return 0;
1833#endif
1834}
1835
1836Determining if the gethostbyname_r exist failed with the following output:
1837Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
1838
1839Run Build Command:"/usr/bin/make" "cmTC_c5bb7/fast"
1840make -f CMakeFiles/cmTC_c5bb7.dir/build.make CMakeFiles/cmTC_c5bb7.dir/build
1841Building C object CMakeFiles/cmTC_c5bb7.dir/CheckSymbolExists.c.o
1842/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_c5bb7.dir/CheckSymbolExists.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c
1843/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: use of undeclared identifier 'gethostbyname_r'
1844  return ((int*)(&gethostbyname_r))[argc];
1845                  ^
18461 error generated.
1847make[1]: *** [CMakeFiles/cmTC_c5bb7.dir/CheckSymbolExists.c.o] Error 1
1848make: *** [cmTC_c5bb7/fast] Error 2
1849
1850File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
1851/* */
1852#include <stdio.h>
1853#include <inttypes.h>
1854#include <sys/filio.h>
1855#include <sys/ioctl.h>
1856#include <sys/param.h>
1857#include <sys/poll.h>
1858#include <sys/resource.h>
1859#include <sys/select.h>
1860#include <sys/socket.h>
1861#include <sys/sockio.h>
1862#include <sys/stat.h>
1863#include <sys/time.h>
1864#include <sys/types.h>
1865#include <sys/uio.h>
1866#include <sys/un.h>
1867#include <sys/xattr.h>
1868#include <alloca.h>
1869#include <arpa/inet.h>
1870#include <arpa/tftp.h>
1871#include <assert.h>
1872#include <err.h>
1873#include <errno.h>
1874#include <fcntl.h>
1875#include <ifaddrs.h>
1876#include <libgen.h>
1877#include <limits.h>
1878#include <locale.h>
1879#include <net/if.h>
1880#include <netdb.h>
1881#include <netinet/in.h>
1882#include <netinet/tcp.h>
1883#include <poll.h>
1884#include <pwd.h>
1885#include <setjmp.h>
1886#include <sgtty.h>
1887#include <signal.h>
1888#include <stdbool.h>
1889#include <stdint.h>
1890#include <stdio.h>
1891#include <stdlib.h>
1892#include <string.h>
1893#include <strings.h>
1894#include <termios.h>
1895#include <time.h>
1896#include <unistd.h>
1897#include <utime.h>
1898#include <stddef.h>
1899#include <dlfcn.h>
1900#include <memory.h>
1901#include <netinet/if_ether.h>
1902#include <stdint.h>
1903#include <sys/utsname.h>
1904
1905int main(int argc, char** argv)
1906{
1907  (void)argv;
1908#ifndef gethostbyname_r
1909  return ((int*)(&gethostbyname_r))[argc];
1910#else
1911  (void)argc;
1912  return 0;
1913#endif
1914}
1915
1916Determining if the _strtoi64 exist failed with the following output:
1917Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
1918
1919Run Build Command:"/usr/bin/make" "cmTC_147c5/fast"
1920make -f CMakeFiles/cmTC_147c5.dir/build.make CMakeFiles/cmTC_147c5.dir/build
1921Building C object CMakeFiles/cmTC_147c5.dir/CheckSymbolExists.c.o
1922/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_147c5.dir/CheckSymbolExists.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c
1923/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: use of undeclared identifier '_strtoi64'
1924  return ((int*)(&_strtoi64))[argc];
1925                  ^
19261 error generated.
1927make[1]: *** [CMakeFiles/cmTC_147c5.dir/CheckSymbolExists.c.o] Error 1
1928make: *** [cmTC_147c5/fast] Error 2
1929
1930File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
1931/* */
1932#include <stdio.h>
1933#include <inttypes.h>
1934#include <sys/filio.h>
1935#include <sys/ioctl.h>
1936#include <sys/param.h>
1937#include <sys/poll.h>
1938#include <sys/resource.h>
1939#include <sys/select.h>
1940#include <sys/socket.h>
1941#include <sys/sockio.h>
1942#include <sys/stat.h>
1943#include <sys/time.h>
1944#include <sys/types.h>
1945#include <sys/uio.h>
1946#include <sys/un.h>
1947#include <sys/xattr.h>
1948#include <alloca.h>
1949#include <arpa/inet.h>
1950#include <arpa/tftp.h>
1951#include <assert.h>
1952#include <err.h>
1953#include <errno.h>
1954#include <fcntl.h>
1955#include <ifaddrs.h>
1956#include <libgen.h>
1957#include <limits.h>
1958#include <locale.h>
1959#include <net/if.h>
1960#include <netdb.h>
1961#include <netinet/in.h>
1962#include <netinet/tcp.h>
1963#include <poll.h>
1964#include <pwd.h>
1965#include <setjmp.h>
1966#include <sgtty.h>
1967#include <signal.h>
1968#include <stdbool.h>
1969#include <stdint.h>
1970#include <stdio.h>
1971#include <stdlib.h>
1972#include <string.h>
1973#include <strings.h>
1974#include <termios.h>
1975#include <time.h>
1976#include <unistd.h>
1977#include <utime.h>
1978#include <stddef.h>
1979#include <dlfcn.h>
1980#include <memory.h>
1981#include <netinet/if_ether.h>
1982#include <stdint.h>
1983#include <sys/utsname.h>
1984
1985int main(int argc, char** argv)
1986{
1987  (void)argv;
1988#ifndef _strtoi64
1989  return ((int*)(&_strtoi64))[argc];
1990#else
1991  (void)argc;
1992  return 0;
1993#endif
1994}
1995
1996Performing Curl Test HAVE_FSETXATTR_5 failed with the following output:
1997Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
1998
1999Run Build Command:"/usr/bin/make" "cmTC_d331c/fast"
2000make -f CMakeFiles/cmTC_d331c.dir/build.make CMakeFiles/cmTC_d331c.dir/build
2001Building C object CMakeFiles/cmTC_d331c.dir/CurlTests.c.o
2002/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_FSETXATTR_5 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_d331c.dir/CurlTests.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c
2003/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:548:26: error: too few arguments to function call, expected 6, have 5
2004  fsetxattr(0, 0, 0, 0, 0);
2005  ~~~~~~~~~              ^
2006/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/xattr.h:67:5: note: 'fsetxattr' declared here
2007int fsetxattr(int fd, const char *name, const void *value, size_t size, u_int32_t position, int options);
2008    ^
20091 error generated.
2010make[1]: *** [CMakeFiles/cmTC_d331c.dir/CurlTests.c.o] Error 1
2011make: *** [cmTC_d331c/fast] Error 2
2012
2013
2014Performing Curl Test HAVE_IOCTLSOCKET failed with the following output:
2015Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2016
2017Run Build Command:"/usr/bin/make" "cmTC_a83c9/fast"
2018make -f CMakeFiles/cmTC_a83c9.dir/build.make CMakeFiles/cmTC_a83c9.dir/build
2019Building C object CMakeFiles/cmTC_a83c9.dir/CurlTests.c.o
2020/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_IOCTLSOCKET  -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_a83c9.dir/CurlTests.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c
2021/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:322:24: error: call to undeclared function 'ioctlsocket'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
2022 unsigned long flags = ioctlsocket(socket, FIONBIO, &flags);
2023                       ^
2024/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:322:44: error: use of undeclared identifier 'FIONBIO'
2025 unsigned long flags = ioctlsocket(socket, FIONBIO, &flags);
2026                                           ^
20272 errors generated.
2028make[1]: *** [CMakeFiles/cmTC_a83c9.dir/CurlTests.c.o] Error 1
2029make: *** [cmTC_a83c9/fast] Error 2
2030
2031Performing Curl Test HAVE_IOCTLSOCKET_CAMEL failed with the following output:
2032Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2033
2034Run Build Command:"/usr/bin/make" "cmTC_199bd/fast"
2035make -f CMakeFiles/cmTC_199bd.dir/build.make CMakeFiles/cmTC_199bd.dir/build
2036Building C object CMakeFiles/cmTC_199bd.dir/CurlTests.c.o
2037/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_IOCTLSOCKET_CAMEL  -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_199bd.dir/CurlTests.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c
2038/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:350:13: error: call to undeclared function 'IoctlSocket'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
2039    if(0 != IoctlSocket(0, 0, 0))
2040            ^
20411 error generated.
2042make[1]: *** [CMakeFiles/cmTC_199bd.dir/CurlTests.c.o] Error 1
2043make: *** [cmTC_199bd/fast] Error 2
2044
2045Performing Curl Test HAVE_IOCTLSOCKET_CAMEL_FIONBIO failed with the following output:
2046Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2047
2048Run Build Command:"/usr/bin/make" "cmTC_2d1c1/fast"
2049make -f CMakeFiles/cmTC_2d1c1.dir/build.make CMakeFiles/cmTC_2d1c1.dir/build
2050Building C object CMakeFiles/cmTC_2d1c1.dir/CurlTests.c.o
2051/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_IOCTLSOCKET_CAMEL_FIONBIO  -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_2d1c1.dir/CurlTests.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c
2052/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:378:17: error: call to undeclared function 'ioctlsocket'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
2053        if(0 != ioctlsocket(0, FIONBIO, &flags))
2054                ^
2055/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:378:32: error: use of undeclared identifier 'FIONBIO'
2056        if(0 != ioctlsocket(0, FIONBIO, &flags))
2057                               ^
20582 errors generated.
2059make[1]: *** [CMakeFiles/cmTC_2d1c1.dir/CurlTests.c.o] Error 1
2060make: *** [cmTC_2d1c1/fast] Error 2
2061
2062Performing Curl Test HAVE_IOCTLSOCKET_FIONBIO failed with the following output:
2063Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2064
2065Run Build Command:"/usr/bin/make" "cmTC_750e4/fast"
2066make -f CMakeFiles/cmTC_750e4.dir/build.make CMakeFiles/cmTC_750e4.dir/build
2067Building C object CMakeFiles/cmTC_750e4.dir/CurlTests.c.o
2068/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_IOCTLSOCKET_FIONBIO  -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_750e4.dir/CurlTests.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c
2069/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:405:17: error: call to undeclared function 'ioctlsocket'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
2070        if(0 != ioctlsocket(0, FIONBIO, &flags))
2071                ^
2072/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:405:32: error: use of undeclared identifier 'FIONBIO'
2073        if(0 != ioctlsocket(0, FIONBIO, &flags))
2074                               ^
20752 errors generated.
2076make[1]: *** [CMakeFiles/cmTC_750e4.dir/CurlTests.c.o] Error 1
2077make: *** [cmTC_750e4/fast] Error 2
2078
2079Performing Curl Test HAVE_SETSOCKOPT_SO_NONBLOCK failed with the following output:
2080Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2081
2082Run Build Command:"/usr/bin/make" "cmTC_aac81/fast"
2083make -f CMakeFiles/cmTC_aac81.dir/build.make CMakeFiles/cmTC_aac81.dir/build
2084Building C object CMakeFiles/cmTC_aac81.dir/CurlTests.c.o
2085/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_SETSOCKOPT_SO_NONBLOCK  -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_aac81.dir/CurlTests.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c
2086/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:501:43: error: use of undeclared identifier 'SO_NONBLOCK'
2087        if(0 != setsockopt(0, SOL_SOCKET, SO_NONBLOCK, 0, 0))
2088                                          ^
20891 error generated.
2090make[1]: *** [CMakeFiles/cmTC_aac81.dir/CurlTests.c.o] Error 1
2091make: *** [cmTC_aac81/fast] Error 2
2092
2093Performing Curl Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID failed with the following output:
2094Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2095
2096Run Build Command:"/usr/bin/make" "cmTC_4625d/fast"
2097make -f CMakeFiles/cmTC_4625d.dir/build.make CMakeFiles/cmTC_4625d.dir/build
2098Building C object CMakeFiles/cmTC_4625d.dir/CurlTests.c.o
2099/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID  -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_4625d.dir/CurlTests.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c
2100Linking C executable cmTC_4625d
2101/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_4625d.dir/link.txt --verbose=1
2102/Library/Developer/CommandLineTools/usr/bin/clang  -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID  -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  CMakeFiles/cmTC_4625d.dir/CurlTests.c.o  -o cmTC_4625d
2103ld: Undefined symbols:
2104  _main, referenced from:
2105      <initial-undefines>
2106clang: error: linker command failed with exit code 1 (use -v to see invocation)
2107make[1]: *** [cmTC_4625d] Error 1
2108make: *** [cmTC_4625d/fast] Error 2
2109
2110Performing Curl Test HAVE_O_NONBLOCK failed with the following output:
2111Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2112
2113Run Build Command:"/usr/bin/make" "cmTC_7bbc4/fast"
2114make -f CMakeFiles/cmTC_7bbc4.dir/build.make CMakeFiles/cmTC_7bbc4.dir/build
2115Building C object CMakeFiles/cmTC_7bbc4.dir/CurlTests.c.o
2116/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_O_NONBLOCK  -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_7bbc4.dir/CurlTests.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c
2117Linking C executable cmTC_7bbc4
2118/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_7bbc4.dir/link.txt --verbose=1
2119/Library/Developer/CommandLineTools/usr/bin/clang  -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_O_NONBLOCK  -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  CMakeFiles/cmTC_7bbc4.dir/CurlTests.c.o  -o cmTC_7bbc4
2120ld: Undefined symbols:
2121  _main, referenced from:
2122      <initial-undefines>
2123clang: error: linker command failed with exit code 1 (use -v to see invocation)
2124make[1]: *** [cmTC_7bbc4] Error 1
2125make: *** [cmTC_7bbc4/fast] Error 2
2126
2127Performing Curl Test HAVE_GETHOSTBYADDR_R_5 failed with the following output:
2128Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2129
2130Run Build Command:"/usr/bin/make" "cmTC_379db/fast"
2131make -f CMakeFiles/cmTC_379db.dir/build.make CMakeFiles/cmTC_379db.dir/build
2132Building C object CMakeFiles/cmTC_379db.dir/CurlTests.c.o
2133/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_GETHOSTBYADDR_R_5  -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_379db.dir/CurlTests.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c
2134/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:106:23: error: variable has incomplete type 'struct hostent_data'
2135  struct hostent_data hdata;
2136                      ^
2137/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:106:10: note: forward declaration of 'struct hostent_data'
2138  struct hostent_data hdata;
2139         ^
2140/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:122:9: error: use of undeclared identifier 'gethostbyaddr_r'
2141  (void)gethostbyaddr_r;
2142        ^
2143/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:127:8: error: call to undeclared function 'gethostbyaddr_r'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
2144  rc = gethostbyaddr_r(address, length, type, &h, &hdata);
2145       ^
2146/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:127:8: note: did you mean 'gethostbyaddr'?
2147/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/netdb.h:274:17: note: 'gethostbyaddr' declared here
2148struct hostent  *gethostbyaddr(const void *, socklen_t, int);
2149                 ^
21503 errors generated.
2151make[1]: *** [CMakeFiles/cmTC_379db.dir/CurlTests.c.o] Error 1
2152make: *** [cmTC_379db/fast] Error 2
2153
2154Performing Curl Test HAVE_GETHOSTBYADDR_R_7 failed with the following output:
2155Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2156
2157Run Build Command:"/usr/bin/make" "cmTC_784d6/fast"
2158make -f CMakeFiles/cmTC_784d6.dir/build.make CMakeFiles/cmTC_784d6.dir/build
2159Building C object CMakeFiles/cmTC_784d6.dir/CurlTests.c.o
2160/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_GETHOSTBYADDR_R_7  -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_784d6.dir/CurlTests.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c
2161/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:122:9: error: use of undeclared identifier 'gethostbyaddr_r'
2162  (void)gethostbyaddr_r;
2163        ^
2164/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:130:8: error: call to undeclared function 'gethostbyaddr_r'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
2165  hp = gethostbyaddr_r(address, length, type, &h, buffer, 8192, &h_errnop);
2166       ^
2167/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:130:8: note: did you mean 'gethostbyaddr'?
2168/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/netdb.h:274:17: note: 'gethostbyaddr' declared here
2169struct hostent  *gethostbyaddr(const void *, socklen_t, int);
2170                 ^
21712 errors generated.
2172make[1]: *** [CMakeFiles/cmTC_784d6.dir/CurlTests.c.o] Error 1
2173make: *** [cmTC_784d6/fast] Error 2
2174
2175Performing Curl Test HAVE_GETHOSTBYADDR_R_8 failed with the following output:
2176Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2177
2178Run Build Command:"/usr/bin/make" "cmTC_bc546/fast"
2179make -f CMakeFiles/cmTC_bc546.dir/build.make CMakeFiles/cmTC_bc546.dir/build
2180Building C object CMakeFiles/cmTC_bc546.dir/CurlTests.c.o
2181/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_GETHOSTBYADDR_R_8  -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_bc546.dir/CurlTests.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c
2182/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:122:9: error: use of undeclared identifier 'gethostbyaddr_r'
2183  (void)gethostbyaddr_r;
2184        ^
2185/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:134:8: error: call to undeclared function 'gethostbyaddr_r'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
2186  rc = gethostbyaddr_r(address, length, type, &h, buffer, 8192, &hp, &h_errnop);
2187       ^
2188/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:134:8: note: did you mean 'gethostbyaddr'?
2189/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/netdb.h:274:17: note: 'gethostbyaddr' declared here
2190struct hostent  *gethostbyaddr(const void *, socklen_t, int);
2191                 ^
21922 errors generated.
2193make[1]: *** [CMakeFiles/cmTC_bc546.dir/CurlTests.c.o] Error 1
2194make: *** [cmTC_bc546/fast] Error 2
2195
2196Performing Curl Test HAVE_GETHOSTBYADDR_R_5_REENTRANT failed with the following output:
2197Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2198
2199Run Build Command:"/usr/bin/make" "cmTC_f1a47/fast"
2200make -f CMakeFiles/cmTC_f1a47.dir/build.make CMakeFiles/cmTC_f1a47.dir/build
2201Building C object CMakeFiles/cmTC_f1a47.dir/CurlTests.c.o
2202/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_GETHOSTBYADDR_R_5_REENTRANT  -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_f1a47.dir/CurlTests.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c
2203/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:106:23: error: variable has incomplete type 'struct hostent_data'
2204  struct hostent_data hdata;
2205                      ^
2206/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:106:10: note: forward declaration of 'struct hostent_data'
2207  struct hostent_data hdata;
2208         ^
2209/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:122:9: error: use of undeclared identifier 'gethostbyaddr_r'
2210  (void)gethostbyaddr_r;
2211        ^
2212/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:127:8: error: call to undeclared function 'gethostbyaddr_r'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
2213  rc = gethostbyaddr_r(address, length, type, &h, &hdata);
2214       ^
2215/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:127:8: note: did you mean 'gethostbyaddr'?
2216/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/netdb.h:274:17: note: 'gethostbyaddr' declared here
2217struct hostent  *gethostbyaddr(const void *, socklen_t, int);
2218                 ^
22193 errors generated.
2220make[1]: *** [CMakeFiles/cmTC_f1a47.dir/CurlTests.c.o] Error 1
2221make: *** [cmTC_f1a47/fast] Error 2
2222
2223Performing Curl Test HAVE_GETHOSTBYADDR_R_7_REENTRANT failed with the following output:
2224Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2225
2226Run Build Command:"/usr/bin/make" "cmTC_cd7fc/fast"
2227make -f CMakeFiles/cmTC_cd7fc.dir/build.make CMakeFiles/cmTC_cd7fc.dir/build
2228Building C object CMakeFiles/cmTC_cd7fc.dir/CurlTests.c.o
2229/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_GETHOSTBYADDR_R_7_REENTRANT  -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_cd7fc.dir/CurlTests.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c
2230/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:122:9: error: use of undeclared identifier 'gethostbyaddr_r'
2231  (void)gethostbyaddr_r;
2232        ^
2233/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:130:8: error: call to undeclared function 'gethostbyaddr_r'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
2234  hp = gethostbyaddr_r(address, length, type, &h, buffer, 8192, &h_errnop);
2235       ^
2236/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:130:8: note: did you mean 'gethostbyaddr'?
2237/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/netdb.h:274:17: note: 'gethostbyaddr' declared here
2238struct hostent  *gethostbyaddr(const void *, socklen_t, int);
2239                 ^
22402 errors generated.
2241make[1]: *** [CMakeFiles/cmTC_cd7fc.dir/CurlTests.c.o] Error 1
2242make: *** [cmTC_cd7fc/fast] Error 2
2243
2244Performing Curl Test HAVE_GETHOSTBYADDR_R_8_REENTRANT failed with the following output:
2245Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2246
2247Run Build Command:"/usr/bin/make" "cmTC_fd05b/fast"
2248make -f CMakeFiles/cmTC_fd05b.dir/build.make CMakeFiles/cmTC_fd05b.dir/build
2249Building C object CMakeFiles/cmTC_fd05b.dir/CurlTests.c.o
2250/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_GETHOSTBYADDR_R_8_REENTRANT  -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_fd05b.dir/CurlTests.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c
2251/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:122:9: error: use of undeclared identifier 'gethostbyaddr_r'
2252  (void)gethostbyaddr_r;
2253        ^
2254/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:134:8: error: call to undeclared function 'gethostbyaddr_r'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
2255  rc = gethostbyaddr_r(address, length, type, &h, buffer, 8192, &hp, &h_errnop);
2256       ^
2257/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:134:8: note: did you mean 'gethostbyaddr'?
2258/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/netdb.h:274:17: note: 'gethostbyaddr' declared here
2259struct hostent  *gethostbyaddr(const void *, socklen_t, int);
2260                 ^
22612 errors generated.
2262make[1]: *** [CMakeFiles/cmTC_fd05b.dir/CurlTests.c.o] Error 1
2263make: *** [cmTC_fd05b/fast] Error 2
2264
2265Performing Curl Test HAVE_GETHOSTBYNAME_R_3 failed with the following output:
2266Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2267
2268Run Build Command:"/usr/bin/make" "cmTC_bee34/fast"
2269make -f CMakeFiles/cmTC_bee34.dir/build.make CMakeFiles/cmTC_bee34.dir/build
2270Building C object CMakeFiles/cmTC_bee34.dir/CurlTests.c.o
2271/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_GETHOSTBYNAME_R_3  -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_bee34.dir/CurlTests.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c
2272/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:106:23: error: variable has incomplete type 'struct hostent_data'
2273  struct hostent_data hdata;
2274                      ^
2275/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:106:10: note: forward declaration of 'struct hostent_data'
2276  struct hostent_data hdata;
2277         ^
2278/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:122:9: error: use of undeclared identifier 'gethostbyaddr_r'
2279  (void)gethostbyaddr_r;
2280        ^
2281/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:139:8: error: call to undeclared function 'gethostbyname_r'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
2282  rc = gethostbyname_r(address, &h, &hdata);
2283       ^
22843 errors generated.
2285make[1]: *** [CMakeFiles/cmTC_bee34.dir/CurlTests.c.o] Error 1
2286make: *** [cmTC_bee34/fast] Error 2
2287
2288Performing Curl Test HAVE_GETHOSTBYNAME_R_5 failed with the following output:
2289Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2290
2291Run Build Command:"/usr/bin/make" "cmTC_3ac1d/fast"
2292make -f CMakeFiles/cmTC_3ac1d.dir/build.make CMakeFiles/cmTC_3ac1d.dir/build
2293Building C object CMakeFiles/cmTC_3ac1d.dir/CurlTests.c.o
2294/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_GETHOSTBYNAME_R_5  -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_3ac1d.dir/CurlTests.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c
2295/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:122:9: error: use of undeclared identifier 'gethostbyaddr_r'
2296  (void)gethostbyaddr_r;
2297        ^
2298/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:142:8: error: call to undeclared function 'gethostbyname_r'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
2299  rc = gethostbyname_r(address, &h, buffer, 8192, &h_errnop);
2300       ^
23012 errors generated.
2302make[1]: *** [CMakeFiles/cmTC_3ac1d.dir/CurlTests.c.o] Error 1
2303make: *** [cmTC_3ac1d/fast] Error 2
2304
2305Performing Curl Test HAVE_GETHOSTBYNAME_R_6 failed with the following output:
2306Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2307
2308Run Build Command:"/usr/bin/make" "cmTC_84f8c/fast"
2309make -f CMakeFiles/cmTC_84f8c.dir/build.make CMakeFiles/cmTC_84f8c.dir/build
2310Building C object CMakeFiles/cmTC_84f8c.dir/CurlTests.c.o
2311/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_GETHOSTBYNAME_R_6  -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_84f8c.dir/CurlTests.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c
2312/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:122:9: error: use of undeclared identifier 'gethostbyaddr_r'
2313  (void)gethostbyaddr_r;
2314        ^
2315/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:146:8: error: call to undeclared function 'gethostbyname_r'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
2316  rc = gethostbyname_r(address, &h, buffer, 8192, &hp, &h_errnop);
2317       ^
23182 errors generated.
2319make[1]: *** [CMakeFiles/cmTC_84f8c.dir/CurlTests.c.o] Error 1
2320make: *** [cmTC_84f8c/fast] Error 2
2321
2322Performing Curl Test HAVE_GETHOSTBYNAME_R_3_REENTRANT failed with the following output:
2323Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2324
2325Run Build Command:"/usr/bin/make" "cmTC_9b3f6/fast"
2326make -f CMakeFiles/cmTC_9b3f6.dir/build.make CMakeFiles/cmTC_9b3f6.dir/build
2327Building C object CMakeFiles/cmTC_9b3f6.dir/CurlTests.c.o
2328/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_GETHOSTBYNAME_R_3_REENTRANT  -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_9b3f6.dir/CurlTests.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c
2329/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:106:23: error: variable has incomplete type 'struct hostent_data'
2330  struct hostent_data hdata;
2331                      ^
2332/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:106:10: note: forward declaration of 'struct hostent_data'
2333  struct hostent_data hdata;
2334         ^
2335/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:122:9: error: use of undeclared identifier 'gethostbyaddr_r'
2336  (void)gethostbyaddr_r;
2337        ^
2338/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:139:8: error: call to undeclared function 'gethostbyname_r'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
2339  rc = gethostbyname_r(address, &h, &hdata);
2340       ^
23413 errors generated.
2342make[1]: *** [CMakeFiles/cmTC_9b3f6.dir/CurlTests.c.o] Error 1
2343make: *** [cmTC_9b3f6/fast] Error 2
2344
2345Performing Curl Test HAVE_GETHOSTBYNAME_R_5_REENTRANT failed with the following output:
2346Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2347
2348Run Build Command:"/usr/bin/make" "cmTC_9a2e6/fast"
2349make -f CMakeFiles/cmTC_9a2e6.dir/build.make CMakeFiles/cmTC_9a2e6.dir/build
2350Building C object CMakeFiles/cmTC_9a2e6.dir/CurlTests.c.o
2351/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_GETHOSTBYNAME_R_5_REENTRANT  -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_9a2e6.dir/CurlTests.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c
2352/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:122:9: error: use of undeclared identifier 'gethostbyaddr_r'
2353  (void)gethostbyaddr_r;
2354        ^
2355/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:142:8: error: call to undeclared function 'gethostbyname_r'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
2356  rc = gethostbyname_r(address, &h, buffer, 8192, &h_errnop);
2357       ^
23582 errors generated.
2359make[1]: *** [CMakeFiles/cmTC_9a2e6.dir/CurlTests.c.o] Error 1
2360make: *** [cmTC_9a2e6/fast] Error 2
2361
2362Performing Curl Test HAVE_GETHOSTBYNAME_R_6_REENTRANT failed with the following output:
2363Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2364
2365Run Build Command:"/usr/bin/make" "cmTC_71c03/fast"
2366make -f CMakeFiles/cmTC_71c03.dir/build.make CMakeFiles/cmTC_71c03.dir/build
2367Building C object CMakeFiles/cmTC_71c03.dir/CurlTests.c.o
2368/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_GETHOSTBYNAME_R_6_REENTRANT  -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_71c03.dir/CurlTests.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c
2369/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:122:9: error: use of undeclared identifier 'gethostbyaddr_r'
2370  (void)gethostbyaddr_r;
2371        ^
2372/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:146:8: error: call to undeclared function 'gethostbyname_r'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
2373  rc = gethostbyname_r(address, &h, buffer, 8192, &hp, &h_errnop);
2374       ^
23752 errors generated.
2376make[1]: *** [CMakeFiles/cmTC_71c03.dir/CurlTests.c.o] Error 1
2377make: *** [cmTC_71c03/fast] Error 2
2378
2379Performing Curl Test HAVE_INET_NTOA_R_DECL failed with the following output:
2380Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2381
2382Run Build Command:"/usr/bin/make" "cmTC_231c6/fast"
2383make -f CMakeFiles/cmTC_231c6.dir/build.make CMakeFiles/cmTC_231c6.dir/build
2384Building C object CMakeFiles/cmTC_231c6.dir/CurlTests.c.o
2385/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_INET_NTOA_R_DECL  -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_231c6.dir/CurlTests.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c
2386/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:242:21: error: use of undeclared identifier 'inet_ntoa_r'
2387  func = (func_type)inet_ntoa_r;
2388                    ^
23891 error generated.
2390make[1]: *** [CMakeFiles/cmTC_231c6.dir/CurlTests.c.o] Error 1
2391make: *** [cmTC_231c6/fast] Error 2
2392
2393Performing Curl Test HAVE_INET_NTOA_R_DECL_REENTRANT failed with the following output:
2394Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2395
2396Run Build Command:"/usr/bin/make" "cmTC_5fde3/fast"
2397make -f CMakeFiles/cmTC_5fde3.dir/build.make CMakeFiles/cmTC_5fde3.dir/build
2398Building C object CMakeFiles/cmTC_5fde3.dir/CurlTests.c.o
2399/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_INET_NTOA_R_DECL_REENTRANT  -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_5fde3.dir/CurlTests.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c
2400/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:257:22: error: use of undeclared identifier 'inet_ntoa_r'; did you mean 'inet_ntoa'?
2401  func = (func_type)&inet_ntoa_r;
2402                     ^~~~~~~~~~~
2403                     inet_ntoa
2404/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/arpa/inet.h:76:8: note: 'inet_ntoa' declared here
2405char            *inet_ntoa(struct in_addr);
2406                 ^
24071 error generated.
2408make[1]: *** [CMakeFiles/cmTC_5fde3.dir/CurlTests.c.o] Error 1
2409make: *** [cmTC_5fde3/fast] Error 2
2410
2411Performing Curl Test HAVE_GLIBC_STRERROR_R failed with the following output:
2412Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2413
2414Run Build Command:"/usr/bin/make" "cmTC_45a5e/fast"
2415make -f CMakeFiles/cmTC_45a5e.dir/build.make CMakeFiles/cmTC_45a5e.dir/build
2416Building C object CMakeFiles/cmTC_45a5e.dir/CurlTests.c.o
2417/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_GLIBC_STRERROR_R -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_45a5e.dir/CurlTests.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c
2418Linking C executable cmTC_45a5e
2419/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_45a5e.dir/link.txt --verbose=1
2420/Library/Developer/CommandLineTools/usr/bin/clang  -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_GLIBC_STRERROR_R -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  CMakeFiles/cmTC_45a5e.dir/CurlTests.c.o  -o cmTC_45a5e
2421There was a problem running this test
2422
2423
2424Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2425Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2426
2427Run Build Command:"/usr/bin/make" "cmTC_5a95c/fast"
2428make -f CMakeFiles/cmTC_5a95c.dir/build.make CMakeFiles/cmTC_5a95c.dir/build
2429Building C object CMakeFiles/cmTC_5a95c.dir/src.c.o
2430/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_5a95c.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
2431/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
2432                  recv(int, void *, size_t, int);
2433                  ^
2434/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
2435ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
2436        ^
24371 error generated.
2438make[1]: *** [CMakeFiles/cmTC_5a95c.dir/src.c.o] Error 1
2439make: *** [cmTC_5a95c/fast] Error 2
2440
2441Source file was:
2442
2443                  #undef inline
2444#include <sys/types.h>
2445#include <sys/socket.h>
2446                  extern int
2447                  recv(int, void *, size_t, int);
2448                  int main(void) {
2449                    int s=0;
2450                    void * buf=0;
2451                    size_t len=0;
2452                    int flags=0;
2453                    int res = recv(s, buf, len, flags);
2454                    (void) res;
2455                    return 0;
2456                  }
2457Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2458Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2459
2460Run Build Command:"/usr/bin/make" "cmTC_a12c0/fast"
2461make -f CMakeFiles/cmTC_a12c0.dir/build.make CMakeFiles/cmTC_a12c0.dir/build
2462Building C object CMakeFiles/cmTC_a12c0.dir/src.c.o
2463/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_a12c0.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
2464/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
2465                  recv(int, void *, size_t, unsigned int);
2466                  ^
2467/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
2468ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
2469        ^
24701 error generated.
2471make[1]: *** [CMakeFiles/cmTC_a12c0.dir/src.c.o] Error 1
2472make: *** [cmTC_a12c0/fast] Error 2
2473
2474Source file was:
2475
2476                  #undef inline
2477#include <sys/types.h>
2478#include <sys/socket.h>
2479                  extern int
2480                  recv(int, void *, size_t, unsigned int);
2481                  int main(void) {
2482                    int s=0;
2483                    void * buf=0;
2484                    size_t len=0;
2485                    unsigned int flags=0;
2486                    int res = recv(s, buf, len, flags);
2487                    (void) res;
2488                    return 0;
2489                  }
2490Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2491Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2492
2493Run Build Command:"/usr/bin/make" "cmTC_bd6a5/fast"
2494make -f CMakeFiles/cmTC_bd6a5.dir/build.make CMakeFiles/cmTC_bd6a5.dir/build
2495Building C object CMakeFiles/cmTC_bd6a5.dir/src.c.o
2496/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_bd6a5.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
2497/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
2498                  recv(int, void *, int, int);
2499                  ^
2500/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
2501ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
2502        ^
25031 error generated.
2504make[1]: *** [CMakeFiles/cmTC_bd6a5.dir/src.c.o] Error 1
2505make: *** [cmTC_bd6a5/fast] Error 2
2506
2507Source file was:
2508
2509                  #undef inline
2510#include <sys/types.h>
2511#include <sys/socket.h>
2512                  extern int
2513                  recv(int, void *, int, int);
2514                  int main(void) {
2515                    int s=0;
2516                    void * buf=0;
2517                    int len=0;
2518                    int flags=0;
2519                    int res = recv(s, buf, len, flags);
2520                    (void) res;
2521                    return 0;
2522                  }
2523Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2524Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2525
2526Run Build Command:"/usr/bin/make" "cmTC_3ad65/fast"
2527make -f CMakeFiles/cmTC_3ad65.dir/build.make CMakeFiles/cmTC_3ad65.dir/build
2528Building C object CMakeFiles/cmTC_3ad65.dir/src.c.o
2529/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_3ad65.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
2530/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
2531                  recv(int, void *, int, unsigned int);
2532                  ^
2533/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
2534ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
2535        ^
25361 error generated.
2537make[1]: *** [CMakeFiles/cmTC_3ad65.dir/src.c.o] Error 1
2538make: *** [cmTC_3ad65/fast] Error 2
2539
2540Source file was:
2541
2542                  #undef inline
2543#include <sys/types.h>
2544#include <sys/socket.h>
2545                  extern int
2546                  recv(int, void *, int, unsigned int);
2547                  int main(void) {
2548                    int s=0;
2549                    void * buf=0;
2550                    int len=0;
2551                    unsigned int flags=0;
2552                    int res = recv(s, buf, len, flags);
2553                    (void) res;
2554                    return 0;
2555                  }
2556Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2557Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2558
2559Run Build Command:"/usr/bin/make" "cmTC_fb2bb/fast"
2560make -f CMakeFiles/cmTC_fb2bb.dir/build.make CMakeFiles/cmTC_fb2bb.dir/build
2561Building C object CMakeFiles/cmTC_fb2bb.dir/src.c.o
2562/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_fb2bb.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
2563/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
2564                  recv(int, void *, socklen_t, int);
2565                  ^
2566/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
2567ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
2568        ^
25691 error generated.
2570make[1]: *** [CMakeFiles/cmTC_fb2bb.dir/src.c.o] Error 1
2571make: *** [cmTC_fb2bb/fast] Error 2
2572
2573Source file was:
2574
2575                  #undef inline
2576#include <sys/types.h>
2577#include <sys/socket.h>
2578                  extern int
2579                  recv(int, void *, socklen_t, int);
2580                  int main(void) {
2581                    int s=0;
2582                    void * buf=0;
2583                    socklen_t len=0;
2584                    int flags=0;
2585                    int res = recv(s, buf, len, flags);
2586                    (void) res;
2587                    return 0;
2588                  }
2589Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2590Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2591
2592Run Build Command:"/usr/bin/make" "cmTC_27173/fast"
2593make -f CMakeFiles/cmTC_27173.dir/build.make CMakeFiles/cmTC_27173.dir/build
2594Building C object CMakeFiles/cmTC_27173.dir/src.c.o
2595/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_27173.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
2596/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
2597                  recv(int, void *, socklen_t, unsigned int);
2598                  ^
2599/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
2600ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
2601        ^
26021 error generated.
2603make[1]: *** [CMakeFiles/cmTC_27173.dir/src.c.o] Error 1
2604make: *** [cmTC_27173/fast] Error 2
2605
2606Source file was:
2607
2608                  #undef inline
2609#include <sys/types.h>
2610#include <sys/socket.h>
2611                  extern int
2612                  recv(int, void *, socklen_t, unsigned int);
2613                  int main(void) {
2614                    int s=0;
2615                    void * buf=0;
2616                    socklen_t len=0;
2617                    unsigned int flags=0;
2618                    int res = recv(s, buf, len, flags);
2619                    (void) res;
2620                    return 0;
2621                  }
2622Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2623Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2624
2625Run Build Command:"/usr/bin/make" "cmTC_ee05f/fast"
2626make -f CMakeFiles/cmTC_ee05f.dir/build.make CMakeFiles/cmTC_ee05f.dir/build
2627Building C object CMakeFiles/cmTC_ee05f.dir/src.c.o
2628/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_ee05f.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
2629/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
2630                  recv(int, void *, unsigned int, int);
2631                  ^
2632/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
2633ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
2634        ^
26351 error generated.
2636make[1]: *** [CMakeFiles/cmTC_ee05f.dir/src.c.o] Error 1
2637make: *** [cmTC_ee05f/fast] Error 2
2638
2639Source file was:
2640
2641                  #undef inline
2642#include <sys/types.h>
2643#include <sys/socket.h>
2644                  extern int
2645                  recv(int, void *, unsigned int, int);
2646                  int main(void) {
2647                    int s=0;
2648                    void * buf=0;
2649                    unsigned int len=0;
2650                    int flags=0;
2651                    int res = recv(s, buf, len, flags);
2652                    (void) res;
2653                    return 0;
2654                  }
2655Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2656Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2657
2658Run Build Command:"/usr/bin/make" "cmTC_18e63/fast"
2659make -f CMakeFiles/cmTC_18e63.dir/build.make CMakeFiles/cmTC_18e63.dir/build
2660Building C object CMakeFiles/cmTC_18e63.dir/src.c.o
2661/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_18e63.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
2662/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
2663                  recv(int, void *, unsigned int, unsigned int);
2664                  ^
2665/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
2666ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
2667        ^
26681 error generated.
2669make[1]: *** [CMakeFiles/cmTC_18e63.dir/src.c.o] Error 1
2670make: *** [cmTC_18e63/fast] Error 2
2671
2672Source file was:
2673
2674                  #undef inline
2675#include <sys/types.h>
2676#include <sys/socket.h>
2677                  extern int
2678                  recv(int, void *, unsigned int, unsigned int);
2679                  int main(void) {
2680                    int s=0;
2681                    void * buf=0;
2682                    unsigned int len=0;
2683                    unsigned int flags=0;
2684                    int res = recv(s, buf, len, flags);
2685                    (void) res;
2686                    return 0;
2687                  }
2688Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2689Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2690
2691Run Build Command:"/usr/bin/make" "cmTC_f85a4/fast"
2692make -f CMakeFiles/cmTC_f85a4.dir/build.make CMakeFiles/cmTC_f85a4.dir/build
2693Building C object CMakeFiles/cmTC_f85a4.dir/src.c.o
2694/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_f85a4.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
2695/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
2696                  recv(int, char *, size_t, int);
2697                  ^
2698/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
2699ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
2700        ^
27011 error generated.
2702make[1]: *** [CMakeFiles/cmTC_f85a4.dir/src.c.o] Error 1
2703make: *** [cmTC_f85a4/fast] Error 2
2704
2705Source file was:
2706
2707                  #undef inline
2708#include <sys/types.h>
2709#include <sys/socket.h>
2710                  extern int
2711                  recv(int, char *, size_t, int);
2712                  int main(void) {
2713                    int s=0;
2714                    char * buf=0;
2715                    size_t len=0;
2716                    int flags=0;
2717                    int res = recv(s, buf, len, flags);
2718                    (void) res;
2719                    return 0;
2720                  }
2721Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2722Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2723
2724Run Build Command:"/usr/bin/make" "cmTC_71b5e/fast"
2725make -f CMakeFiles/cmTC_71b5e.dir/build.make CMakeFiles/cmTC_71b5e.dir/build
2726Building C object CMakeFiles/cmTC_71b5e.dir/src.c.o
2727/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_71b5e.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
2728/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
2729                  recv(int, char *, size_t, unsigned int);
2730                  ^
2731/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
2732ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
2733        ^
27341 error generated.
2735make[1]: *** [CMakeFiles/cmTC_71b5e.dir/src.c.o] Error 1
2736make: *** [cmTC_71b5e/fast] Error 2
2737
2738Source file was:
2739
2740                  #undef inline
2741#include <sys/types.h>
2742#include <sys/socket.h>
2743                  extern int
2744                  recv(int, char *, size_t, unsigned int);
2745                  int main(void) {
2746                    int s=0;
2747                    char * buf=0;
2748                    size_t len=0;
2749                    unsigned int flags=0;
2750                    int res = recv(s, buf, len, flags);
2751                    (void) res;
2752                    return 0;
2753                  }
2754Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2755Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2756
2757Run Build Command:"/usr/bin/make" "cmTC_399c7/fast"
2758make -f CMakeFiles/cmTC_399c7.dir/build.make CMakeFiles/cmTC_399c7.dir/build
2759Building C object CMakeFiles/cmTC_399c7.dir/src.c.o
2760/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_399c7.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
2761/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
2762                  recv(int, char *, int, int);
2763                  ^
2764/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
2765ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
2766        ^
27671 error generated.
2768make[1]: *** [CMakeFiles/cmTC_399c7.dir/src.c.o] Error 1
2769make: *** [cmTC_399c7/fast] Error 2
2770
2771Source file was:
2772
2773                  #undef inline
2774#include <sys/types.h>
2775#include <sys/socket.h>
2776                  extern int
2777                  recv(int, char *, int, int);
2778                  int main(void) {
2779                    int s=0;
2780                    char * buf=0;
2781                    int len=0;
2782                    int flags=0;
2783                    int res = recv(s, buf, len, flags);
2784                    (void) res;
2785                    return 0;
2786                  }
2787Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2788Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2789
2790Run Build Command:"/usr/bin/make" "cmTC_a14c1/fast"
2791make -f CMakeFiles/cmTC_a14c1.dir/build.make CMakeFiles/cmTC_a14c1.dir/build
2792Building C object CMakeFiles/cmTC_a14c1.dir/src.c.o
2793/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_a14c1.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
2794/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
2795                  recv(int, char *, int, unsigned int);
2796                  ^
2797/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
2798ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
2799        ^
28001 error generated.
2801make[1]: *** [CMakeFiles/cmTC_a14c1.dir/src.c.o] Error 1
2802make: *** [cmTC_a14c1/fast] Error 2
2803
2804Source file was:
2805
2806                  #undef inline
2807#include <sys/types.h>
2808#include <sys/socket.h>
2809                  extern int
2810                  recv(int, char *, int, unsigned int);
2811                  int main(void) {
2812                    int s=0;
2813                    char * buf=0;
2814                    int len=0;
2815                    unsigned int flags=0;
2816                    int res = recv(s, buf, len, flags);
2817                    (void) res;
2818                    return 0;
2819                  }
2820Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2821Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2822
2823Run Build Command:"/usr/bin/make" "cmTC_e4c6a/fast"
2824make -f CMakeFiles/cmTC_e4c6a.dir/build.make CMakeFiles/cmTC_e4c6a.dir/build
2825Building C object CMakeFiles/cmTC_e4c6a.dir/src.c.o
2826/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_e4c6a.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
2827/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
2828                  recv(int, char *, socklen_t, int);
2829                  ^
2830/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
2831ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
2832        ^
28331 error generated.
2834make[1]: *** [CMakeFiles/cmTC_e4c6a.dir/src.c.o] Error 1
2835make: *** [cmTC_e4c6a/fast] Error 2
2836
2837Source file was:
2838
2839                  #undef inline
2840#include <sys/types.h>
2841#include <sys/socket.h>
2842                  extern int
2843                  recv(int, char *, socklen_t, int);
2844                  int main(void) {
2845                    int s=0;
2846                    char * buf=0;
2847                    socklen_t len=0;
2848                    int flags=0;
2849                    int res = recv(s, buf, len, flags);
2850                    (void) res;
2851                    return 0;
2852                  }
2853Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2854Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2855
2856Run Build Command:"/usr/bin/make" "cmTC_2aa8d/fast"
2857make -f CMakeFiles/cmTC_2aa8d.dir/build.make CMakeFiles/cmTC_2aa8d.dir/build
2858Building C object CMakeFiles/cmTC_2aa8d.dir/src.c.o
2859/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_2aa8d.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
2860/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
2861                  recv(int, char *, socklen_t, unsigned int);
2862                  ^
2863/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
2864ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
2865        ^
28661 error generated.
2867make[1]: *** [CMakeFiles/cmTC_2aa8d.dir/src.c.o] Error 1
2868make: *** [cmTC_2aa8d/fast] Error 2
2869
2870Source file was:
2871
2872                  #undef inline
2873#include <sys/types.h>
2874#include <sys/socket.h>
2875                  extern int
2876                  recv(int, char *, socklen_t, unsigned int);
2877                  int main(void) {
2878                    int s=0;
2879                    char * buf=0;
2880                    socklen_t len=0;
2881                    unsigned int flags=0;
2882                    int res = recv(s, buf, len, flags);
2883                    (void) res;
2884                    return 0;
2885                  }
2886Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2887Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2888
2889Run Build Command:"/usr/bin/make" "cmTC_51341/fast"
2890make -f CMakeFiles/cmTC_51341.dir/build.make CMakeFiles/cmTC_51341.dir/build
2891Building C object CMakeFiles/cmTC_51341.dir/src.c.o
2892/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_51341.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
2893/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
2894                  recv(int, char *, unsigned int, int);
2895                  ^
2896/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
2897ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
2898        ^
28991 error generated.
2900make[1]: *** [CMakeFiles/cmTC_51341.dir/src.c.o] Error 1
2901make: *** [cmTC_51341/fast] Error 2
2902
2903Source file was:
2904
2905                  #undef inline
2906#include <sys/types.h>
2907#include <sys/socket.h>
2908                  extern int
2909                  recv(int, char *, unsigned int, int);
2910                  int main(void) {
2911                    int s=0;
2912                    char * buf=0;
2913                    unsigned int len=0;
2914                    int flags=0;
2915                    int res = recv(s, buf, len, flags);
2916                    (void) res;
2917                    return 0;
2918                  }
2919Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2920Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2921
2922Run Build Command:"/usr/bin/make" "cmTC_9f9c9/fast"
2923make -f CMakeFiles/cmTC_9f9c9.dir/build.make CMakeFiles/cmTC_9f9c9.dir/build
2924Building C object CMakeFiles/cmTC_9f9c9.dir/src.c.o
2925/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_9f9c9.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
2926/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
2927                  recv(int, char *, unsigned int, unsigned int);
2928                  ^
2929/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
2930ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
2931        ^
29321 error generated.
2933make[1]: *** [CMakeFiles/cmTC_9f9c9.dir/src.c.o] Error 1
2934make: *** [cmTC_9f9c9/fast] Error 2
2935
2936Source file was:
2937
2938                  #undef inline
2939#include <sys/types.h>
2940#include <sys/socket.h>
2941                  extern int
2942                  recv(int, char *, unsigned int, unsigned int);
2943                  int main(void) {
2944                    int s=0;
2945                    char * buf=0;
2946                    unsigned int len=0;
2947                    unsigned int flags=0;
2948                    int res = recv(s, buf, len, flags);
2949                    (void) res;
2950                    return 0;
2951                  }
2952Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2953Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2954
2955Run Build Command:"/usr/bin/make" "cmTC_0b008/fast"
2956make -f CMakeFiles/cmTC_0b008.dir/build.make CMakeFiles/cmTC_0b008.dir/build
2957Building C object CMakeFiles/cmTC_0b008.dir/src.c.o
2958/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_0b008.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
2959/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
2960                  recv(ssize_t, void *, size_t, int);
2961                  ^
2962/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
2963ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
2964        ^
29651 error generated.
2966make[1]: *** [CMakeFiles/cmTC_0b008.dir/src.c.o] Error 1
2967make: *** [cmTC_0b008/fast] Error 2
2968
2969Source file was:
2970
2971                  #undef inline
2972#include <sys/types.h>
2973#include <sys/socket.h>
2974                  extern int
2975                  recv(ssize_t, void *, size_t, int);
2976                  int main(void) {
2977                    ssize_t s=0;
2978                    void * buf=0;
2979                    size_t len=0;
2980                    int flags=0;
2981                    int res = recv(s, buf, len, flags);
2982                    (void) res;
2983                    return 0;
2984                  }
2985Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2986Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
2987
2988Run Build Command:"/usr/bin/make" "cmTC_64745/fast"
2989make -f CMakeFiles/cmTC_64745.dir/build.make CMakeFiles/cmTC_64745.dir/build
2990Building C object CMakeFiles/cmTC_64745.dir/src.c.o
2991/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_64745.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
2992/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
2993                  recv(ssize_t, void *, size_t, unsigned int);
2994                  ^
2995/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
2996ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
2997        ^
29981 error generated.
2999make[1]: *** [CMakeFiles/cmTC_64745.dir/src.c.o] Error 1
3000make: *** [cmTC_64745/fast] Error 2
3001
3002Source file was:
3003
3004                  #undef inline
3005#include <sys/types.h>
3006#include <sys/socket.h>
3007                  extern int
3008                  recv(ssize_t, void *, size_t, unsigned int);
3009                  int main(void) {
3010                    ssize_t s=0;
3011                    void * buf=0;
3012                    size_t len=0;
3013                    unsigned int flags=0;
3014                    int res = recv(s, buf, len, flags);
3015                    (void) res;
3016                    return 0;
3017                  }
3018Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3019Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
3020
3021Run Build Command:"/usr/bin/make" "cmTC_ec04d/fast"
3022make -f CMakeFiles/cmTC_ec04d.dir/build.make CMakeFiles/cmTC_ec04d.dir/build
3023Building C object CMakeFiles/cmTC_ec04d.dir/src.c.o
3024/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_ec04d.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
3025/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
3026                  recv(ssize_t, void *, int, int);
3027                  ^
3028/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
3029ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
3030        ^
30311 error generated.
3032make[1]: *** [CMakeFiles/cmTC_ec04d.dir/src.c.o] Error 1
3033make: *** [cmTC_ec04d/fast] Error 2
3034
3035Source file was:
3036
3037                  #undef inline
3038#include <sys/types.h>
3039#include <sys/socket.h>
3040                  extern int
3041                  recv(ssize_t, void *, int, int);
3042                  int main(void) {
3043                    ssize_t s=0;
3044                    void * buf=0;
3045                    int len=0;
3046                    int flags=0;
3047                    int res = recv(s, buf, len, flags);
3048                    (void) res;
3049                    return 0;
3050                  }
3051Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3052Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
3053
3054Run Build Command:"/usr/bin/make" "cmTC_d664b/fast"
3055make -f CMakeFiles/cmTC_d664b.dir/build.make CMakeFiles/cmTC_d664b.dir/build
3056Building C object CMakeFiles/cmTC_d664b.dir/src.c.o
3057/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_d664b.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
3058/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
3059                  recv(ssize_t, void *, int, unsigned int);
3060                  ^
3061/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
3062ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
3063        ^
30641 error generated.
3065make[1]: *** [CMakeFiles/cmTC_d664b.dir/src.c.o] Error 1
3066make: *** [cmTC_d664b/fast] Error 2
3067
3068Source file was:
3069
3070                  #undef inline
3071#include <sys/types.h>
3072#include <sys/socket.h>
3073                  extern int
3074                  recv(ssize_t, void *, int, unsigned int);
3075                  int main(void) {
3076                    ssize_t s=0;
3077                    void * buf=0;
3078                    int len=0;
3079                    unsigned int flags=0;
3080                    int res = recv(s, buf, len, flags);
3081                    (void) res;
3082                    return 0;
3083                  }
3084Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3085Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
3086
3087Run Build Command:"/usr/bin/make" "cmTC_a2a7c/fast"
3088make -f CMakeFiles/cmTC_a2a7c.dir/build.make CMakeFiles/cmTC_a2a7c.dir/build
3089Building C object CMakeFiles/cmTC_a2a7c.dir/src.c.o
3090/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_a2a7c.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
3091/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
3092                  recv(ssize_t, void *, socklen_t, int);
3093                  ^
3094/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
3095ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
3096        ^
30971 error generated.
3098make[1]: *** [CMakeFiles/cmTC_a2a7c.dir/src.c.o] Error 1
3099make: *** [cmTC_a2a7c/fast] Error 2
3100
3101Source file was:
3102
3103                  #undef inline
3104#include <sys/types.h>
3105#include <sys/socket.h>
3106                  extern int
3107                  recv(ssize_t, void *, socklen_t, int);
3108                  int main(void) {
3109                    ssize_t s=0;
3110                    void * buf=0;
3111                    socklen_t len=0;
3112                    int flags=0;
3113                    int res = recv(s, buf, len, flags);
3114                    (void) res;
3115                    return 0;
3116                  }
3117Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3118Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
3119
3120Run Build Command:"/usr/bin/make" "cmTC_5f02f/fast"
3121make -f CMakeFiles/cmTC_5f02f.dir/build.make CMakeFiles/cmTC_5f02f.dir/build
3122Building C object CMakeFiles/cmTC_5f02f.dir/src.c.o
3123/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_5f02f.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
3124/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
3125                  recv(ssize_t, void *, socklen_t, unsigned int);
3126                  ^
3127/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
3128ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
3129        ^
31301 error generated.
3131make[1]: *** [CMakeFiles/cmTC_5f02f.dir/src.c.o] Error 1
3132make: *** [cmTC_5f02f/fast] Error 2
3133
3134Source file was:
3135
3136                  #undef inline
3137#include <sys/types.h>
3138#include <sys/socket.h>
3139                  extern int
3140                  recv(ssize_t, void *, socklen_t, unsigned int);
3141                  int main(void) {
3142                    ssize_t s=0;
3143                    void * buf=0;
3144                    socklen_t len=0;
3145                    unsigned int flags=0;
3146                    int res = recv(s, buf, len, flags);
3147                    (void) res;
3148                    return 0;
3149                  }
3150Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3151Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
3152
3153Run Build Command:"/usr/bin/make" "cmTC_0c5ab/fast"
3154make -f CMakeFiles/cmTC_0c5ab.dir/build.make CMakeFiles/cmTC_0c5ab.dir/build
3155Building C object CMakeFiles/cmTC_0c5ab.dir/src.c.o
3156/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_0c5ab.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
3157/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
3158                  recv(ssize_t, void *, unsigned int, int);
3159                  ^
3160/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
3161ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
3162        ^
31631 error generated.
3164make[1]: *** [CMakeFiles/cmTC_0c5ab.dir/src.c.o] Error 1
3165make: *** [cmTC_0c5ab/fast] Error 2
3166
3167Source file was:
3168
3169                  #undef inline
3170#include <sys/types.h>
3171#include <sys/socket.h>
3172                  extern int
3173                  recv(ssize_t, void *, unsigned int, int);
3174                  int main(void) {
3175                    ssize_t s=0;
3176                    void * buf=0;
3177                    unsigned int len=0;
3178                    int flags=0;
3179                    int res = recv(s, buf, len, flags);
3180                    (void) res;
3181                    return 0;
3182                  }
3183Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3184Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
3185
3186Run Build Command:"/usr/bin/make" "cmTC_1b9b6/fast"
3187make -f CMakeFiles/cmTC_1b9b6.dir/build.make CMakeFiles/cmTC_1b9b6.dir/build
3188Building C object CMakeFiles/cmTC_1b9b6.dir/src.c.o
3189/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_1b9b6.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
3190/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
3191                  recv(ssize_t, void *, unsigned int, unsigned int);
3192                  ^
3193/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
3194ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
3195        ^
31961 error generated.
3197make[1]: *** [CMakeFiles/cmTC_1b9b6.dir/src.c.o] Error 1
3198make: *** [cmTC_1b9b6/fast] Error 2
3199
3200Source file was:
3201
3202                  #undef inline
3203#include <sys/types.h>
3204#include <sys/socket.h>
3205                  extern int
3206                  recv(ssize_t, void *, unsigned int, unsigned int);
3207                  int main(void) {
3208                    ssize_t s=0;
3209                    void * buf=0;
3210                    unsigned int len=0;
3211                    unsigned int flags=0;
3212                    int res = recv(s, buf, len, flags);
3213                    (void) res;
3214                    return 0;
3215                  }
3216Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3217Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
3218
3219Run Build Command:"/usr/bin/make" "cmTC_f6efb/fast"
3220make -f CMakeFiles/cmTC_f6efb.dir/build.make CMakeFiles/cmTC_f6efb.dir/build
3221Building C object CMakeFiles/cmTC_f6efb.dir/src.c.o
3222/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_f6efb.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
3223/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
3224                  recv(ssize_t, char *, size_t, int);
3225                  ^
3226/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
3227ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
3228        ^
32291 error generated.
3230make[1]: *** [CMakeFiles/cmTC_f6efb.dir/src.c.o] Error 1
3231make: *** [cmTC_f6efb/fast] Error 2
3232
3233Source file was:
3234
3235                  #undef inline
3236#include <sys/types.h>
3237#include <sys/socket.h>
3238                  extern int
3239                  recv(ssize_t, char *, size_t, int);
3240                  int main(void) {
3241                    ssize_t s=0;
3242                    char * buf=0;
3243                    size_t len=0;
3244                    int flags=0;
3245                    int res = recv(s, buf, len, flags);
3246                    (void) res;
3247                    return 0;
3248                  }
3249Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3250Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
3251
3252Run Build Command:"/usr/bin/make" "cmTC_e99ca/fast"
3253make -f CMakeFiles/cmTC_e99ca.dir/build.make CMakeFiles/cmTC_e99ca.dir/build
3254Building C object CMakeFiles/cmTC_e99ca.dir/src.c.o
3255/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_e99ca.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
3256/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
3257                  recv(ssize_t, char *, size_t, unsigned int);
3258                  ^
3259/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
3260ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
3261        ^
32621 error generated.
3263make[1]: *** [CMakeFiles/cmTC_e99ca.dir/src.c.o] Error 1
3264make: *** [cmTC_e99ca/fast] Error 2
3265
3266Source file was:
3267
3268                  #undef inline
3269#include <sys/types.h>
3270#include <sys/socket.h>
3271                  extern int
3272                  recv(ssize_t, char *, size_t, unsigned int);
3273                  int main(void) {
3274                    ssize_t s=0;
3275                    char * buf=0;
3276                    size_t len=0;
3277                    unsigned int flags=0;
3278                    int res = recv(s, buf, len, flags);
3279                    (void) res;
3280                    return 0;
3281                  }
3282Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3283Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
3284
3285Run Build Command:"/usr/bin/make" "cmTC_0370e/fast"
3286make -f CMakeFiles/cmTC_0370e.dir/build.make CMakeFiles/cmTC_0370e.dir/build
3287Building C object CMakeFiles/cmTC_0370e.dir/src.c.o
3288/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_0370e.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
3289/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
3290                  recv(ssize_t, char *, int, int);
3291                  ^
3292/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
3293ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
3294        ^
32951 error generated.
3296make[1]: *** [CMakeFiles/cmTC_0370e.dir/src.c.o] Error 1
3297make: *** [cmTC_0370e/fast] Error 2
3298
3299Source file was:
3300
3301                  #undef inline
3302#include <sys/types.h>
3303#include <sys/socket.h>
3304                  extern int
3305                  recv(ssize_t, char *, int, int);
3306                  int main(void) {
3307                    ssize_t s=0;
3308                    char * buf=0;
3309                    int len=0;
3310                    int flags=0;
3311                    int res = recv(s, buf, len, flags);
3312                    (void) res;
3313                    return 0;
3314                  }
3315Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3316Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
3317
3318Run Build Command:"/usr/bin/make" "cmTC_30adc/fast"
3319make -f CMakeFiles/cmTC_30adc.dir/build.make CMakeFiles/cmTC_30adc.dir/build
3320Building C object CMakeFiles/cmTC_30adc.dir/src.c.o
3321/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_30adc.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
3322/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
3323                  recv(ssize_t, char *, int, unsigned int);
3324                  ^
3325/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
3326ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
3327        ^
33281 error generated.
3329make[1]: *** [CMakeFiles/cmTC_30adc.dir/src.c.o] Error 1
3330make: *** [cmTC_30adc/fast] Error 2
3331
3332Source file was:
3333
3334                  #undef inline
3335#include <sys/types.h>
3336#include <sys/socket.h>
3337                  extern int
3338                  recv(ssize_t, char *, int, unsigned int);
3339                  int main(void) {
3340                    ssize_t s=0;
3341                    char * buf=0;
3342                    int len=0;
3343                    unsigned int flags=0;
3344                    int res = recv(s, buf, len, flags);
3345                    (void) res;
3346                    return 0;
3347                  }
3348Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3349Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
3350
3351Run Build Command:"/usr/bin/make" "cmTC_39700/fast"
3352make -f CMakeFiles/cmTC_39700.dir/build.make CMakeFiles/cmTC_39700.dir/build
3353Building C object CMakeFiles/cmTC_39700.dir/src.c.o
3354/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_39700.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
3355/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
3356                  recv(ssize_t, char *, socklen_t, int);
3357                  ^
3358/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
3359ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
3360        ^
33611 error generated.
3362make[1]: *** [CMakeFiles/cmTC_39700.dir/src.c.o] Error 1
3363make: *** [cmTC_39700/fast] Error 2
3364
3365Source file was:
3366
3367                  #undef inline
3368#include <sys/types.h>
3369#include <sys/socket.h>
3370                  extern int
3371                  recv(ssize_t, char *, socklen_t, int);
3372                  int main(void) {
3373                    ssize_t s=0;
3374                    char * buf=0;
3375                    socklen_t len=0;
3376                    int flags=0;
3377                    int res = recv(s, buf, len, flags);
3378                    (void) res;
3379                    return 0;
3380                  }
3381Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3382Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
3383
3384Run Build Command:"/usr/bin/make" "cmTC_0d0f6/fast"
3385make -f CMakeFiles/cmTC_0d0f6.dir/build.make CMakeFiles/cmTC_0d0f6.dir/build
3386Building C object CMakeFiles/cmTC_0d0f6.dir/src.c.o
3387/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_0d0f6.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
3388/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
3389                  recv(ssize_t, char *, socklen_t, unsigned int);
3390                  ^
3391/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
3392ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
3393        ^
33941 error generated.
3395make[1]: *** [CMakeFiles/cmTC_0d0f6.dir/src.c.o] Error 1
3396make: *** [cmTC_0d0f6/fast] Error 2
3397
3398Source file was:
3399
3400                  #undef inline
3401#include <sys/types.h>
3402#include <sys/socket.h>
3403                  extern int
3404                  recv(ssize_t, char *, socklen_t, unsigned int);
3405                  int main(void) {
3406                    ssize_t s=0;
3407                    char * buf=0;
3408                    socklen_t len=0;
3409                    unsigned int flags=0;
3410                    int res = recv(s, buf, len, flags);
3411                    (void) res;
3412                    return 0;
3413                  }
3414Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3415Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
3416
3417Run Build Command:"/usr/bin/make" "cmTC_5f982/fast"
3418make -f CMakeFiles/cmTC_5f982.dir/build.make CMakeFiles/cmTC_5f982.dir/build
3419Building C object CMakeFiles/cmTC_5f982.dir/src.c.o
3420/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_5f982.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
3421/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
3422                  recv(ssize_t, char *, unsigned int, int);
3423                  ^
3424/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
3425ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
3426        ^
34271 error generated.
3428make[1]: *** [CMakeFiles/cmTC_5f982.dir/src.c.o] Error 1
3429make: *** [cmTC_5f982/fast] Error 2
3430
3431Source file was:
3432
3433                  #undef inline
3434#include <sys/types.h>
3435#include <sys/socket.h>
3436                  extern int
3437                  recv(ssize_t, char *, unsigned int, int);
3438                  int main(void) {
3439                    ssize_t s=0;
3440                    char * buf=0;
3441                    unsigned int len=0;
3442                    int flags=0;
3443                    int res = recv(s, buf, len, flags);
3444                    (void) res;
3445                    return 0;
3446                  }
3447Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3448Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
3449
3450Run Build Command:"/usr/bin/make" "cmTC_de5b1/fast"
3451make -f CMakeFiles/cmTC_de5b1.dir/build.make CMakeFiles/cmTC_de5b1.dir/build
3452Building C object CMakeFiles/cmTC_de5b1.dir/src.c.o
3453/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_de5b1.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
3454/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
3455                  recv(ssize_t, char *, unsigned int, unsigned int);
3456                  ^
3457/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
3458ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
3459        ^
34601 error generated.
3461make[1]: *** [CMakeFiles/cmTC_de5b1.dir/src.c.o] Error 1
3462make: *** [cmTC_de5b1/fast] Error 2
3463
3464Source file was:
3465
3466                  #undef inline
3467#include <sys/types.h>
3468#include <sys/socket.h>
3469                  extern int
3470                  recv(ssize_t, char *, unsigned int, unsigned int);
3471                  int main(void) {
3472                    ssize_t s=0;
3473                    char * buf=0;
3474                    unsigned int len=0;
3475                    unsigned int flags=0;
3476                    int res = recv(s, buf, len, flags);
3477                    (void) res;
3478                    return 0;
3479                  }
3480Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3481Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
3482
3483Run Build Command:"/usr/bin/make" "cmTC_357c1/fast"
3484make -f CMakeFiles/cmTC_357c1.dir/build.make CMakeFiles/cmTC_357c1.dir/build
3485Building C object CMakeFiles/cmTC_357c1.dir/src.c.o
3486/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_357c1.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
3487/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
3488                  recv(SOCKET, void *, size_t, int);
3489                               ^
3490/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
3491                  recv(SOCKET, void *, size_t, int);
3492                  ^
3493/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
3494ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
3495        ^
3496/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
3497                    SOCKET s=0;
3498                    ^
3499/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
3500                    int res = recv(s, buf, len, flags);
3501                                   ^
35024 errors generated.
3503make[1]: *** [CMakeFiles/cmTC_357c1.dir/src.c.o] Error 1
3504make: *** [cmTC_357c1/fast] Error 2
3505
3506Source file was:
3507
3508                  #undef inline
3509#include <sys/types.h>
3510#include <sys/socket.h>
3511                  extern int
3512                  recv(SOCKET, void *, size_t, int);
3513                  int main(void) {
3514                    SOCKET s=0;
3515                    void * buf=0;
3516                    size_t len=0;
3517                    int flags=0;
3518                    int res = recv(s, buf, len, flags);
3519                    (void) res;
3520                    return 0;
3521                  }
3522Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3523Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
3524
3525Run Build Command:"/usr/bin/make" "cmTC_6e44a/fast"
3526make -f CMakeFiles/cmTC_6e44a.dir/build.make CMakeFiles/cmTC_6e44a.dir/build
3527Building C object CMakeFiles/cmTC_6e44a.dir/src.c.o
3528/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_6e44a.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
3529/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
3530                  recv(SOCKET, void *, size_t, unsigned int);
3531                               ^
3532/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
3533                  recv(SOCKET, void *, size_t, unsigned int);
3534                  ^
3535/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
3536ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
3537        ^
3538/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
3539                    SOCKET s=0;
3540                    ^
3541/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
3542                    int res = recv(s, buf, len, flags);
3543                                   ^
35444 errors generated.
3545make[1]: *** [CMakeFiles/cmTC_6e44a.dir/src.c.o] Error 1
3546make: *** [cmTC_6e44a/fast] Error 2
3547
3548Source file was:
3549
3550                  #undef inline
3551#include <sys/types.h>
3552#include <sys/socket.h>
3553                  extern int
3554                  recv(SOCKET, void *, size_t, unsigned int);
3555                  int main(void) {
3556                    SOCKET s=0;
3557                    void * buf=0;
3558                    size_t len=0;
3559                    unsigned int flags=0;
3560                    int res = recv(s, buf, len, flags);
3561                    (void) res;
3562                    return 0;
3563                  }
3564Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3565Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
3566
3567Run Build Command:"/usr/bin/make" "cmTC_1dc37/fast"
3568make -f CMakeFiles/cmTC_1dc37.dir/build.make CMakeFiles/cmTC_1dc37.dir/build
3569Building C object CMakeFiles/cmTC_1dc37.dir/src.c.o
3570/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_1dc37.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
3571/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
3572                  recv(SOCKET, void *, int, int);
3573                               ^
3574/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
3575                  recv(SOCKET, void *, int, int);
3576                  ^
3577/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
3578ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
3579        ^
3580/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
3581                    SOCKET s=0;
3582                    ^
3583/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
3584                    int res = recv(s, buf, len, flags);
3585                                   ^
35864 errors generated.
3587make[1]: *** [CMakeFiles/cmTC_1dc37.dir/src.c.o] Error 1
3588make: *** [cmTC_1dc37/fast] Error 2
3589
3590Source file was:
3591
3592                  #undef inline
3593#include <sys/types.h>
3594#include <sys/socket.h>
3595                  extern int
3596                  recv(SOCKET, void *, int, int);
3597                  int main(void) {
3598                    SOCKET s=0;
3599                    void * buf=0;
3600                    int len=0;
3601                    int flags=0;
3602                    int res = recv(s, buf, len, flags);
3603                    (void) res;
3604                    return 0;
3605                  }
3606Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3607Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
3608
3609Run Build Command:"/usr/bin/make" "cmTC_11c89/fast"
3610make -f CMakeFiles/cmTC_11c89.dir/build.make CMakeFiles/cmTC_11c89.dir/build
3611Building C object CMakeFiles/cmTC_11c89.dir/src.c.o
3612/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_11c89.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
3613/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
3614                  recv(SOCKET, void *, int, unsigned int);
3615                               ^
3616/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
3617                  recv(SOCKET, void *, int, unsigned int);
3618                  ^
3619/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
3620ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
3621        ^
3622/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
3623                    SOCKET s=0;
3624                    ^
3625/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
3626                    int res = recv(s, buf, len, flags);
3627                                   ^
36284 errors generated.
3629make[1]: *** [CMakeFiles/cmTC_11c89.dir/src.c.o] Error 1
3630make: *** [cmTC_11c89/fast] Error 2
3631
3632Source file was:
3633
3634                  #undef inline
3635#include <sys/types.h>
3636#include <sys/socket.h>
3637                  extern int
3638                  recv(SOCKET, void *, int, unsigned int);
3639                  int main(void) {
3640                    SOCKET s=0;
3641                    void * buf=0;
3642                    int len=0;
3643                    unsigned int flags=0;
3644                    int res = recv(s, buf, len, flags);
3645                    (void) res;
3646                    return 0;
3647                  }
3648Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3649Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
3650
3651Run Build Command:"/usr/bin/make" "cmTC_1fee2/fast"
3652make -f CMakeFiles/cmTC_1fee2.dir/build.make CMakeFiles/cmTC_1fee2.dir/build
3653Building C object CMakeFiles/cmTC_1fee2.dir/src.c.o
3654/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_1fee2.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
3655/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
3656                  recv(SOCKET, void *, socklen_t, int);
3657                               ^
3658/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
3659                  recv(SOCKET, void *, socklen_t, int);
3660                  ^
3661/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
3662ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
3663        ^
3664/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
3665                    SOCKET s=0;
3666                    ^
3667/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
3668                    int res = recv(s, buf, len, flags);
3669                                   ^
36704 errors generated.
3671make[1]: *** [CMakeFiles/cmTC_1fee2.dir/src.c.o] Error 1
3672make: *** [cmTC_1fee2/fast] Error 2
3673
3674Source file was:
3675
3676                  #undef inline
3677#include <sys/types.h>
3678#include <sys/socket.h>
3679                  extern int
3680                  recv(SOCKET, void *, socklen_t, int);
3681                  int main(void) {
3682                    SOCKET s=0;
3683                    void * buf=0;
3684                    socklen_t len=0;
3685                    int flags=0;
3686                    int res = recv(s, buf, len, flags);
3687                    (void) res;
3688                    return 0;
3689                  }
3690Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3691Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
3692
3693Run Build Command:"/usr/bin/make" "cmTC_ea635/fast"
3694make -f CMakeFiles/cmTC_ea635.dir/build.make CMakeFiles/cmTC_ea635.dir/build
3695Building C object CMakeFiles/cmTC_ea635.dir/src.c.o
3696/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_ea635.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
3697/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
3698                  recv(SOCKET, void *, socklen_t, unsigned int);
3699                               ^
3700/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
3701                  recv(SOCKET, void *, socklen_t, unsigned int);
3702                  ^
3703/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
3704ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
3705        ^
3706/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
3707                    SOCKET s=0;
3708                    ^
3709/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
3710                    int res = recv(s, buf, len, flags);
3711                                   ^
37124 errors generated.
3713make[1]: *** [CMakeFiles/cmTC_ea635.dir/src.c.o] Error 1
3714make: *** [cmTC_ea635/fast] Error 2
3715
3716Source file was:
3717
3718                  #undef inline
3719#include <sys/types.h>
3720#include <sys/socket.h>
3721                  extern int
3722                  recv(SOCKET, void *, socklen_t, unsigned int);
3723                  int main(void) {
3724                    SOCKET s=0;
3725                    void * buf=0;
3726                    socklen_t len=0;
3727                    unsigned int flags=0;
3728                    int res = recv(s, buf, len, flags);
3729                    (void) res;
3730                    return 0;
3731                  }
3732Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3733Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
3734
3735Run Build Command:"/usr/bin/make" "cmTC_5ce16/fast"
3736make -f CMakeFiles/cmTC_5ce16.dir/build.make CMakeFiles/cmTC_5ce16.dir/build
3737Building C object CMakeFiles/cmTC_5ce16.dir/src.c.o
3738/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_5ce16.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
3739/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
3740                  recv(SOCKET, void *, unsigned int, int);
3741                               ^
3742/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
3743                  recv(SOCKET, void *, unsigned int, int);
3744                  ^
3745/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
3746ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
3747        ^
3748/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
3749                    SOCKET s=0;
3750                    ^
3751/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
3752                    int res = recv(s, buf, len, flags);
3753                                   ^
37544 errors generated.
3755make[1]: *** [CMakeFiles/cmTC_5ce16.dir/src.c.o] Error 1
3756make: *** [cmTC_5ce16/fast] Error 2
3757
3758Source file was:
3759
3760                  #undef inline
3761#include <sys/types.h>
3762#include <sys/socket.h>
3763                  extern int
3764                  recv(SOCKET, void *, unsigned int, int);
3765                  int main(void) {
3766                    SOCKET s=0;
3767                    void * buf=0;
3768                    unsigned int len=0;
3769                    int flags=0;
3770                    int res = recv(s, buf, len, flags);
3771                    (void) res;
3772                    return 0;
3773                  }
3774Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3775Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
3776
3777Run Build Command:"/usr/bin/make" "cmTC_a47e7/fast"
3778make -f CMakeFiles/cmTC_a47e7.dir/build.make CMakeFiles/cmTC_a47e7.dir/build
3779Building C object CMakeFiles/cmTC_a47e7.dir/src.c.o
3780/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_a47e7.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
3781/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
3782                  recv(SOCKET, void *, unsigned int, unsigned int);
3783                               ^
3784/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
3785                  recv(SOCKET, void *, unsigned int, unsigned int);
3786                  ^
3787/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
3788ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
3789        ^
3790/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
3791                    SOCKET s=0;
3792                    ^
3793/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
3794                    int res = recv(s, buf, len, flags);
3795                                   ^
37964 errors generated.
3797make[1]: *** [CMakeFiles/cmTC_a47e7.dir/src.c.o] Error 1
3798make: *** [cmTC_a47e7/fast] Error 2
3799
3800Source file was:
3801
3802                  #undef inline
3803#include <sys/types.h>
3804#include <sys/socket.h>
3805                  extern int
3806                  recv(SOCKET, void *, unsigned int, unsigned int);
3807                  int main(void) {
3808                    SOCKET s=0;
3809                    void * buf=0;
3810                    unsigned int len=0;
3811                    unsigned int flags=0;
3812                    int res = recv(s, buf, len, flags);
3813                    (void) res;
3814                    return 0;
3815                  }
3816Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3817Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
3818
3819Run Build Command:"/usr/bin/make" "cmTC_69a78/fast"
3820make -f CMakeFiles/cmTC_69a78.dir/build.make CMakeFiles/cmTC_69a78.dir/build
3821Building C object CMakeFiles/cmTC_69a78.dir/src.c.o
3822/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_69a78.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
3823/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
3824                  recv(SOCKET, char *, size_t, int);
3825                               ^
3826/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
3827                  recv(SOCKET, char *, size_t, int);
3828                  ^
3829/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
3830ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
3831        ^
3832/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
3833                    SOCKET s=0;
3834                    ^
3835/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
3836                    int res = recv(s, buf, len, flags);
3837                                   ^
38384 errors generated.
3839make[1]: *** [CMakeFiles/cmTC_69a78.dir/src.c.o] Error 1
3840make: *** [cmTC_69a78/fast] Error 2
3841
3842Source file was:
3843
3844                  #undef inline
3845#include <sys/types.h>
3846#include <sys/socket.h>
3847                  extern int
3848                  recv(SOCKET, char *, size_t, int);
3849                  int main(void) {
3850                    SOCKET s=0;
3851                    char * buf=0;
3852                    size_t len=0;
3853                    int flags=0;
3854                    int res = recv(s, buf, len, flags);
3855                    (void) res;
3856                    return 0;
3857                  }
3858Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3859Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
3860
3861Run Build Command:"/usr/bin/make" "cmTC_443d1/fast"
3862make -f CMakeFiles/cmTC_443d1.dir/build.make CMakeFiles/cmTC_443d1.dir/build
3863Building C object CMakeFiles/cmTC_443d1.dir/src.c.o
3864/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_443d1.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
3865/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
3866                  recv(SOCKET, char *, size_t, unsigned int);
3867                               ^
3868/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
3869                  recv(SOCKET, char *, size_t, unsigned int);
3870                  ^
3871/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
3872ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
3873        ^
3874/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
3875                    SOCKET s=0;
3876                    ^
3877/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
3878                    int res = recv(s, buf, len, flags);
3879                                   ^
38804 errors generated.
3881make[1]: *** [CMakeFiles/cmTC_443d1.dir/src.c.o] Error 1
3882make: *** [cmTC_443d1/fast] Error 2
3883
3884Source file was:
3885
3886                  #undef inline
3887#include <sys/types.h>
3888#include <sys/socket.h>
3889                  extern int
3890                  recv(SOCKET, char *, size_t, unsigned int);
3891                  int main(void) {
3892                    SOCKET s=0;
3893                    char * buf=0;
3894                    size_t len=0;
3895                    unsigned int flags=0;
3896                    int res = recv(s, buf, len, flags);
3897                    (void) res;
3898                    return 0;
3899                  }
3900Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3901Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
3902
3903Run Build Command:"/usr/bin/make" "cmTC_26467/fast"
3904make -f CMakeFiles/cmTC_26467.dir/build.make CMakeFiles/cmTC_26467.dir/build
3905Building C object CMakeFiles/cmTC_26467.dir/src.c.o
3906/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_26467.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
3907/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
3908                  recv(SOCKET, char *, int, int);
3909                               ^
3910/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
3911                  recv(SOCKET, char *, int, int);
3912                  ^
3913/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
3914ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
3915        ^
3916/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
3917                    SOCKET s=0;
3918                    ^
3919/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
3920                    int res = recv(s, buf, len, flags);
3921                                   ^
39224 errors generated.
3923make[1]: *** [CMakeFiles/cmTC_26467.dir/src.c.o] Error 1
3924make: *** [cmTC_26467/fast] Error 2
3925
3926Source file was:
3927
3928                  #undef inline
3929#include <sys/types.h>
3930#include <sys/socket.h>
3931                  extern int
3932                  recv(SOCKET, char *, int, int);
3933                  int main(void) {
3934                    SOCKET s=0;
3935                    char * buf=0;
3936                    int len=0;
3937                    int flags=0;
3938                    int res = recv(s, buf, len, flags);
3939                    (void) res;
3940                    return 0;
3941                  }
3942Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3943Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
3944
3945Run Build Command:"/usr/bin/make" "cmTC_20869/fast"
3946make -f CMakeFiles/cmTC_20869.dir/build.make CMakeFiles/cmTC_20869.dir/build
3947Building C object CMakeFiles/cmTC_20869.dir/src.c.o
3948/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_20869.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
3949/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
3950                  recv(SOCKET, char *, int, unsigned int);
3951                               ^
3952/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
3953                  recv(SOCKET, char *, int, unsigned int);
3954                  ^
3955/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
3956ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
3957        ^
3958/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
3959                    SOCKET s=0;
3960                    ^
3961/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
3962                    int res = recv(s, buf, len, flags);
3963                                   ^
39644 errors generated.
3965make[1]: *** [CMakeFiles/cmTC_20869.dir/src.c.o] Error 1
3966make: *** [cmTC_20869/fast] Error 2
3967
3968Source file was:
3969
3970                  #undef inline
3971#include <sys/types.h>
3972#include <sys/socket.h>
3973                  extern int
3974                  recv(SOCKET, char *, int, unsigned int);
3975                  int main(void) {
3976                    SOCKET s=0;
3977                    char * buf=0;
3978                    int len=0;
3979                    unsigned int flags=0;
3980                    int res = recv(s, buf, len, flags);
3981                    (void) res;
3982                    return 0;
3983                  }
3984Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3985Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
3986
3987Run Build Command:"/usr/bin/make" "cmTC_d41f2/fast"
3988make -f CMakeFiles/cmTC_d41f2.dir/build.make CMakeFiles/cmTC_d41f2.dir/build
3989Building C object CMakeFiles/cmTC_d41f2.dir/src.c.o
3990/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_d41f2.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
3991/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
3992                  recv(SOCKET, char *, socklen_t, int);
3993                               ^
3994/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
3995                  recv(SOCKET, char *, socklen_t, int);
3996                  ^
3997/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
3998ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
3999        ^
4000/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
4001                    SOCKET s=0;
4002                    ^
4003/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
4004                    int res = recv(s, buf, len, flags);
4005                                   ^
40064 errors generated.
4007make[1]: *** [CMakeFiles/cmTC_d41f2.dir/src.c.o] Error 1
4008make: *** [cmTC_d41f2/fast] Error 2
4009
4010Source file was:
4011
4012                  #undef inline
4013#include <sys/types.h>
4014#include <sys/socket.h>
4015                  extern int
4016                  recv(SOCKET, char *, socklen_t, int);
4017                  int main(void) {
4018                    SOCKET s=0;
4019                    char * buf=0;
4020                    socklen_t len=0;
4021                    int flags=0;
4022                    int res = recv(s, buf, len, flags);
4023                    (void) res;
4024                    return 0;
4025                  }
4026Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
4027Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
4028
4029Run Build Command:"/usr/bin/make" "cmTC_42823/fast"
4030make -f CMakeFiles/cmTC_42823.dir/build.make CMakeFiles/cmTC_42823.dir/build
4031Building C object CMakeFiles/cmTC_42823.dir/src.c.o
4032/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_42823.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
4033/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
4034                  recv(SOCKET, char *, socklen_t, unsigned int);
4035                               ^
4036/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
4037                  recv(SOCKET, char *, socklen_t, unsigned int);
4038                  ^
4039/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
4040ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
4041        ^
4042/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
4043                    SOCKET s=0;
4044                    ^
4045/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
4046                    int res = recv(s, buf, len, flags);
4047                                   ^
40484 errors generated.
4049make[1]: *** [CMakeFiles/cmTC_42823.dir/src.c.o] Error 1
4050make: *** [cmTC_42823/fast] Error 2
4051
4052Source file was:
4053
4054                  #undef inline
4055#include <sys/types.h>
4056#include <sys/socket.h>
4057                  extern int
4058                  recv(SOCKET, char *, socklen_t, unsigned int);
4059                  int main(void) {
4060                    SOCKET s=0;
4061                    char * buf=0;
4062                    socklen_t len=0;
4063                    unsigned int flags=0;
4064                    int res = recv(s, buf, len, flags);
4065                    (void) res;
4066                    return 0;
4067                  }
4068Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
4069Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
4070
4071Run Build Command:"/usr/bin/make" "cmTC_84222/fast"
4072make -f CMakeFiles/cmTC_84222.dir/build.make CMakeFiles/cmTC_84222.dir/build
4073Building C object CMakeFiles/cmTC_84222.dir/src.c.o
4074/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_84222.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
4075/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
4076                  recv(SOCKET, char *, unsigned int, int);
4077                               ^
4078/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
4079                  recv(SOCKET, char *, unsigned int, int);
4080                  ^
4081/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
4082ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
4083        ^
4084/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
4085                    SOCKET s=0;
4086                    ^
4087/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
4088                    int res = recv(s, buf, len, flags);
4089                                   ^
40904 errors generated.
4091make[1]: *** [CMakeFiles/cmTC_84222.dir/src.c.o] Error 1
4092make: *** [cmTC_84222/fast] Error 2
4093
4094Source file was:
4095
4096                  #undef inline
4097#include <sys/types.h>
4098#include <sys/socket.h>
4099                  extern int
4100                  recv(SOCKET, char *, unsigned int, int);
4101                  int main(void) {
4102                    SOCKET s=0;
4103                    char * buf=0;
4104                    unsigned int len=0;
4105                    int flags=0;
4106                    int res = recv(s, buf, len, flags);
4107                    (void) res;
4108                    return 0;
4109                  }
4110Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
4111Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
4112
4113Run Build Command:"/usr/bin/make" "cmTC_6ca93/fast"
4114make -f CMakeFiles/cmTC_6ca93.dir/build.make CMakeFiles/cmTC_6ca93.dir/build
4115Building C object CMakeFiles/cmTC_6ca93.dir/src.c.o
4116/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_recv_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_6ca93.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
4117/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
4118                  recv(SOCKET, char *, unsigned int, unsigned int);
4119                               ^
4120/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv'
4121                  recv(SOCKET, char *, unsigned int, unsigned int);
4122                  ^
4123/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here
4124ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv);
4125        ^
4126/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
4127                    SOCKET s=0;
4128                    ^
4129/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
4130                    int res = recv(s, buf, len, flags);
4131                                   ^
41324 errors generated.
4133make[1]: *** [CMakeFiles/cmTC_6ca93.dir/src.c.o] Error 1
4134make: *** [cmTC_6ca93/fast] Error 2
4135
4136Source file was:
4137
4138                  #undef inline
4139#include <sys/types.h>
4140#include <sys/socket.h>
4141                  extern int
4142                  recv(SOCKET, char *, unsigned int, unsigned int);
4143                  int main(void) {
4144                    SOCKET s=0;
4145                    char * buf=0;
4146                    unsigned int len=0;
4147                    unsigned int flags=0;
4148                    int res = recv(s, buf, len, flags);
4149                    (void) res;
4150                    return 0;
4151                  }
4152Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4153Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
4154
4155Run Build Command:"/usr/bin/make" "cmTC_4e6c5/fast"
4156make -f CMakeFiles/cmTC_4e6c5.dir/build.make CMakeFiles/cmTC_4e6c5.dir/build
4157Building C object CMakeFiles/cmTC_4e6c5.dir/src.c.o
4158/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_4e6c5.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
4159/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
4160                  send(int, const void *, size_t, int);
4161                  ^
4162/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
4163ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
4164        ^
41651 error generated.
4166make[1]: *** [CMakeFiles/cmTC_4e6c5.dir/src.c.o] Error 1
4167make: *** [cmTC_4e6c5/fast] Error 2
4168
4169Source file was:
4170
4171                  #undef inline
4172#include <sys/types.h>
4173#include <sys/socket.h>
4174                  extern int
4175                  send(int, const void *, size_t, int);
4176                  int main(void) {
4177                    int s=0;
4178                    const void * buf=0;
4179                    size_t len=0;
4180                    int flags=0;
4181                    int res = send(s, buf, len, flags);
4182                    (void) res;
4183                    return 0;
4184                  }
4185Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4186Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
4187
4188Run Build Command:"/usr/bin/make" "cmTC_4de4a/fast"
4189make -f CMakeFiles/cmTC_4de4a.dir/build.make CMakeFiles/cmTC_4de4a.dir/build
4190Building C object CMakeFiles/cmTC_4de4a.dir/src.c.o
4191/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_4de4a.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
4192/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
4193                  send(int, const void *, size_t, unsigned int);
4194                  ^
4195/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
4196ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
4197        ^
41981 error generated.
4199make[1]: *** [CMakeFiles/cmTC_4de4a.dir/src.c.o] Error 1
4200make: *** [cmTC_4de4a/fast] Error 2
4201
4202Source file was:
4203
4204                  #undef inline
4205#include <sys/types.h>
4206#include <sys/socket.h>
4207                  extern int
4208                  send(int, const void *, size_t, unsigned int);
4209                  int main(void) {
4210                    int s=0;
4211                    const void * buf=0;
4212                    size_t len=0;
4213                    unsigned int flags=0;
4214                    int res = send(s, buf, len, flags);
4215                    (void) res;
4216                    return 0;
4217                  }
4218Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4219Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
4220
4221Run Build Command:"/usr/bin/make" "cmTC_93544/fast"
4222make -f CMakeFiles/cmTC_93544.dir/build.make CMakeFiles/cmTC_93544.dir/build
4223Building C object CMakeFiles/cmTC_93544.dir/src.c.o
4224/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_93544.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
4225/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
4226                  send(int, const void *, int, int);
4227                  ^
4228/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
4229ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
4230        ^
42311 error generated.
4232make[1]: *** [CMakeFiles/cmTC_93544.dir/src.c.o] Error 1
4233make: *** [cmTC_93544/fast] Error 2
4234
4235Source file was:
4236
4237                  #undef inline
4238#include <sys/types.h>
4239#include <sys/socket.h>
4240                  extern int
4241                  send(int, const void *, int, int);
4242                  int main(void) {
4243                    int s=0;
4244                    const void * buf=0;
4245                    int len=0;
4246                    int flags=0;
4247                    int res = send(s, buf, len, flags);
4248                    (void) res;
4249                    return 0;
4250                  }
4251Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4252Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
4253
4254Run Build Command:"/usr/bin/make" "cmTC_80f76/fast"
4255make -f CMakeFiles/cmTC_80f76.dir/build.make CMakeFiles/cmTC_80f76.dir/build
4256Building C object CMakeFiles/cmTC_80f76.dir/src.c.o
4257/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_80f76.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
4258/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
4259                  send(int, const void *, int, unsigned int);
4260                  ^
4261/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
4262ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
4263        ^
42641 error generated.
4265make[1]: *** [CMakeFiles/cmTC_80f76.dir/src.c.o] Error 1
4266make: *** [cmTC_80f76/fast] Error 2
4267
4268Source file was:
4269
4270                  #undef inline
4271#include <sys/types.h>
4272#include <sys/socket.h>
4273                  extern int
4274                  send(int, const void *, int, unsigned int);
4275                  int main(void) {
4276                    int s=0;
4277                    const void * buf=0;
4278                    int len=0;
4279                    unsigned int flags=0;
4280                    int res = send(s, buf, len, flags);
4281                    (void) res;
4282                    return 0;
4283                  }
4284Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4285Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
4286
4287Run Build Command:"/usr/bin/make" "cmTC_7a85b/fast"
4288make -f CMakeFiles/cmTC_7a85b.dir/build.make CMakeFiles/cmTC_7a85b.dir/build
4289Building C object CMakeFiles/cmTC_7a85b.dir/src.c.o
4290/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_7a85b.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
4291/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
4292                  send(int, const void *, socklen_t, int);
4293                  ^
4294/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
4295ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
4296        ^
42971 error generated.
4298make[1]: *** [CMakeFiles/cmTC_7a85b.dir/src.c.o] Error 1
4299make: *** [cmTC_7a85b/fast] Error 2
4300
4301Source file was:
4302
4303                  #undef inline
4304#include <sys/types.h>
4305#include <sys/socket.h>
4306                  extern int
4307                  send(int, const void *, socklen_t, int);
4308                  int main(void) {
4309                    int s=0;
4310                    const void * buf=0;
4311                    socklen_t len=0;
4312                    int flags=0;
4313                    int res = send(s, buf, len, flags);
4314                    (void) res;
4315                    return 0;
4316                  }
4317Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4318Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
4319
4320Run Build Command:"/usr/bin/make" "cmTC_fa9f7/fast"
4321make -f CMakeFiles/cmTC_fa9f7.dir/build.make CMakeFiles/cmTC_fa9f7.dir/build
4322Building C object CMakeFiles/cmTC_fa9f7.dir/src.c.o
4323/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_fa9f7.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
4324/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
4325                  send(int, const void *, socklen_t, unsigned int);
4326                  ^
4327/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
4328ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
4329        ^
43301 error generated.
4331make[1]: *** [CMakeFiles/cmTC_fa9f7.dir/src.c.o] Error 1
4332make: *** [cmTC_fa9f7/fast] Error 2
4333
4334Source file was:
4335
4336                  #undef inline
4337#include <sys/types.h>
4338#include <sys/socket.h>
4339                  extern int
4340                  send(int, const void *, socklen_t, unsigned int);
4341                  int main(void) {
4342                    int s=0;
4343                    const void * buf=0;
4344                    socklen_t len=0;
4345                    unsigned int flags=0;
4346                    int res = send(s, buf, len, flags);
4347                    (void) res;
4348                    return 0;
4349                  }
4350Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4351Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
4352
4353Run Build Command:"/usr/bin/make" "cmTC_e2b0c/fast"
4354make -f CMakeFiles/cmTC_e2b0c.dir/build.make CMakeFiles/cmTC_e2b0c.dir/build
4355Building C object CMakeFiles/cmTC_e2b0c.dir/src.c.o
4356/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_e2b0c.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
4357/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
4358                  send(int, const void *, unsigned int, int);
4359                  ^
4360/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
4361ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
4362        ^
43631 error generated.
4364make[1]: *** [CMakeFiles/cmTC_e2b0c.dir/src.c.o] Error 1
4365make: *** [cmTC_e2b0c/fast] Error 2
4366
4367Source file was:
4368
4369                  #undef inline
4370#include <sys/types.h>
4371#include <sys/socket.h>
4372                  extern int
4373                  send(int, const void *, unsigned int, int);
4374                  int main(void) {
4375                    int s=0;
4376                    const void * buf=0;
4377                    unsigned int len=0;
4378                    int flags=0;
4379                    int res = send(s, buf, len, flags);
4380                    (void) res;
4381                    return 0;
4382                  }
4383Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4384Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
4385
4386Run Build Command:"/usr/bin/make" "cmTC_ad2be/fast"
4387make -f CMakeFiles/cmTC_ad2be.dir/build.make CMakeFiles/cmTC_ad2be.dir/build
4388Building C object CMakeFiles/cmTC_ad2be.dir/src.c.o
4389/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_ad2be.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
4390/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
4391                  send(int, const void *, unsigned int, unsigned int);
4392                  ^
4393/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
4394ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
4395        ^
43961 error generated.
4397make[1]: *** [CMakeFiles/cmTC_ad2be.dir/src.c.o] Error 1
4398make: *** [cmTC_ad2be/fast] Error 2
4399
4400Source file was:
4401
4402                  #undef inline
4403#include <sys/types.h>
4404#include <sys/socket.h>
4405                  extern int
4406                  send(int, const void *, unsigned int, unsigned int);
4407                  int main(void) {
4408                    int s=0;
4409                    const void * buf=0;
4410                    unsigned int len=0;
4411                    unsigned int flags=0;
4412                    int res = send(s, buf, len, flags);
4413                    (void) res;
4414                    return 0;
4415                  }
4416Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4417Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
4418
4419Run Build Command:"/usr/bin/make" "cmTC_ec0e0/fast"
4420make -f CMakeFiles/cmTC_ec0e0.dir/build.make CMakeFiles/cmTC_ec0e0.dir/build
4421Building C object CMakeFiles/cmTC_ec0e0.dir/src.c.o
4422/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_ec0e0.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
4423/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
4424                  send(int, void *, size_t, int);
4425                  ^
4426/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
4427ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
4428        ^
44291 error generated.
4430make[1]: *** [CMakeFiles/cmTC_ec0e0.dir/src.c.o] Error 1
4431make: *** [cmTC_ec0e0/fast] Error 2
4432
4433Source file was:
4434
4435                  #undef inline
4436#include <sys/types.h>
4437#include <sys/socket.h>
4438                  extern int
4439                  send(int, void *, size_t, int);
4440                  int main(void) {
4441                    int s=0;
4442                    void * buf=0;
4443                    size_t len=0;
4444                    int flags=0;
4445                    int res = send(s, buf, len, flags);
4446                    (void) res;
4447                    return 0;
4448                  }
4449Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4450Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
4451
4452Run Build Command:"/usr/bin/make" "cmTC_eb30f/fast"
4453make -f CMakeFiles/cmTC_eb30f.dir/build.make CMakeFiles/cmTC_eb30f.dir/build
4454Building C object CMakeFiles/cmTC_eb30f.dir/src.c.o
4455/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_eb30f.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
4456/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
4457                  send(int, void *, size_t, unsigned int);
4458                  ^
4459/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
4460ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
4461        ^
44621 error generated.
4463make[1]: *** [CMakeFiles/cmTC_eb30f.dir/src.c.o] Error 1
4464make: *** [cmTC_eb30f/fast] Error 2
4465
4466Source file was:
4467
4468                  #undef inline
4469#include <sys/types.h>
4470#include <sys/socket.h>
4471                  extern int
4472                  send(int, void *, size_t, unsigned int);
4473                  int main(void) {
4474                    int s=0;
4475                    void * buf=0;
4476                    size_t len=0;
4477                    unsigned int flags=0;
4478                    int res = send(s, buf, len, flags);
4479                    (void) res;
4480                    return 0;
4481                  }
4482Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4483Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
4484
4485Run Build Command:"/usr/bin/make" "cmTC_be063/fast"
4486make -f CMakeFiles/cmTC_be063.dir/build.make CMakeFiles/cmTC_be063.dir/build
4487Building C object CMakeFiles/cmTC_be063.dir/src.c.o
4488/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_be063.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
4489/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
4490                  send(int, void *, int, int);
4491                  ^
4492/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
4493ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
4494        ^
44951 error generated.
4496make[1]: *** [CMakeFiles/cmTC_be063.dir/src.c.o] Error 1
4497make: *** [cmTC_be063/fast] Error 2
4498
4499Source file was:
4500
4501                  #undef inline
4502#include <sys/types.h>
4503#include <sys/socket.h>
4504                  extern int
4505                  send(int, void *, int, int);
4506                  int main(void) {
4507                    int s=0;
4508                    void * buf=0;
4509                    int len=0;
4510                    int flags=0;
4511                    int res = send(s, buf, len, flags);
4512                    (void) res;
4513                    return 0;
4514                  }
4515Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4516Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
4517
4518Run Build Command:"/usr/bin/make" "cmTC_df491/fast"
4519make -f CMakeFiles/cmTC_df491.dir/build.make CMakeFiles/cmTC_df491.dir/build
4520Building C object CMakeFiles/cmTC_df491.dir/src.c.o
4521/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_df491.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
4522/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
4523                  send(int, void *, int, unsigned int);
4524                  ^
4525/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
4526ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
4527        ^
45281 error generated.
4529make[1]: *** [CMakeFiles/cmTC_df491.dir/src.c.o] Error 1
4530make: *** [cmTC_df491/fast] Error 2
4531
4532Source file was:
4533
4534                  #undef inline
4535#include <sys/types.h>
4536#include <sys/socket.h>
4537                  extern int
4538                  send(int, void *, int, unsigned int);
4539                  int main(void) {
4540                    int s=0;
4541                    void * buf=0;
4542                    int len=0;
4543                    unsigned int flags=0;
4544                    int res = send(s, buf, len, flags);
4545                    (void) res;
4546                    return 0;
4547                  }
4548Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4549Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
4550
4551Run Build Command:"/usr/bin/make" "cmTC_73065/fast"
4552make -f CMakeFiles/cmTC_73065.dir/build.make CMakeFiles/cmTC_73065.dir/build
4553Building C object CMakeFiles/cmTC_73065.dir/src.c.o
4554/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_73065.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
4555/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
4556                  send(int, void *, socklen_t, int);
4557                  ^
4558/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
4559ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
4560        ^
45611 error generated.
4562make[1]: *** [CMakeFiles/cmTC_73065.dir/src.c.o] Error 1
4563make: *** [cmTC_73065/fast] Error 2
4564
4565Source file was:
4566
4567                  #undef inline
4568#include <sys/types.h>
4569#include <sys/socket.h>
4570                  extern int
4571                  send(int, void *, socklen_t, int);
4572                  int main(void) {
4573                    int s=0;
4574                    void * buf=0;
4575                    socklen_t len=0;
4576                    int flags=0;
4577                    int res = send(s, buf, len, flags);
4578                    (void) res;
4579                    return 0;
4580                  }
4581Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4582Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
4583
4584Run Build Command:"/usr/bin/make" "cmTC_74e0d/fast"
4585make -f CMakeFiles/cmTC_74e0d.dir/build.make CMakeFiles/cmTC_74e0d.dir/build
4586Building C object CMakeFiles/cmTC_74e0d.dir/src.c.o
4587/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_74e0d.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
4588/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
4589                  send(int, void *, socklen_t, unsigned int);
4590                  ^
4591/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
4592ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
4593        ^
45941 error generated.
4595make[1]: *** [CMakeFiles/cmTC_74e0d.dir/src.c.o] Error 1
4596make: *** [cmTC_74e0d/fast] Error 2
4597
4598Source file was:
4599
4600                  #undef inline
4601#include <sys/types.h>
4602#include <sys/socket.h>
4603                  extern int
4604                  send(int, void *, socklen_t, unsigned int);
4605                  int main(void) {
4606                    int s=0;
4607                    void * buf=0;
4608                    socklen_t len=0;
4609                    unsigned int flags=0;
4610                    int res = send(s, buf, len, flags);
4611                    (void) res;
4612                    return 0;
4613                  }
4614Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4615Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
4616
4617Run Build Command:"/usr/bin/make" "cmTC_6ebb4/fast"
4618make -f CMakeFiles/cmTC_6ebb4.dir/build.make CMakeFiles/cmTC_6ebb4.dir/build
4619Building C object CMakeFiles/cmTC_6ebb4.dir/src.c.o
4620/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_6ebb4.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
4621/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
4622                  send(int, void *, unsigned int, int);
4623                  ^
4624/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
4625ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
4626        ^
46271 error generated.
4628make[1]: *** [CMakeFiles/cmTC_6ebb4.dir/src.c.o] Error 1
4629make: *** [cmTC_6ebb4/fast] Error 2
4630
4631Source file was:
4632
4633                  #undef inline
4634#include <sys/types.h>
4635#include <sys/socket.h>
4636                  extern int
4637                  send(int, void *, unsigned int, int);
4638                  int main(void) {
4639                    int s=0;
4640                    void * buf=0;
4641                    unsigned int len=0;
4642                    int flags=0;
4643                    int res = send(s, buf, len, flags);
4644                    (void) res;
4645                    return 0;
4646                  }
4647Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4648Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
4649
4650Run Build Command:"/usr/bin/make" "cmTC_e01cf/fast"
4651make -f CMakeFiles/cmTC_e01cf.dir/build.make CMakeFiles/cmTC_e01cf.dir/build
4652Building C object CMakeFiles/cmTC_e01cf.dir/src.c.o
4653/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_e01cf.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
4654/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
4655                  send(int, void *, unsigned int, unsigned int);
4656                  ^
4657/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
4658ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
4659        ^
46601 error generated.
4661make[1]: *** [CMakeFiles/cmTC_e01cf.dir/src.c.o] Error 1
4662make: *** [cmTC_e01cf/fast] Error 2
4663
4664Source file was:
4665
4666                  #undef inline
4667#include <sys/types.h>
4668#include <sys/socket.h>
4669                  extern int
4670                  send(int, void *, unsigned int, unsigned int);
4671                  int main(void) {
4672                    int s=0;
4673                    void * buf=0;
4674                    unsigned int len=0;
4675                    unsigned int flags=0;
4676                    int res = send(s, buf, len, flags);
4677                    (void) res;
4678                    return 0;
4679                  }
4680Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4681Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
4682
4683Run Build Command:"/usr/bin/make" "cmTC_7eb5e/fast"
4684make -f CMakeFiles/cmTC_7eb5e.dir/build.make CMakeFiles/cmTC_7eb5e.dir/build
4685Building C object CMakeFiles/cmTC_7eb5e.dir/src.c.o
4686/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_7eb5e.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
4687/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
4688                  send(int, char *, size_t, int);
4689                  ^
4690/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
4691ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
4692        ^
46931 error generated.
4694make[1]: *** [CMakeFiles/cmTC_7eb5e.dir/src.c.o] Error 1
4695make: *** [cmTC_7eb5e/fast] Error 2
4696
4697Source file was:
4698
4699                  #undef inline
4700#include <sys/types.h>
4701#include <sys/socket.h>
4702                  extern int
4703                  send(int, char *, size_t, int);
4704                  int main(void) {
4705                    int s=0;
4706                    char * buf=0;
4707                    size_t len=0;
4708                    int flags=0;
4709                    int res = send(s, buf, len, flags);
4710                    (void) res;
4711                    return 0;
4712                  }
4713Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4714Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
4715
4716Run Build Command:"/usr/bin/make" "cmTC_8e287/fast"
4717make -f CMakeFiles/cmTC_8e287.dir/build.make CMakeFiles/cmTC_8e287.dir/build
4718Building C object CMakeFiles/cmTC_8e287.dir/src.c.o
4719/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_8e287.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
4720/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
4721                  send(int, char *, size_t, unsigned int);
4722                  ^
4723/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
4724ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
4725        ^
47261 error generated.
4727make[1]: *** [CMakeFiles/cmTC_8e287.dir/src.c.o] Error 1
4728make: *** [cmTC_8e287/fast] Error 2
4729
4730Source file was:
4731
4732                  #undef inline
4733#include <sys/types.h>
4734#include <sys/socket.h>
4735                  extern int
4736                  send(int, char *, size_t, unsigned int);
4737                  int main(void) {
4738                    int s=0;
4739                    char * buf=0;
4740                    size_t len=0;
4741                    unsigned int flags=0;
4742                    int res = send(s, buf, len, flags);
4743                    (void) res;
4744                    return 0;
4745                  }
4746Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4747Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
4748
4749Run Build Command:"/usr/bin/make" "cmTC_1c93f/fast"
4750make -f CMakeFiles/cmTC_1c93f.dir/build.make CMakeFiles/cmTC_1c93f.dir/build
4751Building C object CMakeFiles/cmTC_1c93f.dir/src.c.o
4752/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_1c93f.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
4753/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
4754                  send(int, char *, int, int);
4755                  ^
4756/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
4757ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
4758        ^
47591 error generated.
4760make[1]: *** [CMakeFiles/cmTC_1c93f.dir/src.c.o] Error 1
4761make: *** [cmTC_1c93f/fast] Error 2
4762
4763Source file was:
4764
4765                  #undef inline
4766#include <sys/types.h>
4767#include <sys/socket.h>
4768                  extern int
4769                  send(int, char *, int, int);
4770                  int main(void) {
4771                    int s=0;
4772                    char * buf=0;
4773                    int len=0;
4774                    int flags=0;
4775                    int res = send(s, buf, len, flags);
4776                    (void) res;
4777                    return 0;
4778                  }
4779Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4780Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
4781
4782Run Build Command:"/usr/bin/make" "cmTC_20a92/fast"
4783make -f CMakeFiles/cmTC_20a92.dir/build.make CMakeFiles/cmTC_20a92.dir/build
4784Building C object CMakeFiles/cmTC_20a92.dir/src.c.o
4785/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_20a92.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
4786/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
4787                  send(int, char *, int, unsigned int);
4788                  ^
4789/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
4790ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
4791        ^
47921 error generated.
4793make[1]: *** [CMakeFiles/cmTC_20a92.dir/src.c.o] Error 1
4794make: *** [cmTC_20a92/fast] Error 2
4795
4796Source file was:
4797
4798                  #undef inline
4799#include <sys/types.h>
4800#include <sys/socket.h>
4801                  extern int
4802                  send(int, char *, int, unsigned int);
4803                  int main(void) {
4804                    int s=0;
4805                    char * buf=0;
4806                    int len=0;
4807                    unsigned int flags=0;
4808                    int res = send(s, buf, len, flags);
4809                    (void) res;
4810                    return 0;
4811                  }
4812Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4813Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
4814
4815Run Build Command:"/usr/bin/make" "cmTC_049b4/fast"
4816make -f CMakeFiles/cmTC_049b4.dir/build.make CMakeFiles/cmTC_049b4.dir/build
4817Building C object CMakeFiles/cmTC_049b4.dir/src.c.o
4818/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_049b4.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
4819/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
4820                  send(int, char *, socklen_t, int);
4821                  ^
4822/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
4823ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
4824        ^
48251 error generated.
4826make[1]: *** [CMakeFiles/cmTC_049b4.dir/src.c.o] Error 1
4827make: *** [cmTC_049b4/fast] Error 2
4828
4829Source file was:
4830
4831                  #undef inline
4832#include <sys/types.h>
4833#include <sys/socket.h>
4834                  extern int
4835                  send(int, char *, socklen_t, int);
4836                  int main(void) {
4837                    int s=0;
4838                    char * buf=0;
4839                    socklen_t len=0;
4840                    int flags=0;
4841                    int res = send(s, buf, len, flags);
4842                    (void) res;
4843                    return 0;
4844                  }
4845Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4846Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
4847
4848Run Build Command:"/usr/bin/make" "cmTC_ef1fd/fast"
4849make -f CMakeFiles/cmTC_ef1fd.dir/build.make CMakeFiles/cmTC_ef1fd.dir/build
4850Building C object CMakeFiles/cmTC_ef1fd.dir/src.c.o
4851/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_ef1fd.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
4852/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
4853                  send(int, char *, socklen_t, unsigned int);
4854                  ^
4855/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
4856ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
4857        ^
48581 error generated.
4859make[1]: *** [CMakeFiles/cmTC_ef1fd.dir/src.c.o] Error 1
4860make: *** [cmTC_ef1fd/fast] Error 2
4861
4862Source file was:
4863
4864                  #undef inline
4865#include <sys/types.h>
4866#include <sys/socket.h>
4867                  extern int
4868                  send(int, char *, socklen_t, unsigned int);
4869                  int main(void) {
4870                    int s=0;
4871                    char * buf=0;
4872                    socklen_t len=0;
4873                    unsigned int flags=0;
4874                    int res = send(s, buf, len, flags);
4875                    (void) res;
4876                    return 0;
4877                  }
4878Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4879Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
4880
4881Run Build Command:"/usr/bin/make" "cmTC_3e5be/fast"
4882make -f CMakeFiles/cmTC_3e5be.dir/build.make CMakeFiles/cmTC_3e5be.dir/build
4883Building C object CMakeFiles/cmTC_3e5be.dir/src.c.o
4884/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_3e5be.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
4885/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
4886                  send(int, char *, unsigned int, int);
4887                  ^
4888/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
4889ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
4890        ^
48911 error generated.
4892make[1]: *** [CMakeFiles/cmTC_3e5be.dir/src.c.o] Error 1
4893make: *** [cmTC_3e5be/fast] Error 2
4894
4895Source file was:
4896
4897                  #undef inline
4898#include <sys/types.h>
4899#include <sys/socket.h>
4900                  extern int
4901                  send(int, char *, unsigned int, int);
4902                  int main(void) {
4903                    int s=0;
4904                    char * buf=0;
4905                    unsigned int len=0;
4906                    int flags=0;
4907                    int res = send(s, buf, len, flags);
4908                    (void) res;
4909                    return 0;
4910                  }
4911Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4912Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
4913
4914Run Build Command:"/usr/bin/make" "cmTC_d36b8/fast"
4915make -f CMakeFiles/cmTC_d36b8.dir/build.make CMakeFiles/cmTC_d36b8.dir/build
4916Building C object CMakeFiles/cmTC_d36b8.dir/src.c.o
4917/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_d36b8.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
4918/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
4919                  send(int, char *, unsigned int, unsigned int);
4920                  ^
4921/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
4922ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
4923        ^
49241 error generated.
4925make[1]: *** [CMakeFiles/cmTC_d36b8.dir/src.c.o] Error 1
4926make: *** [cmTC_d36b8/fast] Error 2
4927
4928Source file was:
4929
4930                  #undef inline
4931#include <sys/types.h>
4932#include <sys/socket.h>
4933                  extern int
4934                  send(int, char *, unsigned int, unsigned int);
4935                  int main(void) {
4936                    int s=0;
4937                    char * buf=0;
4938                    unsigned int len=0;
4939                    unsigned int flags=0;
4940                    int res = send(s, buf, len, flags);
4941                    (void) res;
4942                    return 0;
4943                  }
4944Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4945Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
4946
4947Run Build Command:"/usr/bin/make" "cmTC_52fe6/fast"
4948make -f CMakeFiles/cmTC_52fe6.dir/build.make CMakeFiles/cmTC_52fe6.dir/build
4949Building C object CMakeFiles/cmTC_52fe6.dir/src.c.o
4950/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_52fe6.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
4951/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
4952                  send(int, const char *, size_t, int);
4953                  ^
4954/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
4955ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
4956        ^
49571 error generated.
4958make[1]: *** [CMakeFiles/cmTC_52fe6.dir/src.c.o] Error 1
4959make: *** [cmTC_52fe6/fast] Error 2
4960
4961Source file was:
4962
4963                  #undef inline
4964#include <sys/types.h>
4965#include <sys/socket.h>
4966                  extern int
4967                  send(int, const char *, size_t, int);
4968                  int main(void) {
4969                    int s=0;
4970                    const char * buf=0;
4971                    size_t len=0;
4972                    int flags=0;
4973                    int res = send(s, buf, len, flags);
4974                    (void) res;
4975                    return 0;
4976                  }
4977Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4978Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
4979
4980Run Build Command:"/usr/bin/make" "cmTC_6bea2/fast"
4981make -f CMakeFiles/cmTC_6bea2.dir/build.make CMakeFiles/cmTC_6bea2.dir/build
4982Building C object CMakeFiles/cmTC_6bea2.dir/src.c.o
4983/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_6bea2.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
4984/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
4985                  send(int, const char *, size_t, unsigned int);
4986                  ^
4987/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
4988ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
4989        ^
49901 error generated.
4991make[1]: *** [CMakeFiles/cmTC_6bea2.dir/src.c.o] Error 1
4992make: *** [cmTC_6bea2/fast] Error 2
4993
4994Source file was:
4995
4996                  #undef inline
4997#include <sys/types.h>
4998#include <sys/socket.h>
4999                  extern int
5000                  send(int, const char *, size_t, unsigned int);
5001                  int main(void) {
5002                    int s=0;
5003                    const char * buf=0;
5004                    size_t len=0;
5005                    unsigned int flags=0;
5006                    int res = send(s, buf, len, flags);
5007                    (void) res;
5008                    return 0;
5009                  }
5010Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5011Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
5012
5013Run Build Command:"/usr/bin/make" "cmTC_44a6e/fast"
5014make -f CMakeFiles/cmTC_44a6e.dir/build.make CMakeFiles/cmTC_44a6e.dir/build
5015Building C object CMakeFiles/cmTC_44a6e.dir/src.c.o
5016/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_44a6e.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
5017/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
5018                  send(int, const char *, int, int);
5019                  ^
5020/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
5021ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
5022        ^
50231 error generated.
5024make[1]: *** [CMakeFiles/cmTC_44a6e.dir/src.c.o] Error 1
5025make: *** [cmTC_44a6e/fast] Error 2
5026
5027Source file was:
5028
5029                  #undef inline
5030#include <sys/types.h>
5031#include <sys/socket.h>
5032                  extern int
5033                  send(int, const char *, int, int);
5034                  int main(void) {
5035                    int s=0;
5036                    const char * buf=0;
5037                    int len=0;
5038                    int flags=0;
5039                    int res = send(s, buf, len, flags);
5040                    (void) res;
5041                    return 0;
5042                  }
5043Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5044Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
5045
5046Run Build Command:"/usr/bin/make" "cmTC_2c28a/fast"
5047make -f CMakeFiles/cmTC_2c28a.dir/build.make CMakeFiles/cmTC_2c28a.dir/build
5048Building C object CMakeFiles/cmTC_2c28a.dir/src.c.o
5049/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_2c28a.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
5050/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
5051                  send(int, const char *, int, unsigned int);
5052                  ^
5053/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
5054ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
5055        ^
50561 error generated.
5057make[1]: *** [CMakeFiles/cmTC_2c28a.dir/src.c.o] Error 1
5058make: *** [cmTC_2c28a/fast] Error 2
5059
5060Source file was:
5061
5062                  #undef inline
5063#include <sys/types.h>
5064#include <sys/socket.h>
5065                  extern int
5066                  send(int, const char *, int, unsigned int);
5067                  int main(void) {
5068                    int s=0;
5069                    const char * buf=0;
5070                    int len=0;
5071                    unsigned int flags=0;
5072                    int res = send(s, buf, len, flags);
5073                    (void) res;
5074                    return 0;
5075                  }
5076Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5077Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
5078
5079Run Build Command:"/usr/bin/make" "cmTC_1c50a/fast"
5080make -f CMakeFiles/cmTC_1c50a.dir/build.make CMakeFiles/cmTC_1c50a.dir/build
5081Building C object CMakeFiles/cmTC_1c50a.dir/src.c.o
5082/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_1c50a.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
5083/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
5084                  send(int, const char *, socklen_t, int);
5085                  ^
5086/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
5087ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
5088        ^
50891 error generated.
5090make[1]: *** [CMakeFiles/cmTC_1c50a.dir/src.c.o] Error 1
5091make: *** [cmTC_1c50a/fast] Error 2
5092
5093Source file was:
5094
5095                  #undef inline
5096#include <sys/types.h>
5097#include <sys/socket.h>
5098                  extern int
5099                  send(int, const char *, socklen_t, int);
5100                  int main(void) {
5101                    int s=0;
5102                    const char * buf=0;
5103                    socklen_t len=0;
5104                    int flags=0;
5105                    int res = send(s, buf, len, flags);
5106                    (void) res;
5107                    return 0;
5108                  }
5109Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5110Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
5111
5112Run Build Command:"/usr/bin/make" "cmTC_3bd1f/fast"
5113make -f CMakeFiles/cmTC_3bd1f.dir/build.make CMakeFiles/cmTC_3bd1f.dir/build
5114Building C object CMakeFiles/cmTC_3bd1f.dir/src.c.o
5115/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_3bd1f.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
5116/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
5117                  send(int, const char *, socklen_t, unsigned int);
5118                  ^
5119/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
5120ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
5121        ^
51221 error generated.
5123make[1]: *** [CMakeFiles/cmTC_3bd1f.dir/src.c.o] Error 1
5124make: *** [cmTC_3bd1f/fast] Error 2
5125
5126Source file was:
5127
5128                  #undef inline
5129#include <sys/types.h>
5130#include <sys/socket.h>
5131                  extern int
5132                  send(int, const char *, socklen_t, unsigned int);
5133                  int main(void) {
5134                    int s=0;
5135                    const char * buf=0;
5136                    socklen_t len=0;
5137                    unsigned int flags=0;
5138                    int res = send(s, buf, len, flags);
5139                    (void) res;
5140                    return 0;
5141                  }
5142Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5143Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
5144
5145Run Build Command:"/usr/bin/make" "cmTC_bd8ef/fast"
5146make -f CMakeFiles/cmTC_bd8ef.dir/build.make CMakeFiles/cmTC_bd8ef.dir/build
5147Building C object CMakeFiles/cmTC_bd8ef.dir/src.c.o
5148/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_bd8ef.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
5149/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
5150                  send(int, const char *, unsigned int, int);
5151                  ^
5152/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
5153ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
5154        ^
51551 error generated.
5156make[1]: *** [CMakeFiles/cmTC_bd8ef.dir/src.c.o] Error 1
5157make: *** [cmTC_bd8ef/fast] Error 2
5158
5159Source file was:
5160
5161                  #undef inline
5162#include <sys/types.h>
5163#include <sys/socket.h>
5164                  extern int
5165                  send(int, const char *, unsigned int, int);
5166                  int main(void) {
5167                    int s=0;
5168                    const char * buf=0;
5169                    unsigned int len=0;
5170                    int flags=0;
5171                    int res = send(s, buf, len, flags);
5172                    (void) res;
5173                    return 0;
5174                  }
5175Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5176Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
5177
5178Run Build Command:"/usr/bin/make" "cmTC_0e188/fast"
5179make -f CMakeFiles/cmTC_0e188.dir/build.make CMakeFiles/cmTC_0e188.dir/build
5180Building C object CMakeFiles/cmTC_0e188.dir/src.c.o
5181/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_0e188.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
5182/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
5183                  send(int, const char *, unsigned int, unsigned int);
5184                  ^
5185/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
5186ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
5187        ^
51881 error generated.
5189make[1]: *** [CMakeFiles/cmTC_0e188.dir/src.c.o] Error 1
5190make: *** [cmTC_0e188/fast] Error 2
5191
5192Source file was:
5193
5194                  #undef inline
5195#include <sys/types.h>
5196#include <sys/socket.h>
5197                  extern int
5198                  send(int, const char *, unsigned int, unsigned int);
5199                  int main(void) {
5200                    int s=0;
5201                    const char * buf=0;
5202                    unsigned int len=0;
5203                    unsigned int flags=0;
5204                    int res = send(s, buf, len, flags);
5205                    (void) res;
5206                    return 0;
5207                  }
5208Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5209Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
5210
5211Run Build Command:"/usr/bin/make" "cmTC_41dda/fast"
5212make -f CMakeFiles/cmTC_41dda.dir/build.make CMakeFiles/cmTC_41dda.dir/build
5213Building C object CMakeFiles/cmTC_41dda.dir/src.c.o
5214/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_41dda.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
5215/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
5216                  send(ssize_t, const void *, size_t, int);
5217                  ^
5218/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
5219ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
5220        ^
52211 error generated.
5222make[1]: *** [CMakeFiles/cmTC_41dda.dir/src.c.o] Error 1
5223make: *** [cmTC_41dda/fast] Error 2
5224
5225Source file was:
5226
5227                  #undef inline
5228#include <sys/types.h>
5229#include <sys/socket.h>
5230                  extern int
5231                  send(ssize_t, const void *, size_t, int);
5232                  int main(void) {
5233                    ssize_t s=0;
5234                    const void * buf=0;
5235                    size_t len=0;
5236                    int flags=0;
5237                    int res = send(s, buf, len, flags);
5238                    (void) res;
5239                    return 0;
5240                  }
5241Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5242Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
5243
5244Run Build Command:"/usr/bin/make" "cmTC_fa978/fast"
5245make -f CMakeFiles/cmTC_fa978.dir/build.make CMakeFiles/cmTC_fa978.dir/build
5246Building C object CMakeFiles/cmTC_fa978.dir/src.c.o
5247/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_fa978.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
5248/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
5249                  send(ssize_t, const void *, size_t, unsigned int);
5250                  ^
5251/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
5252ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
5253        ^
52541 error generated.
5255make[1]: *** [CMakeFiles/cmTC_fa978.dir/src.c.o] Error 1
5256make: *** [cmTC_fa978/fast] Error 2
5257
5258Source file was:
5259
5260                  #undef inline
5261#include <sys/types.h>
5262#include <sys/socket.h>
5263                  extern int
5264                  send(ssize_t, const void *, size_t, unsigned int);
5265                  int main(void) {
5266                    ssize_t s=0;
5267                    const void * buf=0;
5268                    size_t len=0;
5269                    unsigned int flags=0;
5270                    int res = send(s, buf, len, flags);
5271                    (void) res;
5272                    return 0;
5273                  }
5274Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5275Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
5276
5277Run Build Command:"/usr/bin/make" "cmTC_9ecc2/fast"
5278make -f CMakeFiles/cmTC_9ecc2.dir/build.make CMakeFiles/cmTC_9ecc2.dir/build
5279Building C object CMakeFiles/cmTC_9ecc2.dir/src.c.o
5280/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_9ecc2.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
5281/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
5282                  send(ssize_t, const void *, int, int);
5283                  ^
5284/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
5285ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
5286        ^
52871 error generated.
5288make[1]: *** [CMakeFiles/cmTC_9ecc2.dir/src.c.o] Error 1
5289make: *** [cmTC_9ecc2/fast] Error 2
5290
5291Source file was:
5292
5293                  #undef inline
5294#include <sys/types.h>
5295#include <sys/socket.h>
5296                  extern int
5297                  send(ssize_t, const void *, int, int);
5298                  int main(void) {
5299                    ssize_t s=0;
5300                    const void * buf=0;
5301                    int len=0;
5302                    int flags=0;
5303                    int res = send(s, buf, len, flags);
5304                    (void) res;
5305                    return 0;
5306                  }
5307Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5308Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
5309
5310Run Build Command:"/usr/bin/make" "cmTC_1dcba/fast"
5311make -f CMakeFiles/cmTC_1dcba.dir/build.make CMakeFiles/cmTC_1dcba.dir/build
5312Building C object CMakeFiles/cmTC_1dcba.dir/src.c.o
5313/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_1dcba.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
5314/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
5315                  send(ssize_t, const void *, int, unsigned int);
5316                  ^
5317/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
5318ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
5319        ^
53201 error generated.
5321make[1]: *** [CMakeFiles/cmTC_1dcba.dir/src.c.o] Error 1
5322make: *** [cmTC_1dcba/fast] Error 2
5323
5324Source file was:
5325
5326                  #undef inline
5327#include <sys/types.h>
5328#include <sys/socket.h>
5329                  extern int
5330                  send(ssize_t, const void *, int, unsigned int);
5331                  int main(void) {
5332                    ssize_t s=0;
5333                    const void * buf=0;
5334                    int len=0;
5335                    unsigned int flags=0;
5336                    int res = send(s, buf, len, flags);
5337                    (void) res;
5338                    return 0;
5339                  }
5340Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5341Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
5342
5343Run Build Command:"/usr/bin/make" "cmTC_0f657/fast"
5344make -f CMakeFiles/cmTC_0f657.dir/build.make CMakeFiles/cmTC_0f657.dir/build
5345Building C object CMakeFiles/cmTC_0f657.dir/src.c.o
5346/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_0f657.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
5347/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
5348                  send(ssize_t, const void *, socklen_t, int);
5349                  ^
5350/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
5351ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
5352        ^
53531 error generated.
5354make[1]: *** [CMakeFiles/cmTC_0f657.dir/src.c.o] Error 1
5355make: *** [cmTC_0f657/fast] Error 2
5356
5357Source file was:
5358
5359                  #undef inline
5360#include <sys/types.h>
5361#include <sys/socket.h>
5362                  extern int
5363                  send(ssize_t, const void *, socklen_t, int);
5364                  int main(void) {
5365                    ssize_t s=0;
5366                    const void * buf=0;
5367                    socklen_t len=0;
5368                    int flags=0;
5369                    int res = send(s, buf, len, flags);
5370                    (void) res;
5371                    return 0;
5372                  }
5373Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5374Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
5375
5376Run Build Command:"/usr/bin/make" "cmTC_64090/fast"
5377make -f CMakeFiles/cmTC_64090.dir/build.make CMakeFiles/cmTC_64090.dir/build
5378Building C object CMakeFiles/cmTC_64090.dir/src.c.o
5379/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_64090.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
5380/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
5381                  send(ssize_t, const void *, socklen_t, unsigned int);
5382                  ^
5383/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
5384ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
5385        ^
53861 error generated.
5387make[1]: *** [CMakeFiles/cmTC_64090.dir/src.c.o] Error 1
5388make: *** [cmTC_64090/fast] Error 2
5389
5390Source file was:
5391
5392                  #undef inline
5393#include <sys/types.h>
5394#include <sys/socket.h>
5395                  extern int
5396                  send(ssize_t, const void *, socklen_t, unsigned int);
5397                  int main(void) {
5398                    ssize_t s=0;
5399                    const void * buf=0;
5400                    socklen_t len=0;
5401                    unsigned int flags=0;
5402                    int res = send(s, buf, len, flags);
5403                    (void) res;
5404                    return 0;
5405                  }
5406Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5407Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
5408
5409Run Build Command:"/usr/bin/make" "cmTC_6dbb3/fast"
5410make -f CMakeFiles/cmTC_6dbb3.dir/build.make CMakeFiles/cmTC_6dbb3.dir/build
5411Building C object CMakeFiles/cmTC_6dbb3.dir/src.c.o
5412/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_6dbb3.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
5413/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
5414                  send(ssize_t, const void *, unsigned int, int);
5415                  ^
5416/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
5417ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
5418        ^
54191 error generated.
5420make[1]: *** [CMakeFiles/cmTC_6dbb3.dir/src.c.o] Error 1
5421make: *** [cmTC_6dbb3/fast] Error 2
5422
5423Source file was:
5424
5425                  #undef inline
5426#include <sys/types.h>
5427#include <sys/socket.h>
5428                  extern int
5429                  send(ssize_t, const void *, unsigned int, int);
5430                  int main(void) {
5431                    ssize_t s=0;
5432                    const void * buf=0;
5433                    unsigned int len=0;
5434                    int flags=0;
5435                    int res = send(s, buf, len, flags);
5436                    (void) res;
5437                    return 0;
5438                  }
5439Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5440Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
5441
5442Run Build Command:"/usr/bin/make" "cmTC_17e44/fast"
5443make -f CMakeFiles/cmTC_17e44.dir/build.make CMakeFiles/cmTC_17e44.dir/build
5444Building C object CMakeFiles/cmTC_17e44.dir/src.c.o
5445/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_17e44.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
5446/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
5447                  send(ssize_t, const void *, unsigned int, unsigned int);
5448                  ^
5449/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
5450ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
5451        ^
54521 error generated.
5453make[1]: *** [CMakeFiles/cmTC_17e44.dir/src.c.o] Error 1
5454make: *** [cmTC_17e44/fast] Error 2
5455
5456Source file was:
5457
5458                  #undef inline
5459#include <sys/types.h>
5460#include <sys/socket.h>
5461                  extern int
5462                  send(ssize_t, const void *, unsigned int, unsigned int);
5463                  int main(void) {
5464                    ssize_t s=0;
5465                    const void * buf=0;
5466                    unsigned int len=0;
5467                    unsigned int flags=0;
5468                    int res = send(s, buf, len, flags);
5469                    (void) res;
5470                    return 0;
5471                  }
5472Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5473Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
5474
5475Run Build Command:"/usr/bin/make" "cmTC_38f07/fast"
5476make -f CMakeFiles/cmTC_38f07.dir/build.make CMakeFiles/cmTC_38f07.dir/build
5477Building C object CMakeFiles/cmTC_38f07.dir/src.c.o
5478/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_38f07.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
5479/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
5480                  send(ssize_t, void *, size_t, int);
5481                  ^
5482/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
5483ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
5484        ^
54851 error generated.
5486make[1]: *** [CMakeFiles/cmTC_38f07.dir/src.c.o] Error 1
5487make: *** [cmTC_38f07/fast] Error 2
5488
5489Source file was:
5490
5491                  #undef inline
5492#include <sys/types.h>
5493#include <sys/socket.h>
5494                  extern int
5495                  send(ssize_t, void *, size_t, int);
5496                  int main(void) {
5497                    ssize_t s=0;
5498                    void * buf=0;
5499                    size_t len=0;
5500                    int flags=0;
5501                    int res = send(s, buf, len, flags);
5502                    (void) res;
5503                    return 0;
5504                  }
5505Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5506Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
5507
5508Run Build Command:"/usr/bin/make" "cmTC_c058a/fast"
5509make -f CMakeFiles/cmTC_c058a.dir/build.make CMakeFiles/cmTC_c058a.dir/build
5510Building C object CMakeFiles/cmTC_c058a.dir/src.c.o
5511/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_c058a.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
5512/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
5513                  send(ssize_t, void *, size_t, unsigned int);
5514                  ^
5515/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
5516ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
5517        ^
55181 error generated.
5519make[1]: *** [CMakeFiles/cmTC_c058a.dir/src.c.o] Error 1
5520make: *** [cmTC_c058a/fast] Error 2
5521
5522Source file was:
5523
5524                  #undef inline
5525#include <sys/types.h>
5526#include <sys/socket.h>
5527                  extern int
5528                  send(ssize_t, void *, size_t, unsigned int);
5529                  int main(void) {
5530                    ssize_t s=0;
5531                    void * buf=0;
5532                    size_t len=0;
5533                    unsigned int flags=0;
5534                    int res = send(s, buf, len, flags);
5535                    (void) res;
5536                    return 0;
5537                  }
5538Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5539Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
5540
5541Run Build Command:"/usr/bin/make" "cmTC_f6055/fast"
5542make -f CMakeFiles/cmTC_f6055.dir/build.make CMakeFiles/cmTC_f6055.dir/build
5543Building C object CMakeFiles/cmTC_f6055.dir/src.c.o
5544/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_f6055.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
5545/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
5546                  send(ssize_t, void *, int, int);
5547                  ^
5548/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
5549ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
5550        ^
55511 error generated.
5552make[1]: *** [CMakeFiles/cmTC_f6055.dir/src.c.o] Error 1
5553make: *** [cmTC_f6055/fast] Error 2
5554
5555Source file was:
5556
5557                  #undef inline
5558#include <sys/types.h>
5559#include <sys/socket.h>
5560                  extern int
5561                  send(ssize_t, void *, int, int);
5562                  int main(void) {
5563                    ssize_t s=0;
5564                    void * buf=0;
5565                    int len=0;
5566                    int flags=0;
5567                    int res = send(s, buf, len, flags);
5568                    (void) res;
5569                    return 0;
5570                  }
5571Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5572Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
5573
5574Run Build Command:"/usr/bin/make" "cmTC_4f152/fast"
5575make -f CMakeFiles/cmTC_4f152.dir/build.make CMakeFiles/cmTC_4f152.dir/build
5576Building C object CMakeFiles/cmTC_4f152.dir/src.c.o
5577/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_4f152.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
5578/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
5579                  send(ssize_t, void *, int, unsigned int);
5580                  ^
5581/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
5582ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
5583        ^
55841 error generated.
5585make[1]: *** [CMakeFiles/cmTC_4f152.dir/src.c.o] Error 1
5586make: *** [cmTC_4f152/fast] Error 2
5587
5588Source file was:
5589
5590                  #undef inline
5591#include <sys/types.h>
5592#include <sys/socket.h>
5593                  extern int
5594                  send(ssize_t, void *, int, unsigned int);
5595                  int main(void) {
5596                    ssize_t s=0;
5597                    void * buf=0;
5598                    int len=0;
5599                    unsigned int flags=0;
5600                    int res = send(s, buf, len, flags);
5601                    (void) res;
5602                    return 0;
5603                  }
5604Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5605Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
5606
5607Run Build Command:"/usr/bin/make" "cmTC_ee54f/fast"
5608make -f CMakeFiles/cmTC_ee54f.dir/build.make CMakeFiles/cmTC_ee54f.dir/build
5609Building C object CMakeFiles/cmTC_ee54f.dir/src.c.o
5610/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_ee54f.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
5611/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
5612                  send(ssize_t, void *, socklen_t, int);
5613                  ^
5614/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
5615ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
5616        ^
56171 error generated.
5618make[1]: *** [CMakeFiles/cmTC_ee54f.dir/src.c.o] Error 1
5619make: *** [cmTC_ee54f/fast] Error 2
5620
5621Source file was:
5622
5623                  #undef inline
5624#include <sys/types.h>
5625#include <sys/socket.h>
5626                  extern int
5627                  send(ssize_t, void *, socklen_t, int);
5628                  int main(void) {
5629                    ssize_t s=0;
5630                    void * buf=0;
5631                    socklen_t len=0;
5632                    int flags=0;
5633                    int res = send(s, buf, len, flags);
5634                    (void) res;
5635                    return 0;
5636                  }
5637Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5638Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
5639
5640Run Build Command:"/usr/bin/make" "cmTC_8a774/fast"
5641make -f CMakeFiles/cmTC_8a774.dir/build.make CMakeFiles/cmTC_8a774.dir/build
5642Building C object CMakeFiles/cmTC_8a774.dir/src.c.o
5643/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_8a774.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
5644/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
5645                  send(ssize_t, void *, socklen_t, unsigned int);
5646                  ^
5647/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
5648ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
5649        ^
56501 error generated.
5651make[1]: *** [CMakeFiles/cmTC_8a774.dir/src.c.o] Error 1
5652make: *** [cmTC_8a774/fast] Error 2
5653
5654Source file was:
5655
5656                  #undef inline
5657#include <sys/types.h>
5658#include <sys/socket.h>
5659                  extern int
5660                  send(ssize_t, void *, socklen_t, unsigned int);
5661                  int main(void) {
5662                    ssize_t s=0;
5663                    void * buf=0;
5664                    socklen_t len=0;
5665                    unsigned int flags=0;
5666                    int res = send(s, buf, len, flags);
5667                    (void) res;
5668                    return 0;
5669                  }
5670Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5671Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
5672
5673Run Build Command:"/usr/bin/make" "cmTC_3879d/fast"
5674make -f CMakeFiles/cmTC_3879d.dir/build.make CMakeFiles/cmTC_3879d.dir/build
5675Building C object CMakeFiles/cmTC_3879d.dir/src.c.o
5676/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_3879d.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
5677/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
5678                  send(ssize_t, void *, unsigned int, int);
5679                  ^
5680/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
5681ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
5682        ^
56831 error generated.
5684make[1]: *** [CMakeFiles/cmTC_3879d.dir/src.c.o] Error 1
5685make: *** [cmTC_3879d/fast] Error 2
5686
5687Source file was:
5688
5689                  #undef inline
5690#include <sys/types.h>
5691#include <sys/socket.h>
5692                  extern int
5693                  send(ssize_t, void *, unsigned int, int);
5694                  int main(void) {
5695                    ssize_t s=0;
5696                    void * buf=0;
5697                    unsigned int len=0;
5698                    int flags=0;
5699                    int res = send(s, buf, len, flags);
5700                    (void) res;
5701                    return 0;
5702                  }
5703Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5704Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
5705
5706Run Build Command:"/usr/bin/make" "cmTC_32500/fast"
5707make -f CMakeFiles/cmTC_32500.dir/build.make CMakeFiles/cmTC_32500.dir/build
5708Building C object CMakeFiles/cmTC_32500.dir/src.c.o
5709/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_32500.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
5710/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
5711                  send(ssize_t, void *, unsigned int, unsigned int);
5712                  ^
5713/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
5714ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
5715        ^
57161 error generated.
5717make[1]: *** [CMakeFiles/cmTC_32500.dir/src.c.o] Error 1
5718make: *** [cmTC_32500/fast] Error 2
5719
5720Source file was:
5721
5722                  #undef inline
5723#include <sys/types.h>
5724#include <sys/socket.h>
5725                  extern int
5726                  send(ssize_t, void *, unsigned int, unsigned int);
5727                  int main(void) {
5728                    ssize_t s=0;
5729                    void * buf=0;
5730                    unsigned int len=0;
5731                    unsigned int flags=0;
5732                    int res = send(s, buf, len, flags);
5733                    (void) res;
5734                    return 0;
5735                  }
5736Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5737Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
5738
5739Run Build Command:"/usr/bin/make" "cmTC_1cb22/fast"
5740make -f CMakeFiles/cmTC_1cb22.dir/build.make CMakeFiles/cmTC_1cb22.dir/build
5741Building C object CMakeFiles/cmTC_1cb22.dir/src.c.o
5742/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_1cb22.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
5743/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
5744                  send(ssize_t, char *, size_t, int);
5745                  ^
5746/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
5747ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
5748        ^
57491 error generated.
5750make[1]: *** [CMakeFiles/cmTC_1cb22.dir/src.c.o] Error 1
5751make: *** [cmTC_1cb22/fast] Error 2
5752
5753Source file was:
5754
5755                  #undef inline
5756#include <sys/types.h>
5757#include <sys/socket.h>
5758                  extern int
5759                  send(ssize_t, char *, size_t, int);
5760                  int main(void) {
5761                    ssize_t s=0;
5762                    char * buf=0;
5763                    size_t len=0;
5764                    int flags=0;
5765                    int res = send(s, buf, len, flags);
5766                    (void) res;
5767                    return 0;
5768                  }
5769Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5770Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
5771
5772Run Build Command:"/usr/bin/make" "cmTC_4a7b9/fast"
5773make -f CMakeFiles/cmTC_4a7b9.dir/build.make CMakeFiles/cmTC_4a7b9.dir/build
5774Building C object CMakeFiles/cmTC_4a7b9.dir/src.c.o
5775/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_4a7b9.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
5776/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
5777                  send(ssize_t, char *, size_t, unsigned int);
5778                  ^
5779/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
5780ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
5781        ^
57821 error generated.
5783make[1]: *** [CMakeFiles/cmTC_4a7b9.dir/src.c.o] Error 1
5784make: *** [cmTC_4a7b9/fast] Error 2
5785
5786Source file was:
5787
5788                  #undef inline
5789#include <sys/types.h>
5790#include <sys/socket.h>
5791                  extern int
5792                  send(ssize_t, char *, size_t, unsigned int);
5793                  int main(void) {
5794                    ssize_t s=0;
5795                    char * buf=0;
5796                    size_t len=0;
5797                    unsigned int flags=0;
5798                    int res = send(s, buf, len, flags);
5799                    (void) res;
5800                    return 0;
5801                  }
5802Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5803Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
5804
5805Run Build Command:"/usr/bin/make" "cmTC_90aed/fast"
5806make -f CMakeFiles/cmTC_90aed.dir/build.make CMakeFiles/cmTC_90aed.dir/build
5807Building C object CMakeFiles/cmTC_90aed.dir/src.c.o
5808/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_90aed.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
5809/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
5810                  send(ssize_t, char *, int, int);
5811                  ^
5812/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
5813ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
5814        ^
58151 error generated.
5816make[1]: *** [CMakeFiles/cmTC_90aed.dir/src.c.o] Error 1
5817make: *** [cmTC_90aed/fast] Error 2
5818
5819Source file was:
5820
5821                  #undef inline
5822#include <sys/types.h>
5823#include <sys/socket.h>
5824                  extern int
5825                  send(ssize_t, char *, int, int);
5826                  int main(void) {
5827                    ssize_t s=0;
5828                    char * buf=0;
5829                    int len=0;
5830                    int flags=0;
5831                    int res = send(s, buf, len, flags);
5832                    (void) res;
5833                    return 0;
5834                  }
5835Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5836Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
5837
5838Run Build Command:"/usr/bin/make" "cmTC_7c826/fast"
5839make -f CMakeFiles/cmTC_7c826.dir/build.make CMakeFiles/cmTC_7c826.dir/build
5840Building C object CMakeFiles/cmTC_7c826.dir/src.c.o
5841/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_7c826.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
5842/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
5843                  send(ssize_t, char *, int, unsigned int);
5844                  ^
5845/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
5846ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
5847        ^
58481 error generated.
5849make[1]: *** [CMakeFiles/cmTC_7c826.dir/src.c.o] Error 1
5850make: *** [cmTC_7c826/fast] Error 2
5851
5852Source file was:
5853
5854                  #undef inline
5855#include <sys/types.h>
5856#include <sys/socket.h>
5857                  extern int
5858                  send(ssize_t, char *, int, unsigned int);
5859                  int main(void) {
5860                    ssize_t s=0;
5861                    char * buf=0;
5862                    int len=0;
5863                    unsigned int flags=0;
5864                    int res = send(s, buf, len, flags);
5865                    (void) res;
5866                    return 0;
5867                  }
5868Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5869Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
5870
5871Run Build Command:"/usr/bin/make" "cmTC_e3841/fast"
5872make -f CMakeFiles/cmTC_e3841.dir/build.make CMakeFiles/cmTC_e3841.dir/build
5873Building C object CMakeFiles/cmTC_e3841.dir/src.c.o
5874/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_e3841.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
5875/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
5876                  send(ssize_t, char *, socklen_t, int);
5877                  ^
5878/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
5879ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
5880        ^
58811 error generated.
5882make[1]: *** [CMakeFiles/cmTC_e3841.dir/src.c.o] Error 1
5883make: *** [cmTC_e3841/fast] Error 2
5884
5885Source file was:
5886
5887                  #undef inline
5888#include <sys/types.h>
5889#include <sys/socket.h>
5890                  extern int
5891                  send(ssize_t, char *, socklen_t, int);
5892                  int main(void) {
5893                    ssize_t s=0;
5894                    char * buf=0;
5895                    socklen_t len=0;
5896                    int flags=0;
5897                    int res = send(s, buf, len, flags);
5898                    (void) res;
5899                    return 0;
5900                  }
5901Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5902Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
5903
5904Run Build Command:"/usr/bin/make" "cmTC_c36be/fast"
5905make -f CMakeFiles/cmTC_c36be.dir/build.make CMakeFiles/cmTC_c36be.dir/build
5906Building C object CMakeFiles/cmTC_c36be.dir/src.c.o
5907/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_c36be.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
5908/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
5909                  send(ssize_t, char *, socklen_t, unsigned int);
5910                  ^
5911/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
5912ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
5913        ^
59141 error generated.
5915make[1]: *** [CMakeFiles/cmTC_c36be.dir/src.c.o] Error 1
5916make: *** [cmTC_c36be/fast] Error 2
5917
5918Source file was:
5919
5920                  #undef inline
5921#include <sys/types.h>
5922#include <sys/socket.h>
5923                  extern int
5924                  send(ssize_t, char *, socklen_t, unsigned int);
5925                  int main(void) {
5926                    ssize_t s=0;
5927                    char * buf=0;
5928                    socklen_t len=0;
5929                    unsigned int flags=0;
5930                    int res = send(s, buf, len, flags);
5931                    (void) res;
5932                    return 0;
5933                  }
5934Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5935Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
5936
5937Run Build Command:"/usr/bin/make" "cmTC_fb718/fast"
5938make -f CMakeFiles/cmTC_fb718.dir/build.make CMakeFiles/cmTC_fb718.dir/build
5939Building C object CMakeFiles/cmTC_fb718.dir/src.c.o
5940/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_fb718.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
5941/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
5942                  send(ssize_t, char *, unsigned int, int);
5943                  ^
5944/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
5945ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
5946        ^
59471 error generated.
5948make[1]: *** [CMakeFiles/cmTC_fb718.dir/src.c.o] Error 1
5949make: *** [cmTC_fb718/fast] Error 2
5950
5951Source file was:
5952
5953                  #undef inline
5954#include <sys/types.h>
5955#include <sys/socket.h>
5956                  extern int
5957                  send(ssize_t, char *, unsigned int, int);
5958                  int main(void) {
5959                    ssize_t s=0;
5960                    char * buf=0;
5961                    unsigned int len=0;
5962                    int flags=0;
5963                    int res = send(s, buf, len, flags);
5964                    (void) res;
5965                    return 0;
5966                  }
5967Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5968Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
5969
5970Run Build Command:"/usr/bin/make" "cmTC_48a00/fast"
5971make -f CMakeFiles/cmTC_48a00.dir/build.make CMakeFiles/cmTC_48a00.dir/build
5972Building C object CMakeFiles/cmTC_48a00.dir/src.c.o
5973/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_48a00.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
5974/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
5975                  send(ssize_t, char *, unsigned int, unsigned int);
5976                  ^
5977/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
5978ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
5979        ^
59801 error generated.
5981make[1]: *** [CMakeFiles/cmTC_48a00.dir/src.c.o] Error 1
5982make: *** [cmTC_48a00/fast] Error 2
5983
5984Source file was:
5985
5986                  #undef inline
5987#include <sys/types.h>
5988#include <sys/socket.h>
5989                  extern int
5990                  send(ssize_t, char *, unsigned int, unsigned int);
5991                  int main(void) {
5992                    ssize_t s=0;
5993                    char * buf=0;
5994                    unsigned int len=0;
5995                    unsigned int flags=0;
5996                    int res = send(s, buf, len, flags);
5997                    (void) res;
5998                    return 0;
5999                  }
6000Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
6001Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
6002
6003Run Build Command:"/usr/bin/make" "cmTC_86f9f/fast"
6004make -f CMakeFiles/cmTC_86f9f.dir/build.make CMakeFiles/cmTC_86f9f.dir/build
6005Building C object CMakeFiles/cmTC_86f9f.dir/src.c.o
6006/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_86f9f.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
6007/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
6008                  send(ssize_t, const char *, size_t, int);
6009                  ^
6010/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
6011ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
6012        ^
60131 error generated.
6014make[1]: *** [CMakeFiles/cmTC_86f9f.dir/src.c.o] Error 1
6015make: *** [cmTC_86f9f/fast] Error 2
6016
6017Source file was:
6018
6019                  #undef inline
6020#include <sys/types.h>
6021#include <sys/socket.h>
6022                  extern int
6023                  send(ssize_t, const char *, size_t, int);
6024                  int main(void) {
6025                    ssize_t s=0;
6026                    const char * buf=0;
6027                    size_t len=0;
6028                    int flags=0;
6029                    int res = send(s, buf, len, flags);
6030                    (void) res;
6031                    return 0;
6032                  }
6033Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
6034Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
6035
6036Run Build Command:"/usr/bin/make" "cmTC_1fc2e/fast"
6037make -f CMakeFiles/cmTC_1fc2e.dir/build.make CMakeFiles/cmTC_1fc2e.dir/build
6038Building C object CMakeFiles/cmTC_1fc2e.dir/src.c.o
6039/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_1fc2e.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
6040/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
6041                  send(ssize_t, const char *, size_t, unsigned int);
6042                  ^
6043/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
6044ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
6045        ^
60461 error generated.
6047make[1]: *** [CMakeFiles/cmTC_1fc2e.dir/src.c.o] Error 1
6048make: *** [cmTC_1fc2e/fast] Error 2
6049
6050Source file was:
6051
6052                  #undef inline
6053#include <sys/types.h>
6054#include <sys/socket.h>
6055                  extern int
6056                  send(ssize_t, const char *, size_t, unsigned int);
6057                  int main(void) {
6058                    ssize_t s=0;
6059                    const char * buf=0;
6060                    size_t len=0;
6061                    unsigned int flags=0;
6062                    int res = send(s, buf, len, flags);
6063                    (void) res;
6064                    return 0;
6065                  }
6066Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
6067Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
6068
6069Run Build Command:"/usr/bin/make" "cmTC_e5a4a/fast"
6070make -f CMakeFiles/cmTC_e5a4a.dir/build.make CMakeFiles/cmTC_e5a4a.dir/build
6071Building C object CMakeFiles/cmTC_e5a4a.dir/src.c.o
6072/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_e5a4a.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
6073/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
6074                  send(ssize_t, const char *, int, int);
6075                  ^
6076/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
6077ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
6078        ^
60791 error generated.
6080make[1]: *** [CMakeFiles/cmTC_e5a4a.dir/src.c.o] Error 1
6081make: *** [cmTC_e5a4a/fast] Error 2
6082
6083Source file was:
6084
6085                  #undef inline
6086#include <sys/types.h>
6087#include <sys/socket.h>
6088                  extern int
6089                  send(ssize_t, const char *, int, int);
6090                  int main(void) {
6091                    ssize_t s=0;
6092                    const char * buf=0;
6093                    int len=0;
6094                    int flags=0;
6095                    int res = send(s, buf, len, flags);
6096                    (void) res;
6097                    return 0;
6098                  }
6099Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
6100Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
6101
6102Run Build Command:"/usr/bin/make" "cmTC_cae54/fast"
6103make -f CMakeFiles/cmTC_cae54.dir/build.make CMakeFiles/cmTC_cae54.dir/build
6104Building C object CMakeFiles/cmTC_cae54.dir/src.c.o
6105/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_cae54.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
6106/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
6107                  send(ssize_t, const char *, int, unsigned int);
6108                  ^
6109/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
6110ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
6111        ^
61121 error generated.
6113make[1]: *** [CMakeFiles/cmTC_cae54.dir/src.c.o] Error 1
6114make: *** [cmTC_cae54/fast] Error 2
6115
6116Source file was:
6117
6118                  #undef inline
6119#include <sys/types.h>
6120#include <sys/socket.h>
6121                  extern int
6122                  send(ssize_t, const char *, int, unsigned int);
6123                  int main(void) {
6124                    ssize_t s=0;
6125                    const char * buf=0;
6126                    int len=0;
6127                    unsigned int flags=0;
6128                    int res = send(s, buf, len, flags);
6129                    (void) res;
6130                    return 0;
6131                  }
6132Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
6133Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
6134
6135Run Build Command:"/usr/bin/make" "cmTC_5cea6/fast"
6136make -f CMakeFiles/cmTC_5cea6.dir/build.make CMakeFiles/cmTC_5cea6.dir/build
6137Building C object CMakeFiles/cmTC_5cea6.dir/src.c.o
6138/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_5cea6.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
6139/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
6140                  send(ssize_t, const char *, socklen_t, int);
6141                  ^
6142/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
6143ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
6144        ^
61451 error generated.
6146make[1]: *** [CMakeFiles/cmTC_5cea6.dir/src.c.o] Error 1
6147make: *** [cmTC_5cea6/fast] Error 2
6148
6149Source file was:
6150
6151                  #undef inline
6152#include <sys/types.h>
6153#include <sys/socket.h>
6154                  extern int
6155                  send(ssize_t, const char *, socklen_t, int);
6156                  int main(void) {
6157                    ssize_t s=0;
6158                    const char * buf=0;
6159                    socklen_t len=0;
6160                    int flags=0;
6161                    int res = send(s, buf, len, flags);
6162                    (void) res;
6163                    return 0;
6164                  }
6165Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
6166Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
6167
6168Run Build Command:"/usr/bin/make" "cmTC_e905a/fast"
6169make -f CMakeFiles/cmTC_e905a.dir/build.make CMakeFiles/cmTC_e905a.dir/build
6170Building C object CMakeFiles/cmTC_e905a.dir/src.c.o
6171/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_e905a.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
6172/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
6173                  send(ssize_t, const char *, socklen_t, unsigned int);
6174                  ^
6175/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
6176ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
6177        ^
61781 error generated.
6179make[1]: *** [CMakeFiles/cmTC_e905a.dir/src.c.o] Error 1
6180make: *** [cmTC_e905a/fast] Error 2
6181
6182Source file was:
6183
6184                  #undef inline
6185#include <sys/types.h>
6186#include <sys/socket.h>
6187                  extern int
6188                  send(ssize_t, const char *, socklen_t, unsigned int);
6189                  int main(void) {
6190                    ssize_t s=0;
6191                    const char * buf=0;
6192                    socklen_t len=0;
6193                    unsigned int flags=0;
6194                    int res = send(s, buf, len, flags);
6195                    (void) res;
6196                    return 0;
6197                  }
6198Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
6199Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
6200
6201Run Build Command:"/usr/bin/make" "cmTC_481f5/fast"
6202make -f CMakeFiles/cmTC_481f5.dir/build.make CMakeFiles/cmTC_481f5.dir/build
6203Building C object CMakeFiles/cmTC_481f5.dir/src.c.o
6204/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_481f5.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
6205/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
6206                  send(ssize_t, const char *, unsigned int, int);
6207                  ^
6208/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
6209ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
6210        ^
62111 error generated.
6212make[1]: *** [CMakeFiles/cmTC_481f5.dir/src.c.o] Error 1
6213make: *** [cmTC_481f5/fast] Error 2
6214
6215Source file was:
6216
6217                  #undef inline
6218#include <sys/types.h>
6219#include <sys/socket.h>
6220                  extern int
6221                  send(ssize_t, const char *, unsigned int, int);
6222                  int main(void) {
6223                    ssize_t s=0;
6224                    const char * buf=0;
6225                    unsigned int len=0;
6226                    int flags=0;
6227                    int res = send(s, buf, len, flags);
6228                    (void) res;
6229                    return 0;
6230                  }
6231Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
6232Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
6233
6234Run Build Command:"/usr/bin/make" "cmTC_ad69b/fast"
6235make -f CMakeFiles/cmTC_ad69b.dir/build.make CMakeFiles/cmTC_ad69b.dir/build
6236Building C object CMakeFiles/cmTC_ad69b.dir/src.c.o
6237/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_ad69b.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
6238/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
6239                  send(ssize_t, const char *, unsigned int, unsigned int);
6240                  ^
6241/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
6242ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
6243        ^
62441 error generated.
6245make[1]: *** [CMakeFiles/cmTC_ad69b.dir/src.c.o] Error 1
6246make: *** [cmTC_ad69b/fast] Error 2
6247
6248Source file was:
6249
6250                  #undef inline
6251#include <sys/types.h>
6252#include <sys/socket.h>
6253                  extern int
6254                  send(ssize_t, const char *, unsigned int, unsigned int);
6255                  int main(void) {
6256                    ssize_t s=0;
6257                    const char * buf=0;
6258                    unsigned int len=0;
6259                    unsigned int flags=0;
6260                    int res = send(s, buf, len, flags);
6261                    (void) res;
6262                    return 0;
6263                  }
6264Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
6265Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
6266
6267Run Build Command:"/usr/bin/make" "cmTC_90dac/fast"
6268make -f CMakeFiles/cmTC_90dac.dir/build.make CMakeFiles/cmTC_90dac.dir/build
6269Building C object CMakeFiles/cmTC_90dac.dir/src.c.o
6270/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_90dac.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
6271/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
6272                  send(SOCKET, const void *, size_t, int);
6273                               ^
6274/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
6275                  send(SOCKET, const void *, size_t, int);
6276                  ^
6277/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
6278ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
6279        ^
6280/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
6281                    SOCKET s=0;
6282                    ^
6283/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
6284                    int res = send(s, buf, len, flags);
6285                                   ^
62864 errors generated.
6287make[1]: *** [CMakeFiles/cmTC_90dac.dir/src.c.o] Error 1
6288make: *** [cmTC_90dac/fast] Error 2
6289
6290Source file was:
6291
6292                  #undef inline
6293#include <sys/types.h>
6294#include <sys/socket.h>
6295                  extern int
6296                  send(SOCKET, const void *, size_t, int);
6297                  int main(void) {
6298                    SOCKET s=0;
6299                    const void * buf=0;
6300                    size_t len=0;
6301                    int flags=0;
6302                    int res = send(s, buf, len, flags);
6303                    (void) res;
6304                    return 0;
6305                  }
6306Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
6307Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
6308
6309Run Build Command:"/usr/bin/make" "cmTC_b2fbc/fast"
6310make -f CMakeFiles/cmTC_b2fbc.dir/build.make CMakeFiles/cmTC_b2fbc.dir/build
6311Building C object CMakeFiles/cmTC_b2fbc.dir/src.c.o
6312/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_b2fbc.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
6313/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
6314                  send(SOCKET, const void *, size_t, unsigned int);
6315                               ^
6316/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
6317                  send(SOCKET, const void *, size_t, unsigned int);
6318                  ^
6319/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
6320ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
6321        ^
6322/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
6323                    SOCKET s=0;
6324                    ^
6325/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
6326                    int res = send(s, buf, len, flags);
6327                                   ^
63284 errors generated.
6329make[1]: *** [CMakeFiles/cmTC_b2fbc.dir/src.c.o] Error 1
6330make: *** [cmTC_b2fbc/fast] Error 2
6331
6332Source file was:
6333
6334                  #undef inline
6335#include <sys/types.h>
6336#include <sys/socket.h>
6337                  extern int
6338                  send(SOCKET, const void *, size_t, unsigned int);
6339                  int main(void) {
6340                    SOCKET s=0;
6341                    const void * buf=0;
6342                    size_t len=0;
6343                    unsigned int flags=0;
6344                    int res = send(s, buf, len, flags);
6345                    (void) res;
6346                    return 0;
6347                  }
6348Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
6349Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
6350
6351Run Build Command:"/usr/bin/make" "cmTC_f5400/fast"
6352make -f CMakeFiles/cmTC_f5400.dir/build.make CMakeFiles/cmTC_f5400.dir/build
6353Building C object CMakeFiles/cmTC_f5400.dir/src.c.o
6354/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_f5400.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
6355/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
6356                  send(SOCKET, const void *, int, int);
6357                               ^
6358/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
6359                  send(SOCKET, const void *, int, int);
6360                  ^
6361/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
6362ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
6363        ^
6364/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
6365                    SOCKET s=0;
6366                    ^
6367/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
6368                    int res = send(s, buf, len, flags);
6369                                   ^
63704 errors generated.
6371make[1]: *** [CMakeFiles/cmTC_f5400.dir/src.c.o] Error 1
6372make: *** [cmTC_f5400/fast] Error 2
6373
6374Source file was:
6375
6376                  #undef inline
6377#include <sys/types.h>
6378#include <sys/socket.h>
6379                  extern int
6380                  send(SOCKET, const void *, int, int);
6381                  int main(void) {
6382                    SOCKET s=0;
6383                    const void * buf=0;
6384                    int len=0;
6385                    int flags=0;
6386                    int res = send(s, buf, len, flags);
6387                    (void) res;
6388                    return 0;
6389                  }
6390Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
6391Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
6392
6393Run Build Command:"/usr/bin/make" "cmTC_bd1a7/fast"
6394make -f CMakeFiles/cmTC_bd1a7.dir/build.make CMakeFiles/cmTC_bd1a7.dir/build
6395Building C object CMakeFiles/cmTC_bd1a7.dir/src.c.o
6396/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_bd1a7.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
6397/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
6398                  send(SOCKET, const void *, int, unsigned int);
6399                               ^
6400/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
6401                  send(SOCKET, const void *, int, unsigned int);
6402                  ^
6403/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
6404ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
6405        ^
6406/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
6407                    SOCKET s=0;
6408                    ^
6409/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
6410                    int res = send(s, buf, len, flags);
6411                                   ^
64124 errors generated.
6413make[1]: *** [CMakeFiles/cmTC_bd1a7.dir/src.c.o] Error 1
6414make: *** [cmTC_bd1a7/fast] Error 2
6415
6416Source file was:
6417
6418                  #undef inline
6419#include <sys/types.h>
6420#include <sys/socket.h>
6421                  extern int
6422                  send(SOCKET, const void *, int, unsigned int);
6423                  int main(void) {
6424                    SOCKET s=0;
6425                    const void * buf=0;
6426                    int len=0;
6427                    unsigned int flags=0;
6428                    int res = send(s, buf, len, flags);
6429                    (void) res;
6430                    return 0;
6431                  }
6432Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
6433Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
6434
6435Run Build Command:"/usr/bin/make" "cmTC_0198d/fast"
6436make -f CMakeFiles/cmTC_0198d.dir/build.make CMakeFiles/cmTC_0198d.dir/build
6437Building C object CMakeFiles/cmTC_0198d.dir/src.c.o
6438/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_0198d.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
6439/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
6440                  send(SOCKET, const void *, socklen_t, int);
6441                               ^
6442/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
6443                  send(SOCKET, const void *, socklen_t, int);
6444                  ^
6445/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
6446ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
6447        ^
6448/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
6449                    SOCKET s=0;
6450                    ^
6451/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
6452                    int res = send(s, buf, len, flags);
6453                                   ^
64544 errors generated.
6455make[1]: *** [CMakeFiles/cmTC_0198d.dir/src.c.o] Error 1
6456make: *** [cmTC_0198d/fast] Error 2
6457
6458Source file was:
6459
6460                  #undef inline
6461#include <sys/types.h>
6462#include <sys/socket.h>
6463                  extern int
6464                  send(SOCKET, const void *, socklen_t, int);
6465                  int main(void) {
6466                    SOCKET s=0;
6467                    const void * buf=0;
6468                    socklen_t len=0;
6469                    int flags=0;
6470                    int res = send(s, buf, len, flags);
6471                    (void) res;
6472                    return 0;
6473                  }
6474Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
6475Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
6476
6477Run Build Command:"/usr/bin/make" "cmTC_eab54/fast"
6478make -f CMakeFiles/cmTC_eab54.dir/build.make CMakeFiles/cmTC_eab54.dir/build
6479Building C object CMakeFiles/cmTC_eab54.dir/src.c.o
6480/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_eab54.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
6481/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
6482                  send(SOCKET, const void *, socklen_t, unsigned int);
6483                               ^
6484/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
6485                  send(SOCKET, const void *, socklen_t, unsigned int);
6486                  ^
6487/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
6488ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
6489        ^
6490/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
6491                    SOCKET s=0;
6492                    ^
6493/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
6494                    int res = send(s, buf, len, flags);
6495                                   ^
64964 errors generated.
6497make[1]: *** [CMakeFiles/cmTC_eab54.dir/src.c.o] Error 1
6498make: *** [cmTC_eab54/fast] Error 2
6499
6500Source file was:
6501
6502                  #undef inline
6503#include <sys/types.h>
6504#include <sys/socket.h>
6505                  extern int
6506                  send(SOCKET, const void *, socklen_t, unsigned int);
6507                  int main(void) {
6508                    SOCKET s=0;
6509                    const void * buf=0;
6510                    socklen_t len=0;
6511                    unsigned int flags=0;
6512                    int res = send(s, buf, len, flags);
6513                    (void) res;
6514                    return 0;
6515                  }
6516Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
6517Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
6518
6519Run Build Command:"/usr/bin/make" "cmTC_f20c5/fast"
6520make -f CMakeFiles/cmTC_f20c5.dir/build.make CMakeFiles/cmTC_f20c5.dir/build
6521Building C object CMakeFiles/cmTC_f20c5.dir/src.c.o
6522/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_f20c5.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
6523/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
6524                  send(SOCKET, const void *, unsigned int, int);
6525                               ^
6526/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
6527                  send(SOCKET, const void *, unsigned int, int);
6528                  ^
6529/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
6530ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
6531        ^
6532/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
6533                    SOCKET s=0;
6534                    ^
6535/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
6536                    int res = send(s, buf, len, flags);
6537                                   ^
65384 errors generated.
6539make[1]: *** [CMakeFiles/cmTC_f20c5.dir/src.c.o] Error 1
6540make: *** [cmTC_f20c5/fast] Error 2
6541
6542Source file was:
6543
6544                  #undef inline
6545#include <sys/types.h>
6546#include <sys/socket.h>
6547                  extern int
6548                  send(SOCKET, const void *, unsigned int, int);
6549                  int main(void) {
6550                    SOCKET s=0;
6551                    const void * buf=0;
6552                    unsigned int len=0;
6553                    int flags=0;
6554                    int res = send(s, buf, len, flags);
6555                    (void) res;
6556                    return 0;
6557                  }
6558Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
6559Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
6560
6561Run Build Command:"/usr/bin/make" "cmTC_4e56c/fast"
6562make -f CMakeFiles/cmTC_4e56c.dir/build.make CMakeFiles/cmTC_4e56c.dir/build
6563Building C object CMakeFiles/cmTC_4e56c.dir/src.c.o
6564/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_4e56c.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
6565/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
6566                  send(SOCKET, const void *, unsigned int, unsigned int);
6567                               ^
6568/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
6569                  send(SOCKET, const void *, unsigned int, unsigned int);
6570                  ^
6571/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
6572ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
6573        ^
6574/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
6575                    SOCKET s=0;
6576                    ^
6577/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
6578                    int res = send(s, buf, len, flags);
6579                                   ^
65804 errors generated.
6581make[1]: *** [CMakeFiles/cmTC_4e56c.dir/src.c.o] Error 1
6582make: *** [cmTC_4e56c/fast] Error 2
6583
6584Source file was:
6585
6586                  #undef inline
6587#include <sys/types.h>
6588#include <sys/socket.h>
6589                  extern int
6590                  send(SOCKET, const void *, unsigned int, unsigned int);
6591                  int main(void) {
6592                    SOCKET s=0;
6593                    const void * buf=0;
6594                    unsigned int len=0;
6595                    unsigned int flags=0;
6596                    int res = send(s, buf, len, flags);
6597                    (void) res;
6598                    return 0;
6599                  }
6600Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
6601Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
6602
6603Run Build Command:"/usr/bin/make" "cmTC_46394/fast"
6604make -f CMakeFiles/cmTC_46394.dir/build.make CMakeFiles/cmTC_46394.dir/build
6605Building C object CMakeFiles/cmTC_46394.dir/src.c.o
6606/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_46394.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
6607/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
6608                  send(SOCKET, void *, size_t, int);
6609                               ^
6610/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
6611                  send(SOCKET, void *, size_t, int);
6612                  ^
6613/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
6614ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
6615        ^
6616/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
6617                    SOCKET s=0;
6618                    ^
6619/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
6620                    int res = send(s, buf, len, flags);
6621                                   ^
66224 errors generated.
6623make[1]: *** [CMakeFiles/cmTC_46394.dir/src.c.o] Error 1
6624make: *** [cmTC_46394/fast] Error 2
6625
6626Source file was:
6627
6628                  #undef inline
6629#include <sys/types.h>
6630#include <sys/socket.h>
6631                  extern int
6632                  send(SOCKET, void *, size_t, int);
6633                  int main(void) {
6634                    SOCKET s=0;
6635                    void * buf=0;
6636                    size_t len=0;
6637                    int flags=0;
6638                    int res = send(s, buf, len, flags);
6639                    (void) res;
6640                    return 0;
6641                  }
6642Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
6643Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
6644
6645Run Build Command:"/usr/bin/make" "cmTC_a9d2d/fast"
6646make -f CMakeFiles/cmTC_a9d2d.dir/build.make CMakeFiles/cmTC_a9d2d.dir/build
6647Building C object CMakeFiles/cmTC_a9d2d.dir/src.c.o
6648/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_a9d2d.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
6649/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
6650                  send(SOCKET, void *, size_t, unsigned int);
6651                               ^
6652/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
6653                  send(SOCKET, void *, size_t, unsigned int);
6654                  ^
6655/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
6656ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
6657        ^
6658/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
6659                    SOCKET s=0;
6660                    ^
6661/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
6662                    int res = send(s, buf, len, flags);
6663                                   ^
66644 errors generated.
6665make[1]: *** [CMakeFiles/cmTC_a9d2d.dir/src.c.o] Error 1
6666make: *** [cmTC_a9d2d/fast] Error 2
6667
6668Source file was:
6669
6670                  #undef inline
6671#include <sys/types.h>
6672#include <sys/socket.h>
6673                  extern int
6674                  send(SOCKET, void *, size_t, unsigned int);
6675                  int main(void) {
6676                    SOCKET s=0;
6677                    void * buf=0;
6678                    size_t len=0;
6679                    unsigned int flags=0;
6680                    int res = send(s, buf, len, flags);
6681                    (void) res;
6682                    return 0;
6683                  }
6684Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
6685Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
6686
6687Run Build Command:"/usr/bin/make" "cmTC_8e79f/fast"
6688make -f CMakeFiles/cmTC_8e79f.dir/build.make CMakeFiles/cmTC_8e79f.dir/build
6689Building C object CMakeFiles/cmTC_8e79f.dir/src.c.o
6690/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_8e79f.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
6691/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
6692                  send(SOCKET, void *, int, int);
6693                               ^
6694/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
6695                  send(SOCKET, void *, int, int);
6696                  ^
6697/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
6698ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
6699        ^
6700/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
6701                    SOCKET s=0;
6702                    ^
6703/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
6704                    int res = send(s, buf, len, flags);
6705                                   ^
67064 errors generated.
6707make[1]: *** [CMakeFiles/cmTC_8e79f.dir/src.c.o] Error 1
6708make: *** [cmTC_8e79f/fast] Error 2
6709
6710Source file was:
6711
6712                  #undef inline
6713#include <sys/types.h>
6714#include <sys/socket.h>
6715                  extern int
6716                  send(SOCKET, void *, int, int);
6717                  int main(void) {
6718                    SOCKET s=0;
6719                    void * buf=0;
6720                    int len=0;
6721                    int flags=0;
6722                    int res = send(s, buf, len, flags);
6723                    (void) res;
6724                    return 0;
6725                  }
6726Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
6727Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
6728
6729Run Build Command:"/usr/bin/make" "cmTC_89f7f/fast"
6730make -f CMakeFiles/cmTC_89f7f.dir/build.make CMakeFiles/cmTC_89f7f.dir/build
6731Building C object CMakeFiles/cmTC_89f7f.dir/src.c.o
6732/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_89f7f.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
6733/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
6734                  send(SOCKET, void *, int, unsigned int);
6735                               ^
6736/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
6737                  send(SOCKET, void *, int, unsigned int);
6738                  ^
6739/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
6740ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
6741        ^
6742/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
6743                    SOCKET s=0;
6744                    ^
6745/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
6746                    int res = send(s, buf, len, flags);
6747                                   ^
67484 errors generated.
6749make[1]: *** [CMakeFiles/cmTC_89f7f.dir/src.c.o] Error 1
6750make: *** [cmTC_89f7f/fast] Error 2
6751
6752Source file was:
6753
6754                  #undef inline
6755#include <sys/types.h>
6756#include <sys/socket.h>
6757                  extern int
6758                  send(SOCKET, void *, int, unsigned int);
6759                  int main(void) {
6760                    SOCKET s=0;
6761                    void * buf=0;
6762                    int len=0;
6763                    unsigned int flags=0;
6764                    int res = send(s, buf, len, flags);
6765                    (void) res;
6766                    return 0;
6767                  }
6768Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
6769Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
6770
6771Run Build Command:"/usr/bin/make" "cmTC_3a586/fast"
6772make -f CMakeFiles/cmTC_3a586.dir/build.make CMakeFiles/cmTC_3a586.dir/build
6773Building C object CMakeFiles/cmTC_3a586.dir/src.c.o
6774/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_3a586.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
6775/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
6776                  send(SOCKET, void *, socklen_t, int);
6777                               ^
6778/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
6779                  send(SOCKET, void *, socklen_t, int);
6780                  ^
6781/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
6782ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
6783        ^
6784/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
6785                    SOCKET s=0;
6786                    ^
6787/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
6788                    int res = send(s, buf, len, flags);
6789                                   ^
67904 errors generated.
6791make[1]: *** [CMakeFiles/cmTC_3a586.dir/src.c.o] Error 1
6792make: *** [cmTC_3a586/fast] Error 2
6793
6794Source file was:
6795
6796                  #undef inline
6797#include <sys/types.h>
6798#include <sys/socket.h>
6799                  extern int
6800                  send(SOCKET, void *, socklen_t, int);
6801                  int main(void) {
6802                    SOCKET s=0;
6803                    void * buf=0;
6804                    socklen_t len=0;
6805                    int flags=0;
6806                    int res = send(s, buf, len, flags);
6807                    (void) res;
6808                    return 0;
6809                  }
6810Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
6811Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
6812
6813Run Build Command:"/usr/bin/make" "cmTC_d605f/fast"
6814make -f CMakeFiles/cmTC_d605f.dir/build.make CMakeFiles/cmTC_d605f.dir/build
6815Building C object CMakeFiles/cmTC_d605f.dir/src.c.o
6816/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_d605f.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
6817/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
6818                  send(SOCKET, void *, socklen_t, unsigned int);
6819                               ^
6820/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
6821                  send(SOCKET, void *, socklen_t, unsigned int);
6822                  ^
6823/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
6824ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
6825        ^
6826/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
6827                    SOCKET s=0;
6828                    ^
6829/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
6830                    int res = send(s, buf, len, flags);
6831                                   ^
68324 errors generated.
6833make[1]: *** [CMakeFiles/cmTC_d605f.dir/src.c.o] Error 1
6834make: *** [cmTC_d605f/fast] Error 2
6835
6836Source file was:
6837
6838                  #undef inline
6839#include <sys/types.h>
6840#include <sys/socket.h>
6841                  extern int
6842                  send(SOCKET, void *, socklen_t, unsigned int);
6843                  int main(void) {
6844                    SOCKET s=0;
6845                    void * buf=0;
6846                    socklen_t len=0;
6847                    unsigned int flags=0;
6848                    int res = send(s, buf, len, flags);
6849                    (void) res;
6850                    return 0;
6851                  }
6852Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
6853Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
6854
6855Run Build Command:"/usr/bin/make" "cmTC_8562e/fast"
6856make -f CMakeFiles/cmTC_8562e.dir/build.make CMakeFiles/cmTC_8562e.dir/build
6857Building C object CMakeFiles/cmTC_8562e.dir/src.c.o
6858/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_8562e.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
6859/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
6860                  send(SOCKET, void *, unsigned int, int);
6861                               ^
6862/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
6863                  send(SOCKET, void *, unsigned int, int);
6864                  ^
6865/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
6866ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
6867        ^
6868/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
6869                    SOCKET s=0;
6870                    ^
6871/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
6872                    int res = send(s, buf, len, flags);
6873                                   ^
68744 errors generated.
6875make[1]: *** [CMakeFiles/cmTC_8562e.dir/src.c.o] Error 1
6876make: *** [cmTC_8562e/fast] Error 2
6877
6878Source file was:
6879
6880                  #undef inline
6881#include <sys/types.h>
6882#include <sys/socket.h>
6883                  extern int
6884                  send(SOCKET, void *, unsigned int, int);
6885                  int main(void) {
6886                    SOCKET s=0;
6887                    void * buf=0;
6888                    unsigned int len=0;
6889                    int flags=0;
6890                    int res = send(s, buf, len, flags);
6891                    (void) res;
6892                    return 0;
6893                  }
6894Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
6895Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
6896
6897Run Build Command:"/usr/bin/make" "cmTC_b1fda/fast"
6898make -f CMakeFiles/cmTC_b1fda.dir/build.make CMakeFiles/cmTC_b1fda.dir/build
6899Building C object CMakeFiles/cmTC_b1fda.dir/src.c.o
6900/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_b1fda.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
6901/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
6902                  send(SOCKET, void *, unsigned int, unsigned int);
6903                               ^
6904/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
6905                  send(SOCKET, void *, unsigned int, unsigned int);
6906                  ^
6907/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
6908ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
6909        ^
6910/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
6911                    SOCKET s=0;
6912                    ^
6913/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
6914                    int res = send(s, buf, len, flags);
6915                                   ^
69164 errors generated.
6917make[1]: *** [CMakeFiles/cmTC_b1fda.dir/src.c.o] Error 1
6918make: *** [cmTC_b1fda/fast] Error 2
6919
6920Source file was:
6921
6922                  #undef inline
6923#include <sys/types.h>
6924#include <sys/socket.h>
6925                  extern int
6926                  send(SOCKET, void *, unsigned int, unsigned int);
6927                  int main(void) {
6928                    SOCKET s=0;
6929                    void * buf=0;
6930                    unsigned int len=0;
6931                    unsigned int flags=0;
6932                    int res = send(s, buf, len, flags);
6933                    (void) res;
6934                    return 0;
6935                  }
6936Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
6937Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
6938
6939Run Build Command:"/usr/bin/make" "cmTC_b24f6/fast"
6940make -f CMakeFiles/cmTC_b24f6.dir/build.make CMakeFiles/cmTC_b24f6.dir/build
6941Building C object CMakeFiles/cmTC_b24f6.dir/src.c.o
6942/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_b24f6.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
6943/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
6944                  send(SOCKET, char *, size_t, int);
6945                               ^
6946/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
6947                  send(SOCKET, char *, size_t, int);
6948                  ^
6949/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
6950ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
6951        ^
6952/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
6953                    SOCKET s=0;
6954                    ^
6955/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
6956                    int res = send(s, buf, len, flags);
6957                                   ^
69584 errors generated.
6959make[1]: *** [CMakeFiles/cmTC_b24f6.dir/src.c.o] Error 1
6960make: *** [cmTC_b24f6/fast] Error 2
6961
6962Source file was:
6963
6964                  #undef inline
6965#include <sys/types.h>
6966#include <sys/socket.h>
6967                  extern int
6968                  send(SOCKET, char *, size_t, int);
6969                  int main(void) {
6970                    SOCKET s=0;
6971                    char * buf=0;
6972                    size_t len=0;
6973                    int flags=0;
6974                    int res = send(s, buf, len, flags);
6975                    (void) res;
6976                    return 0;
6977                  }
6978Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
6979Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
6980
6981Run Build Command:"/usr/bin/make" "cmTC_4dd1c/fast"
6982make -f CMakeFiles/cmTC_4dd1c.dir/build.make CMakeFiles/cmTC_4dd1c.dir/build
6983Building C object CMakeFiles/cmTC_4dd1c.dir/src.c.o
6984/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_4dd1c.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
6985/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
6986                  send(SOCKET, char *, size_t, unsigned int);
6987                               ^
6988/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
6989                  send(SOCKET, char *, size_t, unsigned int);
6990                  ^
6991/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
6992ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
6993        ^
6994/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
6995                    SOCKET s=0;
6996                    ^
6997/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
6998                    int res = send(s, buf, len, flags);
6999                                   ^
70004 errors generated.
7001make[1]: *** [CMakeFiles/cmTC_4dd1c.dir/src.c.o] Error 1
7002make: *** [cmTC_4dd1c/fast] Error 2
7003
7004Source file was:
7005
7006                  #undef inline
7007#include <sys/types.h>
7008#include <sys/socket.h>
7009                  extern int
7010                  send(SOCKET, char *, size_t, unsigned int);
7011                  int main(void) {
7012                    SOCKET s=0;
7013                    char * buf=0;
7014                    size_t len=0;
7015                    unsigned int flags=0;
7016                    int res = send(s, buf, len, flags);
7017                    (void) res;
7018                    return 0;
7019                  }
7020Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
7021Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
7022
7023Run Build Command:"/usr/bin/make" "cmTC_6a92f/fast"
7024make -f CMakeFiles/cmTC_6a92f.dir/build.make CMakeFiles/cmTC_6a92f.dir/build
7025Building C object CMakeFiles/cmTC_6a92f.dir/src.c.o
7026/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_6a92f.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
7027/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
7028                  send(SOCKET, char *, int, int);
7029                               ^
7030/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
7031                  send(SOCKET, char *, int, int);
7032                  ^
7033/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
7034ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
7035        ^
7036/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
7037                    SOCKET s=0;
7038                    ^
7039/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
7040                    int res = send(s, buf, len, flags);
7041                                   ^
70424 errors generated.
7043make[1]: *** [CMakeFiles/cmTC_6a92f.dir/src.c.o] Error 1
7044make: *** [cmTC_6a92f/fast] Error 2
7045
7046Source file was:
7047
7048                  #undef inline
7049#include <sys/types.h>
7050#include <sys/socket.h>
7051                  extern int
7052                  send(SOCKET, char *, int, int);
7053                  int main(void) {
7054                    SOCKET s=0;
7055                    char * buf=0;
7056                    int len=0;
7057                    int flags=0;
7058                    int res = send(s, buf, len, flags);
7059                    (void) res;
7060                    return 0;
7061                  }
7062Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
7063Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
7064
7065Run Build Command:"/usr/bin/make" "cmTC_80760/fast"
7066make -f CMakeFiles/cmTC_80760.dir/build.make CMakeFiles/cmTC_80760.dir/build
7067Building C object CMakeFiles/cmTC_80760.dir/src.c.o
7068/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_80760.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
7069/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
7070                  send(SOCKET, char *, int, unsigned int);
7071                               ^
7072/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
7073                  send(SOCKET, char *, int, unsigned int);
7074                  ^
7075/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
7076ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
7077        ^
7078/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
7079                    SOCKET s=0;
7080                    ^
7081/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
7082                    int res = send(s, buf, len, flags);
7083                                   ^
70844 errors generated.
7085make[1]: *** [CMakeFiles/cmTC_80760.dir/src.c.o] Error 1
7086make: *** [cmTC_80760/fast] Error 2
7087
7088Source file was:
7089
7090                  #undef inline
7091#include <sys/types.h>
7092#include <sys/socket.h>
7093                  extern int
7094                  send(SOCKET, char *, int, unsigned int);
7095                  int main(void) {
7096                    SOCKET s=0;
7097                    char * buf=0;
7098                    int len=0;
7099                    unsigned int flags=0;
7100                    int res = send(s, buf, len, flags);
7101                    (void) res;
7102                    return 0;
7103                  }
7104Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
7105Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
7106
7107Run Build Command:"/usr/bin/make" "cmTC_a600c/fast"
7108make -f CMakeFiles/cmTC_a600c.dir/build.make CMakeFiles/cmTC_a600c.dir/build
7109Building C object CMakeFiles/cmTC_a600c.dir/src.c.o
7110/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_a600c.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
7111/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
7112                  send(SOCKET, char *, socklen_t, int);
7113                               ^
7114/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
7115                  send(SOCKET, char *, socklen_t, int);
7116                  ^
7117/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
7118ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
7119        ^
7120/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
7121                    SOCKET s=0;
7122                    ^
7123/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
7124                    int res = send(s, buf, len, flags);
7125                                   ^
71264 errors generated.
7127make[1]: *** [CMakeFiles/cmTC_a600c.dir/src.c.o] Error 1
7128make: *** [cmTC_a600c/fast] Error 2
7129
7130Source file was:
7131
7132                  #undef inline
7133#include <sys/types.h>
7134#include <sys/socket.h>
7135                  extern int
7136                  send(SOCKET, char *, socklen_t, int);
7137                  int main(void) {
7138                    SOCKET s=0;
7139                    char * buf=0;
7140                    socklen_t len=0;
7141                    int flags=0;
7142                    int res = send(s, buf, len, flags);
7143                    (void) res;
7144                    return 0;
7145                  }
7146Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
7147Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
7148
7149Run Build Command:"/usr/bin/make" "cmTC_4b9cd/fast"
7150make -f CMakeFiles/cmTC_4b9cd.dir/build.make CMakeFiles/cmTC_4b9cd.dir/build
7151Building C object CMakeFiles/cmTC_4b9cd.dir/src.c.o
7152/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_4b9cd.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
7153/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
7154                  send(SOCKET, char *, socklen_t, unsigned int);
7155                               ^
7156/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
7157                  send(SOCKET, char *, socklen_t, unsigned int);
7158                  ^
7159/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
7160ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
7161        ^
7162/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
7163                    SOCKET s=0;
7164                    ^
7165/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
7166                    int res = send(s, buf, len, flags);
7167                                   ^
71684 errors generated.
7169make[1]: *** [CMakeFiles/cmTC_4b9cd.dir/src.c.o] Error 1
7170make: *** [cmTC_4b9cd/fast] Error 2
7171
7172Source file was:
7173
7174                  #undef inline
7175#include <sys/types.h>
7176#include <sys/socket.h>
7177                  extern int
7178                  send(SOCKET, char *, socklen_t, unsigned int);
7179                  int main(void) {
7180                    SOCKET s=0;
7181                    char * buf=0;
7182                    socklen_t len=0;
7183                    unsigned int flags=0;
7184                    int res = send(s, buf, len, flags);
7185                    (void) res;
7186                    return 0;
7187                  }
7188Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
7189Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
7190
7191Run Build Command:"/usr/bin/make" "cmTC_ebd35/fast"
7192make -f CMakeFiles/cmTC_ebd35.dir/build.make CMakeFiles/cmTC_ebd35.dir/build
7193Building C object CMakeFiles/cmTC_ebd35.dir/src.c.o
7194/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_ebd35.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
7195/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
7196                  send(SOCKET, char *, unsigned int, int);
7197                               ^
7198/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
7199                  send(SOCKET, char *, unsigned int, int);
7200                  ^
7201/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
7202ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
7203        ^
7204/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
7205                    SOCKET s=0;
7206                    ^
7207/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
7208                    int res = send(s, buf, len, flags);
7209                                   ^
72104 errors generated.
7211make[1]: *** [CMakeFiles/cmTC_ebd35.dir/src.c.o] Error 1
7212make: *** [cmTC_ebd35/fast] Error 2
7213
7214Source file was:
7215
7216                  #undef inline
7217#include <sys/types.h>
7218#include <sys/socket.h>
7219                  extern int
7220                  send(SOCKET, char *, unsigned int, int);
7221                  int main(void) {
7222                    SOCKET s=0;
7223                    char * buf=0;
7224                    unsigned int len=0;
7225                    int flags=0;
7226                    int res = send(s, buf, len, flags);
7227                    (void) res;
7228                    return 0;
7229                  }
7230Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
7231Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
7232
7233Run Build Command:"/usr/bin/make" "cmTC_4ad1e/fast"
7234make -f CMakeFiles/cmTC_4ad1e.dir/build.make CMakeFiles/cmTC_4ad1e.dir/build
7235Building C object CMakeFiles/cmTC_4ad1e.dir/src.c.o
7236/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_4ad1e.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
7237/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
7238                  send(SOCKET, char *, unsigned int, unsigned int);
7239                               ^
7240/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
7241                  send(SOCKET, char *, unsigned int, unsigned int);
7242                  ^
7243/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
7244ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
7245        ^
7246/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
7247                    SOCKET s=0;
7248                    ^
7249/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
7250                    int res = send(s, buf, len, flags);
7251                                   ^
72524 errors generated.
7253make[1]: *** [CMakeFiles/cmTC_4ad1e.dir/src.c.o] Error 1
7254make: *** [cmTC_4ad1e/fast] Error 2
7255
7256Source file was:
7257
7258                  #undef inline
7259#include <sys/types.h>
7260#include <sys/socket.h>
7261                  extern int
7262                  send(SOCKET, char *, unsigned int, unsigned int);
7263                  int main(void) {
7264                    SOCKET s=0;
7265                    char * buf=0;
7266                    unsigned int len=0;
7267                    unsigned int flags=0;
7268                    int res = send(s, buf, len, flags);
7269                    (void) res;
7270                    return 0;
7271                  }
7272Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
7273Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
7274
7275Run Build Command:"/usr/bin/make" "cmTC_eb4ff/fast"
7276make -f CMakeFiles/cmTC_eb4ff.dir/build.make CMakeFiles/cmTC_eb4ff.dir/build
7277Building C object CMakeFiles/cmTC_eb4ff.dir/src.c.o
7278/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_eb4ff.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
7279/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
7280                  send(SOCKET, const char *, size_t, int);
7281                               ^
7282/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
7283                  send(SOCKET, const char *, size_t, int);
7284                  ^
7285/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
7286ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
7287        ^
7288/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
7289                    SOCKET s=0;
7290                    ^
7291/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
7292                    int res = send(s, buf, len, flags);
7293                                   ^
72944 errors generated.
7295make[1]: *** [CMakeFiles/cmTC_eb4ff.dir/src.c.o] Error 1
7296make: *** [cmTC_eb4ff/fast] Error 2
7297
7298Source file was:
7299
7300                  #undef inline
7301#include <sys/types.h>
7302#include <sys/socket.h>
7303                  extern int
7304                  send(SOCKET, const char *, size_t, int);
7305                  int main(void) {
7306                    SOCKET s=0;
7307                    const char * buf=0;
7308                    size_t len=0;
7309                    int flags=0;
7310                    int res = send(s, buf, len, flags);
7311                    (void) res;
7312                    return 0;
7313                  }
7314Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
7315Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
7316
7317Run Build Command:"/usr/bin/make" "cmTC_e8e3d/fast"
7318make -f CMakeFiles/cmTC_e8e3d.dir/build.make CMakeFiles/cmTC_e8e3d.dir/build
7319Building C object CMakeFiles/cmTC_e8e3d.dir/src.c.o
7320/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_e8e3d.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
7321/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
7322                  send(SOCKET, const char *, size_t, unsigned int);
7323                               ^
7324/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
7325                  send(SOCKET, const char *, size_t, unsigned int);
7326                  ^
7327/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
7328ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
7329        ^
7330/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
7331                    SOCKET s=0;
7332                    ^
7333/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
7334                    int res = send(s, buf, len, flags);
7335                                   ^
73364 errors generated.
7337make[1]: *** [CMakeFiles/cmTC_e8e3d.dir/src.c.o] Error 1
7338make: *** [cmTC_e8e3d/fast] Error 2
7339
7340Source file was:
7341
7342                  #undef inline
7343#include <sys/types.h>
7344#include <sys/socket.h>
7345                  extern int
7346                  send(SOCKET, const char *, size_t, unsigned int);
7347                  int main(void) {
7348                    SOCKET s=0;
7349                    const char * buf=0;
7350                    size_t len=0;
7351                    unsigned int flags=0;
7352                    int res = send(s, buf, len, flags);
7353                    (void) res;
7354                    return 0;
7355                  }
7356Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
7357Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
7358
7359Run Build Command:"/usr/bin/make" "cmTC_714a4/fast"
7360make -f CMakeFiles/cmTC_714a4.dir/build.make CMakeFiles/cmTC_714a4.dir/build
7361Building C object CMakeFiles/cmTC_714a4.dir/src.c.o
7362/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_714a4.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
7363/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
7364                  send(SOCKET, const char *, int, int);
7365                               ^
7366/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
7367                  send(SOCKET, const char *, int, int);
7368                  ^
7369/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
7370ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
7371        ^
7372/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
7373                    SOCKET s=0;
7374                    ^
7375/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
7376                    int res = send(s, buf, len, flags);
7377                                   ^
73784 errors generated.
7379make[1]: *** [CMakeFiles/cmTC_714a4.dir/src.c.o] Error 1
7380make: *** [cmTC_714a4/fast] Error 2
7381
7382Source file was:
7383
7384                  #undef inline
7385#include <sys/types.h>
7386#include <sys/socket.h>
7387                  extern int
7388                  send(SOCKET, const char *, int, int);
7389                  int main(void) {
7390                    SOCKET s=0;
7391                    const char * buf=0;
7392                    int len=0;
7393                    int flags=0;
7394                    int res = send(s, buf, len, flags);
7395                    (void) res;
7396                    return 0;
7397                  }
7398Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
7399Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
7400
7401Run Build Command:"/usr/bin/make" "cmTC_384e4/fast"
7402make -f CMakeFiles/cmTC_384e4.dir/build.make CMakeFiles/cmTC_384e4.dir/build
7403Building C object CMakeFiles/cmTC_384e4.dir/src.c.o
7404/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_384e4.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
7405/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
7406                  send(SOCKET, const char *, int, unsigned int);
7407                               ^
7408/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
7409                  send(SOCKET, const char *, int, unsigned int);
7410                  ^
7411/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
7412ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
7413        ^
7414/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
7415                    SOCKET s=0;
7416                    ^
7417/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
7418                    int res = send(s, buf, len, flags);
7419                                   ^
74204 errors generated.
7421make[1]: *** [CMakeFiles/cmTC_384e4.dir/src.c.o] Error 1
7422make: *** [cmTC_384e4/fast] Error 2
7423
7424Source file was:
7425
7426                  #undef inline
7427#include <sys/types.h>
7428#include <sys/socket.h>
7429                  extern int
7430                  send(SOCKET, const char *, int, unsigned int);
7431                  int main(void) {
7432                    SOCKET s=0;
7433                    const char * buf=0;
7434                    int len=0;
7435                    unsigned int flags=0;
7436                    int res = send(s, buf, len, flags);
7437                    (void) res;
7438                    return 0;
7439                  }
7440Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
7441Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
7442
7443Run Build Command:"/usr/bin/make" "cmTC_2ed59/fast"
7444make -f CMakeFiles/cmTC_2ed59.dir/build.make CMakeFiles/cmTC_2ed59.dir/build
7445Building C object CMakeFiles/cmTC_2ed59.dir/src.c.o
7446/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_2ed59.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
7447/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
7448                  send(SOCKET, const char *, socklen_t, int);
7449                               ^
7450/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
7451                  send(SOCKET, const char *, socklen_t, int);
7452                  ^
7453/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
7454ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
7455        ^
7456/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
7457                    SOCKET s=0;
7458                    ^
7459/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
7460                    int res = send(s, buf, len, flags);
7461                                   ^
74624 errors generated.
7463make[1]: *** [CMakeFiles/cmTC_2ed59.dir/src.c.o] Error 1
7464make: *** [cmTC_2ed59/fast] Error 2
7465
7466Source file was:
7467
7468                  #undef inline
7469#include <sys/types.h>
7470#include <sys/socket.h>
7471                  extern int
7472                  send(SOCKET, const char *, socklen_t, int);
7473                  int main(void) {
7474                    SOCKET s=0;
7475                    const char * buf=0;
7476                    socklen_t len=0;
7477                    int flags=0;
7478                    int res = send(s, buf, len, flags);
7479                    (void) res;
7480                    return 0;
7481                  }
7482Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
7483Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
7484
7485Run Build Command:"/usr/bin/make" "cmTC_0663b/fast"
7486make -f CMakeFiles/cmTC_0663b.dir/build.make CMakeFiles/cmTC_0663b.dir/build
7487Building C object CMakeFiles/cmTC_0663b.dir/src.c.o
7488/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_0663b.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
7489/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
7490                  send(SOCKET, const char *, socklen_t, unsigned int);
7491                               ^
7492/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
7493                  send(SOCKET, const char *, socklen_t, unsigned int);
7494                  ^
7495/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
7496ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
7497        ^
7498/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
7499                    SOCKET s=0;
7500                    ^
7501/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
7502                    int res = send(s, buf, len, flags);
7503                                   ^
75044 errors generated.
7505make[1]: *** [CMakeFiles/cmTC_0663b.dir/src.c.o] Error 1
7506make: *** [cmTC_0663b/fast] Error 2
7507
7508Source file was:
7509
7510                  #undef inline
7511#include <sys/types.h>
7512#include <sys/socket.h>
7513                  extern int
7514                  send(SOCKET, const char *, socklen_t, unsigned int);
7515                  int main(void) {
7516                    SOCKET s=0;
7517                    const char * buf=0;
7518                    socklen_t len=0;
7519                    unsigned int flags=0;
7520                    int res = send(s, buf, len, flags);
7521                    (void) res;
7522                    return 0;
7523                  }
7524Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
7525Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
7526
7527Run Build Command:"/usr/bin/make" "cmTC_78cf8/fast"
7528make -f CMakeFiles/cmTC_78cf8.dir/build.make CMakeFiles/cmTC_78cf8.dir/build
7529Building C object CMakeFiles/cmTC_78cf8.dir/src.c.o
7530/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_78cf8.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
7531/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
7532                  send(SOCKET, const char *, unsigned int, int);
7533                               ^
7534/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
7535                  send(SOCKET, const char *, unsigned int, int);
7536                  ^
7537/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
7538ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
7539        ^
7540/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
7541                    SOCKET s=0;
7542                    ^
7543/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
7544                    int res = send(s, buf, len, flags);
7545                                   ^
75464 errors generated.
7547make[1]: *** [CMakeFiles/cmTC_78cf8.dir/src.c.o] Error 1
7548make: *** [cmTC_78cf8/fast] Error 2
7549
7550Source file was:
7551
7552                  #undef inline
7553#include <sys/types.h>
7554#include <sys/socket.h>
7555                  extern int
7556                  send(SOCKET, const char *, unsigned int, int);
7557                  int main(void) {
7558                    SOCKET s=0;
7559                    const char * buf=0;
7560                    unsigned int len=0;
7561                    int flags=0;
7562                    int res = send(s, buf, len, flags);
7563                    (void) res;
7564                    return 0;
7565                  }
7566Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
7567Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
7568
7569Run Build Command:"/usr/bin/make" "cmTC_0b220/fast"
7570make -f CMakeFiles/cmTC_0b220.dir/build.make CMakeFiles/cmTC_0b220.dir/build
7571Building C object CMakeFiles/cmTC_0b220.dir/src.c.o
7572/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -Dcurl_cv_func_send_test -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_0b220.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
7573/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier
7574                  send(SOCKET, const char *, unsigned int, unsigned int);
7575                               ^
7576/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send'
7577                  send(SOCKET, const char *, unsigned int, unsigned int);
7578                  ^
7579/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here
7580ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send);
7581        ^
7582/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET'
7583                    SOCKET s=0;
7584                    ^
7585/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's'
7586                    int res = send(s, buf, len, flags);
7587                                   ^
75884 errors generated.
7589make[1]: *** [CMakeFiles/cmTC_0b220.dir/src.c.o] Error 1
7590make: *** [cmTC_0b220/fast] Error 2
7591
7592Source file was:
7593
7594                  #undef inline
7595#include <sys/types.h>
7596#include <sys/socket.h>
7597                  extern int
7598                  send(SOCKET, const char *, unsigned int, unsigned int);
7599                  int main(void) {
7600                    SOCKET s=0;
7601                    const char * buf=0;
7602                    unsigned int len=0;
7603                    unsigned int flags=0;
7604                    int res = send(s, buf, len, flags);
7605                    (void) res;
7606                    return 0;
7607                  }
7608Determining if the off_t exist failed with the following output:
7609Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
7610
7611Run Build Command:"/usr/bin/make" "cmTC_8dc11/fast"
7612make -f CMakeFiles/cmTC_8dc11.dir/build.make CMakeFiles/cmTC_8dc11.dir/build
7613Building C object CMakeFiles/cmTC_8dc11.dir/CheckSymbolExists.c.o
7614/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_8dc11.dir/CheckSymbolExists.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c
7615/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: unexpected type name 'off_t': expected expression
7616  return ((int*)(&off_t))[argc];
7617                  ^
76181 error generated.
7619make[1]: *** [CMakeFiles/cmTC_8dc11.dir/CheckSymbolExists.c.o] Error 1
7620make: *** [cmTC_8dc11/fast] Error 2
7621
7622File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
7623/* */
7624#include <sys/types.h>
7625
7626int main(int argc, char** argv)
7627{
7628  (void)argv;
7629#ifndef off_t
7630  return ((int*)(&off_t))[argc];
7631#else
7632  (void)argc;
7633  return 0;
7634#endif
7635}
7636
7637Determining if the size_t exist failed with the following output:
7638Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
7639
7640Run Build Command:"/usr/bin/make" "cmTC_79c6c/fast"
7641make -f CMakeFiles/cmTC_79c6c.dir/build.make CMakeFiles/cmTC_79c6c.dir/build
7642Building C object CMakeFiles/cmTC_79c6c.dir/CheckSymbolExists.c.o
7643/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_79c6c.dir/CheckSymbolExists.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c
7644/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: unexpected type name 'size_t': expected expression
7645  return ((int*)(&size_t))[argc];
7646                  ^
76471 error generated.
7648make[1]: *** [CMakeFiles/cmTC_79c6c.dir/CheckSymbolExists.c.o] Error 1
7649make: *** [cmTC_79c6c/fast] Error 2
7650
7651File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
7652/* */
7653#include <sys/types.h>
7654
7655int main(int argc, char** argv)
7656{
7657  (void)argv;
7658#ifndef size_t
7659  return ((int*)(&size_t))[argc];
7660#else
7661  (void)argc;
7662  return 0;
7663#endif
7664}
7665
7666Determining if the include file byteswap.h exists failed with the following output:
7667Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
7668
7669Run Build Command:"/usr/bin/make" "cmTC_c3113/fast"
7670make -f CMakeFiles/cmTC_c3113.dir/build.make CMakeFiles/cmTC_c3113.dir/build
7671Building C object CMakeFiles/cmTC_c3113.dir/CheckIncludeFile.c.o
7672/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_c3113.dir/CheckIncludeFile.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFile.c
7673/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'byteswap.h' file not found
7674#include <byteswap.h>
7675         ^~~~~~~~~~~~
76761 error generated.
7677make[1]: *** [CMakeFiles/cmTC_c3113.dir/CheckIncludeFile.c.o] Error 1
7678make: *** [cmTC_c3113/fast] Error 2
7679
7680
7681Performing C SOURCE FILE Test HAVE_BSWAP_16 failed with the following output:
7682Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
7683
7684Run Build Command:"/usr/bin/make" "cmTC_9fd0a/fast"
7685make -f CMakeFiles/cmTC_9fd0a.dir/build.make CMakeFiles/cmTC_9fd0a.dir/build
7686Building C object CMakeFiles/cmTC_9fd0a.dir/src.c.o
7687/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -DHAVE_BSWAP_16 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_9fd0a.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
7688/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:1:9: fatal error: 'byteswap.h' file not found
7689#include<byteswap.h>
7690        ^~~~~~~~~~~~
76911 error generated.
7692make[1]: *** [CMakeFiles/cmTC_9fd0a.dir/src.c.o] Error 1
7693make: *** [cmTC_9fd0a/fast] Error 2
7694
7695Source file was:
7696#include<byteswap.h>
7697int main(void){bswap_16(0);return 0;}
7698Performing C SOURCE FILE Test HAVE_BSWAP_32 failed with the following output:
7699Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
7700
7701Run Build Command:"/usr/bin/make" "cmTC_6006d/fast"
7702make -f CMakeFiles/cmTC_6006d.dir/build.make CMakeFiles/cmTC_6006d.dir/build
7703Building C object CMakeFiles/cmTC_6006d.dir/src.c.o
7704/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -DHAVE_BSWAP_32 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_6006d.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
7705/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:1:9: fatal error: 'byteswap.h' file not found
7706#include<byteswap.h>
7707        ^~~~~~~~~~~~
77081 error generated.
7709make[1]: *** [CMakeFiles/cmTC_6006d.dir/src.c.o] Error 1
7710make: *** [cmTC_6006d/fast] Error 2
7711
7712Source file was:
7713#include<byteswap.h>
7714int main(void){bswap_32(0);return 0;}
7715Performing C SOURCE FILE Test HAVE_BSWAP_64 failed with the following output:
7716Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
7717
7718Run Build Command:"/usr/bin/make" "cmTC_26c08/fast"
7719make -f CMakeFiles/cmTC_26c08.dir/build.make CMakeFiles/cmTC_26c08.dir/build
7720Building C object CMakeFiles/cmTC_26c08.dir/src.c.o
7721/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -DHAVE_BSWAP_64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_26c08.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
7722/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:1:9: fatal error: 'byteswap.h' file not found
7723#include<byteswap.h>
7724        ^~~~~~~~~~~~
77251 error generated.
7726make[1]: *** [CMakeFiles/cmTC_26c08.dir/src.c.o] Error 1
7727make: *** [cmTC_26c08/fast] Error 2
7728
7729Source file was:
7730#include<byteswap.h>
7731int main(void){bswap_64(0);return 0;}
7732Determining size of __int64 failed with the following output:
7733Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
7734
7735Run Build Command:"/usr/bin/make" "cmTC_4bd20/fast"
7736make -f CMakeFiles/cmTC_4bd20.dir/build.make CMakeFiles/cmTC_4bd20.dir/build
7737Building C object CMakeFiles/cmTC_4bd20.dir/__INT64.c.o
7738/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_4bd20.dir/__INT64.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/__INT64.c
7739/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/__INT64.c:19:12: error: use of undeclared identifier '__int64'
7740  ('0' + ((SIZE / 10000)%10)),
7741           ^
7742/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/__INT64.c:17:22: note: expanded from macro 'SIZE'
7743#define SIZE (sizeof(__int64))
7744                     ^
7745/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/__INT64.c:20:12: error: use of undeclared identifier '__int64'
7746  ('0' + ((SIZE / 1000)%10)),
7747           ^
7748/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/__INT64.c:17:22: note: expanded from macro 'SIZE'
7749#define SIZE (sizeof(__int64))
7750                     ^
7751/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/__INT64.c:21:12: error: use of undeclared identifier '__int64'
7752  ('0' + ((SIZE / 100)%10)),
7753           ^
7754/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/__INT64.c:17:22: note: expanded from macro 'SIZE'
7755#define SIZE (sizeof(__int64))
7756                     ^
7757/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/__INT64.c:22:12: error: use of undeclared identifier '__int64'
7758  ('0' + ((SIZE / 10)%10)),
7759           ^
7760/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/__INT64.c:17:22: note: expanded from macro 'SIZE'
7761#define SIZE (sizeof(__int64))
7762                     ^
7763/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/__INT64.c:23:12: error: use of undeclared identifier '__int64'
7764  ('0' +  (SIZE    % 10)),
7765           ^
7766/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/__INT64.c:17:22: note: expanded from macro 'SIZE'
7767#define SIZE (sizeof(__int64))
7768                     ^
77695 errors generated.
7770make[1]: *** [CMakeFiles/cmTC_4bd20.dir/__INT64.c.o] Error 1
7771make: *** [cmTC_4bd20/fast] Error 2
7772
7773/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/__INT64.c:
7774#include <sys/types.h>
7775#include <stdint.h>
7776#include <stddef.h>
7777
7778
7779#undef KEY
7780#if defined(__i386)
7781# define KEY '_','_','i','3','8','6'
7782#elif defined(__x86_64)
7783# define KEY '_','_','x','8','6','_','6','4'
7784#elif defined(__ppc__)
7785# define KEY '_','_','p','p','c','_','_'
7786#elif defined(__ppc64__)
7787# define KEY '_','_','p','p','c','6','4','_','_'
7788#endif
7789
7790#define SIZE (sizeof(__int64))
7791char info_size[] =  {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
7792  ('0' + ((SIZE / 10000)%10)),
7793  ('0' + ((SIZE / 1000)%10)),
7794  ('0' + ((SIZE / 100)%10)),
7795  ('0' + ((SIZE / 10)%10)),
7796  ('0' +  (SIZE    % 10)),
7797  ']',
7798#ifdef KEY
7799  ' ','k','e','y','[', KEY, ']',
7800#endif
7801  '\0'};
7802
7803#ifdef __CLASSIC_C__
7804int main(argc, argv) int argc; char *argv[];
7805#else
7806int main(int argc, char *argv[])
7807#endif
7808{
7809  int require = 0;
7810  require += info_size[argc];
7811  (void)argv;
7812  return require;
7813}
7814
7815
7816Determining size of unsigned __int64 failed with the following output:
7817Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
7818
7819Run Build Command:"/usr/bin/make" "cmTC_21b49/fast"
7820make -f CMakeFiles/cmTC_21b49.dir/build.make CMakeFiles/cmTC_21b49.dir/build
7821Building C object CMakeFiles/cmTC_21b49.dir/UNSIGNED___INT64.c.o
7822/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_21b49.dir/UNSIGNED___INT64.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c
7823/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:19:12: error: expected ')'
7824  ('0' + ((SIZE / 10000)%10)),
7825           ^
7826/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:17:31: note: expanded from macro 'SIZE'
7827#define SIZE (sizeof(unsigned __int64))
7828                              ^
7829/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:19:12: note: to match this '('
7830/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:17:21: note: expanded from macro 'SIZE'
7831#define SIZE (sizeof(unsigned __int64))
7832                    ^
7833/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:20:12: error: expected ')'
7834  ('0' + ((SIZE / 1000)%10)),
7835           ^
7836/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:17:31: note: expanded from macro 'SIZE'
7837#define SIZE (sizeof(unsigned __int64))
7838                              ^
7839/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:20:12: note: to match this '('
7840/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:17:21: note: expanded from macro 'SIZE'
7841#define SIZE (sizeof(unsigned __int64))
7842                    ^
7843/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:21:12: error: expected ')'
7844  ('0' + ((SIZE / 100)%10)),
7845           ^
7846/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:17:31: note: expanded from macro 'SIZE'
7847#define SIZE (sizeof(unsigned __int64))
7848                              ^
7849/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:21:12: note: to match this '('
7850/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:17:21: note: expanded from macro 'SIZE'
7851#define SIZE (sizeof(unsigned __int64))
7852                    ^
7853/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:22:12: error: expected ')'
7854  ('0' + ((SIZE / 10)%10)),
7855           ^
7856/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:17:31: note: expanded from macro 'SIZE'
7857#define SIZE (sizeof(unsigned __int64))
7858                              ^
7859/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:22:12: note: to match this '('
7860/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:17:21: note: expanded from macro 'SIZE'
7861#define SIZE (sizeof(unsigned __int64))
7862                    ^
7863/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:23:12: error: expected ')'
7864  ('0' +  (SIZE    % 10)),
7865           ^
7866/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:17:31: note: expanded from macro 'SIZE'
7867#define SIZE (sizeof(unsigned __int64))
7868                              ^
7869/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:23:12: note: to match this '('
7870/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:17:21: note: expanded from macro 'SIZE'
7871#define SIZE (sizeof(unsigned __int64))
7872                    ^
78735 errors generated.
7874make[1]: *** [CMakeFiles/cmTC_21b49.dir/UNSIGNED___INT64.c.o] Error 1
7875make: *** [cmTC_21b49/fast] Error 2
7876
7877/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:
7878#include <sys/types.h>
7879#include <stdint.h>
7880#include <stddef.h>
7881
7882
7883#undef KEY
7884#if defined(__i386)
7885# define KEY '_','_','i','3','8','6'
7886#elif defined(__x86_64)
7887# define KEY '_','_','x','8','6','_','6','4'
7888#elif defined(__ppc__)
7889# define KEY '_','_','p','p','c','_','_'
7890#elif defined(__ppc64__)
7891# define KEY '_','_','p','p','c','6','4','_','_'
7892#endif
7893
7894#define SIZE (sizeof(unsigned __int64))
7895char info_size[] =  {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
7896  ('0' + ((SIZE / 10000)%10)),
7897  ('0' + ((SIZE / 1000)%10)),
7898  ('0' + ((SIZE / 100)%10)),
7899  ('0' + ((SIZE / 10)%10)),
7900  ('0' +  (SIZE    % 10)),
7901  ']',
7902#ifdef KEY
7903  ' ','k','e','y','[', KEY, ']',
7904#endif
7905  '\0'};
7906
7907#ifdef __CLASSIC_C__
7908int main(argc, argv) int argc; char *argv[];
7909#else
7910int main(int argc, char *argv[])
7911#endif
7912{
7913  int require = 0;
7914  require += info_size[argc];
7915  (void)argv;
7916  return require;
7917}
7918
7919
7920Determining if the BZ2_bzCompressInit exist failed with the following output:
7921Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
7922
7923Run Build Command:"/usr/bin/make" "cmTC_9e1a7/fast"
7924make -f CMakeFiles/cmTC_9e1a7.dir/build.make CMakeFiles/cmTC_9e1a7.dir/build
7925Building C object CMakeFiles/cmTC_9e1a7.dir/CheckSymbolExists.c.o
7926/Library/Developer/CommandLineTools/usr/bin/clang  -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmbzip2  -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_9e1a7.dir/CheckSymbolExists.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c
7927Linking C executable cmTC_9e1a7
7928/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_9e1a7.dir/link.txt --verbose=1
7929/Library/Developer/CommandLineTools/usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  CMakeFiles/cmTC_9e1a7.dir/CheckSymbolExists.c.o  -o cmTC_9e1a7 -lcmbzip2
7930ld: library 'cmbzip2' not found
7931clang: error: linker command failed with exit code 1 (use -v to see invocation)
7932make[1]: *** [cmTC_9e1a7] Error 1
7933make: *** [cmTC_9e1a7/fast] Error 2
7934
7935File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
7936/* */
7937#include <bzlib.h>
7938
7939int main(int argc, char** argv)
7940{
7941  (void)argv;
7942#ifndef BZ2_bzCompressInit
7943  return ((int*)(&BZ2_bzCompressInit))[argc];
7944#else
7945  (void)argc;
7946  return 0;
7947#endif
7948}
7949
7950Determining if files sys/types.h;ctype.h;copyfile.h;direct.h exist failed with the following output:
7951Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
7952
7953Run Build Command:"/usr/bin/make" "cmTC_dca8e/fast"
7954make -f CMakeFiles/cmTC_dca8e.dir/build.make CMakeFiles/cmTC_dca8e.dir/build
7955Building C object CMakeFiles/cmTC_dca8e.dir/CheckIncludeFiles.c.o
7956/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_dca8e.dir/CheckIncludeFiles.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
7957/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:5:10: fatal error: 'direct.h' file not found
7958#include <direct.h>
7959         ^~~~~~~~~~
79601 error generated.
7961make[1]: *** [CMakeFiles/cmTC_dca8e.dir/CheckIncludeFiles.c.o] Error 1
7962make: *** [cmTC_dca8e/fast] Error 2
7963
7964Source:
7965/* */
7966#include <sys/types.h>
7967#include <ctype.h>
7968#include <copyfile.h>
7969#include <direct.h>
7970
7971
7972int main(void){return 0;}
7973
7974Determining if files sys/types.h;ctype.h;copyfile.h;dlfcn.h;errno.h;ext2fs/ext2_fs.h exist failed with the following output:
7975Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
7976
7977Run Build Command:"/usr/bin/make" "cmTC_fdbce/fast"
7978make -f CMakeFiles/cmTC_fdbce.dir/build.make CMakeFiles/cmTC_fdbce.dir/build
7979Building C object CMakeFiles/cmTC_fdbce.dir/CheckIncludeFiles.c.o
7980/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_fdbce.dir/CheckIncludeFiles.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
7981/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:7:10: fatal error: 'ext2fs/ext2_fs.h' file not found
7982#include <ext2fs/ext2_fs.h>
7983         ^~~~~~~~~~~~~~~~~~
79841 error generated.
7985make[1]: *** [CMakeFiles/cmTC_fdbce.dir/CheckIncludeFiles.c.o] Error 1
7986make: *** [cmTC_fdbce/fast] Error 2
7987
7988Source:
7989/* */
7990#include <sys/types.h>
7991#include <ctype.h>
7992#include <copyfile.h>
7993#include <dlfcn.h>
7994#include <errno.h>
7995#include <ext2fs/ext2_fs.h>
7996
7997
7998int main(void){return 0;}
7999
8000Performing C SOURCE FILE Test HAVE_WORKING_EXT2_IOC_GETFLAGS failed with the following output:
8001Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8002
8003Run Build Command:"/usr/bin/make" "cmTC_c7385/fast"
8004make -f CMakeFiles/cmTC_c7385.dir/build.make CMakeFiles/cmTC_c7385.dir/build
8005Building C object CMakeFiles/cmTC_c7385.dir/src.c.o
8006/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_WORKING_EXT2_IOC_GETFLAGS -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_c7385.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
8007/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:2:10: fatal error: 'ext2fs/ext2_fs.h' file not found
8008#include <ext2fs/ext2_fs.h>
8009         ^~~~~~~~~~~~~~~~~~
80101 error generated.
8011make[1]: *** [CMakeFiles/cmTC_c7385.dir/src.c.o] Error 1
8012make: *** [cmTC_c7385/fast] Error 2
8013
8014Source file was:
8015#include <sys/ioctl.h>
8016#include <ext2fs/ext2_fs.h>
8017int main(void) { return EXT2_IOC_GETFLAGS; }
8018Determining if files sys/types.h;ctype.h;copyfile.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h exist failed with the following output:
8019Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8020
8021Run Build Command:"/usr/bin/make" "cmTC_4814f/fast"
8022make -f CMakeFiles/cmTC_4814f.dir/build.make CMakeFiles/cmTC_4814f.dir/build
8023Building C object CMakeFiles/cmTC_4814f.dir/CheckIncludeFiles.c.o
8024/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_4814f.dir/CheckIncludeFiles.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
8025/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:12:10: fatal error: 'linux/types.h' file not found
8026#include <linux/types.h>
8027         ^~~~~~~~~~~~~~~
80281 error generated.
8029make[1]: *** [CMakeFiles/cmTC_4814f.dir/CheckIncludeFiles.c.o] Error 1
8030make: *** [cmTC_4814f/fast] Error 2
8031
8032Source:
8033/* */
8034#include <sys/types.h>
8035#include <ctype.h>
8036#include <copyfile.h>
8037#include <dlfcn.h>
8038#include <errno.h>
8039#include <fcntl.h>
8040#include <grp.h>
8041#include <inttypes.h>
8042#include <langinfo.h>
8043#include <limits.h>
8044#include <linux/types.h>
8045
8046
8047int main(void){return 0;}
8048
8049Determining if files sys/types.h;ctype.h;copyfile.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/fiemap.h exist failed with the following output:
8050Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8051
8052Run Build Command:"/usr/bin/make" "cmTC_eb631/fast"
8053make -f CMakeFiles/cmTC_eb631.dir/build.make CMakeFiles/cmTC_eb631.dir/build
8054Building C object CMakeFiles/cmTC_eb631.dir/CheckIncludeFiles.c.o
8055/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_eb631.dir/CheckIncludeFiles.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
8056/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:12:10: fatal error: 'linux/fiemap.h' file not found
8057#include <linux/fiemap.h>
8058         ^~~~~~~~~~~~~~~~
80591 error generated.
8060make[1]: *** [CMakeFiles/cmTC_eb631.dir/CheckIncludeFiles.c.o] Error 1
8061make: *** [cmTC_eb631/fast] Error 2
8062
8063Source:
8064/* */
8065#include <sys/types.h>
8066#include <ctype.h>
8067#include <copyfile.h>
8068#include <dlfcn.h>
8069#include <errno.h>
8070#include <fcntl.h>
8071#include <grp.h>
8072#include <inttypes.h>
8073#include <langinfo.h>
8074#include <limits.h>
8075#include <linux/fiemap.h>
8076
8077
8078int main(void){return 0;}
8079
8080Determining if files sys/types.h;ctype.h;copyfile.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/fs.h exist failed with the following output:
8081Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8082
8083Run Build Command:"/usr/bin/make" "cmTC_e91fc/fast"
8084make -f CMakeFiles/cmTC_e91fc.dir/build.make CMakeFiles/cmTC_e91fc.dir/build
8085Building C object CMakeFiles/cmTC_e91fc.dir/CheckIncludeFiles.c.o
8086/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_e91fc.dir/CheckIncludeFiles.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
8087/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:12:10: fatal error: 'linux/fs.h' file not found
8088#include <linux/fs.h>
8089         ^~~~~~~~~~~~
80901 error generated.
8091make[1]: *** [CMakeFiles/cmTC_e91fc.dir/CheckIncludeFiles.c.o] Error 1
8092make: *** [cmTC_e91fc/fast] Error 2
8093
8094Source:
8095/* */
8096#include <sys/types.h>
8097#include <ctype.h>
8098#include <copyfile.h>
8099#include <dlfcn.h>
8100#include <errno.h>
8101#include <fcntl.h>
8102#include <grp.h>
8103#include <inttypes.h>
8104#include <langinfo.h>
8105#include <limits.h>
8106#include <linux/fs.h>
8107
8108
8109int main(void){return 0;}
8110
8111Performing C SOURCE FILE Test HAVE_WORKING_FS_IOC_GETFLAGS failed with the following output:
8112Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8113
8114Run Build Command:"/usr/bin/make" "cmTC_a064c/fast"
8115make -f CMakeFiles/cmTC_a064c.dir/build.make CMakeFiles/cmTC_a064c.dir/build
8116Building C object CMakeFiles/cmTC_a064c.dir/src.c.o
8117/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_WORKING_FS_IOC_GETFLAGS -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_a064c.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
8118/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:2:10: fatal error: 'linux/fs.h' file not found
8119#include <linux/fs.h>
8120         ^~~~~~~~~~~~
81211 error generated.
8122make[1]: *** [CMakeFiles/cmTC_a064c.dir/src.c.o] Error 1
8123make: *** [cmTC_a064c/fast] Error 2
8124
8125Source file was:
8126#include <sys/ioctl.h>
8127#include <linux/fs.h>
8128int main(void) { return FS_IOC_GETFLAGS; }
8129Determining if files sys/types.h;ctype.h;copyfile.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/magic.h exist failed with the following output:
8130Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8131
8132Run Build Command:"/usr/bin/make" "cmTC_a624e/fast"
8133make -f CMakeFiles/cmTC_a624e.dir/build.make CMakeFiles/cmTC_a624e.dir/build
8134Building C object CMakeFiles/cmTC_a624e.dir/CheckIncludeFiles.c.o
8135/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_a624e.dir/CheckIncludeFiles.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
8136/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:12:10: fatal error: 'linux/magic.h' file not found
8137#include <linux/magic.h>
8138         ^~~~~~~~~~~~~~~
81391 error generated.
8140make[1]: *** [CMakeFiles/cmTC_a624e.dir/CheckIncludeFiles.c.o] Error 1
8141make: *** [cmTC_a624e/fast] Error 2
8142
8143Source:
8144/* */
8145#include <sys/types.h>
8146#include <ctype.h>
8147#include <copyfile.h>
8148#include <dlfcn.h>
8149#include <errno.h>
8150#include <fcntl.h>
8151#include <grp.h>
8152#include <inttypes.h>
8153#include <langinfo.h>
8154#include <limits.h>
8155#include <linux/magic.h>
8156
8157
8158int main(void){return 0;}
8159
8160Determining if files sys/types.h;ctype.h;copyfile.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;locale.h;memory.h;paths.h;poll.h;pwd.h;readpassphrase.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/acl.h;sys/cdefs.h;sys/ioctl.h;sys/mkdev.h exist failed with the following output:
8161Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8162
8163Run Build Command:"/usr/bin/make" "cmTC_bf78e/fast"
8164make -f CMakeFiles/cmTC_bf78e.dir/build.make CMakeFiles/cmTC_bf78e.dir/build
8165Building C object CMakeFiles/cmTC_bf78e.dir/CheckIncludeFiles.c.o
8166/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_bf78e.dir/CheckIncludeFiles.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
8167/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:29:10: fatal error: 'sys/mkdev.h' file not found
8168#include <sys/mkdev.h>
8169         ^~~~~~~~~~~~~
81701 error generated.
8171make[1]: *** [CMakeFiles/cmTC_bf78e.dir/CheckIncludeFiles.c.o] Error 1
8172make: *** [cmTC_bf78e/fast] Error 2
8173
8174Source:
8175/* */
8176#include <sys/types.h>
8177#include <ctype.h>
8178#include <copyfile.h>
8179#include <dlfcn.h>
8180#include <errno.h>
8181#include <fcntl.h>
8182#include <grp.h>
8183#include <inttypes.h>
8184#include <langinfo.h>
8185#include <limits.h>
8186#include <locale.h>
8187#include <memory.h>
8188#include <paths.h>
8189#include <poll.h>
8190#include <pwd.h>
8191#include <readpassphrase.h>
8192#include <regex.h>
8193#include <signal.h>
8194#include <spawn.h>
8195#include <stdarg.h>
8196#include <stdint.h>
8197#include <stdlib.h>
8198#include <string.h>
8199#include <strings.h>
8200#include <sys/acl.h>
8201#include <sys/cdefs.h>
8202#include <sys/ioctl.h>
8203#include <sys/mkdev.h>
8204
8205
8206int main(void){return 0;}
8207
8208Determining if files sys/types.h;ctype.h;copyfile.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;locale.h;memory.h;paths.h;poll.h;pwd.h;readpassphrase.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/acl.h;sys/cdefs.h;sys/ioctl.h;sys/mount.h;sys/param.h;sys/poll.h;sys/select.h;sys/stat.h;sys/statfs.h exist failed with the following output:
8209Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8210
8211Run Build Command:"/usr/bin/make" "cmTC_d7e8a/fast"
8212make -f CMakeFiles/cmTC_d7e8a.dir/build.make CMakeFiles/cmTC_d7e8a.dir/build
8213Building C object CMakeFiles/cmTC_d7e8a.dir/CheckIncludeFiles.c.o
8214/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_d7e8a.dir/CheckIncludeFiles.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
8215/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:34:10: fatal error: 'sys/statfs.h' file not found
8216#include <sys/statfs.h>
8217         ^~~~~~~~~~~~~~
82181 error generated.
8219make[1]: *** [CMakeFiles/cmTC_d7e8a.dir/CheckIncludeFiles.c.o] Error 1
8220make: *** [cmTC_d7e8a/fast] Error 2
8221
8222Source:
8223/* */
8224#include <sys/types.h>
8225#include <ctype.h>
8226#include <copyfile.h>
8227#include <dlfcn.h>
8228#include <errno.h>
8229#include <fcntl.h>
8230#include <grp.h>
8231#include <inttypes.h>
8232#include <langinfo.h>
8233#include <limits.h>
8234#include <locale.h>
8235#include <memory.h>
8236#include <paths.h>
8237#include <poll.h>
8238#include <pwd.h>
8239#include <readpassphrase.h>
8240#include <regex.h>
8241#include <signal.h>
8242#include <spawn.h>
8243#include <stdarg.h>
8244#include <stdint.h>
8245#include <stdlib.h>
8246#include <string.h>
8247#include <strings.h>
8248#include <sys/acl.h>
8249#include <sys/cdefs.h>
8250#include <sys/ioctl.h>
8251#include <sys/mount.h>
8252#include <sys/param.h>
8253#include <sys/poll.h>
8254#include <sys/select.h>
8255#include <sys/stat.h>
8256#include <sys/statfs.h>
8257
8258
8259int main(void){return 0;}
8260
8261Determining if files sys/types.h;ctype.h;copyfile.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;locale.h;memory.h;paths.h;poll.h;pwd.h;readpassphrase.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/acl.h;sys/cdefs.h;sys/ioctl.h;sys/mount.h;sys/param.h;sys/poll.h;sys/select.h;sys/stat.h;sys/statvfs.h;sys/time.h;sys/utsname.h;sys/vfs.h exist failed with the following output:
8262Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8263
8264Run Build Command:"/usr/bin/make" "cmTC_1a1c0/fast"
8265make -f CMakeFiles/cmTC_1a1c0.dir/build.make CMakeFiles/cmTC_1a1c0.dir/build
8266Building C object CMakeFiles/cmTC_1a1c0.dir/CheckIncludeFiles.c.o
8267/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_1a1c0.dir/CheckIncludeFiles.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
8268/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:37:10: fatal error: 'sys/vfs.h' file not found
8269#include <sys/vfs.h>
8270         ^~~~~~~~~~~
82711 error generated.
8272make[1]: *** [CMakeFiles/cmTC_1a1c0.dir/CheckIncludeFiles.c.o] Error 1
8273make: *** [cmTC_1a1c0/fast] Error 2
8274
8275Source:
8276/* */
8277#include <sys/types.h>
8278#include <ctype.h>
8279#include <copyfile.h>
8280#include <dlfcn.h>
8281#include <errno.h>
8282#include <fcntl.h>
8283#include <grp.h>
8284#include <inttypes.h>
8285#include <langinfo.h>
8286#include <limits.h>
8287#include <locale.h>
8288#include <memory.h>
8289#include <paths.h>
8290#include <poll.h>
8291#include <pwd.h>
8292#include <readpassphrase.h>
8293#include <regex.h>
8294#include <signal.h>
8295#include <spawn.h>
8296#include <stdarg.h>
8297#include <stdint.h>
8298#include <stdlib.h>
8299#include <string.h>
8300#include <strings.h>
8301#include <sys/acl.h>
8302#include <sys/cdefs.h>
8303#include <sys/ioctl.h>
8304#include <sys/mount.h>
8305#include <sys/param.h>
8306#include <sys/poll.h>
8307#include <sys/select.h>
8308#include <sys/stat.h>
8309#include <sys/statvfs.h>
8310#include <sys/time.h>
8311#include <sys/utsname.h>
8312#include <sys/vfs.h>
8313
8314
8315int main(void){return 0;}
8316
8317Determining if files sys/types.h;ctype.h;copyfile.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;locale.h;memory.h;paths.h;poll.h;pwd.h;readpassphrase.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/acl.h;sys/cdefs.h;sys/ioctl.h;sys/mount.h;sys/param.h;sys/poll.h;sys/select.h;sys/stat.h;sys/statvfs.h;sys/time.h;sys/utsname.h;sys/wait.h;time.h;unistd.h;utime.h;wchar.h;wctype.h;windows.h exist failed with the following output:
8318Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8319
8320Run Build Command:"/usr/bin/make" "cmTC_b5717/fast"
8321make -f CMakeFiles/cmTC_b5717.dir/build.make CMakeFiles/cmTC_b5717.dir/build
8322Building C object CMakeFiles/cmTC_b5717.dir/CheckIncludeFiles.c.o
8323/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_b5717.dir/CheckIncludeFiles.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
8324/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:43:10: fatal error: 'windows.h' file not found
8325#include <windows.h>
8326         ^~~~~~~~~~~
83271 error generated.
8328make[1]: *** [CMakeFiles/cmTC_b5717.dir/CheckIncludeFiles.c.o] Error 1
8329make: *** [cmTC_b5717/fast] Error 2
8330
8331Source:
8332/* */
8333#include <sys/types.h>
8334#include <ctype.h>
8335#include <copyfile.h>
8336#include <dlfcn.h>
8337#include <errno.h>
8338#include <fcntl.h>
8339#include <grp.h>
8340#include <inttypes.h>
8341#include <langinfo.h>
8342#include <limits.h>
8343#include <locale.h>
8344#include <memory.h>
8345#include <paths.h>
8346#include <poll.h>
8347#include <pwd.h>
8348#include <readpassphrase.h>
8349#include <regex.h>
8350#include <signal.h>
8351#include <spawn.h>
8352#include <stdarg.h>
8353#include <stdint.h>
8354#include <stdlib.h>
8355#include <string.h>
8356#include <strings.h>
8357#include <sys/acl.h>
8358#include <sys/cdefs.h>
8359#include <sys/ioctl.h>
8360#include <sys/mount.h>
8361#include <sys/param.h>
8362#include <sys/poll.h>
8363#include <sys/select.h>
8364#include <sys/stat.h>
8365#include <sys/statvfs.h>
8366#include <sys/time.h>
8367#include <sys/utsname.h>
8368#include <sys/wait.h>
8369#include <time.h>
8370#include <unistd.h>
8371#include <utime.h>
8372#include <wchar.h>
8373#include <wctype.h>
8374#include <windows.h>
8375
8376
8377int main(void){return 0;}
8378
8379Determining if files sys/types.h;ctype.h;copyfile.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;locale.h;memory.h;paths.h;poll.h;pwd.h;readpassphrase.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/acl.h;sys/cdefs.h;sys/ioctl.h;sys/mount.h;sys/param.h;sys/poll.h;sys/select.h;sys/stat.h;sys/statvfs.h;sys/time.h;sys/utsname.h;sys/wait.h;time.h;unistd.h;utime.h;wchar.h;wctype.h;wincrypt.h exist failed with the following output:
8380Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8381
8382Run Build Command:"/usr/bin/make" "cmTC_e1f0d/fast"
8383make -f CMakeFiles/cmTC_e1f0d.dir/build.make CMakeFiles/cmTC_e1f0d.dir/build
8384Building C object CMakeFiles/cmTC_e1f0d.dir/CheckIncludeFiles.c.o
8385/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_e1f0d.dir/CheckIncludeFiles.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
8386/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:43:10: fatal error: 'wincrypt.h' file not found
8387#include <wincrypt.h>
8388         ^~~~~~~~~~~~
83891 error generated.
8390make[1]: *** [CMakeFiles/cmTC_e1f0d.dir/CheckIncludeFiles.c.o] Error 1
8391make: *** [cmTC_e1f0d/fast] Error 2
8392
8393Source:
8394/* */
8395#include <sys/types.h>
8396#include <ctype.h>
8397#include <copyfile.h>
8398#include <dlfcn.h>
8399#include <errno.h>
8400#include <fcntl.h>
8401#include <grp.h>
8402#include <inttypes.h>
8403#include <langinfo.h>
8404#include <limits.h>
8405#include <locale.h>
8406#include <memory.h>
8407#include <paths.h>
8408#include <poll.h>
8409#include <pwd.h>
8410#include <readpassphrase.h>
8411#include <regex.h>
8412#include <signal.h>
8413#include <spawn.h>
8414#include <stdarg.h>
8415#include <stdint.h>
8416#include <stdlib.h>
8417#include <string.h>
8418#include <strings.h>
8419#include <sys/acl.h>
8420#include <sys/cdefs.h>
8421#include <sys/ioctl.h>
8422#include <sys/mount.h>
8423#include <sys/param.h>
8424#include <sys/poll.h>
8425#include <sys/select.h>
8426#include <sys/stat.h>
8427#include <sys/statvfs.h>
8428#include <sys/time.h>
8429#include <sys/utsname.h>
8430#include <sys/wait.h>
8431#include <time.h>
8432#include <unistd.h>
8433#include <utime.h>
8434#include <wchar.h>
8435#include <wctype.h>
8436#include <wincrypt.h>
8437
8438
8439int main(void){return 0;}
8440
8441Determining if files sys/types.h;ctype.h;copyfile.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;locale.h;memory.h;paths.h;poll.h;pwd.h;readpassphrase.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/acl.h;sys/cdefs.h;sys/ioctl.h;sys/mount.h;sys/param.h;sys/poll.h;sys/select.h;sys/stat.h;sys/statvfs.h;sys/time.h;sys/utsname.h;sys/wait.h;time.h;unistd.h;utime.h;wchar.h;wctype.h;winioctl.h exist failed with the following output:
8442Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8443
8444Run Build Command:"/usr/bin/make" "cmTC_c427b/fast"
8445make -f CMakeFiles/cmTC_c427b.dir/build.make CMakeFiles/cmTC_c427b.dir/build
8446Building C object CMakeFiles/cmTC_c427b.dir/CheckIncludeFiles.c.o
8447/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_c427b.dir/CheckIncludeFiles.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
8448/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:43:10: fatal error: 'winioctl.h' file not found
8449#include <winioctl.h>
8450         ^~~~~~~~~~~~
84511 error generated.
8452make[1]: *** [CMakeFiles/cmTC_c427b.dir/CheckIncludeFiles.c.o] Error 1
8453make: *** [cmTC_c427b/fast] Error 2
8454
8455Source:
8456/* */
8457#include <sys/types.h>
8458#include <ctype.h>
8459#include <copyfile.h>
8460#include <dlfcn.h>
8461#include <errno.h>
8462#include <fcntl.h>
8463#include <grp.h>
8464#include <inttypes.h>
8465#include <langinfo.h>
8466#include <limits.h>
8467#include <locale.h>
8468#include <memory.h>
8469#include <paths.h>
8470#include <poll.h>
8471#include <pwd.h>
8472#include <readpassphrase.h>
8473#include <regex.h>
8474#include <signal.h>
8475#include <spawn.h>
8476#include <stdarg.h>
8477#include <stdint.h>
8478#include <stdlib.h>
8479#include <string.h>
8480#include <strings.h>
8481#include <sys/acl.h>
8482#include <sys/cdefs.h>
8483#include <sys/ioctl.h>
8484#include <sys/mount.h>
8485#include <sys/param.h>
8486#include <sys/poll.h>
8487#include <sys/select.h>
8488#include <sys/stat.h>
8489#include <sys/statvfs.h>
8490#include <sys/time.h>
8491#include <sys/utsname.h>
8492#include <sys/wait.h>
8493#include <time.h>
8494#include <unistd.h>
8495#include <utime.h>
8496#include <wchar.h>
8497#include <wctype.h>
8498#include <winioctl.h>
8499
8500
8501int main(void){return 0;}
8502
8503Determining if the function MD5Init exists in the md failed with the following output:
8504Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8505
8506Run Build Command:"/usr/bin/make" "cmTC_7496d/fast"
8507make -f CMakeFiles/cmTC_7496d.dir/build.make CMakeFiles/cmTC_7496d.dir/build
8508Building C object CMakeFiles/cmTC_7496d.dir/CheckFunctionExists.c.o
8509/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DCHECK_FUNCTION_EXISTS=MD5Init -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_7496d.dir/CheckFunctionExists.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Modules/CheckFunctionExists.c
8510Linking C executable cmTC_7496d
8511/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_7496d.dir/link.txt --verbose=1
8512/Library/Developer/CommandLineTools/usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DCHECK_FUNCTION_EXISTS=MD5Init -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  CMakeFiles/cmTC_7496d.dir/CheckFunctionExists.c.o  -o cmTC_7496d -lmd
8513ld: Undefined symbols:
8514  _MD5Init, referenced from:
8515      _main in CheckFunctionExists.c.o
8516clang: error: linker command failed with exit code 1 (use -v to see invocation)
8517make[1]: *** [cmTC_7496d] Error 1
8518make: *** [cmTC_7496d/fast] Error 2
8519
8520
8521Determining if the _CrtSetReportMode exist failed with the following output:
8522Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8523
8524Run Build Command:"/usr/bin/make" "cmTC_8a0ef/fast"
8525make -f CMakeFiles/cmTC_8a0ef.dir/build.make CMakeFiles/cmTC_8a0ef.dir/build
8526Building C object CMakeFiles/cmTC_8a0ef.dir/CheckSymbolExists.c.o
8527/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_8a0ef.dir/CheckSymbolExists.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c
8528/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: 'crtdbg.h' file not found
8529#include <crtdbg.h>
8530         ^~~~~~~~~~
85311 error generated.
8532make[1]: *** [CMakeFiles/cmTC_8a0ef.dir/CheckSymbolExists.c.o] Error 1
8533make: *** [cmTC_8a0ef/fast] Error 2
8534
8535File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
8536/* */
8537#include <crtdbg.h>
8538
8539int main(int argc, char** argv)
8540{
8541  (void)argv;
8542#ifndef _CrtSetReportMode
8543  return ((int*)(&_CrtSetReportMode))[argc];
8544#else
8545  (void)argc;
8546  return 0;
8547#endif
8548}
8549
8550Determining if the function futimesat exists failed with the following output:
8551Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8552
8553Run Build Command:"/usr/bin/make" "cmTC_dd44d/fast"
8554make -f CMakeFiles/cmTC_dd44d.dir/build.make CMakeFiles/cmTC_dd44d.dir/build
8555Building C object CMakeFiles/cmTC_dd44d.dir/CheckFunctionExists.c.o
8556/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DCHECK_FUNCTION_EXISTS=futimesat -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_dd44d.dir/CheckFunctionExists.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Modules/CheckFunctionExists.c
8557Linking C executable cmTC_dd44d
8558/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_dd44d.dir/link.txt --verbose=1
8559/Library/Developer/CommandLineTools/usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DCHECK_FUNCTION_EXISTS=futimesat -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  CMakeFiles/cmTC_dd44d.dir/CheckFunctionExists.c.o  -o cmTC_dd44d
8560ld: Undefined symbols:
8561  _futimesat, referenced from:
8562      _main in CheckFunctionExists.c.o
8563clang: error: linker command failed with exit code 1 (use -v to see invocation)
8564make[1]: *** [cmTC_dd44d] Error 1
8565make: *** [cmTC_dd44d/fast] Error 2
8566
8567
8568Determining if the function strncpy_s exists failed with the following output:
8569Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8570
8571Run Build Command:"/usr/bin/make" "cmTC_ffbea/fast"
8572make -f CMakeFiles/cmTC_ffbea.dir/build.make CMakeFiles/cmTC_ffbea.dir/build
8573Building C object CMakeFiles/cmTC_ffbea.dir/CheckFunctionExists.c.o
8574/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DCHECK_FUNCTION_EXISTS=strncpy_s -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_ffbea.dir/CheckFunctionExists.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Modules/CheckFunctionExists.c
8575Linking C executable cmTC_ffbea
8576/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_ffbea.dir/link.txt --verbose=1
8577/Library/Developer/CommandLineTools/usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DCHECK_FUNCTION_EXISTS=strncpy_s -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  CMakeFiles/cmTC_ffbea.dir/CheckFunctionExists.c.o  -o cmTC_ffbea
8578ld: Undefined symbols:
8579  _strncpy_s, referenced from:
8580      _main in CheckFunctionExists.c.o
8581clang: error: linker command failed with exit code 1 (use -v to see invocation)
8582make[1]: *** [cmTC_ffbea] Error 1
8583make: *** [cmTC_ffbea/fast] Error 2
8584
8585
8586Determining if the function _ctime64_s exists failed with the following output:
8587Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8588
8589Run Build Command:"/usr/bin/make" "cmTC_54572/fast"
8590make -f CMakeFiles/cmTC_54572.dir/build.make CMakeFiles/cmTC_54572.dir/build
8591Building C object CMakeFiles/cmTC_54572.dir/CheckFunctionExists.c.o
8592/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DCHECK_FUNCTION_EXISTS=_ctime64_s -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_54572.dir/CheckFunctionExists.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Modules/CheckFunctionExists.c
8593Linking C executable cmTC_54572
8594/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_54572.dir/link.txt --verbose=1
8595/Library/Developer/CommandLineTools/usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DCHECK_FUNCTION_EXISTS=_ctime64_s -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  CMakeFiles/cmTC_54572.dir/CheckFunctionExists.c.o  -o cmTC_54572
8596ld: Undefined symbols:
8597  __ctime64_s, referenced from:
8598      _main in CheckFunctionExists.c.o
8599clang: error: linker command failed with exit code 1 (use -v to see invocation)
8600make[1]: *** [cmTC_54572] Error 1
8601make: *** [cmTC_54572/fast] Error 2
8602
8603
8604Determining if the function _fseeki64 exists failed with the following output:
8605Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8606
8607Run Build Command:"/usr/bin/make" "cmTC_39f92/fast"
8608make -f CMakeFiles/cmTC_39f92.dir/build.make CMakeFiles/cmTC_39f92.dir/build
8609Building C object CMakeFiles/cmTC_39f92.dir/CheckFunctionExists.c.o
8610/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DCHECK_FUNCTION_EXISTS=_fseeki64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_39f92.dir/CheckFunctionExists.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Modules/CheckFunctionExists.c
8611Linking C executable cmTC_39f92
8612/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_39f92.dir/link.txt --verbose=1
8613/Library/Developer/CommandLineTools/usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DCHECK_FUNCTION_EXISTS=_fseeki64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  CMakeFiles/cmTC_39f92.dir/CheckFunctionExists.c.o  -o cmTC_39f92
8614ld: Undefined symbols:
8615  __fseeki64, referenced from:
8616      _main in CheckFunctionExists.c.o
8617clang: error: linker command failed with exit code 1 (use -v to see invocation)
8618make[1]: *** [cmTC_39f92] Error 1
8619make: *** [cmTC_39f92/fast] Error 2
8620
8621
8622Determining if the function _get_timezone exists failed with the following output:
8623Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8624
8625Run Build Command:"/usr/bin/make" "cmTC_5d354/fast"
8626make -f CMakeFiles/cmTC_5d354.dir/build.make CMakeFiles/cmTC_5d354.dir/build
8627Building C object CMakeFiles/cmTC_5d354.dir/CheckFunctionExists.c.o
8628/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DCHECK_FUNCTION_EXISTS=_get_timezone -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_5d354.dir/CheckFunctionExists.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Modules/CheckFunctionExists.c
8629Linking C executable cmTC_5d354
8630/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_5d354.dir/link.txt --verbose=1
8631/Library/Developer/CommandLineTools/usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DCHECK_FUNCTION_EXISTS=_get_timezone -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  CMakeFiles/cmTC_5d354.dir/CheckFunctionExists.c.o  -o cmTC_5d354
8632ld: Undefined symbols:
8633  __get_timezone, referenced from:
8634      _main in CheckFunctionExists.c.o
8635clang: error: linker command failed with exit code 1 (use -v to see invocation)
8636make[1]: *** [cmTC_5d354] Error 1
8637make: *** [cmTC_5d354/fast] Error 2
8638
8639
8640Determining if the function _localtime64_s exists failed with the following output:
8641Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8642
8643Run Build Command:"/usr/bin/make" "cmTC_741e3/fast"
8644make -f CMakeFiles/cmTC_741e3.dir/build.make CMakeFiles/cmTC_741e3.dir/build
8645Building C object CMakeFiles/cmTC_741e3.dir/CheckFunctionExists.c.o
8646/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DCHECK_FUNCTION_EXISTS=_localtime64_s -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_741e3.dir/CheckFunctionExists.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Modules/CheckFunctionExists.c
8647Linking C executable cmTC_741e3
8648/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_741e3.dir/link.txt --verbose=1
8649/Library/Developer/CommandLineTools/usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DCHECK_FUNCTION_EXISTS=_localtime64_s -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  CMakeFiles/cmTC_741e3.dir/CheckFunctionExists.c.o  -o cmTC_741e3
8650ld: Undefined symbols:
8651  __localtime64_s, referenced from:
8652      _main in CheckFunctionExists.c.o
8653clang: error: linker command failed with exit code 1 (use -v to see invocation)
8654make[1]: *** [cmTC_741e3] Error 1
8655make: *** [cmTC_741e3/fast] Error 2
8656
8657
8658Determining if the function _mkgmtime64 exists failed with the following output:
8659Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8660
8661Run Build Command:"/usr/bin/make" "cmTC_23b53/fast"
8662make -f CMakeFiles/cmTC_23b53.dir/build.make CMakeFiles/cmTC_23b53.dir/build
8663Building C object CMakeFiles/cmTC_23b53.dir/CheckFunctionExists.c.o
8664/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DCHECK_FUNCTION_EXISTS=_mkgmtime64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_23b53.dir/CheckFunctionExists.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Modules/CheckFunctionExists.c
8665Linking C executable cmTC_23b53
8666/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_23b53.dir/link.txt --verbose=1
8667/Library/Developer/CommandLineTools/usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DCHECK_FUNCTION_EXISTS=_mkgmtime64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  CMakeFiles/cmTC_23b53.dir/CheckFunctionExists.c.o  -o cmTC_23b53
8668ld: Undefined symbols:
8669  __mkgmtime64, referenced from:
8670      _main in CheckFunctionExists.c.o
8671clang: error: linker command failed with exit code 1 (use -v to see invocation)
8672make[1]: *** [cmTC_23b53] Error 1
8673make: *** [cmTC_23b53/fast] Error 2
8674
8675
8676Determining if the function cygwin_conv_path exists failed with the following output:
8677Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8678
8679Run Build Command:"/usr/bin/make" "cmTC_cd45d/fast"
8680make -f CMakeFiles/cmTC_cd45d.dir/build.make CMakeFiles/cmTC_cd45d.dir/build
8681Building C object CMakeFiles/cmTC_cd45d.dir/CheckFunctionExists.c.o
8682/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DCHECK_FUNCTION_EXISTS=cygwin_conv_path -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_cd45d.dir/CheckFunctionExists.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Modules/CheckFunctionExists.c
8683Linking C executable cmTC_cd45d
8684/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_cd45d.dir/link.txt --verbose=1
8685/Library/Developer/CommandLineTools/usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DCHECK_FUNCTION_EXISTS=cygwin_conv_path -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  CMakeFiles/cmTC_cd45d.dir/CheckFunctionExists.c.o  -o cmTC_cd45d
8686ld: Undefined symbols:
8687  _cygwin_conv_path, referenced from:
8688      _main in CheckFunctionExists.c.o
8689clang: error: linker command failed with exit code 1 (use -v to see invocation)
8690make[1]: *** [cmTC_cd45d] Error 1
8691make: *** [cmTC_cd45d/fast] Error 2
8692
8693
8694Performing C SOURCE FILE Test HAVE_STRUCT_XVFSCONF failed with the following output:
8695Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8696
8697Run Build Command:"/usr/bin/make" "cmTC_e7807/fast"
8698make -f CMakeFiles/cmTC_e7807.dir/build.make CMakeFiles/cmTC_e7807.dir/build
8699Building C object CMakeFiles/cmTC_e7807.dir/src.c.o
8700/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_STRUCT_XVFSCONF -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_e7807.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
8701/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:3:34: error: variable has incomplete type 'struct xvfsconf'
8702int main(void) { struct xvfsconf v; return sizeof(v);}
8703                                 ^
8704/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:3:25: note: forward declaration of 'struct xvfsconf'
8705int main(void) { struct xvfsconf v; return sizeof(v);}
8706                        ^
87071 error generated.
8708make[1]: *** [CMakeFiles/cmTC_e7807.dir/src.c.o] Error 1
8709make: *** [cmTC_e7807/fast] Error 2
8710
8711Source file was:
8712#include <sys/types.h>
8713#include <sys/mount.h>
8714int main(void) { struct xvfsconf v; return sizeof(v);}
8715Performing C SOURCE FILE Test MAJOR_IN_MKDEV failed with the following output:
8716Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8717
8718Run Build Command:"/usr/bin/make" "cmTC_963d1/fast"
8719make -f CMakeFiles/cmTC_963d1.dir/build.make CMakeFiles/cmTC_963d1.dir/build
8720Building C object CMakeFiles/cmTC_963d1.dir/src.c.o
8721/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DMAJOR_IN_MKDEV -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_963d1.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
8722/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:1:10: fatal error: 'sys/mkdev.h' file not found
8723#include <sys/mkdev.h>
8724         ^~~~~~~~~~~~~
87251 error generated.
8726make[1]: *** [CMakeFiles/cmTC_963d1.dir/src.c.o] Error 1
8727make: *** [cmTC_963d1/fast] Error 2
8728
8729Source file was:
8730#include <sys/mkdev.h>
8731int main() { return major(256); }
8732Performing C SOURCE FILE Test MAJOR_IN_SYSMACROS failed with the following output:
8733Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8734
8735Run Build Command:"/usr/bin/make" "cmTC_e78df/fast"
8736make -f CMakeFiles/cmTC_e78df.dir/build.make CMakeFiles/cmTC_e78df.dir/build
8737Building C object CMakeFiles/cmTC_e78df.dir/src.c.o
8738/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DMAJOR_IN_SYSMACROS -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_e78df.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
8739/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:1:10: fatal error: 'sys/sysmacros.h' file not found
8740#include <sys/sysmacros.h>
8741         ^~~~~~~~~~~~~~~~~
87421 error generated.
8743make[1]: *** [CMakeFiles/cmTC_e78df.dir/src.c.o] Error 1
8744make: *** [cmTC_e78df/fast] Error 2
8745
8746Source file was:
8747#include <sys/sysmacros.h>
8748int main() { return major(256); }
8749Performing C SOURCE FILE Test HAVE_LZMA_STREAM_ENCODER_MT failed with the following output:
8750Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8751
8752Run Build Command:"/usr/bin/make" "cmTC_16c9b/fast"
8753make -f CMakeFiles/cmTC_16c9b.dir/build.make CMakeFiles/cmTC_16c9b.dir/build
8754Building C object CMakeFiles/cmTC_16c9b.dir/src.c.o
8755/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_LZMA_STREAM_ENCODER_MT -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_16c9b.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
8756/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:1:10: fatal error: 'lzma.h' file not found
8757#include <lzma.h>
8758         ^~~~~~~~
87591 error generated.
8760make[1]: *** [CMakeFiles/cmTC_16c9b.dir/src.c.o] Error 1
8761make: *** [cmTC_16c9b/fast] Error 2
8762
8763Source file was:
8764#include <lzma.h>
8765#if LZMA_VERSION < 50020000
8766#error unsupported
8767#endif
8768int main(void){lzma_stream_encoder_mt(0, 0); return 0;}
8769Performing C SOURCE FILE Test HAVE_STRUCT_TM___TM_GMTOFF failed with the following output:
8770Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8771
8772Run Build Command:"/usr/bin/make" "cmTC_52b84/fast"
8773make -f CMakeFiles/cmTC_52b84.dir/build.make CMakeFiles/cmTC_52b84.dir/build
8774Building C object CMakeFiles/cmTC_52b84.dir/src.c.o
8775/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_STRUCT_TM___TM_GMTOFF -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_52b84.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
8776/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:35: error: no member named '__tm_gmtoff' in 'struct tm'; did you mean 'tm_gmtoff'?
8777   (void)sizeof(((struct tm *)0)->__tm_gmtoff);
8778                                  ^~~~~~~~~~~
8779                                  tm_gmtoff
8780/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/time.h:85:7: note: 'tm_gmtoff' declared here
8781        long    tm_gmtoff;      /* offset from UTC in seconds */
8782                ^
87831 error generated.
8784make[1]: *** [CMakeFiles/cmTC_52b84.dir/src.c.o] Error 1
8785make: *** [cmTC_52b84/fast] Error 2
8786
8787Source file was:
8788
8789#include <time.h>
8790
8791int main()
8792{
8793   (void)sizeof(((struct tm *)0)->__tm_gmtoff);
8794   return 0;
8795}
8796
8797Performing C SOURCE FILE Test HAVE_STRUCT_STATFS_F_NAMEMAX failed with the following output:
8798Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8799
8800Run Build Command:"/usr/bin/make" "cmTC_658d8/fast"
8801make -f CMakeFiles/cmTC_658d8.dir/build.make CMakeFiles/cmTC_658d8.dir/build
8802Building C object CMakeFiles/cmTC_658d8.dir/src.c.o
8803/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_STRUCT_STATFS_F_NAMEMAX -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_658d8.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
8804/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:7:39: error: no member named 'f_namemax' in 'struct statfs'
8805   (void)sizeof(((struct statfs *)0)->f_namemax);
8806                ~~~~~~~~~~~~~~~~~~~~  ^
88071 error generated.
8808make[1]: *** [CMakeFiles/cmTC_658d8.dir/src.c.o] Error 1
8809make: *** [cmTC_658d8/fast] Error 2
8810
8811Source file was:
8812
8813#include <sys/param.h>
8814#include <sys/mount.h>
8815
8816int main()
8817{
8818   (void)sizeof(((struct statfs *)0)->f_namemax);
8819   return 0;
8820}
8821
8822Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC failed with the following output:
8823Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8824
8825Run Build Command:"/usr/bin/make" "cmTC_6b83a/fast"
8826make -f CMakeFiles/cmTC_6b83a.dir/build.make CMakeFiles/cmTC_6b83a.dir/build
8827Building C object CMakeFiles/cmTC_6b83a.dir/src.c.o
8828/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_STRUCT_STAT_ST_MTIM_TV_NSEC -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_6b83a.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
8829/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:7:37: error: no member named 'st_mtim' in 'struct stat'
8830   (void)sizeof(((struct stat *)0)->st_mtim.tv_nsec);
8831                ~~~~~~~~~~~~~~~~~~  ^
88321 error generated.
8833make[1]: *** [CMakeFiles/cmTC_6b83a.dir/src.c.o] Error 1
8834make: *** [cmTC_6b83a/fast] Error 2
8835
8836Source file was:
8837
8838#include <sys/types.h>
8839#include <sys/stat.h>
8840
8841int main()
8842{
8843   (void)sizeof(((struct stat *)0)->st_mtim.tv_nsec);
8844   return 0;
8845}
8846
8847Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_MTIME_N failed with the following output:
8848Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8849
8850Run Build Command:"/usr/bin/make" "cmTC_5ba03/fast"
8851make -f CMakeFiles/cmTC_5ba03.dir/build.make CMakeFiles/cmTC_5ba03.dir/build
8852Building C object CMakeFiles/cmTC_5ba03.dir/src.c.o
8853/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_STRUCT_STAT_ST_MTIME_N -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_5ba03.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
8854/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:7:37: error: no member named 'st_mtime_n' in 'struct stat'
8855   (void)sizeof(((struct stat *)0)->st_mtime_n);
8856                ~~~~~~~~~~~~~~~~~~  ^
88571 error generated.
8858make[1]: *** [CMakeFiles/cmTC_5ba03.dir/src.c.o] Error 1
8859make: *** [cmTC_5ba03/fast] Error 2
8860
8861Source file was:
8862
8863#include <sys/types.h>
8864#include <sys/stat.h>
8865
8866int main()
8867{
8868   (void)sizeof(((struct stat *)0)->st_mtime_n);
8869   return 0;
8870}
8871
8872Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_UMTIME failed with the following output:
8873Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8874
8875Run Build Command:"/usr/bin/make" "cmTC_6996c/fast"
8876make -f CMakeFiles/cmTC_6996c.dir/build.make CMakeFiles/cmTC_6996c.dir/build
8877Building C object CMakeFiles/cmTC_6996c.dir/src.c.o
8878/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_STRUCT_STAT_ST_UMTIME -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_6996c.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
8879/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:7:37: error: no member named 'st_umtime' in 'struct stat'
8880   (void)sizeof(((struct stat *)0)->st_umtime);
8881                ~~~~~~~~~~~~~~~~~~  ^
88821 error generated.
8883make[1]: *** [CMakeFiles/cmTC_6996c.dir/src.c.o] Error 1
8884make: *** [cmTC_6996c/fast] Error 2
8885
8886Source file was:
8887
8888#include <sys/types.h>
8889#include <sys/stat.h>
8890
8891int main()
8892{
8893   (void)sizeof(((struct stat *)0)->st_umtime);
8894   return 0;
8895}
8896
8897Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_MTIME_USEC failed with the following output:
8898Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8899
8900Run Build Command:"/usr/bin/make" "cmTC_76c43/fast"
8901make -f CMakeFiles/cmTC_76c43.dir/build.make CMakeFiles/cmTC_76c43.dir/build
8902Building C object CMakeFiles/cmTC_76c43.dir/src.c.o
8903/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_STRUCT_STAT_ST_MTIME_USEC -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_76c43.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
8904/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:7:37: error: no member named 'st_mtime_usec' in 'struct stat'; did you mean 'st_mtimespec'?
8905   (void)sizeof(((struct stat *)0)->st_mtime_usec);
8906                                    ^~~~~~~~~~~~~
8907                                    st_mtimespec
8908/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/stat.h:182:13: note: 'st_mtimespec' declared here
8909struct stat __DARWIN_STRUCT_STAT64;
8910            ^
8911/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/stat.h:166:2: note: expanded from macro '__DARWIN_STRUCT_STAT64'
8912        __DARWIN_STRUCT_STAT64_TIMES \
8913        ^
8914/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/sys/stat.h:130:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES'
8915        struct timespec st_mtimespec;           /* time of last data modification */ \
8916                        ^
89171 error generated.
8918make[1]: *** [CMakeFiles/cmTC_76c43.dir/src.c.o] Error 1
8919make: *** [cmTC_76c43/fast] Error 2
8920
8921Source file was:
8922
8923#include <sys/types.h>
8924#include <sys/stat.h>
8925
8926int main()
8927{
8928   (void)sizeof(((struct stat *)0)->st_mtime_usec);
8929   return 0;
8930}
8931
8932Performing C SOURCE FILE Test HAVE_STRUCT_STATVFS_F_IOSIZE failed with the following output:
8933Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8934
8935Run Build Command:"/usr/bin/make" "cmTC_ecfea/fast"
8936make -f CMakeFiles/cmTC_ecfea.dir/build.make CMakeFiles/cmTC_ecfea.dir/build
8937Building C object CMakeFiles/cmTC_ecfea.dir/src.c.o
8938/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -w -DHAVE_STRUCT_STATVFS_F_IOSIZE -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_ecfea.dir/src.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c
8939/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:7:40: error: no member named 'f_iosize' in 'struct statvfs'
8940   (void)sizeof(((struct statvfs *)0)->f_iosize);
8941                ~~~~~~~~~~~~~~~~~~~~~  ^
89421 error generated.
8943make[1]: *** [CMakeFiles/cmTC_ecfea.dir/src.c.o] Error 1
8944make: *** [cmTC_ecfea/fast] Error 2
8945
8946Source file was:
8947
8948#include <sys/types.h>
8949#include <sys/statvfs.h>
8950
8951int main()
8952{
8953   (void)sizeof(((struct statvfs *)0)->f_iosize);
8954   return 0;
8955}
8956
8957Determining if the include file elf.h exists failed with the following output:
8958Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp
8959
8960Run Build Command:"/usr/bin/make" "cmTC_24231/fast"
8961make -f CMakeFiles/cmTC_24231.dir/build.make CMakeFiles/cmTC_24231.dir/build
8962Building C object CMakeFiles/cmTC_24231.dir/CheckIncludeFile.c.o
8963/Library/Developer/CommandLineTools/usr/bin/clang   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -o CMakeFiles/cmTC_24231.dir/CheckIncludeFile.c.o   -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFile.c
8964/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'elf.h' file not found
8965#include <elf.h>
8966         ^~~~~~~
89671 error generated.
8968make[1]: *** [CMakeFiles/cmTC_24231.dir/CheckIncludeFile.c.o] Error 1
8969make: *** [cmTC_24231/fast] Error 2
8970
8971
8972Looking for a Fortran compiler failed with the following output:
8973sh: /bin/ps: Operation not permitted
8974sh: /bin/ps: Operation not permitted
8975sh: /bin/ps: Operation not permitted
8976sh: /bin/ps: Operation not permitted
8977sh: /bin/ps: Operation not permitted
8978sh: /bin/ps: Operation not permitted
8979sh: /bin/ps: Operation not permitted
8980sh: /bin/ps: Operation not permitted
8981-- The Fortran compiler identification is unknown
8982sh: /bin/ps: Operation not permitted
8983CMake Error at CMakeLists.txt:2 (project):
8984  No CMAKE_Fortran_COMPILER could be found.
8985
8986  Tell CMake where to find the compiler by setting either the environment
8987  variable "FC" or the CMake cache entry CMAKE_Fortran_COMPILER to the full
8988  path to the compiler, or to the compiler name if it is in the PATH.
8989
8990
8991-- Configuring incomplete, errors occurred!
8992See also "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Tests/CMakeFiles/CheckFortran/CMakeFiles/CMakeOutput.log".
8993See also "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Tests/CMakeFiles/CheckFortran/CMakeFiles/CMakeError.log".
8994