-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.log
303 lines (291 loc) · 13.7 KB
/
config.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:573: checking host system type
configure:594: checking target system type
configure:612: checking build system type
configure:638: checking for gcc
configure:751: checking whether the C compiler (/usr/local/gcc-6.1.0/bin/gcc-6.1.0 ) works
configure:767: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -o conftest conftest.c 1>&5
configure:764:1: warning: return type defaults to 'int' [-Wimplicit-int]
main(){return(0);}
^~~~
configure:793: checking whether the C compiler (/usr/local/gcc-6.1.0/bin/gcc-6.1.0 ) is a cross-compiler
configure:798: checking whether we are using GNU C
configure:807: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -E conftest.c
configure:826: checking whether /usr/local/gcc-6.1.0/bin/gcc-6.1.0 accepts -g
configure:861: checking gcc version
configure:879: checking how to link static binaries
configure:910: checking for __progname
configure:923: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -o conftest -g -O2 conftest.c 1>&5
configure: In function 'main':
configure:919:2: warning: implicit declaration of function 'puts' [-Wimplicit-function-declaration]
puts(__progname)
^~~~
configure:946: checking how to run the C preprocessor
configure:967: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -E conftest.c >/dev/null 2>conftest.out
configure:1029: checking for fcntl.h
configure:1039: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -E conftest.c >/dev/null 2>conftest.out
configure:1029: checking for grp.h
configure:1039: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -E conftest.c >/dev/null 2>conftest.out
configure:1029: checking for memory.h
configure:1039: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -E conftest.c >/dev/null 2>conftest.out
configure:1029: checking for paths.h
configure:1039: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -E conftest.c >/dev/null 2>conftest.out
configure:1029: checking for poll.h
configure:1039: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -E conftest.c >/dev/null 2>conftest.out
configure:1029: checking for sys/poll.h
configure:1039: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -E conftest.c >/dev/null 2>conftest.out
configure:1029: checking for sys/devpoll.h
configure:1039: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -E conftest.c >/dev/null 2>conftest.out
configure:1035:25: fatal error: sys/devpoll.h: No such file or directory
#include <$ac_hdr>
^
compilation terminated.
configure: failed program was:
#line 1034 "configure"
#include "confdefs.h"
#include <sys/devpoll.h>
configure:1029: checking for sys/event.h
configure:1039: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -E conftest.c >/dev/null 2>conftest.out
configure:1035:23: fatal error: sys/event.h: No such file or directory
#include <$ac_hdr>
^
compilation terminated.
configure: failed program was:
#line 1034 "configure"
#include "confdefs.h"
#include <sys/event.h>
configure:1029: checking for osreldate.h
configure:1039: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -E conftest.c >/dev/null 2>conftest.out
configure:1035:23: fatal error: osreldate.h: No such file or directory
#include <$ac_hdr>
^
compilation terminated.
configure: failed program was:
#line 1034 "configure"
#include "confdefs.h"
#include <osreldate.h>
configure:1066: checking whether time.h and sys/time.h may both be included
configure:1080: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -c -g -O2 conftest.c 1>&5
configure:1105: checking for dirent.h that defines DIR
configure:1118: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -c -g -O2 conftest.c 1>&5
configure:1143: checking for opendir in -ldir
configure:1162: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -o conftest -g -O2 conftest.c -ldir 1>&5
/usr/bin/ld: cannot find -ldir
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 1151 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char opendir();
int main() {
opendir()
; return 0; }
configure:1228: checking for /usr/local/v6/lib
configure:1238: checking for gethostbyname
configure:1266: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -o conftest -g -O2 conftest.c 1>&5
configure:1451: checking for socket
configure:1479: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -o conftest -g -O2 conftest.c 1>&5
configure:1580: checking for main in -linet6
configure:1595: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -o conftest -g -O2 conftest.c -linet6 1>&5
/usr/bin/ld: cannot find -linet6
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 1588 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
configure:1624: checking for crypt
configure:1652: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -o conftest -g -O2 conftest.c 1>&5
/tmp/ccswnjlN.o: In function `main':
/home/sysop/devel/webserver/paged-thttpd/paged/configure:1646: undefined reference to `crypt'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 1629 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char crypt(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char crypt();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_crypt) || defined (__stub___crypt)
choke me
#else
crypt();
#endif
; return 0; }
configure:1670: checking for crypt in -lcrypt
configure:1689: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -o conftest -g -O2 conftest.c -lcrypt 1>&5
configure:1719: checking for hstrerror
configure:1747: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -o conftest -g -O2 conftest.c -lcrypt 1>&5
configure:1810: checking for strerror
configure:1838: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -o conftest -g -O2 conftest.c -lcrypt 1>&5
configure:1867: checking for waitpid
configure:1895: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -o conftest -g -O2 conftest.c -lcrypt 1>&5
configure:1867: checking for vsnprintf
configure:1895: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -o conftest -g -O2 conftest.c -lcrypt 1>&5
configure:1879:6: warning: conflicting types for built-in function 'vsnprintf'
char $ac_func();
^~~~~~~~~
configure:1867: checking for daemon
configure:1895: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -o conftest -g -O2 conftest.c -lcrypt 1>&5
configure:1867: checking for setsid
configure:1895: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -o conftest -g -O2 conftest.c -lcrypt 1>&5
configure:1867: checking for setlogin
configure:1895: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -o conftest -g -O2 conftest.c -lcrypt 1>&5
configure: In function 'main':
configure:1887:1: error: unknown type name 'choke'
choke me
^~~~~
configure: failed program was:
#line 1872 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char setlogin(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char setlogin();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_setlogin) || defined (__stub___setlogin)
choke me
#else
setlogin();
#endif
; return 0; }
configure:1867: checking for getaddrinfo
configure:1895: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -o conftest -g -O2 conftest.c -lcrypt 1>&5
configure:1867: checking for getnameinfo
configure:1895: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -o conftest -g -O2 conftest.c -lcrypt 1>&5
configure:1867: checking for gai_strerror
configure:1895: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -o conftest -g -O2 conftest.c -lcrypt 1>&5
configure:1867: checking for kqueue
configure:1895: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -o conftest -g -O2 conftest.c -lcrypt 1>&5
/tmp/cccQym1z.o: In function `main':
/home/sysop/devel/webserver/paged-thttpd/paged/configure:1889: undefined reference to `kqueue'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 1872 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char kqueue(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char kqueue();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_kqueue) || defined (__stub___kqueue)
choke me
#else
kqueue();
#endif
; return 0; }
configure:1867: checking for sigset
configure:1895: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -o conftest -g -O2 conftest.c -lcrypt 1>&5
configure:1867: checking for atoll
configure:1895: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -o conftest -g -O2 conftest.c -lcrypt 1>&5
configure:1923: checking for unistd.h
configure:1933: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -E conftest.c >/dev/null 2>conftest.out
configure:1962: checking for getpagesize
configure:1990: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -o conftest -g -O2 conftest.c -lcrypt 1>&5
configure:2015: checking for working mmap
configure:2163: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -o conftest -g -O2 conftest.c -lcrypt 1>&5
configure:2094:7: warning: conflicting types for built-in function 'malloc'
char *malloc();
^~~~~~
configure: In function 'main':
configure:2104:13: warning: implicit declaration of function 'getpagesize' [-Wimplicit-function-declaration]
pagesize = getpagesize();
^~~~~~~~~~~
configure:2111:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
exit(1);
^~~~
configure:2111:3: warning: incompatible implicit declaration of built-in function 'exit'
configure:2111:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:2113:17: warning: implicit declaration of function 'rand' [-Wimplicit-function-declaration]
*(data + i) = rand();
^~~~
configure:2114:2: warning: implicit declaration of function 'umask' [-Wimplicit-function-declaration]
umask(0);
^~~~~
configure:2117:3: warning: incompatible implicit declaration of built-in function 'exit'
exit(1);
^~~~
configure:2117:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:2118:6: warning: implicit declaration of function 'write' [-Wimplicit-function-declaration]
if (write(fd, data, pagesize) != pagesize)
^~~~~
configure:2119:3: warning: incompatible implicit declaration of built-in function 'exit'
exit(1);
^~~~
configure:2119:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:2120:2: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration]
close(fd);
^~~~~
configure:2129:3: warning: incompatible implicit declaration of built-in function 'exit'
exit(1);
^~~~
configure:2129:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:2132:3: warning: incompatible implicit declaration of built-in function 'exit'
exit(1);
^~~~
configure:2132:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:2136:3: warning: incompatible implicit declaration of built-in function 'exit'
exit(1);
^~~~
configure:2136:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:2139:4: warning: incompatible implicit declaration of built-in function 'exit'
exit(1);
^~~~
configure:2139:4: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:2150:3: warning: incompatible implicit declaration of built-in function 'exit'
exit(1);
^~~~
configure:2150:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:2151:6: warning: implicit declaration of function 'read' [-Wimplicit-function-declaration]
if (read(fd, data3, pagesize) != pagesize)
^~~~
configure:2152:3: warning: incompatible implicit declaration of built-in function 'exit'
exit(1);
^~~~
configure:2152:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:2155:4: warning: incompatible implicit declaration of built-in function 'exit'
exit(1);
^~~~
configure:2155:4: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:2157:2: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration]
unlink("conftestmmap");
^~~~~~
configure:2158:2: warning: incompatible implicit declaration of built-in function 'exit'
exit(0);
^~~~
configure:2158:2: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:2248: checking for select
configure:2276: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -o conftest -g -O2 conftest.c -lcrypt 1>&5
configure:2248: checking for poll
configure:2276: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -o conftest -g -O2 conftest.c -lcrypt 1>&5
configure:2304: checking if struct tm has tm_gmtoff member
configure:2318: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -c -g -O2 conftest.c 1>&5
configure:2338: checking if int64_t exists
configure:2351: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -c -g -O2 conftest.c 1>&5
configure:2371: checking if socklen_t exists
configure:2385: /usr/local/gcc-6.1.0/bin/gcc-6.1.0 -c -g -O2 conftest.c 1>&5
configure:2406: checking whether make sets ${MAKE}
configure:2444: checking for a BSD compatible install