]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/mdocml/config.log
Upgrade to OpenSSH 6.7p1, retaining libwrap support (which has been removed
[FreeBSD/FreeBSD.git] / contrib / mdocml / config.log
1 configure.local: no (fully automatic configuration)
2
3 dirent-namlen: testing...
4 cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-dirent-namlen test-dirent-namlen.c
5 dirent-namlen: cc succeeded
6 dirent-namlen: yes
7
8 err: testing...
9 cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-err test-err.c
10 err: cc succeeded
11 test-err: 1. warnx
12 test-err: 2. warn: No error: 0
13 test-err: 3. err: No error: 0
14 err: yes
15
16 fts: testing...
17 cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-fts test-fts.c
18 fts: cc succeeded
19 fts: yes
20
21 getline: testing...
22 cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-getline test-getline.c
23 test-getline.c:12:9: error: implicit declaration of function 'getline' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
24         return getline(&line, &linesz, stdin) != -1;
25                ^
26 1 error generated.
27 getline: cc failed with 1
28
29 getsubopt: testing...
30 cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-getsubopt test-getsubopt.c
31 getsubopt: cc succeeded
32 getsubopt: yes
33
34 isblank: testing...
35 cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-isblank test-isblank.c
36 isblank: cc succeeded
37 isblank: yes
38
39 mkdtemp: testing...
40 cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-mkdtemp test-mkdtemp.c
41 mkdtemp: cc succeeded
42 mkdtemp: yes
43
44 mmap: testing...
45 cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-mmap test-mmap.c
46 mmap: cc succeeded
47 mmap: yes
48
49 pledge: testing...
50 cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-pledge test-pledge.c
51 test-pledge.c:6:11: error: implicit declaration of function 'pledge' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
52         return !!pledge("stdio", NULL);
53                  ^
54 1 error generated.
55 pledge: cc failed with 1
56
57 progname: testing...
58 cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-progname test-progname.c
59 progname: cc succeeded
60 progname: yes
61
62 reallocarray: testing...
63 cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-reallocarray test-reallocarray.c
64 reallocarray: cc succeeded
65 reallocarray: yes
66
67 rewb-bsd: testing...
68 cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-rewb-bsd test-rewb-bsd.c
69 test-rewb-bsd.c:11:42: error: use of undeclared identifier 'NULL'
70         if (regexec(&re, "the word is here", 0, NULL, 0))
71                                                 ^
72 test-rewb-bsd.c:13:35: error: use of undeclared identifier 'NULL'
73         if (regexec(&re, "same word", 0, NULL, 0))
74                                          ^
75 test-rewb-bsd.c:15:36: error: use of undeclared identifier 'NULL'
76         if (regexec(&re, "word again", 0, NULL, 0))
77                                           ^
78 test-rewb-bsd.c:17:30: error: use of undeclared identifier 'NULL'
79         if (regexec(&re, "word", 0, NULL, 0))
80                                     ^
81 test-rewb-bsd.c:19:31: error: use of undeclared identifier 'NULL'
82         if (regexec(&re, "wordy", 0, NULL, 0) != REG_NOMATCH)
83                                      ^
84 test-rewb-bsd.c:21:31: error: use of undeclared identifier 'NULL'
85         if (regexec(&re, "sword", 0, NULL, 0) != REG_NOMATCH)
86                                      ^
87 test-rewb-bsd.c:23:34: error: use of undeclared identifier 'NULL'
88         if (regexec(&re, "reworded", 0, NULL, 0) != REG_NOMATCH)
89                                         ^
90 7 errors generated.
91 rewb-bsd: cc failed with 1
92
93 rewb-sysv: testing...
94 cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-rewb-sysv test-rewb-sysv.c
95 test-rewb-sysv.c:11:42: error: use of undeclared identifier 'NULL'
96         if (regexec(&re, "the word is here", 0, NULL, 0))
97                                                 ^
98 test-rewb-sysv.c:13:35: error: use of undeclared identifier 'NULL'
99         if (regexec(&re, "same word", 0, NULL, 0))
100                                          ^
101 test-rewb-sysv.c:15:36: error: use of undeclared identifier 'NULL'
102         if (regexec(&re, "word again", 0, NULL, 0))
103                                           ^
104 test-rewb-sysv.c:17:30: error: use of undeclared identifier 'NULL'
105         if (regexec(&re, "word", 0, NULL, 0))
106                                     ^
107 test-rewb-sysv.c:19:31: error: use of undeclared identifier 'NULL'
108         if (regexec(&re, "wordy", 0, NULL, 0) != REG_NOMATCH)
109                                      ^
110 test-rewb-sysv.c:21:31: error: use of undeclared identifier 'NULL'
111         if (regexec(&re, "sword", 0, NULL, 0) != REG_NOMATCH)
112                                      ^
113 test-rewb-sysv.c:23:34: error: use of undeclared identifier 'NULL'
114         if (regexec(&re, "reworded", 0, NULL, 0) != REG_NOMATCH)
115                                         ^
116 7 errors generated.
117 rewb-sysv: cc failed with 1
118
119 strcasestr: testing...
120 cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-strcasestr test-strcasestr.c
121 strcasestr: cc succeeded
122 strcasestr: yes
123
124 stringlist: testing...
125 cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-stringlist test-stringlist.c
126 test-stringlist.c:26:26: error: use of undeclared identifier 'NULL'
127         if ((sl = sl_init()) == NULL)
128                                 ^
129 1 error generated.
130 stringlist: cc failed with 1
131
132 strlcat: testing...
133 cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-strlcat test-strlcat.c
134 strlcat: cc succeeded
135 strlcat: yes
136
137 strlcpy: testing...
138 cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-strlcpy test-strlcpy.c
139 strlcpy: cc succeeded
140 strlcpy: yes
141
142 strptime: testing...
143 cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-strptime test-strptime.c
144 strptime: cc succeeded
145 strptime: yes
146
147 strsep: testing...
148 cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-strsep test-strsep.c
149 strsep: cc succeeded
150 strsep: yes
151
152 strtonum: testing...
153 cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-strtonum test-strtonum.c
154 strtonum: cc succeeded
155 strtonum: yes
156
157 vasprintf: testing...
158 cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-vasprintf test-vasprintf.c
159 vasprintf: cc succeeded
160 vasprintf: yes
161
162 wchar: testing...
163 cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-wchar test-wchar.c
164 wchar: cc succeeded
165 *wchar: yes
166
167 sqlite3: testing...
168 cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror -lsqlite3 -o test-sqlite3 test-sqlite3.c
169 test-sqlite3.c:20:10: fatal error: 'sqlite3.h' file not found
170 #include <sqlite3.h>
171          ^
172 1 error generated.
173 sqlite3: cc failed with 1
174
175 sqlite3: testing...
176 cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror -I/usr/local/include -L/usr/local/lib -lsqlite3 -o test-sqlite3 test-sqlite3.c
177 sqlite3: cc succeeded
178 sqlite3: yes
179
180 sqlite3_errstr: testing...
181 cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror -L/usr/local/lib -lsqlite3 -o test-sqlite3_errstr test-sqlite3_errstr.c
182 test-sqlite3_errstr.c:2:10: fatal error: 'sqlite3.h' file not found
183 #include <sqlite3.h>
184          ^
185 1 error generated.
186 sqlite3_errstr: cc failed with 1
187
188 ohash: testing...
189 cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror  -o test-ohash test-ohash.c
190 test-ohash.c:4:10: fatal error: 'ohash.h' file not found
191 #include <ohash.h>
192          ^
193 1 error generated.
194 ohash: cc failed with 1
195
196 ohash: testing...
197 cc -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -Wno-unused -Werror -lutil -o test-ohash test-ohash.c
198 test-ohash.c:4:10: fatal error: 'ohash.h' file not found
199 #include <ohash.h>
200          ^
201 1 error generated.
202 ohash: cc failed with 1
203
204 DBLIB="-L/usr/local/lib -lsqlite3 -lz"
205
206 /usr/share/man:/usr/local/man:/usr/share/openssl/man:/usr/local/lib/perl5/site_perl/man:/usr/local/lib/perl5/5.20/perl/man:/usr/local/share/xpdf/man
207 manpath: yes
208
209 config.h: written
210 Makefile.local: written