Project

General

Profile

Bug #1945 » CMakeError.log

Lord, Tom, 23 October 2017 14:26

 
1
Determining if the environ exist failed with the following output:
2
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
3

    
4
Run Build Command:"/usr/bin/gmake" "cmTC_b4a83/fast"
5
gmake -f CMakeFiles/cmTC_b4a83.dir/build.make CMakeFiles/cmTC_b4a83.dir/build
6
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
7
Building C object CMakeFiles/cmTC_b4a83.dir/CheckSymbolExists.c.o
8
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc     -o CMakeFiles/cmTC_b4a83.dir/CheckSymbolExists.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c
9
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
10
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘environ’ undeclared (first use in this function)
11
   return ((int*)(&environ))[argc];
12
                   ^
13
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
14
gmake[1]: *** [CMakeFiles/cmTC_b4a83.dir/CheckSymbolExists.c.o] Error 1
15
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
16
gmake: *** [cmTC_b4a83/fast] Error 2
17

    
18
File /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
19
/* */
20
#include <stdlib.h>
21

    
22
int main(int argc, char** argv)
23
{
24
  (void)argv;
25
#ifndef environ
26
  return ((int*)(&environ))[argc];
27
#else
28
  (void)argc;
29
  return 0;
30
#endif
31
}
32

    
33
Checking whether C++ compiler has '__int64' failed to compile with the following output:
34
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Source/kwsys/CMakeFiles/CMakeTmp
35

    
36
Run Build Command:"/usr/bin/gmake" "cmTC_fe134/fast"
37
gmake -f CMakeFiles/cmTC_fe134.dir/build.make CMakeFiles/cmTC_fe134.dir/build
38
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Source/kwsys/CMakeFiles/CMakeTmp'
39
Building CXX object CMakeFiles/cmTC_fe134.dir/kwsysPlatformTestsCXX.cxx.o
40
/storage/epp2/phumhf/maus/release/third_party/install/bin/g++   -DTEST_KWSYS_CXX_HAS___INT64   -o CMakeFiles/cmTC_fe134.dir/kwsysPlatformTestsCXX.cxx.o -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Source/kwsys/kwsysPlatformTestsCXX.cxx
41
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:27:1: error: ‘__int64’ does not name a type
42
 __int64 f(__int64 n) { return n; }
43
 ^
44
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function ‘int main()’:
45
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:30:3: error: ‘__int64’ was not declared in this scope
46
   __int64 n = 0;
47
   ^
48
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:31:29: error: ‘n’ was not declared in this scope
49
   return static_cast<int>(f(n));
50
                             ^
51
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:31:30: error: ‘f’ was not declared in this scope
52
   return static_cast<int>(f(n));
53
                              ^
54
gmake[1]: *** [CMakeFiles/cmTC_fe134.dir/kwsysPlatformTestsCXX.cxx.o] Error 1
55
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Source/kwsys/CMakeFiles/CMakeTmp'
56
gmake: *** [cmTC_fe134/fast] Error 2
57

    
58

    
59
Checking whether CXX compiler has environ in stdlib.h failed to compile with the following output:
60
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Source/kwsys/CMakeFiles/CMakeTmp
61

    
62
Run Build Command:"/usr/bin/gmake" "cmTC_d7190/fast"
63
gmake -f CMakeFiles/cmTC_d7190.dir/build.make CMakeFiles/cmTC_d7190.dir/build
64
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Source/kwsys/CMakeFiles/CMakeTmp'
65
Building CXX object CMakeFiles/cmTC_d7190.dir/kwsysPlatformTestsCXX.cxx.o
66
/storage/epp2/phumhf/maus/release/third_party/install/bin/g++   -DTEST_KWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H   -o CMakeFiles/cmTC_d7190.dir/kwsysPlatformTestsCXX.cxx.o -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Source/kwsys/kwsysPlatformTestsCXX.cxx
67
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function ‘int main()’:
68
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:189:13: error: ‘environ’ was not declared in this scope
69
   char* e = environ[0];
70
             ^
71
gmake[1]: *** [CMakeFiles/cmTC_d7190.dir/kwsysPlatformTestsCXX.cxx.o] Error 1
72
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Source/kwsys/CMakeFiles/CMakeTmp'
73
gmake: *** [cmTC_d7190/fast] Error 2
74

    
75

    
76
Checking whether CXX compiler struct stat has st_mtimespec member failed to compile with the following output:
77
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Source/kwsys/CMakeFiles/CMakeTmp
78

    
79
Run Build Command:"/usr/bin/gmake" "cmTC_5f1b2/fast"
80
gmake -f CMakeFiles/cmTC_5f1b2.dir/build.make CMakeFiles/cmTC_5f1b2.dir/build
81
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Source/kwsys/CMakeFiles/CMakeTmp'
82
Building CXX object CMakeFiles/cmTC_5f1b2.dir/kwsysPlatformTestsCXX.cxx.o
83
/storage/epp2/phumhf/maus/release/third_party/install/bin/g++   -DTEST_KWSYS_CXX_STAT_HAS_ST_MTIMESPEC   -o CMakeFiles/cmTC_5f1b2.dir/kwsysPlatformTestsCXX.cxx.o -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Source/kwsys/kwsysPlatformTestsCXX.cxx
84
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function ‘int main()’:
85
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:55:15: error: ‘struct stat’ has no member named ‘st_mtimespec’
86
   (void)stat1.st_mtimespec.tv_sec;
87
               ^
88
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:56:15: error: ‘struct stat’ has no member named ‘st_mtimespec’
89
   (void)stat1.st_mtimespec.tv_nsec;
90
               ^
91
gmake[1]: *** [CMakeFiles/cmTC_5f1b2.dir/kwsysPlatformTestsCXX.cxx.o] Error 1
92
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Source/kwsys/CMakeFiles/CMakeTmp'
93
gmake: *** [cmTC_5f1b2/fast] Error 2
94

    
95

    
96
Checking whether CXX compiler has _atoi64 failed to compile with the following output:
97
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Source/kwsys/CMakeFiles/CMakeTmp
98

    
99
Run Build Command:"/usr/bin/gmake" "cmTC_6a9bf/fast"
100
gmake -f CMakeFiles/cmTC_6a9bf.dir/build.make CMakeFiles/cmTC_6a9bf.dir/build
101
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Source/kwsys/CMakeFiles/CMakeTmp'
102
Building CXX object CMakeFiles/cmTC_6a9bf.dir/kwsysPlatformTestsCXX.cxx.o
103
/storage/epp2/phumhf/maus/release/third_party/install/bin/g++   -DTEST_KWSYS_CXX_HAS__ATOI64   -o CMakeFiles/cmTC_6a9bf.dir/kwsysPlatformTestsCXX.cxx.o -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Source/kwsys/kwsysPlatformTestsCXX.cxx
104
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function ‘int main()’:
105
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:245:38: error: ‘_atoi64’ was not declared in this scope
106
   return static_cast<int>(_atoi64(str));
107
                                      ^
108
gmake[1]: *** [CMakeFiles/cmTC_6a9bf.dir/kwsysPlatformTestsCXX.cxx.o] Error 1
109
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Source/kwsys/CMakeFiles/CMakeTmp'
110
gmake: *** [cmTC_6a9bf/fast] Error 2
111

    
112

    
113
Determining if the function connect exists in the socket;dl failed with the following output:
114
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
115

    
116
Run Build Command:"/usr/bin/gmake" "cmTC_c546c/fast"
117
gmake -f CMakeFiles/cmTC_c546c.dir/build.make CMakeFiles/cmTC_c546c.dir/build
118
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
119
Building C object CMakeFiles/cmTC_c546c.dir/CheckFunctionExists.c.o
120
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -DCHECK_FUNCTION_EXISTS=connect   -o CMakeFiles/cmTC_c546c.dir/CheckFunctionExists.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Modules/CheckFunctionExists.c
121
Linking C executable cmTC_c546c
122
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_c546c.dir/link.txt --verbose=1
123
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -DCHECK_FUNCTION_EXISTS=connect    CMakeFiles/cmTC_c546c.dir/CheckFunctionExists.c.o  -o cmTC_c546c -rdynamic -lsocket -ldl 
124
/usr/bin/ld: cannot find -lsocket
125
collect2: error: ld returned 1 exit status
126
gmake[1]: *** [cmTC_c546c] Error 1
127
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
128
gmake: *** [cmTC_c546c/fast] Error 2
129

    
130

    
131
Determining if the function recv exists in the network;dl failed with the following output:
132
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
133

    
134
Run Build Command:"/usr/bin/gmake" "cmTC_444fb/fast"
135
gmake -f CMakeFiles/cmTC_444fb.dir/build.make CMakeFiles/cmTC_444fb.dir/build
136
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
137
Building C object CMakeFiles/cmTC_444fb.dir/CheckFunctionExists.c.o
138
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -DCHECK_FUNCTION_EXISTS=recv   -o CMakeFiles/cmTC_444fb.dir/CheckFunctionExists.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Modules/CheckFunctionExists.c
139
Linking C executable cmTC_444fb
140
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_444fb.dir/link.txt --verbose=1
141
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -DCHECK_FUNCTION_EXISTS=recv    CMakeFiles/cmTC_444fb.dir/CheckFunctionExists.c.o  -o cmTC_444fb -rdynamic -lnetwork -ldl 
142
/usr/bin/ld: cannot find -lnetwork
143
collect2: error: ld returned 1 exit status
144
gmake[1]: *** [cmTC_444fb] Error 1
145
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
146
gmake: *** [cmTC_444fb/fast] Error 2
147

    
148

    
149
Determining if files stdio.h;inttypes.h;sys/filio.h exist failed with the following output:
150
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
151

    
152
Run Build Command:"/usr/bin/gmake" "cmTC_f660f/fast"
153
gmake -f CMakeFiles/cmTC_f660f.dir/build.make CMakeFiles/cmTC_f660f.dir/build
154
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
155
Building C object CMakeFiles/cmTC_f660f.dir/CheckIncludeFiles.c.o
156
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w    -o CMakeFiles/cmTC_f660f.dir/CheckIncludeFiles.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
157
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:4:23: fatal error: sys/filio.h: No such file or directory
158
 #include <sys/filio.h>
159
                       ^
160
compilation terminated.
161
gmake[1]: *** [CMakeFiles/cmTC_f660f.dir/CheckIncludeFiles.c.o] Error 1
162
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
163
gmake: *** [cmTC_f660f/fast] Error 2
164

    
165
Source:
166
/* */
167
#include <stdio.h>
168
#include <inttypes.h>
169
#include <sys/filio.h>
170

    
171

    
172
int main(void){return 0;}
173

    
174
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h exist failed with the following output:
175
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
176

    
177
Run Build Command:"/usr/bin/gmake" "cmTC_2c0dc/fast"
178
gmake -f CMakeFiles/cmTC_2c0dc.dir/build.make CMakeFiles/cmTC_2c0dc.dir/build
179
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
180
Building C object CMakeFiles/cmTC_2c0dc.dir/CheckIncludeFiles.c.o
181
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w    -o CMakeFiles/cmTC_2c0dc.dir/CheckIncludeFiles.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
182
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:10:24: fatal error: sys/sockio.h: No such file or directory
183
 #include <sys/sockio.h>
184
                        ^
185
compilation terminated.
186
gmake[1]: *** [CMakeFiles/cmTC_2c0dc.dir/CheckIncludeFiles.c.o] Error 1
187
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
188
gmake: *** [cmTC_2c0dc/fast] Error 2
189

    
190
Source:
191
/* */
192
#include <stdio.h>
193
#include <inttypes.h>
194
#include <sys/ioctl.h>
195
#include <sys/param.h>
196
#include <sys/poll.h>
197
#include <sys/resource.h>
198
#include <sys/select.h>
199
#include <sys/socket.h>
200
#include <sys/sockio.h>
201

    
202

    
203
int main(void){return 0;}
204

    
205
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.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:
206
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
207

    
208
Run Build Command:"/usr/bin/gmake" "cmTC_391c0/fast"
209
gmake -f CMakeFiles/cmTC_391c0.dir/build.make CMakeFiles/cmTC_391c0.dir/build
210
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
211
Building C object CMakeFiles/cmTC_391c0.dir/CheckIncludeFiles.c.o
212
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w    -o CMakeFiles/cmTC_391c0.dir/CheckIncludeFiles.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
213
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:15:23: fatal error: sys/utime.h: No such file or directory
214
 #include <sys/utime.h>
215
                       ^
216
compilation terminated.
217
gmake[1]: *** [CMakeFiles/cmTC_391c0.dir/CheckIncludeFiles.c.o] Error 1
218
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
219
gmake: *** [cmTC_391c0/fast] Error 2
220

    
221
Source:
222
/* */
223
#include <stdio.h>
224
#include <inttypes.h>
225
#include <sys/ioctl.h>
226
#include <sys/param.h>
227
#include <sys/poll.h>
228
#include <sys/resource.h>
229
#include <sys/select.h>
230
#include <sys/socket.h>
231
#include <sys/stat.h>
232
#include <sys/time.h>
233
#include <sys/types.h>
234
#include <sys/uio.h>
235
#include <sys/un.h>
236
#include <sys/utime.h>
237

    
238

    
239
int main(void){return 0;}
240

    
241
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;crypto.h exist failed with the following output:
242
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
243

    
244
Run Build Command:"/usr/bin/gmake" "cmTC_9b7e7/fast"
245
gmake -f CMakeFiles/cmTC_9b7e7.dir/build.make CMakeFiles/cmTC_9b7e7.dir/build
246
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
247
Building C object CMakeFiles/cmTC_9b7e7.dir/CheckIncludeFiles.c.o
248
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w    -o CMakeFiles/cmTC_9b7e7.dir/CheckIncludeFiles.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
249
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:19:20: fatal error: crypto.h: No such file or directory
250
 #include <crypto.h>
251
                    ^
252
compilation terminated.
253
gmake[1]: *** [CMakeFiles/cmTC_9b7e7.dir/CheckIncludeFiles.c.o] Error 1
254
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
255
gmake: *** [cmTC_9b7e7/fast] Error 2
256

    
257
Source:
258
/* */
259
#include <stdio.h>
260
#include <inttypes.h>
261
#include <sys/ioctl.h>
262
#include <sys/param.h>
263
#include <sys/poll.h>
264
#include <sys/resource.h>
265
#include <sys/select.h>
266
#include <sys/socket.h>
267
#include <sys/stat.h>
268
#include <sys/time.h>
269
#include <sys/types.h>
270
#include <sys/uio.h>
271
#include <sys/un.h>
272
#include <alloca.h>
273
#include <arpa/inet.h>
274
#include <arpa/tftp.h>
275
#include <assert.h>
276
#include <crypto.h>
277

    
278

    
279
int main(void){return 0;}
280

    
281
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;des.h exist failed with the following output:
282
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
283

    
284
Run Build Command:"/usr/bin/gmake" "cmTC_d18a2/fast"
285
gmake -f CMakeFiles/cmTC_d18a2.dir/build.make CMakeFiles/cmTC_d18a2.dir/build
286
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
287
Building C object CMakeFiles/cmTC_d18a2.dir/CheckIncludeFiles.c.o
288
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w    -o CMakeFiles/cmTC_d18a2.dir/CheckIncludeFiles.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
289
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:19:17: fatal error: des.h: No such file or directory
290
 #include <des.h>
291
                 ^
292
compilation terminated.
293
gmake[1]: *** [CMakeFiles/cmTC_d18a2.dir/CheckIncludeFiles.c.o] Error 1
294
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
295
gmake: *** [cmTC_d18a2/fast] Error 2
296

    
297
Source:
298
/* */
299
#include <stdio.h>
300
#include <inttypes.h>
301
#include <sys/ioctl.h>
302
#include <sys/param.h>
303
#include <sys/poll.h>
304
#include <sys/resource.h>
305
#include <sys/select.h>
306
#include <sys/socket.h>
307
#include <sys/stat.h>
308
#include <sys/time.h>
309
#include <sys/types.h>
310
#include <sys/uio.h>
311
#include <sys/un.h>
312
#include <alloca.h>
313
#include <arpa/inet.h>
314
#include <arpa/tftp.h>
315
#include <assert.h>
316
#include <des.h>
317

    
318

    
319
int main(void){return 0;}
320

    
321
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;idn-free.h;ifaddrs.h;io.h exist failed with the following output:
322
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
323

    
324
Run Build Command:"/usr/bin/gmake" "cmTC_f872f/fast"
325
gmake -f CMakeFiles/cmTC_f872f.dir/build.make CMakeFiles/cmTC_f872f.dir/build
326
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
327
Building C object CMakeFiles/cmTC_f872f.dir/CheckIncludeFiles.c.o
328
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w    -o CMakeFiles/cmTC_f872f.dir/CheckIncludeFiles.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
329
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:24:16: fatal error: io.h: No such file or directory
330
 #include <io.h>
331
                ^
332
compilation terminated.
333
gmake[1]: *** [CMakeFiles/cmTC_f872f.dir/CheckIncludeFiles.c.o] Error 1
334
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
335
gmake: *** [cmTC_f872f/fast] Error 2
336

    
337
Source:
338
/* */
339
#include <stdio.h>
340
#include <inttypes.h>
341
#include <sys/ioctl.h>
342
#include <sys/param.h>
343
#include <sys/poll.h>
344
#include <sys/resource.h>
345
#include <sys/select.h>
346
#include <sys/socket.h>
347
#include <sys/stat.h>
348
#include <sys/time.h>
349
#include <sys/types.h>
350
#include <sys/uio.h>
351
#include <sys/un.h>
352
#include <alloca.h>
353
#include <arpa/inet.h>
354
#include <arpa/tftp.h>
355
#include <assert.h>
356
#include <err.h>
357
#include <errno.h>
358
#include <fcntl.h>
359
#include <idn-free.h>
360
#include <ifaddrs.h>
361
#include <io.h>
362

    
363

    
364
int main(void){return 0;}
365

    
366
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;idn-free.h;ifaddrs.h;krb.h exist failed with the following output:
367
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
368

    
369
Run Build Command:"/usr/bin/gmake" "cmTC_e94f1/fast"
370
gmake -f CMakeFiles/cmTC_e94f1.dir/build.make CMakeFiles/cmTC_e94f1.dir/build
371
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
372
Building C object CMakeFiles/cmTC_e94f1.dir/CheckIncludeFiles.c.o
373
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w    -o CMakeFiles/cmTC_e94f1.dir/CheckIncludeFiles.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
374
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:24:17: fatal error: krb.h: No such file or directory
375
 #include <krb.h>
376
                 ^
377
compilation terminated.
378
gmake[1]: *** [CMakeFiles/cmTC_e94f1.dir/CheckIncludeFiles.c.o] Error 1
379
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
380
gmake: *** [cmTC_e94f1/fast] Error 2
381

    
382
Source:
383
/* */
384
#include <stdio.h>
385
#include <inttypes.h>
386
#include <sys/ioctl.h>
387
#include <sys/param.h>
388
#include <sys/poll.h>
389
#include <sys/resource.h>
390
#include <sys/select.h>
391
#include <sys/socket.h>
392
#include <sys/stat.h>
393
#include <sys/time.h>
394
#include <sys/types.h>
395
#include <sys/uio.h>
396
#include <sys/un.h>
397
#include <alloca.h>
398
#include <arpa/inet.h>
399
#include <arpa/tftp.h>
400
#include <assert.h>
401
#include <err.h>
402
#include <errno.h>
403
#include <fcntl.h>
404
#include <idn-free.h>
405
#include <ifaddrs.h>
406
#include <krb.h>
407

    
408

    
409
int main(void){return 0;}
410

    
411
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;idn-free.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:
412
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
413

    
414
Run Build Command:"/usr/bin/gmake" "cmTC_14f4f/fast"
415
gmake -f CMakeFiles/cmTC_14f4f.dir/build.make CMakeFiles/cmTC_14f4f.dir/build
416
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
417
Building C object CMakeFiles/cmTC_14f4f.dir/CheckIncludeFiles.c.o
418
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w    -o CMakeFiles/cmTC_14f4f.dir/CheckIncludeFiles.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
419
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:31:17: fatal error: pem.h: No such file or directory
420
 #include <pem.h>
421
                 ^
422
compilation terminated.
423
gmake[1]: *** [CMakeFiles/cmTC_14f4f.dir/CheckIncludeFiles.c.o] Error 1
424
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
425
gmake: *** [cmTC_14f4f/fast] Error 2
426

    
427
Source:
428
/* */
429
#include <stdio.h>
430
#include <inttypes.h>
431
#include <sys/ioctl.h>
432
#include <sys/param.h>
433
#include <sys/poll.h>
434
#include <sys/resource.h>
435
#include <sys/select.h>
436
#include <sys/socket.h>
437
#include <sys/stat.h>
438
#include <sys/time.h>
439
#include <sys/types.h>
440
#include <sys/uio.h>
441
#include <sys/un.h>
442
#include <alloca.h>
443
#include <arpa/inet.h>
444
#include <arpa/tftp.h>
445
#include <assert.h>
446
#include <err.h>
447
#include <errno.h>
448
#include <fcntl.h>
449
#include <idn-free.h>
450
#include <ifaddrs.h>
451
#include <libgen.h>
452
#include <limits.h>
453
#include <locale.h>
454
#include <net/if.h>
455
#include <netdb.h>
456
#include <netinet/in.h>
457
#include <netinet/tcp.h>
458
#include <pem.h>
459

    
460

    
461
int main(void){return 0;}
462

    
463
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;idn-free.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:
464
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
465

    
466
Run Build Command:"/usr/bin/gmake" "cmTC_baf19/fast"
467
gmake -f CMakeFiles/cmTC_baf19.dir/build.make CMakeFiles/cmTC_baf19.dir/build
468
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
469
Building C object CMakeFiles/cmTC_baf19.dir/CheckIncludeFiles.c.o
470
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w    -o CMakeFiles/cmTC_baf19.dir/CheckIncludeFiles.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
471
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:33:17: fatal error: rsa.h: No such file or directory
472
 #include <rsa.h>
473
                 ^
474
compilation terminated.
475
gmake[1]: *** [CMakeFiles/cmTC_baf19.dir/CheckIncludeFiles.c.o] Error 1
476
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
477
gmake: *** [cmTC_baf19/fast] Error 2
478

    
479
Source:
480
/* */
481
#include <stdio.h>
482
#include <inttypes.h>
483
#include <sys/ioctl.h>
484
#include <sys/param.h>
485
#include <sys/poll.h>
486
#include <sys/resource.h>
487
#include <sys/select.h>
488
#include <sys/socket.h>
489
#include <sys/stat.h>
490
#include <sys/time.h>
491
#include <sys/types.h>
492
#include <sys/uio.h>
493
#include <sys/un.h>
494
#include <alloca.h>
495
#include <arpa/inet.h>
496
#include <arpa/tftp.h>
497
#include <assert.h>
498
#include <err.h>
499
#include <errno.h>
500
#include <fcntl.h>
501
#include <idn-free.h>
502
#include <ifaddrs.h>
503
#include <libgen.h>
504
#include <limits.h>
505
#include <locale.h>
506
#include <net/if.h>
507
#include <netdb.h>
508
#include <netinet/in.h>
509
#include <netinet/tcp.h>
510
#include <poll.h>
511
#include <pwd.h>
512
#include <rsa.h>
513

    
514

    
515
int main(void){return 0;}
516

    
517
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;idn-free.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:
518
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
519

    
520
Run Build Command:"/usr/bin/gmake" "cmTC_f4e73/fast"
521
gmake -f CMakeFiles/cmTC_f4e73.dir/build.make CMakeFiles/cmTC_f4e73.dir/build
522
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
523
Building C object CMakeFiles/cmTC_f4e73.dir/CheckIncludeFiles.c.o
524
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w    -o CMakeFiles/cmTC_f4e73.dir/CheckIncludeFiles.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
525
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:36:17: fatal error: ssl.h: No such file or directory
526
 #include <ssl.h>
527
                 ^
528
compilation terminated.
529
gmake[1]: *** [CMakeFiles/cmTC_f4e73.dir/CheckIncludeFiles.c.o] Error 1
530
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
531
gmake: *** [cmTC_f4e73/fast] Error 2
532

    
533
Source:
534
/* */
535
#include <stdio.h>
536
#include <inttypes.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/stat.h>
544
#include <sys/time.h>
545
#include <sys/types.h>
546
#include <sys/uio.h>
547
#include <sys/un.h>
548
#include <alloca.h>
549
#include <arpa/inet.h>
550
#include <arpa/tftp.h>
551
#include <assert.h>
552
#include <err.h>
553
#include <errno.h>
554
#include <fcntl.h>
555
#include <idn-free.h>
556
#include <ifaddrs.h>
557
#include <libgen.h>
558
#include <limits.h>
559
#include <locale.h>
560
#include <net/if.h>
561
#include <netdb.h>
562
#include <netinet/in.h>
563
#include <netinet/tcp.h>
564
#include <poll.h>
565
#include <pwd.h>
566
#include <setjmp.h>
567
#include <sgtty.h>
568
#include <signal.h>
569
#include <ssl.h>
570

    
571

    
572
int main(void){return 0;}
573

    
574
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;idn-free.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;termio.h;termios.h;time.h;tld.h;unistd.h;utime.h;x509.h exist failed with the following output:
575
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
576

    
577
Run Build Command:"/usr/bin/gmake" "cmTC_93528/fast"
578
gmake -f CMakeFiles/cmTC_93528.dir/build.make CMakeFiles/cmTC_93528.dir/build
579
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
580
Building C object CMakeFiles/cmTC_93528.dir/CheckIncludeFiles.c.o
581
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w    -o CMakeFiles/cmTC_93528.dir/CheckIncludeFiles.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
582
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:49:18: fatal error: x509.h: No such file or directory
583
 #include <x509.h>
584
                  ^
585
compilation terminated.
586
gmake[1]: *** [CMakeFiles/cmTC_93528.dir/CheckIncludeFiles.c.o] Error 1
587
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
588
gmake: *** [cmTC_93528/fast] Error 2
589

    
590
Source:
591
/* */
592
#include <stdio.h>
593
#include <inttypes.h>
594
#include <sys/ioctl.h>
595
#include <sys/param.h>
596
#include <sys/poll.h>
597
#include <sys/resource.h>
598
#include <sys/select.h>
599
#include <sys/socket.h>
600
#include <sys/stat.h>
601
#include <sys/time.h>
602
#include <sys/types.h>
603
#include <sys/uio.h>
604
#include <sys/un.h>
605
#include <alloca.h>
606
#include <arpa/inet.h>
607
#include <arpa/tftp.h>
608
#include <assert.h>
609
#include <err.h>
610
#include <errno.h>
611
#include <fcntl.h>
612
#include <idn-free.h>
613
#include <ifaddrs.h>
614
#include <libgen.h>
615
#include <limits.h>
616
#include <locale.h>
617
#include <net/if.h>
618
#include <netdb.h>
619
#include <netinet/in.h>
620
#include <netinet/tcp.h>
621
#include <poll.h>
622
#include <pwd.h>
623
#include <setjmp.h>
624
#include <sgtty.h>
625
#include <signal.h>
626
#include <stdbool.h>
627
#include <stdint.h>
628
#include <stdio.h>
629
#include <stdlib.h>
630
#include <string.h>
631
#include <strings.h>
632
#include <stropts.h>
633
#include <termio.h>
634
#include <termios.h>
635
#include <time.h>
636
#include <tld.h>
637
#include <unistd.h>
638
#include <utime.h>
639
#include <x509.h>
640

    
641

    
642
int main(void){return 0;}
643

    
644
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;idn-free.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;termio.h;termios.h;time.h;tld.h;unistd.h;utime.h;process.h exist failed with the following output:
645
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
646

    
647
Run Build Command:"/usr/bin/gmake" "cmTC_c8845/fast"
648
gmake -f CMakeFiles/cmTC_c8845.dir/build.make CMakeFiles/cmTC_c8845.dir/build
649
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
650
Building C object CMakeFiles/cmTC_c8845.dir/CheckIncludeFiles.c.o
651
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w    -o CMakeFiles/cmTC_c8845.dir/CheckIncludeFiles.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
652
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:49:21: fatal error: process.h: No such file or directory
653
 #include <process.h>
654
                     ^
655
compilation terminated.
656
gmake[1]: *** [CMakeFiles/cmTC_c8845.dir/CheckIncludeFiles.c.o] Error 1
657
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
658
gmake: *** [cmTC_c8845/fast] Error 2
659

    
660
Source:
661
/* */
662
#include <stdio.h>
663
#include <inttypes.h>
664
#include <sys/ioctl.h>
665
#include <sys/param.h>
666
#include <sys/poll.h>
667
#include <sys/resource.h>
668
#include <sys/select.h>
669
#include <sys/socket.h>
670
#include <sys/stat.h>
671
#include <sys/time.h>
672
#include <sys/types.h>
673
#include <sys/uio.h>
674
#include <sys/un.h>
675
#include <alloca.h>
676
#include <arpa/inet.h>
677
#include <arpa/tftp.h>
678
#include <assert.h>
679
#include <err.h>
680
#include <errno.h>
681
#include <fcntl.h>
682
#include <idn-free.h>
683
#include <ifaddrs.h>
684
#include <libgen.h>
685
#include <limits.h>
686
#include <locale.h>
687
#include <net/if.h>
688
#include <netdb.h>
689
#include <netinet/in.h>
690
#include <netinet/tcp.h>
691
#include <poll.h>
692
#include <pwd.h>
693
#include <setjmp.h>
694
#include <sgtty.h>
695
#include <signal.h>
696
#include <stdbool.h>
697
#include <stdint.h>
698
#include <stdio.h>
699
#include <stdlib.h>
700
#include <string.h>
701
#include <strings.h>
702
#include <stropts.h>
703
#include <termio.h>
704
#include <termios.h>
705
#include <time.h>
706
#include <tld.h>
707
#include <unistd.h>
708
#include <utime.h>
709
#include <process.h>
710

    
711

    
712
int main(void){return 0;}
713

    
714
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;idn-free.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;termio.h;termios.h;time.h;tld.h;unistd.h;utime.h;stddef.h;dlfcn.h;malloc.h;memory.h;netinet/if_ether.h;stdint.h;sockio.h exist failed with the following output:
715
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
716

    
717
Run Build Command:"/usr/bin/gmake" "cmTC_74d18/fast"
718
gmake -f CMakeFiles/cmTC_74d18.dir/build.make CMakeFiles/cmTC_74d18.dir/build
719
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
720
Building C object CMakeFiles/cmTC_74d18.dir/CheckIncludeFiles.c.o
721
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w    -o CMakeFiles/cmTC_74d18.dir/CheckIncludeFiles.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
722
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:55:20: fatal error: sockio.h: No such file or directory
723
 #include <sockio.h>
724
                    ^
725
compilation terminated.
726
gmake[1]: *** [CMakeFiles/cmTC_74d18.dir/CheckIncludeFiles.c.o] Error 1
727
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
728
gmake: *** [cmTC_74d18/fast] Error 2
729

    
730
Source:
731
/* */
732
#include <stdio.h>
733
#include <inttypes.h>
734
#include <sys/ioctl.h>
735
#include <sys/param.h>
736
#include <sys/poll.h>
737
#include <sys/resource.h>
738
#include <sys/select.h>
739
#include <sys/socket.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 <alloca.h>
746
#include <arpa/inet.h>
747
#include <arpa/tftp.h>
748
#include <assert.h>
749
#include <err.h>
750
#include <errno.h>
751
#include <fcntl.h>
752
#include <idn-free.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 <stdbool.h>
767
#include <stdint.h>
768
#include <stdio.h>
769
#include <stdlib.h>
770
#include <string.h>
771
#include <strings.h>
772
#include <stropts.h>
773
#include <termio.h>
774
#include <termios.h>
775
#include <time.h>
776
#include <tld.h>
777
#include <unistd.h>
778
#include <utime.h>
779
#include <stddef.h>
780
#include <dlfcn.h>
781
#include <malloc.h>
782
#include <memory.h>
783
#include <netinet/if_ether.h>
784
#include <stdint.h>
785
#include <sockio.h>
786

    
787

    
788
int main(void){return 0;}
789

    
790
Determining size of __int64 failed with the following output:
791
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
792

    
793
Run Build Command:"/usr/bin/gmake" "cmTC_3e2bb/fast"
794
gmake -f CMakeFiles/cmTC_3e2bb.dir/build.make CMakeFiles/cmTC_3e2bb.dir/build
795
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
796
Building C object CMakeFiles/cmTC_3e2bb.dir/SIZEOF___INT64.c.o
797
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w    -o CMakeFiles/cmTC_3e2bb.dir/SIZEOF___INT64.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c
798
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:17:22: error: ‘__int64’ undeclared here (not in a function)
799
 #define SIZE (sizeof(__int64))
800
                      ^
801
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:19:12: note: in expansion of macro ‘SIZE’
802
   ('0' + ((SIZE / 10000)%10)),
803
            ^
804
gmake[1]: *** [CMakeFiles/cmTC_3e2bb.dir/SIZEOF___INT64.c.o] Error 1
805
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
806
gmake: *** [cmTC_3e2bb/fast] Error 2
807

    
808
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:
809
#include <sys/types.h>
810
#include <stdint.h>
811
#include <stddef.h>
812

    
813

    
814
#undef KEY
815
#if defined(__i386)
816
# define KEY '_','_','i','3','8','6'
817
#elif defined(__x86_64)
818
# define KEY '_','_','x','8','6','_','6','4'
819
#elif defined(__ppc__)
820
# define KEY '_','_','p','p','c','_','_'
821
#elif defined(__ppc64__)
822
# define KEY '_','_','p','p','c','6','4','_','_'
823
#endif
824

    
825
#define SIZE (sizeof(__int64))
826
char info_size[] =  {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
827
  ('0' + ((SIZE / 10000)%10)),
828
  ('0' + ((SIZE / 1000)%10)),
829
  ('0' + ((SIZE / 100)%10)),
830
  ('0' + ((SIZE / 10)%10)),
831
  ('0' +  (SIZE    % 10)),
832
  ']',
833
#ifdef KEY
834
  ' ','k','e','y','[', KEY, ']',
835
#endif
836
  '\0'};
837

    
838
#ifdef __CLASSIC_C__
839
int main(argc, argv) int argc; char *argv[];
840
#else
841
int main(int argc, char *argv[])
842
#endif
843
{
844
  int require = 0;
845
  require += info_size[argc];
846
  (void)argv;
847
  return require;
848
}
849

    
850

    
851
Determining if the stricmp exist failed with the following output:
852
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
853

    
854
Run Build Command:"/usr/bin/gmake" "cmTC_bdb8e/fast"
855
gmake -f CMakeFiles/cmTC_bdb8e.dir/build.make CMakeFiles/cmTC_bdb8e.dir/build
856
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
857
Building C object CMakeFiles/cmTC_bdb8e.dir/CheckSymbolExists.c.o
858
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w    -o CMakeFiles/cmTC_bdb8e.dir/CheckSymbolExists.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c
859
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
860
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:62:19: error: ‘stricmp’ undeclared (first use in this function)
861
   return ((int*)(&stricmp))[argc];
862
                   ^
863
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:62:19: note: each undeclared identifier is reported only once for each function it appears in
864
gmake[1]: *** [CMakeFiles/cmTC_bdb8e.dir/CheckSymbolExists.c.o] Error 1
865
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
866
gmake: *** [cmTC_bdb8e/fast] Error 2
867

    
868
File /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
869
/* */
870
#include <stdio.h>
871
#include <inttypes.h>
872
#include <sys/ioctl.h>
873
#include <sys/param.h>
874
#include <sys/poll.h>
875
#include <sys/resource.h>
876
#include <sys/select.h>
877
#include <sys/socket.h>
878
#include <sys/stat.h>
879
#include <sys/time.h>
880
#include <sys/types.h>
881
#include <sys/uio.h>
882
#include <sys/un.h>
883
#include <alloca.h>
884
#include <arpa/inet.h>
885
#include <arpa/tftp.h>
886
#include <assert.h>
887
#include <err.h>
888
#include <errno.h>
889
#include <fcntl.h>
890
#include <idn-free.h>
891
#include <ifaddrs.h>
892
#include <libgen.h>
893
#include <limits.h>
894
#include <locale.h>
895
#include <net/if.h>
896
#include <netdb.h>
897
#include <netinet/in.h>
898
#include <netinet/tcp.h>
899
#include <poll.h>
900
#include <pwd.h>
901
#include <setjmp.h>
902
#include <sgtty.h>
903
#include <signal.h>
904
#include <stdbool.h>
905
#include <stdint.h>
906
#include <stdio.h>
907
#include <stdlib.h>
908
#include <string.h>
909
#include <strings.h>
910
#include <stropts.h>
911
#include <termio.h>
912
#include <termios.h>
913
#include <time.h>
914
#include <tld.h>
915
#include <unistd.h>
916
#include <utime.h>
917
#include <stddef.h>
918
#include <dlfcn.h>
919
#include <malloc.h>
920
#include <memory.h>
921
#include <netinet/if_ether.h>
922
#include <stdint.h>
923
#include <sys/utsname.h>
924
#include <idna.h>
925

    
926
int main(int argc, char** argv)
927
{
928
  (void)argv;
929
#ifndef stricmp
930
  return ((int*)(&stricmp))[argc];
931
#else
932
  (void)argc;
933
  return 0;
934
#endif
935
}
936

    
937
Determining if the strcmpi exist failed with the following output:
938
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
939

    
940
Run Build Command:"/usr/bin/gmake" "cmTC_a8c63/fast"
941
gmake -f CMakeFiles/cmTC_a8c63.dir/build.make CMakeFiles/cmTC_a8c63.dir/build
942
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
943
Building C object CMakeFiles/cmTC_a8c63.dir/CheckSymbolExists.c.o
944
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w    -o CMakeFiles/cmTC_a8c63.dir/CheckSymbolExists.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c
945
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
946
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:62:19: error: ‘strcmpi’ undeclared (first use in this function)
947
   return ((int*)(&strcmpi))[argc];
948
                   ^
949
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:62:19: note: each undeclared identifier is reported only once for each function it appears in
950
gmake[1]: *** [CMakeFiles/cmTC_a8c63.dir/CheckSymbolExists.c.o] Error 1
951
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
952
gmake: *** [cmTC_a8c63/fast] Error 2
953

    
954
File /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
955
/* */
956
#include <stdio.h>
957
#include <inttypes.h>
958
#include <sys/ioctl.h>
959
#include <sys/param.h>
960
#include <sys/poll.h>
961
#include <sys/resource.h>
962
#include <sys/select.h>
963
#include <sys/socket.h>
964
#include <sys/stat.h>
965
#include <sys/time.h>
966
#include <sys/types.h>
967
#include <sys/uio.h>
968
#include <sys/un.h>
969
#include <alloca.h>
970
#include <arpa/inet.h>
971
#include <arpa/tftp.h>
972
#include <assert.h>
973
#include <err.h>
974
#include <errno.h>
975
#include <fcntl.h>
976
#include <idn-free.h>
977
#include <ifaddrs.h>
978
#include <libgen.h>
979
#include <limits.h>
980
#include <locale.h>
981
#include <net/if.h>
982
#include <netdb.h>
983
#include <netinet/in.h>
984
#include <netinet/tcp.h>
985
#include <poll.h>
986
#include <pwd.h>
987
#include <setjmp.h>
988
#include <sgtty.h>
989
#include <signal.h>
990
#include <stdbool.h>
991
#include <stdint.h>
992
#include <stdio.h>
993
#include <stdlib.h>
994
#include <string.h>
995
#include <strings.h>
996
#include <stropts.h>
997
#include <termio.h>
998
#include <termios.h>
999
#include <time.h>
1000
#include <tld.h>
1001
#include <unistd.h>
1002
#include <utime.h>
1003
#include <stddef.h>
1004
#include <dlfcn.h>
1005
#include <malloc.h>
1006
#include <memory.h>
1007
#include <netinet/if_ether.h>
1008
#include <stdint.h>
1009
#include <sys/utsname.h>
1010
#include <idna.h>
1011

    
1012
int main(int argc, char** argv)
1013
{
1014
  (void)argv;
1015
#ifndef strcmpi
1016
  return ((int*)(&strcmpi))[argc];
1017
#else
1018
  (void)argc;
1019
  return 0;
1020
#endif
1021
}
1022

    
1023
Determining if the strncmpi exist failed with the following output:
1024
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
1025

    
1026
Run Build Command:"/usr/bin/gmake" "cmTC_74b1a/fast"
1027
gmake -f CMakeFiles/cmTC_74b1a.dir/build.make CMakeFiles/cmTC_74b1a.dir/build
1028
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1029
Building C object CMakeFiles/cmTC_74b1a.dir/CheckSymbolExists.c.o
1030
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w    -o CMakeFiles/cmTC_74b1a.dir/CheckSymbolExists.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c
1031
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
1032
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:62:19: error: ‘strncmpi’ undeclared (first use in this function)
1033
   return ((int*)(&strncmpi))[argc];
1034
                   ^
1035
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:62:19: note: each undeclared identifier is reported only once for each function it appears in
1036
gmake[1]: *** [CMakeFiles/cmTC_74b1a.dir/CheckSymbolExists.c.o] Error 1
1037
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1038
gmake: *** [cmTC_74b1a/fast] Error 2
1039

    
1040
File /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
1041
/* */
1042
#include <stdio.h>
1043
#include <inttypes.h>
1044
#include <sys/ioctl.h>
1045
#include <sys/param.h>
1046
#include <sys/poll.h>
1047
#include <sys/resource.h>
1048
#include <sys/select.h>
1049
#include <sys/socket.h>
1050
#include <sys/stat.h>
1051
#include <sys/time.h>
1052
#include <sys/types.h>
1053
#include <sys/uio.h>
1054
#include <sys/un.h>
1055
#include <alloca.h>
1056
#include <arpa/inet.h>
1057
#include <arpa/tftp.h>
1058
#include <assert.h>
1059
#include <err.h>
1060
#include <errno.h>
1061
#include <fcntl.h>
1062
#include <idn-free.h>
1063
#include <ifaddrs.h>
1064
#include <libgen.h>
1065
#include <limits.h>
1066
#include <locale.h>
1067
#include <net/if.h>
1068
#include <netdb.h>
1069
#include <netinet/in.h>
1070
#include <netinet/tcp.h>
1071
#include <poll.h>
1072
#include <pwd.h>
1073
#include <setjmp.h>
1074
#include <sgtty.h>
1075
#include <signal.h>
1076
#include <stdbool.h>
1077
#include <stdint.h>
1078
#include <stdio.h>
1079
#include <stdlib.h>
1080
#include <string.h>
1081
#include <strings.h>
1082
#include <stropts.h>
1083
#include <termio.h>
1084
#include <termios.h>
1085
#include <time.h>
1086
#include <tld.h>
1087
#include <unistd.h>
1088
#include <utime.h>
1089
#include <stddef.h>
1090
#include <dlfcn.h>
1091
#include <malloc.h>
1092
#include <memory.h>
1093
#include <netinet/if_ether.h>
1094
#include <stdint.h>
1095
#include <sys/utsname.h>
1096
#include <idna.h>
1097

    
1098
int main(int argc, char** argv)
1099
{
1100
  (void)argv;
1101
#ifndef strncmpi
1102
  return ((int*)(&strncmpi))[argc];
1103
#else
1104
  (void)argc;
1105
  return 0;
1106
#endif
1107
}
1108

    
1109
Determining if the inet_ntoa_r exist failed with the following output:
1110
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
1111

    
1112
Run Build Command:"/usr/bin/gmake" "cmTC_4cf68/fast"
1113
gmake -f CMakeFiles/cmTC_4cf68.dir/build.make CMakeFiles/cmTC_4cf68.dir/build
1114
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1115
Building C object CMakeFiles/cmTC_4cf68.dir/CheckSymbolExists.c.o
1116
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w    -o CMakeFiles/cmTC_4cf68.dir/CheckSymbolExists.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c
1117
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
1118
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:62:19: error: ‘inet_ntoa_r’ undeclared (first use in this function)
1119
   return ((int*)(&inet_ntoa_r))[argc];
1120
                   ^
1121
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:62:19: note: each undeclared identifier is reported only once for each function it appears in
1122
gmake[1]: *** [CMakeFiles/cmTC_4cf68.dir/CheckSymbolExists.c.o] Error 1
1123
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1124
gmake: *** [cmTC_4cf68/fast] Error 2
1125

    
1126
File /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
1127
/* */
1128
#include <stdio.h>
1129
#include <inttypes.h>
1130
#include <sys/ioctl.h>
1131
#include <sys/param.h>
1132
#include <sys/poll.h>
1133
#include <sys/resource.h>
1134
#include <sys/select.h>
1135
#include <sys/socket.h>
1136
#include <sys/stat.h>
1137
#include <sys/time.h>
1138
#include <sys/types.h>
1139
#include <sys/uio.h>
1140
#include <sys/un.h>
1141
#include <alloca.h>
1142
#include <arpa/inet.h>
1143
#include <arpa/tftp.h>
1144
#include <assert.h>
1145
#include <err.h>
1146
#include <errno.h>
1147
#include <fcntl.h>
1148
#include <idn-free.h>
1149
#include <ifaddrs.h>
1150
#include <libgen.h>
1151
#include <limits.h>
1152
#include <locale.h>
1153
#include <net/if.h>
1154
#include <netdb.h>
1155
#include <netinet/in.h>
1156
#include <netinet/tcp.h>
1157
#include <poll.h>
1158
#include <pwd.h>
1159
#include <setjmp.h>
1160
#include <sgtty.h>
1161
#include <signal.h>
1162
#include <stdbool.h>
1163
#include <stdint.h>
1164
#include <stdio.h>
1165
#include <stdlib.h>
1166
#include <string.h>
1167
#include <strings.h>
1168
#include <stropts.h>
1169
#include <termio.h>
1170
#include <termios.h>
1171
#include <time.h>
1172
#include <tld.h>
1173
#include <unistd.h>
1174
#include <utime.h>
1175
#include <stddef.h>
1176
#include <dlfcn.h>
1177
#include <malloc.h>
1178
#include <memory.h>
1179
#include <netinet/if_ether.h>
1180
#include <stdint.h>
1181
#include <sys/utsname.h>
1182
#include <idna.h>
1183

    
1184
int main(int argc, char** argv)
1185
{
1186
  (void)argv;
1187
#ifndef inet_ntoa_r
1188
  return ((int*)(&inet_ntoa_r))[argc];
1189
#else
1190
  (void)argc;
1191
  return 0;
1192
#endif
1193
}
1194

    
1195
Determining if the closesocket exist failed with the following output:
1196
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
1197

    
1198
Run Build Command:"/usr/bin/gmake" "cmTC_03b72/fast"
1199
gmake -f CMakeFiles/cmTC_03b72.dir/build.make CMakeFiles/cmTC_03b72.dir/build
1200
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1201
Building C object CMakeFiles/cmTC_03b72.dir/CheckSymbolExists.c.o
1202
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w    -o CMakeFiles/cmTC_03b72.dir/CheckSymbolExists.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c
1203
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
1204
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:62:19: error: ‘closesocket’ undeclared (first use in this function)
1205
   return ((int*)(&closesocket))[argc];
1206
                   ^
1207
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:62:19: note: each undeclared identifier is reported only once for each function it appears in
1208
gmake[1]: *** [CMakeFiles/cmTC_03b72.dir/CheckSymbolExists.c.o] Error 1
1209
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1210
gmake: *** [cmTC_03b72/fast] Error 2
1211

    
1212
File /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
1213
/* */
1214
#include <stdio.h>
1215
#include <inttypes.h>
1216
#include <sys/ioctl.h>
1217
#include <sys/param.h>
1218
#include <sys/poll.h>
1219
#include <sys/resource.h>
1220
#include <sys/select.h>
1221
#include <sys/socket.h>
1222
#include <sys/stat.h>
1223
#include <sys/time.h>
1224
#include <sys/types.h>
1225
#include <sys/uio.h>
1226
#include <sys/un.h>
1227
#include <alloca.h>
1228
#include <arpa/inet.h>
1229
#include <arpa/tftp.h>
1230
#include <assert.h>
1231
#include <err.h>
1232
#include <errno.h>
1233
#include <fcntl.h>
1234
#include <idn-free.h>
1235
#include <ifaddrs.h>
1236
#include <libgen.h>
1237
#include <limits.h>
1238
#include <locale.h>
1239
#include <net/if.h>
1240
#include <netdb.h>
1241
#include <netinet/in.h>
1242
#include <netinet/tcp.h>
1243
#include <poll.h>
1244
#include <pwd.h>
1245
#include <setjmp.h>
1246
#include <sgtty.h>
1247
#include <signal.h>
1248
#include <stdbool.h>
1249
#include <stdint.h>
1250
#include <stdio.h>
1251
#include <stdlib.h>
1252
#include <string.h>
1253
#include <strings.h>
1254
#include <stropts.h>
1255
#include <termio.h>
1256
#include <termios.h>
1257
#include <time.h>
1258
#include <tld.h>
1259
#include <unistd.h>
1260
#include <utime.h>
1261
#include <stddef.h>
1262
#include <dlfcn.h>
1263
#include <malloc.h>
1264
#include <memory.h>
1265
#include <netinet/if_ether.h>
1266
#include <stdint.h>
1267
#include <sys/utsname.h>
1268
#include <idna.h>
1269

    
1270
int main(int argc, char** argv)
1271
{
1272
  (void)argv;
1273
#ifndef closesocket
1274
  return ((int*)(&closesocket))[argc];
1275
#else
1276
  (void)argc;
1277
  return 0;
1278
#endif
1279
}
1280

    
1281
Determining if the getpass_r exist failed with the following output:
1282
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
1283

    
1284
Run Build Command:"/usr/bin/gmake" "cmTC_5b8cc/fast"
1285
gmake -f CMakeFiles/cmTC_5b8cc.dir/build.make CMakeFiles/cmTC_5b8cc.dir/build
1286
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1287
Building C object CMakeFiles/cmTC_5b8cc.dir/CheckSymbolExists.c.o
1288
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w    -o CMakeFiles/cmTC_5b8cc.dir/CheckSymbolExists.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c
1289
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
1290
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:62:19: error: ‘getpass_r’ undeclared (first use in this function)
1291
   return ((int*)(&getpass_r))[argc];
1292
                   ^
1293
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:62:19: note: each undeclared identifier is reported only once for each function it appears in
1294
gmake[1]: *** [CMakeFiles/cmTC_5b8cc.dir/CheckSymbolExists.c.o] Error 1
1295
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1296
gmake: *** [cmTC_5b8cc/fast] Error 2
1297

    
1298
File /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
1299
/* */
1300
#include <stdio.h>
1301
#include <inttypes.h>
1302
#include <sys/ioctl.h>
1303
#include <sys/param.h>
1304
#include <sys/poll.h>
1305
#include <sys/resource.h>
1306
#include <sys/select.h>
1307
#include <sys/socket.h>
1308
#include <sys/stat.h>
1309
#include <sys/time.h>
1310
#include <sys/types.h>
1311
#include <sys/uio.h>
1312
#include <sys/un.h>
1313
#include <alloca.h>
1314
#include <arpa/inet.h>
1315
#include <arpa/tftp.h>
1316
#include <assert.h>
1317
#include <err.h>
1318
#include <errno.h>
1319
#include <fcntl.h>
1320
#include <idn-free.h>
1321
#include <ifaddrs.h>
1322
#include <libgen.h>
1323
#include <limits.h>
1324
#include <locale.h>
1325
#include <net/if.h>
1326
#include <netdb.h>
1327
#include <netinet/in.h>
1328
#include <netinet/tcp.h>
1329
#include <poll.h>
1330
#include <pwd.h>
1331
#include <setjmp.h>
1332
#include <sgtty.h>
1333
#include <signal.h>
1334
#include <stdbool.h>
1335
#include <stdint.h>
1336
#include <stdio.h>
1337
#include <stdlib.h>
1338
#include <string.h>
1339
#include <strings.h>
1340
#include <stropts.h>
1341
#include <termio.h>
1342
#include <termios.h>
1343
#include <time.h>
1344
#include <tld.h>
1345
#include <unistd.h>
1346
#include <utime.h>
1347
#include <stddef.h>
1348
#include <dlfcn.h>
1349
#include <malloc.h>
1350
#include <memory.h>
1351
#include <netinet/if_ether.h>
1352
#include <stdint.h>
1353
#include <sys/utsname.h>
1354
#include <idna.h>
1355

    
1356
int main(int argc, char** argv)
1357
{
1358
  (void)argv;
1359
#ifndef getpass_r
1360
  return ((int*)(&getpass_r))[argc];
1361
#else
1362
  (void)argc;
1363
  return 0;
1364
#endif
1365
}
1366

    
1367
Determining if the strlcat exist failed with the following output:
1368
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
1369

    
1370
Run Build Command:"/usr/bin/gmake" "cmTC_ad6f9/fast"
1371
gmake -f CMakeFiles/cmTC_ad6f9.dir/build.make CMakeFiles/cmTC_ad6f9.dir/build
1372
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1373
Building C object CMakeFiles/cmTC_ad6f9.dir/CheckSymbolExists.c.o
1374
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w    -o CMakeFiles/cmTC_ad6f9.dir/CheckSymbolExists.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c
1375
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
1376
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:62:19: error: ‘strlcat’ undeclared (first use in this function)
1377
   return ((int*)(&strlcat))[argc];
1378
                   ^
1379
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:62:19: note: each undeclared identifier is reported only once for each function it appears in
1380
gmake[1]: *** [CMakeFiles/cmTC_ad6f9.dir/CheckSymbolExists.c.o] Error 1
1381
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1382
gmake: *** [cmTC_ad6f9/fast] Error 2
1383

    
1384
File /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
1385
/* */
1386
#include <stdio.h>
1387
#include <inttypes.h>
1388
#include <sys/ioctl.h>
1389
#include <sys/param.h>
1390
#include <sys/poll.h>
1391
#include <sys/resource.h>
1392
#include <sys/select.h>
1393
#include <sys/socket.h>
1394
#include <sys/stat.h>
1395
#include <sys/time.h>
1396
#include <sys/types.h>
1397
#include <sys/uio.h>
1398
#include <sys/un.h>
1399
#include <alloca.h>
1400
#include <arpa/inet.h>
1401
#include <arpa/tftp.h>
1402
#include <assert.h>
1403
#include <err.h>
1404
#include <errno.h>
1405
#include <fcntl.h>
1406
#include <idn-free.h>
1407
#include <ifaddrs.h>
1408
#include <libgen.h>
1409
#include <limits.h>
1410
#include <locale.h>
1411
#include <net/if.h>
1412
#include <netdb.h>
1413
#include <netinet/in.h>
1414
#include <netinet/tcp.h>
1415
#include <poll.h>
1416
#include <pwd.h>
1417
#include <setjmp.h>
1418
#include <sgtty.h>
1419
#include <signal.h>
1420
#include <stdbool.h>
1421
#include <stdint.h>
1422
#include <stdio.h>
1423
#include <stdlib.h>
1424
#include <string.h>
1425
#include <strings.h>
1426
#include <stropts.h>
1427
#include <termio.h>
1428
#include <termios.h>
1429
#include <time.h>
1430
#include <tld.h>
1431
#include <unistd.h>
1432
#include <utime.h>
1433
#include <stddef.h>
1434
#include <dlfcn.h>
1435
#include <malloc.h>
1436
#include <memory.h>
1437
#include <netinet/if_ether.h>
1438
#include <stdint.h>
1439
#include <sys/utsname.h>
1440
#include <idna.h>
1441

    
1442
int main(int argc, char** argv)
1443
{
1444
  (void)argv;
1445
#ifndef strlcat
1446
  return ((int*)(&strlcat))[argc];
1447
#else
1448
  (void)argc;
1449
  return 0;
1450
#endif
1451
}
1452

    
1453
Determining if the _strtoi64 exist failed with the following output:
1454
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
1455

    
1456
Run Build Command:"/usr/bin/gmake" "cmTC_1aff4/fast"
1457
gmake -f CMakeFiles/cmTC_1aff4.dir/build.make CMakeFiles/cmTC_1aff4.dir/build
1458
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1459
Building C object CMakeFiles/cmTC_1aff4.dir/CheckSymbolExists.c.o
1460
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w    -o CMakeFiles/cmTC_1aff4.dir/CheckSymbolExists.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c
1461
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
1462
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:62:19: error: ‘_strtoi64’ undeclared (first use in this function)
1463
   return ((int*)(&_strtoi64))[argc];
1464
                   ^
1465
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:62:19: note: each undeclared identifier is reported only once for each function it appears in
1466
gmake[1]: *** [CMakeFiles/cmTC_1aff4.dir/CheckSymbolExists.c.o] Error 1
1467
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1468
gmake: *** [cmTC_1aff4/fast] Error 2
1469

    
1470
File /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
1471
/* */
1472
#include <stdio.h>
1473
#include <inttypes.h>
1474
#include <sys/ioctl.h>
1475
#include <sys/param.h>
1476
#include <sys/poll.h>
1477
#include <sys/resource.h>
1478
#include <sys/select.h>
1479
#include <sys/socket.h>
1480
#include <sys/stat.h>
1481
#include <sys/time.h>
1482
#include <sys/types.h>
1483
#include <sys/uio.h>
1484
#include <sys/un.h>
1485
#include <alloca.h>
1486
#include <arpa/inet.h>
1487
#include <arpa/tftp.h>
1488
#include <assert.h>
1489
#include <err.h>
1490
#include <errno.h>
1491
#include <fcntl.h>
1492
#include <idn-free.h>
1493
#include <ifaddrs.h>
1494
#include <libgen.h>
1495
#include <limits.h>
1496
#include <locale.h>
1497
#include <net/if.h>
1498
#include <netdb.h>
1499
#include <netinet/in.h>
1500
#include <netinet/tcp.h>
1501
#include <poll.h>
1502
#include <pwd.h>
1503
#include <setjmp.h>
1504
#include <sgtty.h>
1505
#include <signal.h>
1506
#include <stdbool.h>
1507
#include <stdint.h>
1508
#include <stdio.h>
1509
#include <stdlib.h>
1510
#include <string.h>
1511
#include <strings.h>
1512
#include <stropts.h>
1513
#include <termio.h>
1514
#include <termios.h>
1515
#include <time.h>
1516
#include <tld.h>
1517
#include <unistd.h>
1518
#include <utime.h>
1519
#include <stddef.h>
1520
#include <dlfcn.h>
1521
#include <malloc.h>
1522
#include <memory.h>
1523
#include <netinet/if_ether.h>
1524
#include <stdint.h>
1525
#include <sys/utsname.h>
1526
#include <idna.h>
1527

    
1528
int main(int argc, char** argv)
1529
{
1530
  (void)argv;
1531
#ifndef _strtoi64
1532
  return ((int*)(&_strtoi64))[argc];
1533
#else
1534
  (void)argc;
1535
  return 0;
1536
#endif
1537
}
1538

    
1539
Determining if the idn_free exist failed with the following output:
1540
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
1541

    
1542
Run Build Command:"/usr/bin/gmake" "cmTC_ba13e/fast"
1543
gmake -f CMakeFiles/cmTC_ba13e.dir/build.make CMakeFiles/cmTC_ba13e.dir/build
1544
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1545
Building C object CMakeFiles/cmTC_ba13e.dir/CheckSymbolExists.c.o
1546
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w    -o CMakeFiles/cmTC_ba13e.dir/CheckSymbolExists.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c
1547
Linking C executable cmTC_ba13e
1548
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_ba13e.dir/link.txt --verbose=1
1549
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w     CMakeFiles/cmTC_ba13e.dir/CheckSymbolExists.c.o  -o cmTC_ba13e -rdynamic 
1550
CMakeFiles/cmTC_ba13e.dir/CheckSymbolExists.c.o: In function `main':
1551
CheckSymbolExists.c:(.text+0x16): undefined reference to `idn_free'
1552
collect2: error: ld returned 1 exit status
1553
gmake[1]: *** [cmTC_ba13e] Error 1
1554
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1555
gmake: *** [cmTC_ba13e/fast] Error 2
1556

    
1557
File /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
1558
/* */
1559
#include <stdio.h>
1560
#include <inttypes.h>
1561
#include <sys/ioctl.h>
1562
#include <sys/param.h>
1563
#include <sys/poll.h>
1564
#include <sys/resource.h>
1565
#include <sys/select.h>
1566
#include <sys/socket.h>
1567
#include <sys/stat.h>
1568
#include <sys/time.h>
1569
#include <sys/types.h>
1570
#include <sys/uio.h>
1571
#include <sys/un.h>
1572
#include <alloca.h>
1573
#include <arpa/inet.h>
1574
#include <arpa/tftp.h>
1575
#include <assert.h>
1576
#include <err.h>
1577
#include <errno.h>
1578
#include <fcntl.h>
1579
#include <idn-free.h>
1580
#include <ifaddrs.h>
1581
#include <libgen.h>
1582
#include <limits.h>
1583
#include <locale.h>
1584
#include <net/if.h>
1585
#include <netdb.h>
1586
#include <netinet/in.h>
1587
#include <netinet/tcp.h>
1588
#include <poll.h>
1589
#include <pwd.h>
1590
#include <setjmp.h>
1591
#include <sgtty.h>
1592
#include <signal.h>
1593
#include <stdbool.h>
1594
#include <stdint.h>
1595
#include <stdio.h>
1596
#include <stdlib.h>
1597
#include <string.h>
1598
#include <strings.h>
1599
#include <stropts.h>
1600
#include <termio.h>
1601
#include <termios.h>
1602
#include <time.h>
1603
#include <tld.h>
1604
#include <unistd.h>
1605
#include <utime.h>
1606
#include <stddef.h>
1607
#include <dlfcn.h>
1608
#include <malloc.h>
1609
#include <memory.h>
1610
#include <netinet/if_ether.h>
1611
#include <stdint.h>
1612
#include <sys/utsname.h>
1613
#include <idna.h>
1614

    
1615
int main(int argc, char** argv)
1616
{
1617
  (void)argv;
1618
#ifndef idn_free
1619
  return ((int*)(&idn_free))[argc];
1620
#else
1621
  (void)argc;
1622
  return 0;
1623
#endif
1624
}
1625

    
1626
Determining if the idna_strerror exist failed with the following output:
1627
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
1628

    
1629
Run Build Command:"/usr/bin/gmake" "cmTC_89b52/fast"
1630
gmake -f CMakeFiles/cmTC_89b52.dir/build.make CMakeFiles/cmTC_89b52.dir/build
1631
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1632
Building C object CMakeFiles/cmTC_89b52.dir/CheckSymbolExists.c.o
1633
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w    -o CMakeFiles/cmTC_89b52.dir/CheckSymbolExists.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c
1634
Linking C executable cmTC_89b52
1635
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_89b52.dir/link.txt --verbose=1
1636
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w     CMakeFiles/cmTC_89b52.dir/CheckSymbolExists.c.o  -o cmTC_89b52 -rdynamic 
1637
CMakeFiles/cmTC_89b52.dir/CheckSymbolExists.c.o: In function `main':
1638
CheckSymbolExists.c:(.text+0x16): undefined reference to `idna_strerror'
1639
collect2: error: ld returned 1 exit status
1640
gmake[1]: *** [cmTC_89b52] Error 1
1641
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1642
gmake: *** [cmTC_89b52/fast] Error 2
1643

    
1644
File /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
1645
/* */
1646
#include <stdio.h>
1647
#include <inttypes.h>
1648
#include <sys/ioctl.h>
1649
#include <sys/param.h>
1650
#include <sys/poll.h>
1651
#include <sys/resource.h>
1652
#include <sys/select.h>
1653
#include <sys/socket.h>
1654
#include <sys/stat.h>
1655
#include <sys/time.h>
1656
#include <sys/types.h>
1657
#include <sys/uio.h>
1658
#include <sys/un.h>
1659
#include <alloca.h>
1660
#include <arpa/inet.h>
1661
#include <arpa/tftp.h>
1662
#include <assert.h>
1663
#include <err.h>
1664
#include <errno.h>
1665
#include <fcntl.h>
1666
#include <idn-free.h>
1667
#include <ifaddrs.h>
1668
#include <libgen.h>
1669
#include <limits.h>
1670
#include <locale.h>
1671
#include <net/if.h>
1672
#include <netdb.h>
1673
#include <netinet/in.h>
1674
#include <netinet/tcp.h>
1675
#include <poll.h>
1676
#include <pwd.h>
1677
#include <setjmp.h>
1678
#include <sgtty.h>
1679
#include <signal.h>
1680
#include <stdbool.h>
1681
#include <stdint.h>
1682
#include <stdio.h>
1683
#include <stdlib.h>
1684
#include <string.h>
1685
#include <strings.h>
1686
#include <stropts.h>
1687
#include <termio.h>
1688
#include <termios.h>
1689
#include <time.h>
1690
#include <tld.h>
1691
#include <unistd.h>
1692
#include <utime.h>
1693
#include <stddef.h>
1694
#include <dlfcn.h>
1695
#include <malloc.h>
1696
#include <memory.h>
1697
#include <netinet/if_ether.h>
1698
#include <stdint.h>
1699
#include <sys/utsname.h>
1700
#include <idna.h>
1701

    
1702
int main(int argc, char** argv)
1703
{
1704
  (void)argv;
1705
#ifndef idna_strerror
1706
  return ((int*)(&idna_strerror))[argc];
1707
#else
1708
  (void)argc;
1709
  return 0;
1710
#endif
1711
}
1712

    
1713
Determining if the tld_strerror exist failed with the following output:
1714
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
1715

    
1716
Run Build Command:"/usr/bin/gmake" "cmTC_0c149/fast"
1717
gmake -f CMakeFiles/cmTC_0c149.dir/build.make CMakeFiles/cmTC_0c149.dir/build
1718
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1719
Building C object CMakeFiles/cmTC_0c149.dir/CheckSymbolExists.c.o
1720
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w    -o CMakeFiles/cmTC_0c149.dir/CheckSymbolExists.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c
1721
Linking C executable cmTC_0c149
1722
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_0c149.dir/link.txt --verbose=1
1723
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w     CMakeFiles/cmTC_0c149.dir/CheckSymbolExists.c.o  -o cmTC_0c149 -rdynamic 
1724
CMakeFiles/cmTC_0c149.dir/CheckSymbolExists.c.o: In function `main':
1725
CheckSymbolExists.c:(.text+0x16): undefined reference to `tld_strerror'
1726
collect2: error: ld returned 1 exit status
1727
gmake[1]: *** [cmTC_0c149] Error 1
1728
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1729
gmake: *** [cmTC_0c149/fast] Error 2
1730

    
1731
File /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
1732
/* */
1733
#include <stdio.h>
1734
#include <inttypes.h>
1735
#include <sys/ioctl.h>
1736
#include <sys/param.h>
1737
#include <sys/poll.h>
1738
#include <sys/resource.h>
1739
#include <sys/select.h>
1740
#include <sys/socket.h>
1741
#include <sys/stat.h>
1742
#include <sys/time.h>
1743
#include <sys/types.h>
1744
#include <sys/uio.h>
1745
#include <sys/un.h>
1746
#include <alloca.h>
1747
#include <arpa/inet.h>
1748
#include <arpa/tftp.h>
1749
#include <assert.h>
1750
#include <err.h>
1751
#include <errno.h>
1752
#include <fcntl.h>
1753
#include <idn-free.h>
1754
#include <ifaddrs.h>
1755
#include <libgen.h>
1756
#include <limits.h>
1757
#include <locale.h>
1758
#include <net/if.h>
1759
#include <netdb.h>
1760
#include <netinet/in.h>
1761
#include <netinet/tcp.h>
1762
#include <poll.h>
1763
#include <pwd.h>
1764
#include <setjmp.h>
1765
#include <sgtty.h>
1766
#include <signal.h>
1767
#include <stdbool.h>
1768
#include <stdint.h>
1769
#include <stdio.h>
1770
#include <stdlib.h>
1771
#include <string.h>
1772
#include <strings.h>
1773
#include <stropts.h>
1774
#include <termio.h>
1775
#include <termios.h>
1776
#include <time.h>
1777
#include <tld.h>
1778
#include <unistd.h>
1779
#include <utime.h>
1780
#include <stddef.h>
1781
#include <dlfcn.h>
1782
#include <malloc.h>
1783
#include <memory.h>
1784
#include <netinet/if_ether.h>
1785
#include <stdint.h>
1786
#include <sys/utsname.h>
1787
#include <idna.h>
1788

    
1789
int main(int argc, char** argv)
1790
{
1791
  (void)argv;
1792
#ifndef tld_strerror
1793
  return ((int*)(&tld_strerror))[argc];
1794
#else
1795
  (void)argc;
1796
  return 0;
1797
#endif
1798
}
1799

    
1800
Performing Curl Test HAVE_IOCTLSOCKET failed with the following output:
1801
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
1802

    
1803
Run Build Command:"/usr/bin/gmake" "cmTC_51aa5/fast"
1804
gmake -f CMakeFiles/cmTC_51aa5.dir/build.make CMakeFiles/cmTC_51aa5.dir/build
1805
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1806
Building C object CMakeFiles/cmTC_51aa5.dir/CurlTests.c.o
1807
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -DHAVE_IOCTLSOCKET  -DHAVE_STDIO_H -DHAVE_INTTYPES_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_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_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_IDN_FREE_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_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_TLD_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -DHAVE_IDNA_H   -o CMakeFiles/cmTC_51aa5.dir/CurlTests.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c
1808
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’:
1809
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c:322:44: error: ‘FIONBIO’ undeclared (first use in this function)
1810
  unsigned long flags = ioctlsocket(socket, FIONBIO, &flags);
1811
                                            ^
1812
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c:322:44: note: each undeclared identifier is reported only once for each function it appears in
1813
gmake[1]: *** [CMakeFiles/cmTC_51aa5.dir/CurlTests.c.o] Error 1
1814
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1815
gmake: *** [cmTC_51aa5/fast] Error 2
1816

    
1817
Performing Curl Test HAVE_IOCTLSOCKET_CAMEL failed with the following output:
1818
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
1819

    
1820
Run Build Command:"/usr/bin/gmake" "cmTC_69977/fast"
1821
gmake -f CMakeFiles/cmTC_69977.dir/build.make CMakeFiles/cmTC_69977.dir/build
1822
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1823
Building C object CMakeFiles/cmTC_69977.dir/CurlTests.c.o
1824
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -DHAVE_IOCTLSOCKET_CAMEL  -DHAVE_STDIO_H -DHAVE_INTTYPES_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_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_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_IDN_FREE_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_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_TLD_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -DHAVE_IDNA_H   -o CMakeFiles/cmTC_69977.dir/CurlTests.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c
1825
Linking C executable cmTC_69977
1826
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_69977.dir/link.txt --verbose=1
1827
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -DHAVE_IOCTLSOCKET_CAMEL  -DHAVE_STDIO_H -DHAVE_INTTYPES_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_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_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_IDN_FREE_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_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_TLD_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -DHAVE_IDNA_H    CMakeFiles/cmTC_69977.dir/CurlTests.c.o  -o cmTC_69977 -rdynamic 
1828
CMakeFiles/cmTC_69977.dir/CurlTests.c.o: In function `main':
1829
CurlTests.c:(.text+0x19): undefined reference to `IoctlSocket'
1830
collect2: error: ld returned 1 exit status
1831
gmake[1]: *** [cmTC_69977] Error 1
1832
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1833
gmake: *** [cmTC_69977/fast] Error 2
1834

    
1835
Performing Curl Test HAVE_IOCTLSOCKET_CAMEL_FIONBIO failed with the following output:
1836
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
1837

    
1838
Run Build Command:"/usr/bin/gmake" "cmTC_ac793/fast"
1839
gmake -f CMakeFiles/cmTC_ac793.dir/build.make CMakeFiles/cmTC_ac793.dir/build
1840
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1841
Building C object CMakeFiles/cmTC_ac793.dir/CurlTests.c.o
1842
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -DHAVE_IOCTLSOCKET_CAMEL_FIONBIO  -DHAVE_STDIO_H -DHAVE_INTTYPES_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_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_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_IDN_FREE_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_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_TLD_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -DHAVE_IDNA_H   -o CMakeFiles/cmTC_ac793.dir/CurlTests.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c
1843
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’:
1844
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c:378:32: error: ‘FIONBIO’ undeclared (first use in this function)
1845
         if(0 != ioctlsocket(0, FIONBIO, &flags))
1846
                                ^
1847
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c:378:32: note: each undeclared identifier is reported only once for each function it appears in
1848
gmake[1]: *** [CMakeFiles/cmTC_ac793.dir/CurlTests.c.o] Error 1
1849
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1850
gmake: *** [cmTC_ac793/fast] Error 2
1851

    
1852
Performing Curl Test HAVE_IOCTLSOCKET_FIONBIO failed with the following output:
1853
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
1854

    
1855
Run Build Command:"/usr/bin/gmake" "cmTC_d0c6e/fast"
1856
gmake -f CMakeFiles/cmTC_d0c6e.dir/build.make CMakeFiles/cmTC_d0c6e.dir/build
1857
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1858
Building C object CMakeFiles/cmTC_d0c6e.dir/CurlTests.c.o
1859
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -DHAVE_IOCTLSOCKET_FIONBIO  -DHAVE_STDIO_H -DHAVE_INTTYPES_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_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_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_IDN_FREE_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_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_TLD_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -DHAVE_IDNA_H   -o CMakeFiles/cmTC_d0c6e.dir/CurlTests.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c
1860
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’:
1861
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c:405:32: error: ‘FIONBIO’ undeclared (first use in this function)
1862
         if(0 != ioctlsocket(0, FIONBIO, &flags))
1863
                                ^
1864
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c:405:32: note: each undeclared identifier is reported only once for each function it appears in
1865
gmake[1]: *** [CMakeFiles/cmTC_d0c6e.dir/CurlTests.c.o] Error 1
1866
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1867
gmake: *** [cmTC_d0c6e/fast] Error 2
1868

    
1869
Performing Curl Test HAVE_SETSOCKOPT_SO_NONBLOCK failed with the following output:
1870
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
1871

    
1872
Run Build Command:"/usr/bin/gmake" "cmTC_ca7b4/fast"
1873
gmake -f CMakeFiles/cmTC_ca7b4.dir/build.make CMakeFiles/cmTC_ca7b4.dir/build
1874
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1875
Building C object CMakeFiles/cmTC_ca7b4.dir/CurlTests.c.o
1876
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -DHAVE_SETSOCKOPT_SO_NONBLOCK  -DHAVE_STDIO_H -DHAVE_INTTYPES_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_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_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_IDN_FREE_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_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_TLD_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -DHAVE_IDNA_H   -o CMakeFiles/cmTC_ca7b4.dir/CurlTests.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c
1877
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’:
1878
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c:501:43: error: ‘SO_NONBLOCK’ undeclared (first use in this function)
1879
         if(0 != setsockopt(0, SOL_SOCKET, SO_NONBLOCK, 0, 0))
1880
                                           ^
1881
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c:501:43: note: each undeclared identifier is reported only once for each function it appears in
1882
gmake[1]: *** [CMakeFiles/cmTC_ca7b4.dir/CurlTests.c.o] Error 1
1883
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1884
gmake: *** [cmTC_ca7b4/fast] Error 2
1885

    
1886
Performing Curl Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID failed with the following output:
1887
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
1888

    
1889
Run Build Command:"/usr/bin/gmake" "cmTC_a3206/fast"
1890
gmake -f CMakeFiles/cmTC_a3206.dir/build.make CMakeFiles/cmTC_a3206.dir/build
1891
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1892
Building C object CMakeFiles/cmTC_a3206.dir/CurlTests.c.o
1893
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID  -DHAVE_STDIO_H -DHAVE_INTTYPES_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_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_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_IDN_FREE_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_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_TLD_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -DHAVE_IDNA_H   -o CMakeFiles/cmTC_a3206.dir/CurlTests.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c
1894
Linking C executable cmTC_a3206
1895
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_a3206.dir/link.txt --verbose=1
1896
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID  -DHAVE_STDIO_H -DHAVE_INTTYPES_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_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_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_IDN_FREE_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_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_TLD_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -DHAVE_IDNA_H    CMakeFiles/cmTC_a3206.dir/CurlTests.c.o  -o cmTC_a3206 -rdynamic 
1897
/usr/lib/../lib64/crt1.o: In function `_start':
1898
/usr/src/packages/BUILD/glibc-2.11.3/csu/../sysdeps/x86_64/elf/start.S:109: undefined reference to `main'
1899
collect2: error: ld returned 1 exit status
1900
gmake[1]: *** [cmTC_a3206] Error 1
1901
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1902
gmake: *** [cmTC_a3206/fast] Error 2
1903

    
1904
Performing Curl Test HAVE_O_NONBLOCK failed with the following output:
1905
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
1906

    
1907
Run Build Command:"/usr/bin/gmake" "cmTC_4e5e2/fast"
1908
gmake -f CMakeFiles/cmTC_4e5e2.dir/build.make CMakeFiles/cmTC_4e5e2.dir/build
1909
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1910
Building C object CMakeFiles/cmTC_4e5e2.dir/CurlTests.c.o
1911
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -DHAVE_O_NONBLOCK  -DHAVE_STDIO_H -DHAVE_INTTYPES_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_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_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_IDN_FREE_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_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_TLD_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -DHAVE_IDNA_H   -o CMakeFiles/cmTC_4e5e2.dir/CurlTests.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c
1912
Linking C executable cmTC_4e5e2
1913
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_4e5e2.dir/link.txt --verbose=1
1914
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -DHAVE_O_NONBLOCK  -DHAVE_STDIO_H -DHAVE_INTTYPES_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_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_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_IDN_FREE_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_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_TLD_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -DHAVE_IDNA_H    CMakeFiles/cmTC_4e5e2.dir/CurlTests.c.o  -o cmTC_4e5e2 -rdynamic 
1915
/usr/lib/../lib64/crt1.o: In function `_start':
1916
/usr/src/packages/BUILD/glibc-2.11.3/csu/../sysdeps/x86_64/elf/start.S:109: undefined reference to `main'
1917
collect2: error: ld returned 1 exit status
1918
gmake[1]: *** [cmTC_4e5e2] Error 1
1919
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1920
gmake: *** [cmTC_4e5e2/fast] Error 2
1921

    
1922
Performing Curl Test HAVE_GETHOSTBYADDR_R_5 failed with the following output:
1923
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
1924

    
1925
Run Build Command:"/usr/bin/gmake" "cmTC_40e15/fast"
1926
gmake -f CMakeFiles/cmTC_40e15.dir/build.make CMakeFiles/cmTC_40e15.dir/build
1927
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1928
Building C object CMakeFiles/cmTC_40e15.dir/CurlTests.c.o
1929
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -DHAVE_GETHOSTBYADDR_R_5  -DHAVE_STDIO_H -DHAVE_INTTYPES_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_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_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_IDN_FREE_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_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_TLD_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -DHAVE_IDNA_H   -o CMakeFiles/cmTC_40e15.dir/CurlTests.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c
1930
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’:
1931
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c:106:23: error: storage size of ‘hdata’ isn’t known
1932
   struct hostent_data hdata;
1933
                       ^
1934
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c:127:8: error: too few arguments to function ‘gethostbyaddr_r’
1935
   rc = gethostbyaddr_r(address, length, type, &h, &hdata);
1936
        ^
1937
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c:93:0:
1938
/usr/include/netdb.h:171:12: note: declared here
1939
 extern int gethostbyaddr_r (__const void *__restrict __addr, __socklen_t __len,
1940
            ^
1941
gmake[1]: *** [CMakeFiles/cmTC_40e15.dir/CurlTests.c.o] Error 1
1942
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1943
gmake: *** [cmTC_40e15/fast] Error 2
1944

    
1945
Performing Curl Test HAVE_GETHOSTBYADDR_R_7 failed with the following output:
1946
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
1947

    
1948
Run Build Command:"/usr/bin/gmake" "cmTC_784ea/fast"
1949
gmake -f CMakeFiles/cmTC_784ea.dir/build.make CMakeFiles/cmTC_784ea.dir/build
1950
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1951
Building C object CMakeFiles/cmTC_784ea.dir/CurlTests.c.o
1952
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -DHAVE_GETHOSTBYADDR_R_7  -DHAVE_STDIO_H -DHAVE_INTTYPES_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_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_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_IDN_FREE_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_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_TLD_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -DHAVE_IDNA_H   -o CMakeFiles/cmTC_784ea.dir/CurlTests.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c
1953
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’:
1954
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c:130:8: error: too few arguments to function ‘gethostbyaddr_r’
1955
   hp = gethostbyaddr_r(address, length, type, &h, buffer, 8192, &h_errnop);
1956
        ^
1957
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c:93:0:
1958
/usr/include/netdb.h:171:12: note: declared here
1959
 extern int gethostbyaddr_r (__const void *__restrict __addr, __socklen_t __len,
1960
            ^
1961
gmake[1]: *** [CMakeFiles/cmTC_784ea.dir/CurlTests.c.o] Error 1
1962
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1963
gmake: *** [cmTC_784ea/fast] Error 2
1964

    
1965
Performing Curl Test HAVE_GETHOSTBYADDR_R_5_REENTRANT failed with the following output:
1966
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
1967

    
1968
Run Build Command:"/usr/bin/gmake" "cmTC_766ba/fast"
1969
gmake -f CMakeFiles/cmTC_766ba.dir/build.make CMakeFiles/cmTC_766ba.dir/build
1970
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1971
Building C object CMakeFiles/cmTC_766ba.dir/CurlTests.c.o
1972
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -DHAVE_GETHOSTBYADDR_R_5_REENTRANT  -DHAVE_STDIO_H -DHAVE_INTTYPES_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_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_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_IDN_FREE_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_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_TLD_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -DHAVE_IDNA_H   -o CMakeFiles/cmTC_766ba.dir/CurlTests.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c
1973
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’:
1974
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c:106:23: error: storage size of ‘hdata’ isn’t known
1975
   struct hostent_data hdata;
1976
                       ^
1977
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c:127:8: error: too few arguments to function ‘gethostbyaddr_r’
1978
   rc = gethostbyaddr_r(address, length, type, &h, &hdata);
1979
        ^
1980
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c:93:0:
1981
/usr/include/netdb.h:171:12: note: declared here
1982
 extern int gethostbyaddr_r (__const void *__restrict __addr, __socklen_t __len,
1983
            ^
1984
gmake[1]: *** [CMakeFiles/cmTC_766ba.dir/CurlTests.c.o] Error 1
1985
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1986
gmake: *** [cmTC_766ba/fast] Error 2
1987

    
1988
Performing Curl Test HAVE_GETHOSTBYADDR_R_7_REENTRANT failed with the following output:
1989
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
1990

    
1991
Run Build Command:"/usr/bin/gmake" "cmTC_802a5/fast"
1992
gmake -f CMakeFiles/cmTC_802a5.dir/build.make CMakeFiles/cmTC_802a5.dir/build
1993
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
1994
Building C object CMakeFiles/cmTC_802a5.dir/CurlTests.c.o
1995
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -DHAVE_GETHOSTBYADDR_R_7_REENTRANT  -DHAVE_STDIO_H -DHAVE_INTTYPES_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_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_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_IDN_FREE_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_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_TLD_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -DHAVE_IDNA_H   -o CMakeFiles/cmTC_802a5.dir/CurlTests.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c
1996
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’:
1997
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c:130:8: error: too few arguments to function ‘gethostbyaddr_r’
1998
   hp = gethostbyaddr_r(address, length, type, &h, buffer, 8192, &h_errnop);
1999
        ^
2000
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c:93:0:
2001
/usr/include/netdb.h:171:12: note: declared here
2002
 extern int gethostbyaddr_r (__const void *__restrict __addr, __socklen_t __len,
2003
            ^
2004
gmake[1]: *** [CMakeFiles/cmTC_802a5.dir/CurlTests.c.o] Error 1
2005
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2006
gmake: *** [cmTC_802a5/fast] Error 2
2007

    
2008
Performing Curl Test HAVE_GETHOSTBYNAME_R_3 failed with the following output:
2009
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
2010

    
2011
Run Build Command:"/usr/bin/gmake" "cmTC_54782/fast"
2012
gmake -f CMakeFiles/cmTC_54782.dir/build.make CMakeFiles/cmTC_54782.dir/build
2013
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2014
Building C object CMakeFiles/cmTC_54782.dir/CurlTests.c.o
2015
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -DHAVE_GETHOSTBYNAME_R_3  -DHAVE_STDIO_H -DHAVE_INTTYPES_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_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_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_IDN_FREE_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_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_TLD_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -DHAVE_IDNA_H   -o CMakeFiles/cmTC_54782.dir/CurlTests.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c
2016
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’:
2017
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c:106:23: error: storage size of ‘hdata’ isn’t known
2018
   struct hostent_data hdata;
2019
                       ^
2020
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c:139:8: error: too few arguments to function ‘gethostbyname_r’
2021
   rc = gethostbyname_r(address, &h, &hdata);
2022
        ^
2023
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c:93:0:
2024
/usr/include/netdb.h:178:12: note: declared here
2025
 extern int gethostbyname_r (__const char *__restrict __name,
2026
            ^
2027
gmake[1]: *** [CMakeFiles/cmTC_54782.dir/CurlTests.c.o] Error 1
2028
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2029
gmake: *** [cmTC_54782/fast] Error 2
2030

    
2031
Performing Curl Test HAVE_GETHOSTBYNAME_R_5 failed with the following output:
2032
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
2033

    
2034
Run Build Command:"/usr/bin/gmake" "cmTC_ce353/fast"
2035
gmake -f CMakeFiles/cmTC_ce353.dir/build.make CMakeFiles/cmTC_ce353.dir/build
2036
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2037
Building C object CMakeFiles/cmTC_ce353.dir/CurlTests.c.o
2038
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -DHAVE_GETHOSTBYNAME_R_5  -DHAVE_STDIO_H -DHAVE_INTTYPES_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_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_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_IDN_FREE_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_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_TLD_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -DHAVE_IDNA_H   -o CMakeFiles/cmTC_ce353.dir/CurlTests.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c
2039
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’:
2040
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c:142:8: error: too few arguments to function ‘gethostbyname_r’
2041
   rc = gethostbyname_r(address, &h, buffer, 8192, &h_errnop);
2042
        ^
2043
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c:93:0:
2044
/usr/include/netdb.h:178:12: note: declared here
2045
 extern int gethostbyname_r (__const char *__restrict __name,
2046
            ^
2047
gmake[1]: *** [CMakeFiles/cmTC_ce353.dir/CurlTests.c.o] Error 1
2048
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2049
gmake: *** [cmTC_ce353/fast] Error 2
2050

    
2051
Performing Curl Test HAVE_GETHOSTBYNAME_R_3_REENTRANT failed with the following output:
2052
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
2053

    
2054
Run Build Command:"/usr/bin/gmake" "cmTC_d5bc9/fast"
2055
gmake -f CMakeFiles/cmTC_d5bc9.dir/build.make CMakeFiles/cmTC_d5bc9.dir/build
2056
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2057
Building C object CMakeFiles/cmTC_d5bc9.dir/CurlTests.c.o
2058
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -DHAVE_GETHOSTBYNAME_R_3_REENTRANT  -DHAVE_STDIO_H -DHAVE_INTTYPES_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_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_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_IDN_FREE_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_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_TLD_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -DHAVE_IDNA_H   -o CMakeFiles/cmTC_d5bc9.dir/CurlTests.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c
2059
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’:
2060
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c:106:23: error: storage size of ‘hdata’ isn’t known
2061
   struct hostent_data hdata;
2062
                       ^
2063
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c:139:8: error: too few arguments to function ‘gethostbyname_r’
2064
   rc = gethostbyname_r(address, &h, &hdata);
2065
        ^
2066
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c:93:0:
2067
/usr/include/netdb.h:178:12: note: declared here
2068
 extern int gethostbyname_r (__const char *__restrict __name,
2069
            ^
2070
gmake[1]: *** [CMakeFiles/cmTC_d5bc9.dir/CurlTests.c.o] Error 1
2071
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2072
gmake: *** [cmTC_d5bc9/fast] Error 2
2073

    
2074
Performing Curl Test HAVE_GETHOSTBYNAME_R_5_REENTRANT failed with the following output:
2075
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
2076

    
2077
Run Build Command:"/usr/bin/gmake" "cmTC_e4ba1/fast"
2078
gmake -f CMakeFiles/cmTC_e4ba1.dir/build.make CMakeFiles/cmTC_e4ba1.dir/build
2079
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2080
Building C object CMakeFiles/cmTC_e4ba1.dir/CurlTests.c.o
2081
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -DHAVE_GETHOSTBYNAME_R_5_REENTRANT  -DHAVE_STDIO_H -DHAVE_INTTYPES_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_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_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_IDN_FREE_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_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_TLD_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -DHAVE_IDNA_H   -o CMakeFiles/cmTC_e4ba1.dir/CurlTests.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c
2082
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’:
2083
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c:142:8: error: too few arguments to function ‘gethostbyname_r’
2084
   rc = gethostbyname_r(address, &h, buffer, 8192, &h_errnop);
2085
        ^
2086
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c:93:0:
2087
/usr/include/netdb.h:178:12: note: declared here
2088
 extern int gethostbyname_r (__const char *__restrict __name,
2089
            ^
2090
gmake[1]: *** [CMakeFiles/cmTC_e4ba1.dir/CurlTests.c.o] Error 1
2091
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2092
gmake: *** [cmTC_e4ba1/fast] Error 2
2093

    
2094
Performing Curl Test HAVE_INET_NTOA_R_DECL failed with the following output:
2095
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
2096

    
2097
Run Build Command:"/usr/bin/gmake" "cmTC_da9ab/fast"
2098
gmake -f CMakeFiles/cmTC_da9ab.dir/build.make CMakeFiles/cmTC_da9ab.dir/build
2099
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2100
Building C object CMakeFiles/cmTC_da9ab.dir/CurlTests.c.o
2101
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -DHAVE_INET_NTOA_R_DECL  -DHAVE_STDIO_H -DHAVE_INTTYPES_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_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_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_IDN_FREE_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_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_TLD_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -DHAVE_IDNA_H   -o CMakeFiles/cmTC_da9ab.dir/CurlTests.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c
2102
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’:
2103
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c:242:21: error: ‘inet_ntoa_r’ undeclared (first use in this function)
2104
   func = (func_type)inet_ntoa_r;
2105
                     ^
2106
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c:242:21: note: each undeclared identifier is reported only once for each function it appears in
2107
gmake[1]: *** [CMakeFiles/cmTC_da9ab.dir/CurlTests.c.o] Error 1
2108
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2109
gmake: *** [cmTC_da9ab/fast] Error 2
2110

    
2111
Performing Curl Test HAVE_INET_NTOA_R_DECL_REENTRANT failed with the following output:
2112
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
2113

    
2114
Run Build Command:"/usr/bin/gmake" "cmTC_1b08f/fast"
2115
gmake -f CMakeFiles/cmTC_1b08f.dir/build.make CMakeFiles/cmTC_1b08f.dir/build
2116
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2117
Building C object CMakeFiles/cmTC_1b08f.dir/CurlTests.c.o
2118
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -DHAVE_INET_NTOA_R_DECL_REENTRANT  -DHAVE_STDIO_H -DHAVE_INTTYPES_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_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_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_IDN_FREE_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_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_TLD_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -DHAVE_IDNA_H   -o CMakeFiles/cmTC_1b08f.dir/CurlTests.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c
2119
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c: In function ‘main’:
2120
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c:257:22: error: ‘inet_ntoa_r’ undeclared (first use in this function)
2121
   func = (func_type)&inet_ntoa_r;
2122
                      ^
2123
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c:257:22: note: each undeclared identifier is reported only once for each function it appears in
2124
gmake[1]: *** [CMakeFiles/cmTC_1b08f.dir/CurlTests.c.o] Error 1
2125
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2126
gmake: *** [cmTC_1b08f/fast] Error 2
2127

    
2128
Performing Curl Test HAVE_GLIBC_STRERROR_R failed with the following output:
2129
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
2130

    
2131
Run Build Command:"/usr/bin/gmake" "cmTC_e6fbc/fast"
2132
gmake -f CMakeFiles/cmTC_e6fbc.dir/build.make CMakeFiles/cmTC_e6fbc.dir/build
2133
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2134
Building C object CMakeFiles/cmTC_e6fbc.dir/CurlTests.c.o
2135
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -DHAVE_GLIBC_STRERROR_R   -o CMakeFiles/cmTC_e6fbc.dir/CurlTests.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/CMake/CurlTests.c
2136
Linking C executable cmTC_e6fbc
2137
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_e6fbc.dir/link.txt --verbose=1
2138
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -DHAVE_GLIBC_STRERROR_R    CMakeFiles/cmTC_e6fbc.dir/CurlTests.c.o  -o cmTC_e6fbc -rdynamic 
2139
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2140
There was a problem running this test
2141

    
2142

    
2143
Determining size of curl_off_t failed with the following output:
2144
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
2145

    
2146
Run Build Command:"/usr/bin/gmake" "cmTC_a40c8/fast"
2147
gmake -f CMakeFiles/cmTC_a40c8.dir/build.make CMakeFiles/cmTC_a40c8.dir/build
2148
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2149
Building C object CMakeFiles/cmTC_a40c8.dir/SIZEOF_CURL_OFF_T.c.o
2150
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -D_FILE_OFFSET_BITS=64   -o CMakeFiles/cmTC_a40c8.dir/SIZEOF_CURL_OFF_T.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CheckTypeSize/SIZEOF_CURL_OFF_T.c
2151
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CheckTypeSize/SIZEOF_CURL_OFF_T.c:4:104: fatal error: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/curl/curl.h: No such file or directory
2152
 #include "/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/curl/curl.h"
2153
                                                                                                        ^
2154
compilation terminated.
2155
gmake[1]: *** [CMakeFiles/cmTC_a40c8.dir/SIZEOF_CURL_OFF_T.c.o] Error 1
2156
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2157
gmake: *** [cmTC_a40c8/fast] Error 2
2158

    
2159
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CheckTypeSize/SIZEOF_CURL_OFF_T.c:
2160
#include <sys/types.h>
2161
#include <stdint.h>
2162
#include <stddef.h>
2163
#include "/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/Utilities/cmcurl/curl/curl.h"
2164

    
2165

    
2166
#undef KEY
2167
#if defined(__i386)
2168
# define KEY '_','_','i','3','8','6'
2169
#elif defined(__x86_64)
2170
# define KEY '_','_','x','8','6','_','6','4'
2171
#elif defined(__ppc__)
2172
# define KEY '_','_','p','p','c','_','_'
2173
#elif defined(__ppc64__)
2174
# define KEY '_','_','p','p','c','6','4','_','_'
2175
#endif
2176

    
2177
#define SIZE (sizeof(curl_off_t))
2178
char info_size[] =  {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
2179
  ('0' + ((SIZE / 10000)%10)),
2180
  ('0' + ((SIZE / 1000)%10)),
2181
  ('0' + ((SIZE / 100)%10)),
2182
  ('0' + ((SIZE / 10)%10)),
2183
  ('0' +  (SIZE    % 10)),
2184
  ']',
2185
#ifdef KEY
2186
  ' ','k','e','y','[', KEY, ']',
2187
#endif
2188
  '\0'};
2189

    
2190
#ifdef __CLASSIC_C__
2191
int main(argc, argv) int argc; char *argv[];
2192
#else
2193
int main(int argc, char *argv[])
2194
#endif
2195
{
2196
  int require = 0;
2197
  require += info_size[argc];
2198
  (void)argv;
2199
  return require;
2200
}
2201

    
2202

    
2203
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2204
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
2205

    
2206
Run Build Command:"/usr/bin/gmake" "cmTC_79afb/fast"
2207
gmake -f CMakeFiles/cmTC_79afb.dir/build.make CMakeFiles/cmTC_79afb.dir/build
2208
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2209
Building C object CMakeFiles/cmTC_79afb.dir/src.c.o
2210
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_79afb.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
2211
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’
2212
                   recv(int, void *, size_t, int);
2213
                   ^
2214
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
2215
/usr/include/sys/socket.h:148:16: note: previous declaration of ‘recv’ was here
2216
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
2217
                ^
2218
gmake[1]: *** [CMakeFiles/cmTC_79afb.dir/src.c.o] Error 1
2219
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2220
gmake: *** [cmTC_79afb/fast] Error 2
2221

    
2222
Source file was:
2223

    
2224
                  #undef inline
2225
#include <sys/types.h>
2226
#include <sys/socket.h>
2227
                  extern int 
2228
                  recv(int, void *, size_t, int);
2229
                  int main(void) {
2230
                    int s=0;
2231
                    void * buf=0;
2232
                    size_t len=0;
2233
                    int flags=0;
2234
                    int res = recv(s, buf, len, flags);
2235
                    (void) res;
2236
                    return 0;
2237
                  }
2238
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2239
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
2240

    
2241
Run Build Command:"/usr/bin/gmake" "cmTC_e8e15/fast"
2242
gmake -f CMakeFiles/cmTC_e8e15.dir/build.make CMakeFiles/cmTC_e8e15.dir/build
2243
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2244
Building C object CMakeFiles/cmTC_e8e15.dir/src.c.o
2245
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_e8e15.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
2246
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’
2247
                   recv(int, void *, size_t, unsigned int);
2248
                   ^
2249
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
2250
/usr/include/sys/socket.h:148:16: note: previous declaration of ‘recv’ was here
2251
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
2252
                ^
2253
gmake[1]: *** [CMakeFiles/cmTC_e8e15.dir/src.c.o] Error 1
2254
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2255
gmake: *** [cmTC_e8e15/fast] Error 2
2256

    
2257
Source file was:
2258

    
2259
                  #undef inline
2260
#include <sys/types.h>
2261
#include <sys/socket.h>
2262
                  extern int 
2263
                  recv(int, void *, size_t, unsigned int);
2264
                  int main(void) {
2265
                    int s=0;
2266
                    void * buf=0;
2267
                    size_t len=0;
2268
                    unsigned int flags=0;
2269
                    int res = recv(s, buf, len, flags);
2270
                    (void) res;
2271
                    return 0;
2272
                  }
2273
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2274
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
2275

    
2276
Run Build Command:"/usr/bin/gmake" "cmTC_59368/fast"
2277
gmake -f CMakeFiles/cmTC_59368.dir/build.make CMakeFiles/cmTC_59368.dir/build
2278
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2279
Building C object CMakeFiles/cmTC_59368.dir/src.c.o
2280
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_59368.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
2281
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’
2282
                   recv(int, void *, int, int);
2283
                   ^
2284
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
2285
/usr/include/sys/socket.h:148:16: note: previous declaration of ‘recv’ was here
2286
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
2287
                ^
2288
gmake[1]: *** [CMakeFiles/cmTC_59368.dir/src.c.o] Error 1
2289
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2290
gmake: *** [cmTC_59368/fast] Error 2
2291

    
2292
Source file was:
2293

    
2294
                  #undef inline
2295
#include <sys/types.h>
2296
#include <sys/socket.h>
2297
                  extern int 
2298
                  recv(int, void *, int, int);
2299
                  int main(void) {
2300
                    int s=0;
2301
                    void * buf=0;
2302
                    int len=0;
2303
                    int flags=0;
2304
                    int res = recv(s, buf, len, flags);
2305
                    (void) res;
2306
                    return 0;
2307
                  }
2308
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2309
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
2310

    
2311
Run Build Command:"/usr/bin/gmake" "cmTC_7972d/fast"
2312
gmake -f CMakeFiles/cmTC_7972d.dir/build.make CMakeFiles/cmTC_7972d.dir/build
2313
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2314
Building C object CMakeFiles/cmTC_7972d.dir/src.c.o
2315
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_7972d.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
2316
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’
2317
                   recv(int, void *, int, unsigned int);
2318
                   ^
2319
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
2320
/usr/include/sys/socket.h:148:16: note: previous declaration of ‘recv’ was here
2321
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
2322
                ^
2323
gmake[1]: *** [CMakeFiles/cmTC_7972d.dir/src.c.o] Error 1
2324
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2325
gmake: *** [cmTC_7972d/fast] Error 2
2326

    
2327
Source file was:
2328

    
2329
                  #undef inline
2330
#include <sys/types.h>
2331
#include <sys/socket.h>
2332
                  extern int 
2333
                  recv(int, void *, int, unsigned int);
2334
                  int main(void) {
2335
                    int s=0;
2336
                    void * buf=0;
2337
                    int len=0;
2338
                    unsigned int flags=0;
2339
                    int res = recv(s, buf, len, flags);
2340
                    (void) res;
2341
                    return 0;
2342
                  }
2343
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2344
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
2345

    
2346
Run Build Command:"/usr/bin/gmake" "cmTC_14c35/fast"
2347
gmake -f CMakeFiles/cmTC_14c35.dir/build.make CMakeFiles/cmTC_14c35.dir/build
2348
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2349
Building C object CMakeFiles/cmTC_14c35.dir/src.c.o
2350
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_14c35.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
2351
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’
2352
                   recv(int, void *, socklen_t, int);
2353
                   ^
2354
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
2355
/usr/include/sys/socket.h:148:16: note: previous declaration of ‘recv’ was here
2356
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
2357
                ^
2358
gmake[1]: *** [CMakeFiles/cmTC_14c35.dir/src.c.o] Error 1
2359
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2360
gmake: *** [cmTC_14c35/fast] Error 2
2361

    
2362
Source file was:
2363

    
2364
                  #undef inline
2365
#include <sys/types.h>
2366
#include <sys/socket.h>
2367
                  extern int 
2368
                  recv(int, void *, socklen_t, int);
2369
                  int main(void) {
2370
                    int s=0;
2371
                    void * buf=0;
2372
                    socklen_t len=0;
2373
                    int flags=0;
2374
                    int res = recv(s, buf, len, flags);
2375
                    (void) res;
2376
                    return 0;
2377
                  }
2378
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2379
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
2380

    
2381
Run Build Command:"/usr/bin/gmake" "cmTC_6929c/fast"
2382
gmake -f CMakeFiles/cmTC_6929c.dir/build.make CMakeFiles/cmTC_6929c.dir/build
2383
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2384
Building C object CMakeFiles/cmTC_6929c.dir/src.c.o
2385
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_6929c.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
2386
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’
2387
                   recv(int, void *, socklen_t, unsigned int);
2388
                   ^
2389
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
2390
/usr/include/sys/socket.h:148:16: note: previous declaration of ‘recv’ was here
2391
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
2392
                ^
2393
gmake[1]: *** [CMakeFiles/cmTC_6929c.dir/src.c.o] Error 1
2394
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2395
gmake: *** [cmTC_6929c/fast] Error 2
2396

    
2397
Source file was:
2398

    
2399
                  #undef inline
2400
#include <sys/types.h>
2401
#include <sys/socket.h>
2402
                  extern int 
2403
                  recv(int, void *, socklen_t, unsigned int);
2404
                  int main(void) {
2405
                    int s=0;
2406
                    void * buf=0;
2407
                    socklen_t len=0;
2408
                    unsigned int flags=0;
2409
                    int res = recv(s, buf, len, flags);
2410
                    (void) res;
2411
                    return 0;
2412
                  }
2413
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2414
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
2415

    
2416
Run Build Command:"/usr/bin/gmake" "cmTC_4b910/fast"
2417
gmake -f CMakeFiles/cmTC_4b910.dir/build.make CMakeFiles/cmTC_4b910.dir/build
2418
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2419
Building C object CMakeFiles/cmTC_4b910.dir/src.c.o
2420
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_4b910.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
2421
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’
2422
                   recv(int, void *, unsigned int, int);
2423
                   ^
2424
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
2425
/usr/include/sys/socket.h:148:16: note: previous declaration of ‘recv’ was here
2426
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
2427
                ^
2428
gmake[1]: *** [CMakeFiles/cmTC_4b910.dir/src.c.o] Error 1
2429
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2430
gmake: *** [cmTC_4b910/fast] Error 2
2431

    
2432
Source file was:
2433

    
2434
                  #undef inline
2435
#include <sys/types.h>
2436
#include <sys/socket.h>
2437
                  extern int 
2438
                  recv(int, void *, unsigned int, int);
2439
                  int main(void) {
2440
                    int s=0;
2441
                    void * buf=0;
2442
                    unsigned int len=0;
2443
                    int flags=0;
2444
                    int res = recv(s, buf, len, flags);
2445
                    (void) res;
2446
                    return 0;
2447
                  }
2448
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2449
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
2450

    
2451
Run Build Command:"/usr/bin/gmake" "cmTC_28935/fast"
2452
gmake -f CMakeFiles/cmTC_28935.dir/build.make CMakeFiles/cmTC_28935.dir/build
2453
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2454
Building C object CMakeFiles/cmTC_28935.dir/src.c.o
2455
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_28935.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
2456
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’
2457
                   recv(int, void *, unsigned int, unsigned int);
2458
                   ^
2459
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
2460
/usr/include/sys/socket.h:148:16: note: previous declaration of ‘recv’ was here
2461
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
2462
                ^
2463
gmake[1]: *** [CMakeFiles/cmTC_28935.dir/src.c.o] Error 1
2464
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2465
gmake: *** [cmTC_28935/fast] Error 2
2466

    
2467
Source file was:
2468

    
2469
                  #undef inline
2470
#include <sys/types.h>
2471
#include <sys/socket.h>
2472
                  extern int 
2473
                  recv(int, void *, unsigned int, unsigned int);
2474
                  int main(void) {
2475
                    int s=0;
2476
                    void * buf=0;
2477
                    unsigned int len=0;
2478
                    unsigned int flags=0;
2479
                    int res = recv(s, buf, len, flags);
2480
                    (void) res;
2481
                    return 0;
2482
                  }
2483
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2484
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
2485

    
2486
Run Build Command:"/usr/bin/gmake" "cmTC_cd3ec/fast"
2487
gmake -f CMakeFiles/cmTC_cd3ec.dir/build.make CMakeFiles/cmTC_cd3ec.dir/build
2488
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2489
Building C object CMakeFiles/cmTC_cd3ec.dir/src.c.o
2490
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_cd3ec.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
2491
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’
2492
                   recv(int, char *, size_t, int);
2493
                   ^
2494
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
2495
/usr/include/sys/socket.h:148:16: note: previous declaration of ‘recv’ was here
2496
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
2497
                ^
2498
gmake[1]: *** [CMakeFiles/cmTC_cd3ec.dir/src.c.o] Error 1
2499
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2500
gmake: *** [cmTC_cd3ec/fast] Error 2
2501

    
2502
Source file was:
2503

    
2504
                  #undef inline
2505
#include <sys/types.h>
2506
#include <sys/socket.h>
2507
                  extern int 
2508
                  recv(int, char *, size_t, int);
2509
                  int main(void) {
2510
                    int s=0;
2511
                    char * buf=0;
2512
                    size_t len=0;
2513
                    int flags=0;
2514
                    int res = recv(s, buf, len, flags);
2515
                    (void) res;
2516
                    return 0;
2517
                  }
2518
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2519
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
2520

    
2521
Run Build Command:"/usr/bin/gmake" "cmTC_a7f68/fast"
2522
gmake -f CMakeFiles/cmTC_a7f68.dir/build.make CMakeFiles/cmTC_a7f68.dir/build
2523
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2524
Building C object CMakeFiles/cmTC_a7f68.dir/src.c.o
2525
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_a7f68.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
2526
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’
2527
                   recv(int, char *, size_t, unsigned int);
2528
                   ^
2529
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
2530
/usr/include/sys/socket.h:148:16: note: previous declaration of ‘recv’ was here
2531
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
2532
                ^
2533
gmake[1]: *** [CMakeFiles/cmTC_a7f68.dir/src.c.o] Error 1
2534
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2535
gmake: *** [cmTC_a7f68/fast] Error 2
2536

    
2537
Source file was:
2538

    
2539
                  #undef inline
2540
#include <sys/types.h>
2541
#include <sys/socket.h>
2542
                  extern int 
2543
                  recv(int, char *, size_t, unsigned int);
2544
                  int main(void) {
2545
                    int s=0;
2546
                    char * buf=0;
2547
                    size_t len=0;
2548
                    unsigned int flags=0;
2549
                    int res = recv(s, buf, len, flags);
2550
                    (void) res;
2551
                    return 0;
2552
                  }
2553
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2554
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
2555

    
2556
Run Build Command:"/usr/bin/gmake" "cmTC_cff51/fast"
2557
gmake -f CMakeFiles/cmTC_cff51.dir/build.make CMakeFiles/cmTC_cff51.dir/build
2558
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2559
Building C object CMakeFiles/cmTC_cff51.dir/src.c.o
2560
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_cff51.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
2561
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’
2562
                   recv(int, char *, int, int);
2563
                   ^
2564
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
2565
/usr/include/sys/socket.h:148:16: note: previous declaration of ‘recv’ was here
2566
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
2567
                ^
2568
gmake[1]: *** [CMakeFiles/cmTC_cff51.dir/src.c.o] Error 1
2569
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2570
gmake: *** [cmTC_cff51/fast] Error 2
2571

    
2572
Source file was:
2573

    
2574
                  #undef inline
2575
#include <sys/types.h>
2576
#include <sys/socket.h>
2577
                  extern int 
2578
                  recv(int, char *, int, int);
2579
                  int main(void) {
2580
                    int s=0;
2581
                    char * buf=0;
2582
                    int len=0;
2583
                    int flags=0;
2584
                    int res = recv(s, buf, len, flags);
2585
                    (void) res;
2586
                    return 0;
2587
                  }
2588
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2589
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
2590

    
2591
Run Build Command:"/usr/bin/gmake" "cmTC_78968/fast"
2592
gmake -f CMakeFiles/cmTC_78968.dir/build.make CMakeFiles/cmTC_78968.dir/build
2593
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2594
Building C object CMakeFiles/cmTC_78968.dir/src.c.o
2595
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_78968.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
2596
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’
2597
                   recv(int, char *, int, unsigned int);
2598
                   ^
2599
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
2600
/usr/include/sys/socket.h:148:16: note: previous declaration of ‘recv’ was here
2601
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
2602
                ^
2603
gmake[1]: *** [CMakeFiles/cmTC_78968.dir/src.c.o] Error 1
2604
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2605
gmake: *** [cmTC_78968/fast] Error 2
2606

    
2607
Source file was:
2608

    
2609
                  #undef inline
2610
#include <sys/types.h>
2611
#include <sys/socket.h>
2612
                  extern int 
2613
                  recv(int, char *, int, unsigned int);
2614
                  int main(void) {
2615
                    int s=0;
2616
                    char * buf=0;
2617
                    int len=0;
2618
                    unsigned int flags=0;
2619
                    int res = recv(s, buf, len, flags);
2620
                    (void) res;
2621
                    return 0;
2622
                  }
2623
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2624
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
2625

    
2626
Run Build Command:"/usr/bin/gmake" "cmTC_7e94f/fast"
2627
gmake -f CMakeFiles/cmTC_7e94f.dir/build.make CMakeFiles/cmTC_7e94f.dir/build
2628
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2629
Building C object CMakeFiles/cmTC_7e94f.dir/src.c.o
2630
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_7e94f.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
2631
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’
2632
                   recv(int, char *, socklen_t, int);
2633
                   ^
2634
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
2635
/usr/include/sys/socket.h:148:16: note: previous declaration of ‘recv’ was here
2636
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
2637
                ^
2638
gmake[1]: *** [CMakeFiles/cmTC_7e94f.dir/src.c.o] Error 1
2639
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2640
gmake: *** [cmTC_7e94f/fast] Error 2
2641

    
2642
Source file was:
2643

    
2644
                  #undef inline
2645
#include <sys/types.h>
2646
#include <sys/socket.h>
2647
                  extern int 
2648
                  recv(int, char *, socklen_t, int);
2649
                  int main(void) {
2650
                    int s=0;
2651
                    char * buf=0;
2652
                    socklen_t len=0;
2653
                    int flags=0;
2654
                    int res = recv(s, buf, len, flags);
2655
                    (void) res;
2656
                    return 0;
2657
                  }
2658
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2659
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
2660

    
2661
Run Build Command:"/usr/bin/gmake" "cmTC_97372/fast"
2662
gmake -f CMakeFiles/cmTC_97372.dir/build.make CMakeFiles/cmTC_97372.dir/build
2663
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2664
Building C object CMakeFiles/cmTC_97372.dir/src.c.o
2665
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_97372.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
2666
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’
2667
                   recv(int, char *, socklen_t, unsigned int);
2668
                   ^
2669
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
2670
/usr/include/sys/socket.h:148:16: note: previous declaration of ‘recv’ was here
2671
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
2672
                ^
2673
gmake[1]: *** [CMakeFiles/cmTC_97372.dir/src.c.o] Error 1
2674
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2675
gmake: *** [cmTC_97372/fast] Error 2
2676

    
2677
Source file was:
2678

    
2679
                  #undef inline
2680
#include <sys/types.h>
2681
#include <sys/socket.h>
2682
                  extern int 
2683
                  recv(int, char *, socklen_t, unsigned int);
2684
                  int main(void) {
2685
                    int s=0;
2686
                    char * buf=0;
2687
                    socklen_t len=0;
2688
                    unsigned int flags=0;
2689
                    int res = recv(s, buf, len, flags);
2690
                    (void) res;
2691
                    return 0;
2692
                  }
2693
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2694
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
2695

    
2696
Run Build Command:"/usr/bin/gmake" "cmTC_88b55/fast"
2697
gmake -f CMakeFiles/cmTC_88b55.dir/build.make CMakeFiles/cmTC_88b55.dir/build
2698
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2699
Building C object CMakeFiles/cmTC_88b55.dir/src.c.o
2700
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_88b55.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
2701
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’
2702
                   recv(int, char *, unsigned int, int);
2703
                   ^
2704
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
2705
/usr/include/sys/socket.h:148:16: note: previous declaration of ‘recv’ was here
2706
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
2707
                ^
2708
gmake[1]: *** [CMakeFiles/cmTC_88b55.dir/src.c.o] Error 1
2709
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2710
gmake: *** [cmTC_88b55/fast] Error 2
2711

    
2712
Source file was:
2713

    
2714
                  #undef inline
2715
#include <sys/types.h>
2716
#include <sys/socket.h>
2717
                  extern int 
2718
                  recv(int, char *, unsigned int, int);
2719
                  int main(void) {
2720
                    int s=0;
2721
                    char * buf=0;
2722
                    unsigned int len=0;
2723
                    int flags=0;
2724
                    int res = recv(s, buf, len, flags);
2725
                    (void) res;
2726
                    return 0;
2727
                  }
2728
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2729
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
2730

    
2731
Run Build Command:"/usr/bin/gmake" "cmTC_99e3d/fast"
2732
gmake -f CMakeFiles/cmTC_99e3d.dir/build.make CMakeFiles/cmTC_99e3d.dir/build
2733
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2734
Building C object CMakeFiles/cmTC_99e3d.dir/src.c.o
2735
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_99e3d.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
2736
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’
2737
                   recv(int, char *, unsigned int, unsigned int);
2738
                   ^
2739
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
2740
/usr/include/sys/socket.h:148:16: note: previous declaration of ‘recv’ was here
2741
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
2742
                ^
2743
gmake[1]: *** [CMakeFiles/cmTC_99e3d.dir/src.c.o] Error 1
2744
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2745
gmake: *** [cmTC_99e3d/fast] Error 2
2746

    
2747
Source file was:
2748

    
2749
                  #undef inline
2750
#include <sys/types.h>
2751
#include <sys/socket.h>
2752
                  extern int 
2753
                  recv(int, char *, unsigned int, unsigned int);
2754
                  int main(void) {
2755
                    int s=0;
2756
                    char * buf=0;
2757
                    unsigned int len=0;
2758
                    unsigned int flags=0;
2759
                    int res = recv(s, buf, len, flags);
2760
                    (void) res;
2761
                    return 0;
2762
                  }
2763
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2764
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
2765

    
2766
Run Build Command:"/usr/bin/gmake" "cmTC_d4266/fast"
2767
gmake -f CMakeFiles/cmTC_d4266.dir/build.make CMakeFiles/cmTC_d4266.dir/build
2768
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2769
Building C object CMakeFiles/cmTC_d4266.dir/src.c.o
2770
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_d4266.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
2771
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’
2772
                   recv(ssize_t, void *, size_t, int);
2773
                   ^
2774
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
2775
/usr/include/sys/socket.h:148:16: note: previous declaration of ‘recv’ was here
2776
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
2777
                ^
2778
gmake[1]: *** [CMakeFiles/cmTC_d4266.dir/src.c.o] Error 1
2779
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2780
gmake: *** [cmTC_d4266/fast] Error 2
2781

    
2782
Source file was:
2783

    
2784
                  #undef inline
2785
#include <sys/types.h>
2786
#include <sys/socket.h>
2787
                  extern int 
2788
                  recv(ssize_t, void *, size_t, int);
2789
                  int main(void) {
2790
                    ssize_t s=0;
2791
                    void * buf=0;
2792
                    size_t len=0;
2793
                    int flags=0;
2794
                    int res = recv(s, buf, len, flags);
2795
                    (void) res;
2796
                    return 0;
2797
                  }
2798
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2799
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
2800

    
2801
Run Build Command:"/usr/bin/gmake" "cmTC_9f6a1/fast"
2802
gmake -f CMakeFiles/cmTC_9f6a1.dir/build.make CMakeFiles/cmTC_9f6a1.dir/build
2803
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2804
Building C object CMakeFiles/cmTC_9f6a1.dir/src.c.o
2805
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_9f6a1.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
2806
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’
2807
                   recv(ssize_t, void *, size_t, unsigned int);
2808
                   ^
2809
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
2810
/usr/include/sys/socket.h:148:16: note: previous declaration of ‘recv’ was here
2811
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
2812
                ^
2813
gmake[1]: *** [CMakeFiles/cmTC_9f6a1.dir/src.c.o] Error 1
2814
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2815
gmake: *** [cmTC_9f6a1/fast] Error 2
2816

    
2817
Source file was:
2818

    
2819
                  #undef inline
2820
#include <sys/types.h>
2821
#include <sys/socket.h>
2822
                  extern int 
2823
                  recv(ssize_t, void *, size_t, unsigned int);
2824
                  int main(void) {
2825
                    ssize_t s=0;
2826
                    void * buf=0;
2827
                    size_t len=0;
2828
                    unsigned int flags=0;
2829
                    int res = recv(s, buf, len, flags);
2830
                    (void) res;
2831
                    return 0;
2832
                  }
2833
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2834
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
2835

    
2836
Run Build Command:"/usr/bin/gmake" "cmTC_c1287/fast"
2837
gmake -f CMakeFiles/cmTC_c1287.dir/build.make CMakeFiles/cmTC_c1287.dir/build
2838
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2839
Building C object CMakeFiles/cmTC_c1287.dir/src.c.o
2840
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_c1287.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
2841
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’
2842
                   recv(ssize_t, void *, int, int);
2843
                   ^
2844
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
2845
/usr/include/sys/socket.h:148:16: note: previous declaration of ‘recv’ was here
2846
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
2847
                ^
2848
gmake[1]: *** [CMakeFiles/cmTC_c1287.dir/src.c.o] Error 1
2849
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2850
gmake: *** [cmTC_c1287/fast] Error 2
2851

    
2852
Source file was:
2853

    
2854
                  #undef inline
2855
#include <sys/types.h>
2856
#include <sys/socket.h>
2857
                  extern int 
2858
                  recv(ssize_t, void *, int, int);
2859
                  int main(void) {
2860
                    ssize_t s=0;
2861
                    void * buf=0;
2862
                    int len=0;
2863
                    int flags=0;
2864
                    int res = recv(s, buf, len, flags);
2865
                    (void) res;
2866
                    return 0;
2867
                  }
2868
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2869
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
2870

    
2871
Run Build Command:"/usr/bin/gmake" "cmTC_9efdd/fast"
2872
gmake -f CMakeFiles/cmTC_9efdd.dir/build.make CMakeFiles/cmTC_9efdd.dir/build
2873
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2874
Building C object CMakeFiles/cmTC_9efdd.dir/src.c.o
2875
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_9efdd.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
2876
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’
2877
                   recv(ssize_t, void *, int, unsigned int);
2878
                   ^
2879
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
2880
/usr/include/sys/socket.h:148:16: note: previous declaration of ‘recv’ was here
2881
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
2882
                ^
2883
gmake[1]: *** [CMakeFiles/cmTC_9efdd.dir/src.c.o] Error 1
2884
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2885
gmake: *** [cmTC_9efdd/fast] Error 2
2886

    
2887
Source file was:
2888

    
2889
                  #undef inline
2890
#include <sys/types.h>
2891
#include <sys/socket.h>
2892
                  extern int 
2893
                  recv(ssize_t, void *, int, unsigned int);
2894
                  int main(void) {
2895
                    ssize_t s=0;
2896
                    void * buf=0;
2897
                    int len=0;
2898
                    unsigned int flags=0;
2899
                    int res = recv(s, buf, len, flags);
2900
                    (void) res;
2901
                    return 0;
2902
                  }
2903
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2904
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
2905

    
2906
Run Build Command:"/usr/bin/gmake" "cmTC_b2af3/fast"
2907
gmake -f CMakeFiles/cmTC_b2af3.dir/build.make CMakeFiles/cmTC_b2af3.dir/build
2908
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2909
Building C object CMakeFiles/cmTC_b2af3.dir/src.c.o
2910
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_b2af3.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
2911
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’
2912
                   recv(ssize_t, void *, socklen_t, int);
2913
                   ^
2914
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
2915
/usr/include/sys/socket.h:148:16: note: previous declaration of ‘recv’ was here
2916
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
2917
                ^
2918
gmake[1]: *** [CMakeFiles/cmTC_b2af3.dir/src.c.o] Error 1
2919
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2920
gmake: *** [cmTC_b2af3/fast] Error 2
2921

    
2922
Source file was:
2923

    
2924
                  #undef inline
2925
#include <sys/types.h>
2926
#include <sys/socket.h>
2927
                  extern int 
2928
                  recv(ssize_t, void *, socklen_t, int);
2929
                  int main(void) {
2930
                    ssize_t s=0;
2931
                    void * buf=0;
2932
                    socklen_t len=0;
2933
                    int flags=0;
2934
                    int res = recv(s, buf, len, flags);
2935
                    (void) res;
2936
                    return 0;
2937
                  }
2938
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2939
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
2940

    
2941
Run Build Command:"/usr/bin/gmake" "cmTC_313e1/fast"
2942
gmake -f CMakeFiles/cmTC_313e1.dir/build.make CMakeFiles/cmTC_313e1.dir/build
2943
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2944
Building C object CMakeFiles/cmTC_313e1.dir/src.c.o
2945
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_313e1.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
2946
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’
2947
                   recv(ssize_t, void *, socklen_t, unsigned int);
2948
                   ^
2949
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
2950
/usr/include/sys/socket.h:148:16: note: previous declaration of ‘recv’ was here
2951
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
2952
                ^
2953
gmake[1]: *** [CMakeFiles/cmTC_313e1.dir/src.c.o] Error 1
2954
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2955
gmake: *** [cmTC_313e1/fast] Error 2
2956

    
2957
Source file was:
2958

    
2959
                  #undef inline
2960
#include <sys/types.h>
2961
#include <sys/socket.h>
2962
                  extern int 
2963
                  recv(ssize_t, void *, socklen_t, unsigned int);
2964
                  int main(void) {
2965
                    ssize_t s=0;
2966
                    void * buf=0;
2967
                    socklen_t len=0;
2968
                    unsigned int flags=0;
2969
                    int res = recv(s, buf, len, flags);
2970
                    (void) res;
2971
                    return 0;
2972
                  }
2973
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
2974
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
2975

    
2976
Run Build Command:"/usr/bin/gmake" "cmTC_895f1/fast"
2977
gmake -f CMakeFiles/cmTC_895f1.dir/build.make CMakeFiles/cmTC_895f1.dir/build
2978
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2979
Building C object CMakeFiles/cmTC_895f1.dir/src.c.o
2980
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_895f1.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
2981
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’
2982
                   recv(ssize_t, void *, unsigned int, int);
2983
                   ^
2984
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
2985
/usr/include/sys/socket.h:148:16: note: previous declaration of ‘recv’ was here
2986
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
2987
                ^
2988
gmake[1]: *** [CMakeFiles/cmTC_895f1.dir/src.c.o] Error 1
2989
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
2990
gmake: *** [cmTC_895f1/fast] Error 2
2991

    
2992
Source file was:
2993

    
2994
                  #undef inline
2995
#include <sys/types.h>
2996
#include <sys/socket.h>
2997
                  extern int 
2998
                  recv(ssize_t, void *, unsigned int, int);
2999
                  int main(void) {
3000
                    ssize_t s=0;
3001
                    void * buf=0;
3002
                    unsigned int len=0;
3003
                    int flags=0;
3004
                    int res = recv(s, buf, len, flags);
3005
                    (void) res;
3006
                    return 0;
3007
                  }
3008
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3009
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
3010

    
3011
Run Build Command:"/usr/bin/gmake" "cmTC_10f6b/fast"
3012
gmake -f CMakeFiles/cmTC_10f6b.dir/build.make CMakeFiles/cmTC_10f6b.dir/build
3013
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3014
Building C object CMakeFiles/cmTC_10f6b.dir/src.c.o
3015
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_10f6b.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
3016
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’
3017
                   recv(ssize_t, void *, unsigned int, unsigned int);
3018
                   ^
3019
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
3020
/usr/include/sys/socket.h:148:16: note: previous declaration of ‘recv’ was here
3021
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
3022
                ^
3023
gmake[1]: *** [CMakeFiles/cmTC_10f6b.dir/src.c.o] Error 1
3024
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3025
gmake: *** [cmTC_10f6b/fast] Error 2
3026

    
3027
Source file was:
3028

    
3029
                  #undef inline
3030
#include <sys/types.h>
3031
#include <sys/socket.h>
3032
                  extern int 
3033
                  recv(ssize_t, void *, unsigned int, unsigned int);
3034
                  int main(void) {
3035
                    ssize_t s=0;
3036
                    void * buf=0;
3037
                    unsigned int len=0;
3038
                    unsigned int flags=0;
3039
                    int res = recv(s, buf, len, flags);
3040
                    (void) res;
3041
                    return 0;
3042
                  }
3043
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3044
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
3045

    
3046
Run Build Command:"/usr/bin/gmake" "cmTC_f3621/fast"
3047
gmake -f CMakeFiles/cmTC_f3621.dir/build.make CMakeFiles/cmTC_f3621.dir/build
3048
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3049
Building C object CMakeFiles/cmTC_f3621.dir/src.c.o
3050
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_f3621.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
3051
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’
3052
                   recv(ssize_t, char *, size_t, int);
3053
                   ^
3054
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
3055
/usr/include/sys/socket.h:148:16: note: previous declaration of ‘recv’ was here
3056
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
3057
                ^
3058
gmake[1]: *** [CMakeFiles/cmTC_f3621.dir/src.c.o] Error 1
3059
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3060
gmake: *** [cmTC_f3621/fast] Error 2
3061

    
3062
Source file was:
3063

    
3064
                  #undef inline
3065
#include <sys/types.h>
3066
#include <sys/socket.h>
3067
                  extern int 
3068
                  recv(ssize_t, char *, size_t, int);
3069
                  int main(void) {
3070
                    ssize_t s=0;
3071
                    char * buf=0;
3072
                    size_t len=0;
3073
                    int flags=0;
3074
                    int res = recv(s, buf, len, flags);
3075
                    (void) res;
3076
                    return 0;
3077
                  }
3078
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3079
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
3080

    
3081
Run Build Command:"/usr/bin/gmake" "cmTC_ce3c5/fast"
3082
gmake -f CMakeFiles/cmTC_ce3c5.dir/build.make CMakeFiles/cmTC_ce3c5.dir/build
3083
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3084
Building C object CMakeFiles/cmTC_ce3c5.dir/src.c.o
3085
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_ce3c5.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
3086
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’
3087
                   recv(ssize_t, char *, size_t, unsigned int);
3088
                   ^
3089
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
3090
/usr/include/sys/socket.h:148:16: note: previous declaration of ‘recv’ was here
3091
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
3092
                ^
3093
gmake[1]: *** [CMakeFiles/cmTC_ce3c5.dir/src.c.o] Error 1
3094
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3095
gmake: *** [cmTC_ce3c5/fast] Error 2
3096

    
3097
Source file was:
3098

    
3099
                  #undef inline
3100
#include <sys/types.h>
3101
#include <sys/socket.h>
3102
                  extern int 
3103
                  recv(ssize_t, char *, size_t, unsigned int);
3104
                  int main(void) {
3105
                    ssize_t s=0;
3106
                    char * buf=0;
3107
                    size_t len=0;
3108
                    unsigned int flags=0;
3109
                    int res = recv(s, buf, len, flags);
3110
                    (void) res;
3111
                    return 0;
3112
                  }
3113
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3114
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
3115

    
3116
Run Build Command:"/usr/bin/gmake" "cmTC_67258/fast"
3117
gmake -f CMakeFiles/cmTC_67258.dir/build.make CMakeFiles/cmTC_67258.dir/build
3118
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3119
Building C object CMakeFiles/cmTC_67258.dir/src.c.o
3120
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_67258.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
3121
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’
3122
                   recv(ssize_t, char *, int, int);
3123
                   ^
3124
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
3125
/usr/include/sys/socket.h:148:16: note: previous declaration of ‘recv’ was here
3126
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
3127
                ^
3128
gmake[1]: *** [CMakeFiles/cmTC_67258.dir/src.c.o] Error 1
3129
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3130
gmake: *** [cmTC_67258/fast] Error 2
3131

    
3132
Source file was:
3133

    
3134
                  #undef inline
3135
#include <sys/types.h>
3136
#include <sys/socket.h>
3137
                  extern int 
3138
                  recv(ssize_t, char *, int, int);
3139
                  int main(void) {
3140
                    ssize_t s=0;
3141
                    char * buf=0;
3142
                    int len=0;
3143
                    int flags=0;
3144
                    int res = recv(s, buf, len, flags);
3145
                    (void) res;
3146
                    return 0;
3147
                  }
3148
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3149
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
3150

    
3151
Run Build Command:"/usr/bin/gmake" "cmTC_1ed00/fast"
3152
gmake -f CMakeFiles/cmTC_1ed00.dir/build.make CMakeFiles/cmTC_1ed00.dir/build
3153
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3154
Building C object CMakeFiles/cmTC_1ed00.dir/src.c.o
3155
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_1ed00.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
3156
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’
3157
                   recv(ssize_t, char *, int, unsigned int);
3158
                   ^
3159
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
3160
/usr/include/sys/socket.h:148:16: note: previous declaration of ‘recv’ was here
3161
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
3162
                ^
3163
gmake[1]: *** [CMakeFiles/cmTC_1ed00.dir/src.c.o] Error 1
3164
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3165
gmake: *** [cmTC_1ed00/fast] Error 2
3166

    
3167
Source file was:
3168

    
3169
                  #undef inline
3170
#include <sys/types.h>
3171
#include <sys/socket.h>
3172
                  extern int 
3173
                  recv(ssize_t, char *, int, unsigned int);
3174
                  int main(void) {
3175
                    ssize_t s=0;
3176
                    char * buf=0;
3177
                    int len=0;
3178
                    unsigned int flags=0;
3179
                    int res = recv(s, buf, len, flags);
3180
                    (void) res;
3181
                    return 0;
3182
                  }
3183
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3184
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
3185

    
3186
Run Build Command:"/usr/bin/gmake" "cmTC_4fc30/fast"
3187
gmake -f CMakeFiles/cmTC_4fc30.dir/build.make CMakeFiles/cmTC_4fc30.dir/build
3188
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3189
Building C object CMakeFiles/cmTC_4fc30.dir/src.c.o
3190
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_4fc30.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
3191
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’
3192
                   recv(ssize_t, char *, socklen_t, int);
3193
                   ^
3194
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
3195
/usr/include/sys/socket.h:148:16: note: previous declaration of ‘recv’ was here
3196
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
3197
                ^
3198
gmake[1]: *** [CMakeFiles/cmTC_4fc30.dir/src.c.o] Error 1
3199
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3200
gmake: *** [cmTC_4fc30/fast] Error 2
3201

    
3202
Source file was:
3203

    
3204
                  #undef inline
3205
#include <sys/types.h>
3206
#include <sys/socket.h>
3207
                  extern int 
3208
                  recv(ssize_t, char *, socklen_t, int);
3209
                  int main(void) {
3210
                    ssize_t s=0;
3211
                    char * buf=0;
3212
                    socklen_t len=0;
3213
                    int flags=0;
3214
                    int res = recv(s, buf, len, flags);
3215
                    (void) res;
3216
                    return 0;
3217
                  }
3218
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3219
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
3220

    
3221
Run Build Command:"/usr/bin/gmake" "cmTC_19c4e/fast"
3222
gmake -f CMakeFiles/cmTC_19c4e.dir/build.make CMakeFiles/cmTC_19c4e.dir/build
3223
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3224
Building C object CMakeFiles/cmTC_19c4e.dir/src.c.o
3225
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_19c4e.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
3226
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’
3227
                   recv(ssize_t, char *, socklen_t, unsigned int);
3228
                   ^
3229
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
3230
/usr/include/sys/socket.h:148:16: note: previous declaration of ‘recv’ was here
3231
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
3232
                ^
3233
gmake[1]: *** [CMakeFiles/cmTC_19c4e.dir/src.c.o] Error 1
3234
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3235
gmake: *** [cmTC_19c4e/fast] Error 2
3236

    
3237
Source file was:
3238

    
3239
                  #undef inline
3240
#include <sys/types.h>
3241
#include <sys/socket.h>
3242
                  extern int 
3243
                  recv(ssize_t, char *, socklen_t, unsigned int);
3244
                  int main(void) {
3245
                    ssize_t s=0;
3246
                    char * buf=0;
3247
                    socklen_t len=0;
3248
                    unsigned int flags=0;
3249
                    int res = recv(s, buf, len, flags);
3250
                    (void) res;
3251
                    return 0;
3252
                  }
3253
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3254
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
3255

    
3256
Run Build Command:"/usr/bin/gmake" "cmTC_dd8f2/fast"
3257
gmake -f CMakeFiles/cmTC_dd8f2.dir/build.make CMakeFiles/cmTC_dd8f2.dir/build
3258
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3259
Building C object CMakeFiles/cmTC_dd8f2.dir/src.c.o
3260
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_dd8f2.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
3261
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’
3262
                   recv(ssize_t, char *, unsigned int, int);
3263
                   ^
3264
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
3265
/usr/include/sys/socket.h:148:16: note: previous declaration of ‘recv’ was here
3266
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
3267
                ^
3268
gmake[1]: *** [CMakeFiles/cmTC_dd8f2.dir/src.c.o] Error 1
3269
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3270
gmake: *** [cmTC_dd8f2/fast] Error 2
3271

    
3272
Source file was:
3273

    
3274
                  #undef inline
3275
#include <sys/types.h>
3276
#include <sys/socket.h>
3277
                  extern int 
3278
                  recv(ssize_t, char *, unsigned int, int);
3279
                  int main(void) {
3280
                    ssize_t s=0;
3281
                    char * buf=0;
3282
                    unsigned int len=0;
3283
                    int flags=0;
3284
                    int res = recv(s, buf, len, flags);
3285
                    (void) res;
3286
                    return 0;
3287
                  }
3288
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3289
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
3290

    
3291
Run Build Command:"/usr/bin/gmake" "cmTC_42db5/fast"
3292
gmake -f CMakeFiles/cmTC_42db5.dir/build.make CMakeFiles/cmTC_42db5.dir/build
3293
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3294
Building C object CMakeFiles/cmTC_42db5.dir/src.c.o
3295
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_42db5.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
3296
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘recv’
3297
                   recv(ssize_t, char *, unsigned int, unsigned int);
3298
                   ^
3299
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
3300
/usr/include/sys/socket.h:148:16: note: previous declaration of ‘recv’ was here
3301
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
3302
                ^
3303
gmake[1]: *** [CMakeFiles/cmTC_42db5.dir/src.c.o] Error 1
3304
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3305
gmake: *** [cmTC_42db5/fast] Error 2
3306

    
3307
Source file was:
3308

    
3309
                  #undef inline
3310
#include <sys/types.h>
3311
#include <sys/socket.h>
3312
                  extern int 
3313
                  recv(ssize_t, char *, unsigned int, unsigned int);
3314
                  int main(void) {
3315
                    ssize_t s=0;
3316
                    char * buf=0;
3317
                    unsigned int len=0;
3318
                    unsigned int flags=0;
3319
                    int res = recv(s, buf, len, flags);
3320
                    (void) res;
3321
                    return 0;
3322
                  }
3323
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3324
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
3325

    
3326
Run Build Command:"/usr/bin/gmake" "cmTC_37cbb/fast"
3327
gmake -f CMakeFiles/cmTC_37cbb.dir/build.make CMakeFiles/cmTC_37cbb.dir/build
3328
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3329
Building C object CMakeFiles/cmTC_37cbb.dir/src.c.o
3330
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_37cbb.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
3331
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’
3332
                   recv(SOCKET, void *, size_t, int);
3333
                                ^
3334
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c: In function ‘main’:
3335
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’
3336
                     SOCKET s=0;
3337
                     ^
3338
gmake[1]: *** [CMakeFiles/cmTC_37cbb.dir/src.c.o] Error 1
3339
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3340
gmake: *** [cmTC_37cbb/fast] Error 2
3341

    
3342
Source file was:
3343

    
3344
                  #undef inline
3345
#include <sys/types.h>
3346
#include <sys/socket.h>
3347
                  extern int 
3348
                  recv(SOCKET, void *, size_t, int);
3349
                  int main(void) {
3350
                    SOCKET s=0;
3351
                    void * buf=0;
3352
                    size_t len=0;
3353
                    int flags=0;
3354
                    int res = recv(s, buf, len, flags);
3355
                    (void) res;
3356
                    return 0;
3357
                  }
3358
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3359
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
3360

    
3361
Run Build Command:"/usr/bin/gmake" "cmTC_7ae27/fast"
3362
gmake -f CMakeFiles/cmTC_7ae27.dir/build.make CMakeFiles/cmTC_7ae27.dir/build
3363
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3364
Building C object CMakeFiles/cmTC_7ae27.dir/src.c.o
3365
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_7ae27.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
3366
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’
3367
                   recv(SOCKET, void *, size_t, unsigned int);
3368
                                ^
3369
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c: In function ‘main’:
3370
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’
3371
                     SOCKET s=0;
3372
                     ^
3373
gmake[1]: *** [CMakeFiles/cmTC_7ae27.dir/src.c.o] Error 1
3374
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3375
gmake: *** [cmTC_7ae27/fast] Error 2
3376

    
3377
Source file was:
3378

    
3379
                  #undef inline
3380
#include <sys/types.h>
3381
#include <sys/socket.h>
3382
                  extern int 
3383
                  recv(SOCKET, void *, size_t, unsigned int);
3384
                  int main(void) {
3385
                    SOCKET s=0;
3386
                    void * buf=0;
3387
                    size_t len=0;
3388
                    unsigned int flags=0;
3389
                    int res = recv(s, buf, len, flags);
3390
                    (void) res;
3391
                    return 0;
3392
                  }
3393
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3394
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
3395

    
3396
Run Build Command:"/usr/bin/gmake" "cmTC_5a022/fast"
3397
gmake -f CMakeFiles/cmTC_5a022.dir/build.make CMakeFiles/cmTC_5a022.dir/build
3398
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3399
Building C object CMakeFiles/cmTC_5a022.dir/src.c.o
3400
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_5a022.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
3401
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’
3402
                   recv(SOCKET, void *, int, int);
3403
                                ^
3404
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c: In function ‘main’:
3405
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’
3406
                     SOCKET s=0;
3407
                     ^
3408
gmake[1]: *** [CMakeFiles/cmTC_5a022.dir/src.c.o] Error 1
3409
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3410
gmake: *** [cmTC_5a022/fast] Error 2
3411

    
3412
Source file was:
3413

    
3414
                  #undef inline
3415
#include <sys/types.h>
3416
#include <sys/socket.h>
3417
                  extern int 
3418
                  recv(SOCKET, void *, int, int);
3419
                  int main(void) {
3420
                    SOCKET s=0;
3421
                    void * buf=0;
3422
                    int len=0;
3423
                    int flags=0;
3424
                    int res = recv(s, buf, len, flags);
3425
                    (void) res;
3426
                    return 0;
3427
                  }
3428
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3429
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
3430

    
3431
Run Build Command:"/usr/bin/gmake" "cmTC_864f1/fast"
3432
gmake -f CMakeFiles/cmTC_864f1.dir/build.make CMakeFiles/cmTC_864f1.dir/build
3433
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3434
Building C object CMakeFiles/cmTC_864f1.dir/src.c.o
3435
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_864f1.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
3436
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’
3437
                   recv(SOCKET, void *, int, unsigned int);
3438
                                ^
3439
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c: In function ‘main’:
3440
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’
3441
                     SOCKET s=0;
3442
                     ^
3443
gmake[1]: *** [CMakeFiles/cmTC_864f1.dir/src.c.o] Error 1
3444
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3445
gmake: *** [cmTC_864f1/fast] Error 2
3446

    
3447
Source file was:
3448

    
3449
                  #undef inline
3450
#include <sys/types.h>
3451
#include <sys/socket.h>
3452
                  extern int 
3453
                  recv(SOCKET, void *, int, unsigned int);
3454
                  int main(void) {
3455
                    SOCKET s=0;
3456
                    void * buf=0;
3457
                    int len=0;
3458
                    unsigned int flags=0;
3459
                    int res = recv(s, buf, len, flags);
3460
                    (void) res;
3461
                    return 0;
3462
                  }
3463
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3464
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
3465

    
3466
Run Build Command:"/usr/bin/gmake" "cmTC_67ad5/fast"
3467
gmake -f CMakeFiles/cmTC_67ad5.dir/build.make CMakeFiles/cmTC_67ad5.dir/build
3468
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3469
Building C object CMakeFiles/cmTC_67ad5.dir/src.c.o
3470
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_67ad5.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
3471
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’
3472
                   recv(SOCKET, void *, socklen_t, int);
3473
                                ^
3474
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c: In function ‘main’:
3475
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’
3476
                     SOCKET s=0;
3477
                     ^
3478
gmake[1]: *** [CMakeFiles/cmTC_67ad5.dir/src.c.o] Error 1
3479
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3480
gmake: *** [cmTC_67ad5/fast] Error 2
3481

    
3482
Source file was:
3483

    
3484
                  #undef inline
3485
#include <sys/types.h>
3486
#include <sys/socket.h>
3487
                  extern int 
3488
                  recv(SOCKET, void *, socklen_t, int);
3489
                  int main(void) {
3490
                    SOCKET s=0;
3491
                    void * buf=0;
3492
                    socklen_t len=0;
3493
                    int flags=0;
3494
                    int res = recv(s, buf, len, flags);
3495
                    (void) res;
3496
                    return 0;
3497
                  }
3498
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3499
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
3500

    
3501
Run Build Command:"/usr/bin/gmake" "cmTC_0d043/fast"
3502
gmake -f CMakeFiles/cmTC_0d043.dir/build.make CMakeFiles/cmTC_0d043.dir/build
3503
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3504
Building C object CMakeFiles/cmTC_0d043.dir/src.c.o
3505
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_0d043.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
3506
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’
3507
                   recv(SOCKET, void *, socklen_t, unsigned int);
3508
                                ^
3509
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c: In function ‘main’:
3510
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’
3511
                     SOCKET s=0;
3512
                     ^
3513
gmake[1]: *** [CMakeFiles/cmTC_0d043.dir/src.c.o] Error 1
3514
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3515
gmake: *** [cmTC_0d043/fast] Error 2
3516

    
3517
Source file was:
3518

    
3519
                  #undef inline
3520
#include <sys/types.h>
3521
#include <sys/socket.h>
3522
                  extern int 
3523
                  recv(SOCKET, void *, socklen_t, unsigned int);
3524
                  int main(void) {
3525
                    SOCKET s=0;
3526
                    void * buf=0;
3527
                    socklen_t len=0;
3528
                    unsigned int flags=0;
3529
                    int res = recv(s, buf, len, flags);
3530
                    (void) res;
3531
                    return 0;
3532
                  }
3533
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3534
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
3535

    
3536
Run Build Command:"/usr/bin/gmake" "cmTC_0d56d/fast"
3537
gmake -f CMakeFiles/cmTC_0d56d.dir/build.make CMakeFiles/cmTC_0d56d.dir/build
3538
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3539
Building C object CMakeFiles/cmTC_0d56d.dir/src.c.o
3540
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_0d56d.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
3541
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’
3542
                   recv(SOCKET, void *, unsigned int, int);
3543
                                ^
3544
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c: In function ‘main’:
3545
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’
3546
                     SOCKET s=0;
3547
                     ^
3548
gmake[1]: *** [CMakeFiles/cmTC_0d56d.dir/src.c.o] Error 1
3549
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3550
gmake: *** [cmTC_0d56d/fast] Error 2
3551

    
3552
Source file was:
3553

    
3554
                  #undef inline
3555
#include <sys/types.h>
3556
#include <sys/socket.h>
3557
                  extern int 
3558
                  recv(SOCKET, void *, unsigned int, int);
3559
                  int main(void) {
3560
                    SOCKET s=0;
3561
                    void * buf=0;
3562
                    unsigned int len=0;
3563
                    int flags=0;
3564
                    int res = recv(s, buf, len, flags);
3565
                    (void) res;
3566
                    return 0;
3567
                  }
3568
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3569
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
3570

    
3571
Run Build Command:"/usr/bin/gmake" "cmTC_125b6/fast"
3572
gmake -f CMakeFiles/cmTC_125b6.dir/build.make CMakeFiles/cmTC_125b6.dir/build
3573
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3574
Building C object CMakeFiles/cmTC_125b6.dir/src.c.o
3575
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_125b6.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
3576
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘void’
3577
                   recv(SOCKET, void *, unsigned int, unsigned int);
3578
                                ^
3579
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c: In function ‘main’:
3580
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’
3581
                     SOCKET s=0;
3582
                     ^
3583
gmake[1]: *** [CMakeFiles/cmTC_125b6.dir/src.c.o] Error 1
3584
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3585
gmake: *** [cmTC_125b6/fast] Error 2
3586

    
3587
Source file was:
3588

    
3589
                  #undef inline
3590
#include <sys/types.h>
3591
#include <sys/socket.h>
3592
                  extern int 
3593
                  recv(SOCKET, void *, unsigned int, unsigned int);
3594
                  int main(void) {
3595
                    SOCKET s=0;
3596
                    void * buf=0;
3597
                    unsigned int len=0;
3598
                    unsigned int flags=0;
3599
                    int res = recv(s, buf, len, flags);
3600
                    (void) res;
3601
                    return 0;
3602
                  }
3603
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3604
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
3605

    
3606
Run Build Command:"/usr/bin/gmake" "cmTC_fae23/fast"
3607
gmake -f CMakeFiles/cmTC_fae23.dir/build.make CMakeFiles/cmTC_fae23.dir/build
3608
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3609
Building C object CMakeFiles/cmTC_fae23.dir/src.c.o
3610
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_fae23.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
3611
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’
3612
                   recv(SOCKET, char *, size_t, int);
3613
                                ^
3614
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c: In function ‘main’:
3615
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’
3616
                     SOCKET s=0;
3617
                     ^
3618
gmake[1]: *** [CMakeFiles/cmTC_fae23.dir/src.c.o] Error 1
3619
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3620
gmake: *** [cmTC_fae23/fast] Error 2
3621

    
3622
Source file was:
3623

    
3624
                  #undef inline
3625
#include <sys/types.h>
3626
#include <sys/socket.h>
3627
                  extern int 
3628
                  recv(SOCKET, char *, size_t, int);
3629
                  int main(void) {
3630
                    SOCKET s=0;
3631
                    char * buf=0;
3632
                    size_t len=0;
3633
                    int flags=0;
3634
                    int res = recv(s, buf, len, flags);
3635
                    (void) res;
3636
                    return 0;
3637
                  }
3638
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3639
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
3640

    
3641
Run Build Command:"/usr/bin/gmake" "cmTC_7f8c3/fast"
3642
gmake -f CMakeFiles/cmTC_7f8c3.dir/build.make CMakeFiles/cmTC_7f8c3.dir/build
3643
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3644
Building C object CMakeFiles/cmTC_7f8c3.dir/src.c.o
3645
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_7f8c3.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
3646
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’
3647
                   recv(SOCKET, char *, size_t, unsigned int);
3648
                                ^
3649
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c: In function ‘main’:
3650
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’
3651
                     SOCKET s=0;
3652
                     ^
3653
gmake[1]: *** [CMakeFiles/cmTC_7f8c3.dir/src.c.o] Error 1
3654
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3655
gmake: *** [cmTC_7f8c3/fast] Error 2
3656

    
3657
Source file was:
3658

    
3659
                  #undef inline
3660
#include <sys/types.h>
3661
#include <sys/socket.h>
3662
                  extern int 
3663
                  recv(SOCKET, char *, size_t, unsigned int);
3664
                  int main(void) {
3665
                    SOCKET s=0;
3666
                    char * buf=0;
3667
                    size_t len=0;
3668
                    unsigned int flags=0;
3669
                    int res = recv(s, buf, len, flags);
3670
                    (void) res;
3671
                    return 0;
3672
                  }
3673
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3674
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
3675

    
3676
Run Build Command:"/usr/bin/gmake" "cmTC_bf130/fast"
3677
gmake -f CMakeFiles/cmTC_bf130.dir/build.make CMakeFiles/cmTC_bf130.dir/build
3678
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3679
Building C object CMakeFiles/cmTC_bf130.dir/src.c.o
3680
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_bf130.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
3681
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’
3682
                   recv(SOCKET, char *, int, int);
3683
                                ^
3684
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c: In function ‘main’:
3685
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’
3686
                     SOCKET s=0;
3687
                     ^
3688
gmake[1]: *** [CMakeFiles/cmTC_bf130.dir/src.c.o] Error 1
3689
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3690
gmake: *** [cmTC_bf130/fast] Error 2
3691

    
3692
Source file was:
3693

    
3694
                  #undef inline
3695
#include <sys/types.h>
3696
#include <sys/socket.h>
3697
                  extern int 
3698
                  recv(SOCKET, char *, int, int);
3699
                  int main(void) {
3700
                    SOCKET s=0;
3701
                    char * buf=0;
3702
                    int len=0;
3703
                    int flags=0;
3704
                    int res = recv(s, buf, len, flags);
3705
                    (void) res;
3706
                    return 0;
3707
                  }
3708
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3709
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
3710

    
3711
Run Build Command:"/usr/bin/gmake" "cmTC_9d217/fast"
3712
gmake -f CMakeFiles/cmTC_9d217.dir/build.make CMakeFiles/cmTC_9d217.dir/build
3713
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3714
Building C object CMakeFiles/cmTC_9d217.dir/src.c.o
3715
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_9d217.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
3716
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’
3717
                   recv(SOCKET, char *, int, unsigned int);
3718
                                ^
3719
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c: In function ‘main’:
3720
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’
3721
                     SOCKET s=0;
3722
                     ^
3723
gmake[1]: *** [CMakeFiles/cmTC_9d217.dir/src.c.o] Error 1
3724
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3725
gmake: *** [cmTC_9d217/fast] Error 2
3726

    
3727
Source file was:
3728

    
3729
                  #undef inline
3730
#include <sys/types.h>
3731
#include <sys/socket.h>
3732
                  extern int 
3733
                  recv(SOCKET, char *, int, unsigned int);
3734
                  int main(void) {
3735
                    SOCKET s=0;
3736
                    char * buf=0;
3737
                    int len=0;
3738
                    unsigned int flags=0;
3739
                    int res = recv(s, buf, len, flags);
3740
                    (void) res;
3741
                    return 0;
3742
                  }
3743
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3744
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
3745

    
3746
Run Build Command:"/usr/bin/gmake" "cmTC_62b5b/fast"
3747
gmake -f CMakeFiles/cmTC_62b5b.dir/build.make CMakeFiles/cmTC_62b5b.dir/build
3748
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3749
Building C object CMakeFiles/cmTC_62b5b.dir/src.c.o
3750
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_62b5b.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
3751
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’
3752
                   recv(SOCKET, char *, socklen_t, int);
3753
                                ^
3754
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c: In function ‘main’:
3755
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’
3756
                     SOCKET s=0;
3757
                     ^
3758
gmake[1]: *** [CMakeFiles/cmTC_62b5b.dir/src.c.o] Error 1
3759
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3760
gmake: *** [cmTC_62b5b/fast] Error 2
3761

    
3762
Source file was:
3763

    
3764
                  #undef inline
3765
#include <sys/types.h>
3766
#include <sys/socket.h>
3767
                  extern int 
3768
                  recv(SOCKET, char *, socklen_t, int);
3769
                  int main(void) {
3770
                    SOCKET s=0;
3771
                    char * buf=0;
3772
                    socklen_t len=0;
3773
                    int flags=0;
3774
                    int res = recv(s, buf, len, flags);
3775
                    (void) res;
3776
                    return 0;
3777
                  }
3778
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3779
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
3780

    
3781
Run Build Command:"/usr/bin/gmake" "cmTC_500b7/fast"
3782
gmake -f CMakeFiles/cmTC_500b7.dir/build.make CMakeFiles/cmTC_500b7.dir/build
3783
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3784
Building C object CMakeFiles/cmTC_500b7.dir/src.c.o
3785
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_500b7.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
3786
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’
3787
                   recv(SOCKET, char *, socklen_t, unsigned int);
3788
                                ^
3789
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c: In function ‘main’:
3790
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’
3791
                     SOCKET s=0;
3792
                     ^
3793
gmake[1]: *** [CMakeFiles/cmTC_500b7.dir/src.c.o] Error 1
3794
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3795
gmake: *** [cmTC_500b7/fast] Error 2
3796

    
3797
Source file was:
3798

    
3799
                  #undef inline
3800
#include <sys/types.h>
3801
#include <sys/socket.h>
3802
                  extern int 
3803
                  recv(SOCKET, char *, socklen_t, unsigned int);
3804
                  int main(void) {
3805
                    SOCKET s=0;
3806
                    char * buf=0;
3807
                    socklen_t len=0;
3808
                    unsigned int flags=0;
3809
                    int res = recv(s, buf, len, flags);
3810
                    (void) res;
3811
                    return 0;
3812
                  }
3813
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3814
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
3815

    
3816
Run Build Command:"/usr/bin/gmake" "cmTC_7a5d2/fast"
3817
gmake -f CMakeFiles/cmTC_7a5d2.dir/build.make CMakeFiles/cmTC_7a5d2.dir/build
3818
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3819
Building C object CMakeFiles/cmTC_7a5d2.dir/src.c.o
3820
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_7a5d2.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
3821
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’
3822
                   recv(SOCKET, char *, unsigned int, int);
3823
                                ^
3824
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c: In function ‘main’:
3825
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’
3826
                     SOCKET s=0;
3827
                     ^
3828
gmake[1]: *** [CMakeFiles/cmTC_7a5d2.dir/src.c.o] Error 1
3829
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3830
gmake: *** [cmTC_7a5d2/fast] Error 2
3831

    
3832
Source file was:
3833

    
3834
                  #undef inline
3835
#include <sys/types.h>
3836
#include <sys/socket.h>
3837
                  extern int 
3838
                  recv(SOCKET, char *, unsigned int, int);
3839
                  int main(void) {
3840
                    SOCKET s=0;
3841
                    char * buf=0;
3842
                    unsigned int len=0;
3843
                    int flags=0;
3844
                    int res = recv(s, buf, len, flags);
3845
                    (void) res;
3846
                    return 0;
3847
                  }
3848
Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output:
3849
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
3850

    
3851
Run Build Command:"/usr/bin/gmake" "cmTC_4f373/fast"
3852
gmake -f CMakeFiles/cmTC_4f373.dir/build.make CMakeFiles/cmTC_4f373.dir/build
3853
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3854
Building C object CMakeFiles/cmTC_4f373.dir/src.c.o
3855
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_recv_test   -o CMakeFiles/cmTC_4f373.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
3856
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:32: error: expected ‘)’ before ‘char’
3857
                   recv(SOCKET, char *, unsigned int, unsigned int);
3858
                                ^
3859
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c: In function ‘main’:
3860
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:8:21: error: unknown type name ‘SOCKET’
3861
                     SOCKET s=0;
3862
                     ^
3863
gmake[1]: *** [CMakeFiles/cmTC_4f373.dir/src.c.o] Error 1
3864
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3865
gmake: *** [cmTC_4f373/fast] Error 2
3866

    
3867
Source file was:
3868

    
3869
                  #undef inline
3870
#include <sys/types.h>
3871
#include <sys/socket.h>
3872
                  extern int 
3873
                  recv(SOCKET, char *, unsigned int, unsigned int);
3874
                  int main(void) {
3875
                    SOCKET s=0;
3876
                    char * buf=0;
3877
                    unsigned int len=0;
3878
                    unsigned int flags=0;
3879
                    int res = recv(s, buf, len, flags);
3880
                    (void) res;
3881
                    return 0;
3882
                  }
3883
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
3884
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
3885

    
3886
Run Build Command:"/usr/bin/gmake" "cmTC_5c41e/fast"
3887
gmake -f CMakeFiles/cmTC_5c41e.dir/build.make CMakeFiles/cmTC_5c41e.dir/build
3888
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3889
Building C object CMakeFiles/cmTC_5c41e.dir/src.c.o
3890
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_5c41e.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
3891
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
3892
                   send(int, const void *, size_t, int);
3893
                   ^
3894
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
3895
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
3896
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
3897
                ^
3898
gmake[1]: *** [CMakeFiles/cmTC_5c41e.dir/src.c.o] Error 1
3899
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3900
gmake: *** [cmTC_5c41e/fast] Error 2
3901

    
3902
Source file was:
3903

    
3904
                  #undef inline
3905
#include <sys/types.h>
3906
#include <sys/socket.h>
3907
                  extern int 
3908
                  send(int, const void *, size_t, int);
3909
                  int main(void) {
3910
                    int s=0;
3911
                    const void * buf=0;
3912
                    size_t len=0;
3913
                    int flags=0;
3914
                    int res = send(s, buf, len, flags);
3915
                    (void) res;
3916
                    return 0;
3917
                  }
3918
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
3919
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
3920

    
3921
Run Build Command:"/usr/bin/gmake" "cmTC_27a49/fast"
3922
gmake -f CMakeFiles/cmTC_27a49.dir/build.make CMakeFiles/cmTC_27a49.dir/build
3923
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3924
Building C object CMakeFiles/cmTC_27a49.dir/src.c.o
3925
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_27a49.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
3926
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
3927
                   send(int, const void *, size_t, unsigned int);
3928
                   ^
3929
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
3930
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
3931
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
3932
                ^
3933
gmake[1]: *** [CMakeFiles/cmTC_27a49.dir/src.c.o] Error 1
3934
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3935
gmake: *** [cmTC_27a49/fast] Error 2
3936

    
3937
Source file was:
3938

    
3939
                  #undef inline
3940
#include <sys/types.h>
3941
#include <sys/socket.h>
3942
                  extern int 
3943
                  send(int, const void *, size_t, unsigned int);
3944
                  int main(void) {
3945
                    int s=0;
3946
                    const void * buf=0;
3947
                    size_t len=0;
3948
                    unsigned int flags=0;
3949
                    int res = send(s, buf, len, flags);
3950
                    (void) res;
3951
                    return 0;
3952
                  }
3953
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
3954
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
3955

    
3956
Run Build Command:"/usr/bin/gmake" "cmTC_3f0df/fast"
3957
gmake -f CMakeFiles/cmTC_3f0df.dir/build.make CMakeFiles/cmTC_3f0df.dir/build
3958
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3959
Building C object CMakeFiles/cmTC_3f0df.dir/src.c.o
3960
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_3f0df.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
3961
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
3962
                   send(int, const void *, int, int);
3963
                   ^
3964
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
3965
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
3966
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
3967
                ^
3968
gmake[1]: *** [CMakeFiles/cmTC_3f0df.dir/src.c.o] Error 1
3969
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3970
gmake: *** [cmTC_3f0df/fast] Error 2
3971

    
3972
Source file was:
3973

    
3974
                  #undef inline
3975
#include <sys/types.h>
3976
#include <sys/socket.h>
3977
                  extern int 
3978
                  send(int, const void *, int, int);
3979
                  int main(void) {
3980
                    int s=0;
3981
                    const void * buf=0;
3982
                    int len=0;
3983
                    int flags=0;
3984
                    int res = send(s, buf, len, flags);
3985
                    (void) res;
3986
                    return 0;
3987
                  }
3988
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
3989
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
3990

    
3991
Run Build Command:"/usr/bin/gmake" "cmTC_66ff4/fast"
3992
gmake -f CMakeFiles/cmTC_66ff4.dir/build.make CMakeFiles/cmTC_66ff4.dir/build
3993
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
3994
Building C object CMakeFiles/cmTC_66ff4.dir/src.c.o
3995
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_66ff4.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
3996
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
3997
                   send(int, const void *, int, unsigned int);
3998
                   ^
3999
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
4000
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
4001
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
4002
                ^
4003
gmake[1]: *** [CMakeFiles/cmTC_66ff4.dir/src.c.o] Error 1
4004
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4005
gmake: *** [cmTC_66ff4/fast] Error 2
4006

    
4007
Source file was:
4008

    
4009
                  #undef inline
4010
#include <sys/types.h>
4011
#include <sys/socket.h>
4012
                  extern int 
4013
                  send(int, const void *, int, unsigned int);
4014
                  int main(void) {
4015
                    int s=0;
4016
                    const void * buf=0;
4017
                    int len=0;
4018
                    unsigned int flags=0;
4019
                    int res = send(s, buf, len, flags);
4020
                    (void) res;
4021
                    return 0;
4022
                  }
4023
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4024
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
4025

    
4026
Run Build Command:"/usr/bin/gmake" "cmTC_501dc/fast"
4027
gmake -f CMakeFiles/cmTC_501dc.dir/build.make CMakeFiles/cmTC_501dc.dir/build
4028
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4029
Building C object CMakeFiles/cmTC_501dc.dir/src.c.o
4030
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_501dc.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
4031
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
4032
                   send(int, const void *, socklen_t, int);
4033
                   ^
4034
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
4035
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
4036
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
4037
                ^
4038
gmake[1]: *** [CMakeFiles/cmTC_501dc.dir/src.c.o] Error 1
4039
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4040
gmake: *** [cmTC_501dc/fast] Error 2
4041

    
4042
Source file was:
4043

    
4044
                  #undef inline
4045
#include <sys/types.h>
4046
#include <sys/socket.h>
4047
                  extern int 
4048
                  send(int, const void *, socklen_t, int);
4049
                  int main(void) {
4050
                    int s=0;
4051
                    const void * buf=0;
4052
                    socklen_t len=0;
4053
                    int flags=0;
4054
                    int res = send(s, buf, len, flags);
4055
                    (void) res;
4056
                    return 0;
4057
                  }
4058
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4059
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
4060

    
4061
Run Build Command:"/usr/bin/gmake" "cmTC_6dcf1/fast"
4062
gmake -f CMakeFiles/cmTC_6dcf1.dir/build.make CMakeFiles/cmTC_6dcf1.dir/build
4063
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4064
Building C object CMakeFiles/cmTC_6dcf1.dir/src.c.o
4065
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_6dcf1.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
4066
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
4067
                   send(int, const void *, socklen_t, unsigned int);
4068
                   ^
4069
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
4070
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
4071
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
4072
                ^
4073
gmake[1]: *** [CMakeFiles/cmTC_6dcf1.dir/src.c.o] Error 1
4074
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4075
gmake: *** [cmTC_6dcf1/fast] Error 2
4076

    
4077
Source file was:
4078

    
4079
                  #undef inline
4080
#include <sys/types.h>
4081
#include <sys/socket.h>
4082
                  extern int 
4083
                  send(int, const void *, socklen_t, unsigned int);
4084
                  int main(void) {
4085
                    int s=0;
4086
                    const void * buf=0;
4087
                    socklen_t len=0;
4088
                    unsigned int flags=0;
4089
                    int res = send(s, buf, len, flags);
4090
                    (void) res;
4091
                    return 0;
4092
                  }
4093
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4094
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
4095

    
4096
Run Build Command:"/usr/bin/gmake" "cmTC_f2ad0/fast"
4097
gmake -f CMakeFiles/cmTC_f2ad0.dir/build.make CMakeFiles/cmTC_f2ad0.dir/build
4098
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4099
Building C object CMakeFiles/cmTC_f2ad0.dir/src.c.o
4100
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_f2ad0.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
4101
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
4102
                   send(int, const void *, unsigned int, int);
4103
                   ^
4104
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
4105
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
4106
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
4107
                ^
4108
gmake[1]: *** [CMakeFiles/cmTC_f2ad0.dir/src.c.o] Error 1
4109
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4110
gmake: *** [cmTC_f2ad0/fast] Error 2
4111

    
4112
Source file was:
4113

    
4114
                  #undef inline
4115
#include <sys/types.h>
4116
#include <sys/socket.h>
4117
                  extern int 
4118
                  send(int, const void *, unsigned int, int);
4119
                  int main(void) {
4120
                    int s=0;
4121
                    const void * buf=0;
4122
                    unsigned int len=0;
4123
                    int flags=0;
4124
                    int res = send(s, buf, len, flags);
4125
                    (void) res;
4126
                    return 0;
4127
                  }
4128
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4129
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
4130

    
4131
Run Build Command:"/usr/bin/gmake" "cmTC_73dbf/fast"
4132
gmake -f CMakeFiles/cmTC_73dbf.dir/build.make CMakeFiles/cmTC_73dbf.dir/build
4133
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4134
Building C object CMakeFiles/cmTC_73dbf.dir/src.c.o
4135
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_73dbf.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
4136
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
4137
                   send(int, const void *, unsigned int, unsigned int);
4138
                   ^
4139
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
4140
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
4141
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
4142
                ^
4143
gmake[1]: *** [CMakeFiles/cmTC_73dbf.dir/src.c.o] Error 1
4144
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4145
gmake: *** [cmTC_73dbf/fast] Error 2
4146

    
4147
Source file was:
4148

    
4149
                  #undef inline
4150
#include <sys/types.h>
4151
#include <sys/socket.h>
4152
                  extern int 
4153
                  send(int, const void *, unsigned int, unsigned int);
4154
                  int main(void) {
4155
                    int s=0;
4156
                    const void * buf=0;
4157
                    unsigned int len=0;
4158
                    unsigned int flags=0;
4159
                    int res = send(s, buf, len, flags);
4160
                    (void) res;
4161
                    return 0;
4162
                  }
4163
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4164
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
4165

    
4166
Run Build Command:"/usr/bin/gmake" "cmTC_4d7ec/fast"
4167
gmake -f CMakeFiles/cmTC_4d7ec.dir/build.make CMakeFiles/cmTC_4d7ec.dir/build
4168
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4169
Building C object CMakeFiles/cmTC_4d7ec.dir/src.c.o
4170
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_4d7ec.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
4171
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
4172
                   send(int, void *, size_t, int);
4173
                   ^
4174
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
4175
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
4176
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
4177
                ^
4178
gmake[1]: *** [CMakeFiles/cmTC_4d7ec.dir/src.c.o] Error 1
4179
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4180
gmake: *** [cmTC_4d7ec/fast] Error 2
4181

    
4182
Source file was:
4183

    
4184
                  #undef inline
4185
#include <sys/types.h>
4186
#include <sys/socket.h>
4187
                  extern int 
4188
                  send(int, void *, size_t, int);
4189
                  int main(void) {
4190
                    int s=0;
4191
                    void * buf=0;
4192
                    size_t len=0;
4193
                    int flags=0;
4194
                    int res = send(s, buf, len, flags);
4195
                    (void) res;
4196
                    return 0;
4197
                  }
4198
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4199
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
4200

    
4201
Run Build Command:"/usr/bin/gmake" "cmTC_014a2/fast"
4202
gmake -f CMakeFiles/cmTC_014a2.dir/build.make CMakeFiles/cmTC_014a2.dir/build
4203
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4204
Building C object CMakeFiles/cmTC_014a2.dir/src.c.o
4205
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_014a2.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
4206
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
4207
                   send(int, void *, size_t, unsigned int);
4208
                   ^
4209
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
4210
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
4211
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
4212
                ^
4213
gmake[1]: *** [CMakeFiles/cmTC_014a2.dir/src.c.o] Error 1
4214
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4215
gmake: *** [cmTC_014a2/fast] Error 2
4216

    
4217
Source file was:
4218

    
4219
                  #undef inline
4220
#include <sys/types.h>
4221
#include <sys/socket.h>
4222
                  extern int 
4223
                  send(int, void *, size_t, unsigned int);
4224
                  int main(void) {
4225
                    int s=0;
4226
                    void * buf=0;
4227
                    size_t len=0;
4228
                    unsigned int flags=0;
4229
                    int res = send(s, buf, len, flags);
4230
                    (void) res;
4231
                    return 0;
4232
                  }
4233
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4234
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
4235

    
4236
Run Build Command:"/usr/bin/gmake" "cmTC_23576/fast"
4237
gmake -f CMakeFiles/cmTC_23576.dir/build.make CMakeFiles/cmTC_23576.dir/build
4238
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4239
Building C object CMakeFiles/cmTC_23576.dir/src.c.o
4240
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_23576.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
4241
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
4242
                   send(int, void *, int, int);
4243
                   ^
4244
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
4245
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
4246
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
4247
                ^
4248
gmake[1]: *** [CMakeFiles/cmTC_23576.dir/src.c.o] Error 1
4249
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4250
gmake: *** [cmTC_23576/fast] Error 2
4251

    
4252
Source file was:
4253

    
4254
                  #undef inline
4255
#include <sys/types.h>
4256
#include <sys/socket.h>
4257
                  extern int 
4258
                  send(int, void *, int, int);
4259
                  int main(void) {
4260
                    int s=0;
4261
                    void * buf=0;
4262
                    int len=0;
4263
                    int flags=0;
4264
                    int res = send(s, buf, len, flags);
4265
                    (void) res;
4266
                    return 0;
4267
                  }
4268
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4269
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
4270

    
4271
Run Build Command:"/usr/bin/gmake" "cmTC_96759/fast"
4272
gmake -f CMakeFiles/cmTC_96759.dir/build.make CMakeFiles/cmTC_96759.dir/build
4273
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4274
Building C object CMakeFiles/cmTC_96759.dir/src.c.o
4275
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_96759.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
4276
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
4277
                   send(int, void *, int, unsigned int);
4278
                   ^
4279
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
4280
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
4281
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
4282
                ^
4283
gmake[1]: *** [CMakeFiles/cmTC_96759.dir/src.c.o] Error 1
4284
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4285
gmake: *** [cmTC_96759/fast] Error 2
4286

    
4287
Source file was:
4288

    
4289
                  #undef inline
4290
#include <sys/types.h>
4291
#include <sys/socket.h>
4292
                  extern int 
4293
                  send(int, void *, int, unsigned int);
4294
                  int main(void) {
4295
                    int s=0;
4296
                    void * buf=0;
4297
                    int len=0;
4298
                    unsigned int flags=0;
4299
                    int res = send(s, buf, len, flags);
4300
                    (void) res;
4301
                    return 0;
4302
                  }
4303
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4304
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
4305

    
4306
Run Build Command:"/usr/bin/gmake" "cmTC_8f07e/fast"
4307
gmake -f CMakeFiles/cmTC_8f07e.dir/build.make CMakeFiles/cmTC_8f07e.dir/build
4308
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4309
Building C object CMakeFiles/cmTC_8f07e.dir/src.c.o
4310
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_8f07e.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
4311
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
4312
                   send(int, void *, socklen_t, int);
4313
                   ^
4314
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
4315
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
4316
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
4317
                ^
4318
gmake[1]: *** [CMakeFiles/cmTC_8f07e.dir/src.c.o] Error 1
4319
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4320
gmake: *** [cmTC_8f07e/fast] Error 2
4321

    
4322
Source file was:
4323

    
4324
                  #undef inline
4325
#include <sys/types.h>
4326
#include <sys/socket.h>
4327
                  extern int 
4328
                  send(int, void *, socklen_t, int);
4329
                  int main(void) {
4330
                    int s=0;
4331
                    void * buf=0;
4332
                    socklen_t len=0;
4333
                    int flags=0;
4334
                    int res = send(s, buf, len, flags);
4335
                    (void) res;
4336
                    return 0;
4337
                  }
4338
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4339
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
4340

    
4341
Run Build Command:"/usr/bin/gmake" "cmTC_4001f/fast"
4342
gmake -f CMakeFiles/cmTC_4001f.dir/build.make CMakeFiles/cmTC_4001f.dir/build
4343
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4344
Building C object CMakeFiles/cmTC_4001f.dir/src.c.o
4345
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_4001f.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
4346
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
4347
                   send(int, void *, socklen_t, unsigned int);
4348
                   ^
4349
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
4350
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
4351
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
4352
                ^
4353
gmake[1]: *** [CMakeFiles/cmTC_4001f.dir/src.c.o] Error 1
4354
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4355
gmake: *** [cmTC_4001f/fast] Error 2
4356

    
4357
Source file was:
4358

    
4359
                  #undef inline
4360
#include <sys/types.h>
4361
#include <sys/socket.h>
4362
                  extern int 
4363
                  send(int, void *, socklen_t, unsigned int);
4364
                  int main(void) {
4365
                    int s=0;
4366
                    void * buf=0;
4367
                    socklen_t len=0;
4368
                    unsigned int flags=0;
4369
                    int res = send(s, buf, len, flags);
4370
                    (void) res;
4371
                    return 0;
4372
                  }
4373
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4374
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
4375

    
4376
Run Build Command:"/usr/bin/gmake" "cmTC_cb5a4/fast"
4377
gmake -f CMakeFiles/cmTC_cb5a4.dir/build.make CMakeFiles/cmTC_cb5a4.dir/build
4378
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4379
Building C object CMakeFiles/cmTC_cb5a4.dir/src.c.o
4380
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_cb5a4.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
4381
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
4382
                   send(int, void *, unsigned int, int);
4383
                   ^
4384
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
4385
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
4386
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
4387
                ^
4388
gmake[1]: *** [CMakeFiles/cmTC_cb5a4.dir/src.c.o] Error 1
4389
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4390
gmake: *** [cmTC_cb5a4/fast] Error 2
4391

    
4392
Source file was:
4393

    
4394
                  #undef inline
4395
#include <sys/types.h>
4396
#include <sys/socket.h>
4397
                  extern int 
4398
                  send(int, void *, unsigned int, int);
4399
                  int main(void) {
4400
                    int s=0;
4401
                    void * buf=0;
4402
                    unsigned int len=0;
4403
                    int flags=0;
4404
                    int res = send(s, buf, len, flags);
4405
                    (void) res;
4406
                    return 0;
4407
                  }
4408
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4409
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
4410

    
4411
Run Build Command:"/usr/bin/gmake" "cmTC_444a1/fast"
4412
gmake -f CMakeFiles/cmTC_444a1.dir/build.make CMakeFiles/cmTC_444a1.dir/build
4413
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4414
Building C object CMakeFiles/cmTC_444a1.dir/src.c.o
4415
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_444a1.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
4416
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
4417
                   send(int, void *, unsigned int, unsigned int);
4418
                   ^
4419
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
4420
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
4421
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
4422
                ^
4423
gmake[1]: *** [CMakeFiles/cmTC_444a1.dir/src.c.o] Error 1
4424
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4425
gmake: *** [cmTC_444a1/fast] Error 2
4426

    
4427
Source file was:
4428

    
4429
                  #undef inline
4430
#include <sys/types.h>
4431
#include <sys/socket.h>
4432
                  extern int 
4433
                  send(int, void *, unsigned int, unsigned int);
4434
                  int main(void) {
4435
                    int s=0;
4436
                    void * buf=0;
4437
                    unsigned int len=0;
4438
                    unsigned int flags=0;
4439
                    int res = send(s, buf, len, flags);
4440
                    (void) res;
4441
                    return 0;
4442
                  }
4443
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4444
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
4445

    
4446
Run Build Command:"/usr/bin/gmake" "cmTC_9ae55/fast"
4447
gmake -f CMakeFiles/cmTC_9ae55.dir/build.make CMakeFiles/cmTC_9ae55.dir/build
4448
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4449
Building C object CMakeFiles/cmTC_9ae55.dir/src.c.o
4450
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_9ae55.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
4451
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
4452
                   send(int, char *, size_t, int);
4453
                   ^
4454
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
4455
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
4456
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
4457
                ^
4458
gmake[1]: *** [CMakeFiles/cmTC_9ae55.dir/src.c.o] Error 1
4459
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4460
gmake: *** [cmTC_9ae55/fast] Error 2
4461

    
4462
Source file was:
4463

    
4464
                  #undef inline
4465
#include <sys/types.h>
4466
#include <sys/socket.h>
4467
                  extern int 
4468
                  send(int, char *, size_t, int);
4469
                  int main(void) {
4470
                    int s=0;
4471
                    char * buf=0;
4472
                    size_t len=0;
4473
                    int flags=0;
4474
                    int res = send(s, buf, len, flags);
4475
                    (void) res;
4476
                    return 0;
4477
                  }
4478
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4479
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
4480

    
4481
Run Build Command:"/usr/bin/gmake" "cmTC_98c80/fast"
4482
gmake -f CMakeFiles/cmTC_98c80.dir/build.make CMakeFiles/cmTC_98c80.dir/build
4483
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4484
Building C object CMakeFiles/cmTC_98c80.dir/src.c.o
4485
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_98c80.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
4486
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
4487
                   send(int, char *, size_t, unsigned int);
4488
                   ^
4489
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
4490
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
4491
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
4492
                ^
4493
gmake[1]: *** [CMakeFiles/cmTC_98c80.dir/src.c.o] Error 1
4494
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4495
gmake: *** [cmTC_98c80/fast] Error 2
4496

    
4497
Source file was:
4498

    
4499
                  #undef inline
4500
#include <sys/types.h>
4501
#include <sys/socket.h>
4502
                  extern int 
4503
                  send(int, char *, size_t, unsigned int);
4504
                  int main(void) {
4505
                    int s=0;
4506
                    char * buf=0;
4507
                    size_t len=0;
4508
                    unsigned int flags=0;
4509
                    int res = send(s, buf, len, flags);
4510
                    (void) res;
4511
                    return 0;
4512
                  }
4513
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4514
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
4515

    
4516
Run Build Command:"/usr/bin/gmake" "cmTC_cf98e/fast"
4517
gmake -f CMakeFiles/cmTC_cf98e.dir/build.make CMakeFiles/cmTC_cf98e.dir/build
4518
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4519
Building C object CMakeFiles/cmTC_cf98e.dir/src.c.o
4520
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_cf98e.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
4521
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
4522
                   send(int, char *, int, int);
4523
                   ^
4524
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
4525
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
4526
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
4527
                ^
4528
gmake[1]: *** [CMakeFiles/cmTC_cf98e.dir/src.c.o] Error 1
4529
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4530
gmake: *** [cmTC_cf98e/fast] Error 2
4531

    
4532
Source file was:
4533

    
4534
                  #undef inline
4535
#include <sys/types.h>
4536
#include <sys/socket.h>
4537
                  extern int 
4538
                  send(int, char *, int, int);
4539
                  int main(void) {
4540
                    int s=0;
4541
                    char * buf=0;
4542
                    int len=0;
4543
                    int flags=0;
4544
                    int res = send(s, buf, len, flags);
4545
                    (void) res;
4546
                    return 0;
4547
                  }
4548
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4549
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
4550

    
4551
Run Build Command:"/usr/bin/gmake" "cmTC_b47d2/fast"
4552
gmake -f CMakeFiles/cmTC_b47d2.dir/build.make CMakeFiles/cmTC_b47d2.dir/build
4553
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4554
Building C object CMakeFiles/cmTC_b47d2.dir/src.c.o
4555
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_b47d2.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
4556
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
4557
                   send(int, char *, int, unsigned int);
4558
                   ^
4559
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
4560
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
4561
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
4562
                ^
4563
gmake[1]: *** [CMakeFiles/cmTC_b47d2.dir/src.c.o] Error 1
4564
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4565
gmake: *** [cmTC_b47d2/fast] Error 2
4566

    
4567
Source file was:
4568

    
4569
                  #undef inline
4570
#include <sys/types.h>
4571
#include <sys/socket.h>
4572
                  extern int 
4573
                  send(int, char *, int, unsigned int);
4574
                  int main(void) {
4575
                    int s=0;
4576
                    char * buf=0;
4577
                    int len=0;
4578
                    unsigned int flags=0;
4579
                    int res = send(s, buf, len, flags);
4580
                    (void) res;
4581
                    return 0;
4582
                  }
4583
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4584
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
4585

    
4586
Run Build Command:"/usr/bin/gmake" "cmTC_c0534/fast"
4587
gmake -f CMakeFiles/cmTC_c0534.dir/build.make CMakeFiles/cmTC_c0534.dir/build
4588
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4589
Building C object CMakeFiles/cmTC_c0534.dir/src.c.o
4590
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_c0534.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
4591
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
4592
                   send(int, char *, socklen_t, int);
4593
                   ^
4594
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
4595
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
4596
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
4597
                ^
4598
gmake[1]: *** [CMakeFiles/cmTC_c0534.dir/src.c.o] Error 1
4599
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4600
gmake: *** [cmTC_c0534/fast] Error 2
4601

    
4602
Source file was:
4603

    
4604
                  #undef inline
4605
#include <sys/types.h>
4606
#include <sys/socket.h>
4607
                  extern int 
4608
                  send(int, char *, socklen_t, int);
4609
                  int main(void) {
4610
                    int s=0;
4611
                    char * buf=0;
4612
                    socklen_t len=0;
4613
                    int flags=0;
4614
                    int res = send(s, buf, len, flags);
4615
                    (void) res;
4616
                    return 0;
4617
                  }
4618
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4619
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
4620

    
4621
Run Build Command:"/usr/bin/gmake" "cmTC_10a2a/fast"
4622
gmake -f CMakeFiles/cmTC_10a2a.dir/build.make CMakeFiles/cmTC_10a2a.dir/build
4623
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4624
Building C object CMakeFiles/cmTC_10a2a.dir/src.c.o
4625
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_10a2a.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
4626
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
4627
                   send(int, char *, socklen_t, unsigned int);
4628
                   ^
4629
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
4630
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
4631
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
4632
                ^
4633
gmake[1]: *** [CMakeFiles/cmTC_10a2a.dir/src.c.o] Error 1
4634
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4635
gmake: *** [cmTC_10a2a/fast] Error 2
4636

    
4637
Source file was:
4638

    
4639
                  #undef inline
4640
#include <sys/types.h>
4641
#include <sys/socket.h>
4642
                  extern int 
4643
                  send(int, char *, socklen_t, unsigned int);
4644
                  int main(void) {
4645
                    int s=0;
4646
                    char * buf=0;
4647
                    socklen_t len=0;
4648
                    unsigned int flags=0;
4649
                    int res = send(s, buf, len, flags);
4650
                    (void) res;
4651
                    return 0;
4652
                  }
4653
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4654
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
4655

    
4656
Run Build Command:"/usr/bin/gmake" "cmTC_ae24c/fast"
4657
gmake -f CMakeFiles/cmTC_ae24c.dir/build.make CMakeFiles/cmTC_ae24c.dir/build
4658
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4659
Building C object CMakeFiles/cmTC_ae24c.dir/src.c.o
4660
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_ae24c.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
4661
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
4662
                   send(int, char *, unsigned int, int);
4663
                   ^
4664
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
4665
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
4666
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
4667
                ^
4668
gmake[1]: *** [CMakeFiles/cmTC_ae24c.dir/src.c.o] Error 1
4669
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4670
gmake: *** [cmTC_ae24c/fast] Error 2
4671

    
4672
Source file was:
4673

    
4674
                  #undef inline
4675
#include <sys/types.h>
4676
#include <sys/socket.h>
4677
                  extern int 
4678
                  send(int, char *, unsigned int, int);
4679
                  int main(void) {
4680
                    int s=0;
4681
                    char * buf=0;
4682
                    unsigned int len=0;
4683
                    int flags=0;
4684
                    int res = send(s, buf, len, flags);
4685
                    (void) res;
4686
                    return 0;
4687
                  }
4688
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4689
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
4690

    
4691
Run Build Command:"/usr/bin/gmake" "cmTC_36845/fast"
4692
gmake -f CMakeFiles/cmTC_36845.dir/build.make CMakeFiles/cmTC_36845.dir/build
4693
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4694
Building C object CMakeFiles/cmTC_36845.dir/src.c.o
4695
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_36845.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
4696
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
4697
                   send(int, char *, unsigned int, unsigned int);
4698
                   ^
4699
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
4700
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
4701
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
4702
                ^
4703
gmake[1]: *** [CMakeFiles/cmTC_36845.dir/src.c.o] Error 1
4704
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4705
gmake: *** [cmTC_36845/fast] Error 2
4706

    
4707
Source file was:
4708

    
4709
                  #undef inline
4710
#include <sys/types.h>
4711
#include <sys/socket.h>
4712
                  extern int 
4713
                  send(int, char *, unsigned int, unsigned int);
4714
                  int main(void) {
4715
                    int s=0;
4716
                    char * buf=0;
4717
                    unsigned int len=0;
4718
                    unsigned int flags=0;
4719
                    int res = send(s, buf, len, flags);
4720
                    (void) res;
4721
                    return 0;
4722
                  }
4723
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4724
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
4725

    
4726
Run Build Command:"/usr/bin/gmake" "cmTC_dec2d/fast"
4727
gmake -f CMakeFiles/cmTC_dec2d.dir/build.make CMakeFiles/cmTC_dec2d.dir/build
4728
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4729
Building C object CMakeFiles/cmTC_dec2d.dir/src.c.o
4730
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_dec2d.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
4731
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
4732
                   send(int, const char *, size_t, int);
4733
                   ^
4734
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
4735
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
4736
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
4737
                ^
4738
gmake[1]: *** [CMakeFiles/cmTC_dec2d.dir/src.c.o] Error 1
4739
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4740
gmake: *** [cmTC_dec2d/fast] Error 2
4741

    
4742
Source file was:
4743

    
4744
                  #undef inline
4745
#include <sys/types.h>
4746
#include <sys/socket.h>
4747
                  extern int 
4748
                  send(int, const char *, size_t, int);
4749
                  int main(void) {
4750
                    int s=0;
4751
                    const char * buf=0;
4752
                    size_t len=0;
4753
                    int flags=0;
4754
                    int res = send(s, buf, len, flags);
4755
                    (void) res;
4756
                    return 0;
4757
                  }
4758
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4759
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
4760

    
4761
Run Build Command:"/usr/bin/gmake" "cmTC_43082/fast"
4762
gmake -f CMakeFiles/cmTC_43082.dir/build.make CMakeFiles/cmTC_43082.dir/build
4763
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4764
Building C object CMakeFiles/cmTC_43082.dir/src.c.o
4765
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_43082.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
4766
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
4767
                   send(int, const char *, size_t, unsigned int);
4768
                   ^
4769
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
4770
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
4771
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
4772
                ^
4773
gmake[1]: *** [CMakeFiles/cmTC_43082.dir/src.c.o] Error 1
4774
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4775
gmake: *** [cmTC_43082/fast] Error 2
4776

    
4777
Source file was:
4778

    
4779
                  #undef inline
4780
#include <sys/types.h>
4781
#include <sys/socket.h>
4782
                  extern int 
4783
                  send(int, const char *, size_t, unsigned int);
4784
                  int main(void) {
4785
                    int s=0;
4786
                    const char * buf=0;
4787
                    size_t len=0;
4788
                    unsigned int flags=0;
4789
                    int res = send(s, buf, len, flags);
4790
                    (void) res;
4791
                    return 0;
4792
                  }
4793
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4794
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
4795

    
4796
Run Build Command:"/usr/bin/gmake" "cmTC_5dd5b/fast"
4797
gmake -f CMakeFiles/cmTC_5dd5b.dir/build.make CMakeFiles/cmTC_5dd5b.dir/build
4798
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4799
Building C object CMakeFiles/cmTC_5dd5b.dir/src.c.o
4800
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_5dd5b.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
4801
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
4802
                   send(int, const char *, int, int);
4803
                   ^
4804
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
4805
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
4806
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
4807
                ^
4808
gmake[1]: *** [CMakeFiles/cmTC_5dd5b.dir/src.c.o] Error 1
4809
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4810
gmake: *** [cmTC_5dd5b/fast] Error 2
4811

    
4812
Source file was:
4813

    
4814
                  #undef inline
4815
#include <sys/types.h>
4816
#include <sys/socket.h>
4817
                  extern int 
4818
                  send(int, const char *, int, int);
4819
                  int main(void) {
4820
                    int s=0;
4821
                    const char * buf=0;
4822
                    int len=0;
4823
                    int flags=0;
4824
                    int res = send(s, buf, len, flags);
4825
                    (void) res;
4826
                    return 0;
4827
                  }
4828
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4829
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
4830

    
4831
Run Build Command:"/usr/bin/gmake" "cmTC_e8cbb/fast"
4832
gmake -f CMakeFiles/cmTC_e8cbb.dir/build.make CMakeFiles/cmTC_e8cbb.dir/build
4833
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4834
Building C object CMakeFiles/cmTC_e8cbb.dir/src.c.o
4835
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_e8cbb.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
4836
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
4837
                   send(int, const char *, int, unsigned int);
4838
                   ^
4839
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
4840
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
4841
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
4842
                ^
4843
gmake[1]: *** [CMakeFiles/cmTC_e8cbb.dir/src.c.o] Error 1
4844
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4845
gmake: *** [cmTC_e8cbb/fast] Error 2
4846

    
4847
Source file was:
4848

    
4849
                  #undef inline
4850
#include <sys/types.h>
4851
#include <sys/socket.h>
4852
                  extern int 
4853
                  send(int, const char *, int, unsigned int);
4854
                  int main(void) {
4855
                    int s=0;
4856
                    const char * buf=0;
4857
                    int len=0;
4858
                    unsigned int flags=0;
4859
                    int res = send(s, buf, len, flags);
4860
                    (void) res;
4861
                    return 0;
4862
                  }
4863
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4864
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
4865

    
4866
Run Build Command:"/usr/bin/gmake" "cmTC_5a6cc/fast"
4867
gmake -f CMakeFiles/cmTC_5a6cc.dir/build.make CMakeFiles/cmTC_5a6cc.dir/build
4868
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4869
Building C object CMakeFiles/cmTC_5a6cc.dir/src.c.o
4870
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_5a6cc.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
4871
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
4872
                   send(int, const char *, socklen_t, int);
4873
                   ^
4874
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
4875
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
4876
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
4877
                ^
4878
gmake[1]: *** [CMakeFiles/cmTC_5a6cc.dir/src.c.o] Error 1
4879
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4880
gmake: *** [cmTC_5a6cc/fast] Error 2
4881

    
4882
Source file was:
4883

    
4884
                  #undef inline
4885
#include <sys/types.h>
4886
#include <sys/socket.h>
4887
                  extern int 
4888
                  send(int, const char *, socklen_t, int);
4889
                  int main(void) {
4890
                    int s=0;
4891
                    const char * buf=0;
4892
                    socklen_t len=0;
4893
                    int flags=0;
4894
                    int res = send(s, buf, len, flags);
4895
                    (void) res;
4896
                    return 0;
4897
                  }
4898
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4899
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
4900

    
4901
Run Build Command:"/usr/bin/gmake" "cmTC_61afa/fast"
4902
gmake -f CMakeFiles/cmTC_61afa.dir/build.make CMakeFiles/cmTC_61afa.dir/build
4903
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4904
Building C object CMakeFiles/cmTC_61afa.dir/src.c.o
4905
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_61afa.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
4906
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
4907
                   send(int, const char *, socklen_t, unsigned int);
4908
                   ^
4909
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
4910
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
4911
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
4912
                ^
4913
gmake[1]: *** [CMakeFiles/cmTC_61afa.dir/src.c.o] Error 1
4914
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4915
gmake: *** [cmTC_61afa/fast] Error 2
4916

    
4917
Source file was:
4918

    
4919
                  #undef inline
4920
#include <sys/types.h>
4921
#include <sys/socket.h>
4922
                  extern int 
4923
                  send(int, const char *, socklen_t, unsigned int);
4924
                  int main(void) {
4925
                    int s=0;
4926
                    const char * buf=0;
4927
                    socklen_t len=0;
4928
                    unsigned int flags=0;
4929
                    int res = send(s, buf, len, flags);
4930
                    (void) res;
4931
                    return 0;
4932
                  }
4933
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4934
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
4935

    
4936
Run Build Command:"/usr/bin/gmake" "cmTC_7ab9e/fast"
4937
gmake -f CMakeFiles/cmTC_7ab9e.dir/build.make CMakeFiles/cmTC_7ab9e.dir/build
4938
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4939
Building C object CMakeFiles/cmTC_7ab9e.dir/src.c.o
4940
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_7ab9e.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
4941
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
4942
                   send(int, const char *, unsigned int, int);
4943
                   ^
4944
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
4945
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
4946
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
4947
                ^
4948
gmake[1]: *** [CMakeFiles/cmTC_7ab9e.dir/src.c.o] Error 1
4949
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4950
gmake: *** [cmTC_7ab9e/fast] Error 2
4951

    
4952
Source file was:
4953

    
4954
                  #undef inline
4955
#include <sys/types.h>
4956
#include <sys/socket.h>
4957
                  extern int 
4958
                  send(int, const char *, unsigned int, int);
4959
                  int main(void) {
4960
                    int s=0;
4961
                    const char * buf=0;
4962
                    unsigned int len=0;
4963
                    int flags=0;
4964
                    int res = send(s, buf, len, flags);
4965
                    (void) res;
4966
                    return 0;
4967
                  }
4968
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
4969
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
4970

    
4971
Run Build Command:"/usr/bin/gmake" "cmTC_1e24f/fast"
4972
gmake -f CMakeFiles/cmTC_1e24f.dir/build.make CMakeFiles/cmTC_1e24f.dir/build
4973
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4974
Building C object CMakeFiles/cmTC_1e24f.dir/src.c.o
4975
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_1e24f.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
4976
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
4977
                   send(int, const char *, unsigned int, unsigned int);
4978
                   ^
4979
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
4980
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
4981
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
4982
                ^
4983
gmake[1]: *** [CMakeFiles/cmTC_1e24f.dir/src.c.o] Error 1
4984
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
4985
gmake: *** [cmTC_1e24f/fast] Error 2
4986

    
4987
Source file was:
4988

    
4989
                  #undef inline
4990
#include <sys/types.h>
4991
#include <sys/socket.h>
4992
                  extern int 
4993
                  send(int, const char *, unsigned int, unsigned int);
4994
                  int main(void) {
4995
                    int s=0;
4996
                    const char * buf=0;
4997
                    unsigned int len=0;
4998
                    unsigned int flags=0;
4999
                    int res = send(s, buf, len, flags);
5000
                    (void) res;
5001
                    return 0;
5002
                  }
5003
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5004
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
5005

    
5006
Run Build Command:"/usr/bin/gmake" "cmTC_66e68/fast"
5007
gmake -f CMakeFiles/cmTC_66e68.dir/build.make CMakeFiles/cmTC_66e68.dir/build
5008
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
5009
Building C object CMakeFiles/cmTC_66e68.dir/src.c.o
5010
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_66e68.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
5011
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
5012
                   send(ssize_t, const void *, size_t, int);
5013
                   ^
5014
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
5015
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
5016
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
5017
                ^
5018
gmake[1]: *** [CMakeFiles/cmTC_66e68.dir/src.c.o] Error 1
5019
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
5020
gmake: *** [cmTC_66e68/fast] Error 2
5021

    
5022
Source file was:
5023

    
5024
                  #undef inline
5025
#include <sys/types.h>
5026
#include <sys/socket.h>
5027
                  extern int 
5028
                  send(ssize_t, const void *, size_t, int);
5029
                  int main(void) {
5030
                    ssize_t s=0;
5031
                    const void * buf=0;
5032
                    size_t len=0;
5033
                    int flags=0;
5034
                    int res = send(s, buf, len, flags);
5035
                    (void) res;
5036
                    return 0;
5037
                  }
5038
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5039
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
5040

    
5041
Run Build Command:"/usr/bin/gmake" "cmTC_e7fe7/fast"
5042
gmake -f CMakeFiles/cmTC_e7fe7.dir/build.make CMakeFiles/cmTC_e7fe7.dir/build
5043
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
5044
Building C object CMakeFiles/cmTC_e7fe7.dir/src.c.o
5045
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_e7fe7.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
5046
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
5047
                   send(ssize_t, const void *, size_t, unsigned int);
5048
                   ^
5049
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
5050
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
5051
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
5052
                ^
5053
gmake[1]: *** [CMakeFiles/cmTC_e7fe7.dir/src.c.o] Error 1
5054
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
5055
gmake: *** [cmTC_e7fe7/fast] Error 2
5056

    
5057
Source file was:
5058

    
5059
                  #undef inline
5060
#include <sys/types.h>
5061
#include <sys/socket.h>
5062
                  extern int 
5063
                  send(ssize_t, const void *, size_t, unsigned int);
5064
                  int main(void) {
5065
                    ssize_t s=0;
5066
                    const void * buf=0;
5067
                    size_t len=0;
5068
                    unsigned int flags=0;
5069
                    int res = send(s, buf, len, flags);
5070
                    (void) res;
5071
                    return 0;
5072
                  }
5073
Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output:
5074
Change Dir: /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp
5075

    
5076
Run Build Command:"/usr/bin/gmake" "cmTC_cd046/fast"
5077
gmake -f CMakeFiles/cmTC_cd046.dir/build.make CMakeFiles/cmTC_cd046.dir/build
5078
gmake[1]: Entering directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
5079
Building C object CMakeFiles/cmTC_cd046.dir/src.c.o
5080
/storage/epp2/phumhf/maus/release/third_party/install/bin/gcc    -w -Dcurl_cv_func_send_test   -o CMakeFiles/cmTC_cd046.dir/src.c.o   -c /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c
5081
/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for ‘send’
5082
                   send(ssize_t, const void *, int, int);
5083
                   ^
5084
In file included from /storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp/src.c:4:0:
5085
/usr/include/sys/socket.h:141:16: note: previous declaration of ‘send’ was here
5086
 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
5087
                ^
5088
gmake[1]: *** [CMakeFiles/cmTC_cd046.dir/src.c.o] Error 1
5089
gmake[1]: Leaving directory `/storage/epp2/phumhf/maus/release/third_party/build/cmake-3.5.2/CMakeFiles/CMakeTmp'
5090
gmake: *** [cmTC_cd046/fast] Error 2
5091