Ticket #68122: config.log

File config.log, 64.9 KB (added by krischik (Martin Krischik), 13 months ago)
Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by sitecopy configure 0.16.6, which was
5generated by GNU Autoconf 2.61.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --docdir=/opt/local/share/doc/sitecopy
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = iMac.local
14uname -m = x86_64
15uname -r = 22.5.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 22.5.0: Thu Jun  8 22:22:22 PDT 2023; root:xnu-8796.121.3~7/RELEASE_X86_64
18
19/usr/bin/uname -p = i386
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo      = Mach kernel version:
26         Darwin Kernel Version 22.5.0: Thu Jun  8 22:22:22 PDT 2023; root:xnu-8796.121.3~7/RELEASE_X86_64
27Kernel configured for up to 16 processors.
288 processors are physically available.
2916 processors are logically available.
30Processor type: x86_64h (Intel x86-64h Haswell)
31Processors active: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
32Primary memory available: 64.00 gigabytes
33Default processor set: 830 tasks, 5902 threads, 16 processors
34Load average: 2.89, Mach factor: 13.10
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin
40PATH: /opt/local/sbin
41PATH: /bin
42PATH: /sbin
43PATH: /usr/bin
44PATH: /usr/sbin
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:1945: checking for gcc
52configure:1972: result: /usr/bin/clang
53configure:2210: checking for C compiler version
54configure:2217: /usr/bin/clang --version >&5
55Apple clang version 14.0.3 (clang-1403.0.22.14.1)
56Target: x86_64-apple-darwin22.5.0
57Thread model: posix
58InstalledDir: /Library/Developer/CommandLineTools/usr/bin
59configure:2220: $? = 0
60configure:2227: /usr/bin/clang -v >&5
61Apple clang version 14.0.3 (clang-1403.0.22.14.1)
62Target: x86_64-apple-darwin22.5.0
63Thread model: posix
64InstalledDir: /Library/Developer/CommandLineTools/usr/bin
65configure:2230: $? = 0
66configure:2237: /usr/bin/clang -V >&5
67clang: error: argument to '-V' is missing (expected 1 value)
68clang: error: no input files
69configure:2240: $? = 1
70configure:2263: checking for C compiler default output file name
71configure:2290: /usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
72configure:2293: $? = 0
73configure:2331: result: a.out
74configure:2348: checking whether the C compiler works
75configure:2358: ./a.out
76configure:2361: $? = 0
77configure:2378: result: yes
78configure:2385: checking whether we are cross compiling
79configure:2387: result: no
80configure:2390: checking for suffix of executables
81configure:2397: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
82configure:2400: $? = 0
83configure:2424: result:
84configure:2430: checking for suffix of object files
85configure:2456: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
86configure:2459: $? = 0
87configure:2482: result: o
88configure:2486: checking whether we are using the GNU C compiler
89configure:2515: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
90configure:2521: $? = 0
91configure:2538: result: yes
92configure:2543: checking whether /usr/bin/clang accepts -g
93configure:2573: /usr/bin/clang -c -g -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
94configure:2579: $? = 0
95configure:2678: result: yes
96configure:2695: checking for /usr/bin/clang option to accept ISO C89
97configure:2769: /usr/bin/clang  -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
98conftest.c:16:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
99static char *e (p, i)
100             ^
1011 warning generated.
102configure:2775: $? = 0
103configure:2798: result: none needed
104configure:2816: checking whether make sets $(MAKE)
105configure:2837: result: yes
106configure:2847: checking for library containing strerror
107configure:2888: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
108conftest.c:16:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
109char strerror ();
110     ^
111conftest.c:16:6: note: 'strerror' is a builtin with type 'char *(int)'
1121 warning generated.
113configure:2894: $? = 0
114configure:2922: result: none required
115configure:2974: checking for a BSD-compatible install
116configure:3030: result: /usr/bin/install -c
117configure:3047: checking for inline
118configure:3073: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
119configure:3079: $? = 0
120configure:3097: result: inline
121configure:3116: checking for an ANSI C-conforming const
122configure:3191: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
123configure:3197: $? = 0
124configure:3212: result: yes
125configure:3228: checking how to run the C preprocessor
126configure:3268: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c
127configure:3274: $? = 0
128configure:3305: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c
129conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
130#include <ac_nonexistent.h>
131         ^~~~~~~~~~~~~~~~~~
1321 error generated.
133configure:3311: $? = 1
134configure: failed program was:
135| /* confdefs.h.  */
136| #define PACKAGE_NAME "sitecopy"
137| #define PACKAGE_TARNAME "sitecopy"
138| #define PACKAGE_VERSION "0.16.6"
139| #define PACKAGE_STRING "sitecopy 0.16.6"
140| #define PACKAGE_BUGREPORT "sitecopy@lyra.org"
141| #define _GNU_SOURCE 1
142| /* end confdefs.h.  */
143| #include <ac_nonexistent.h>
144configure:3344: result: /usr/bin/clang -E
145configure:3373: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c
146configure:3379: $? = 0
147configure:3410: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c
148conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
149#include <ac_nonexistent.h>
150         ^~~~~~~~~~~~~~~~~~
1511 error generated.
152configure:3416: $? = 1
153configure: failed program was:
154| /* confdefs.h.  */
155| #define PACKAGE_NAME "sitecopy"
156| #define PACKAGE_TARNAME "sitecopy"
157| #define PACKAGE_VERSION "0.16.6"
158| #define PACKAGE_STRING "sitecopy 0.16.6"
159| #define PACKAGE_BUGREPORT "sitecopy@lyra.org"
160| #define _GNU_SOURCE 1
161| /* end confdefs.h.  */
162| #include <ac_nonexistent.h>
163configure:3454: checking for grep that handles long lines and -e
164configure:3528: result: /usr/bin/grep
165configure:3533: checking for egrep
166configure:3611: result: /usr/bin/grep -E
167configure:3616: checking for ANSI C header files
168configure:3646: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
169configure:3652: $? = 0
170configure:3751: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
171configure:3754: $? = 0
172configure:3760: ./conftest
173configure:3763: $? = 0
174configure:3780: result: yes
175configure:3837: checking for socketpair
176configure:3893: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 conftest.c  >&5
177configure:3899: $? = 0
178configure:3917: result: yes
179configure:3954: debugging is enabled
180configure:3966: checking for GNU fnmatch
181configure:3993: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
182configure:3999: $? = 0
183configure:4014: result: yes
184configure:4054: checking for sys/types.h
185configure:4075: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
186configure:4081: $? = 0
187configure:4097: result: yes
188configure:4054: checking for sys/stat.h
189configure:4075: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
190configure:4081: $? = 0
191configure:4097: result: yes
192configure:4054: checking for stdlib.h
193configure:4075: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
194configure:4081: $? = 0
195configure:4097: result: yes
196configure:4054: checking for string.h
197configure:4075: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
198configure:4081: $? = 0
199configure:4097: result: yes
200configure:4054: checking for memory.h
201configure:4075: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
202configure:4081: $? = 0
203configure:4097: result: yes
204configure:4054: checking for strings.h
205configure:4075: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
206configure:4081: $? = 0
207configure:4097: result: yes
208configure:4054: checking for inttypes.h
209configure:4075: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
210configure:4081: $? = 0
211configure:4097: result: yes
212configure:4054: checking for stdint.h
213configure:4075: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
214configure:4081: $? = 0
215configure:4097: result: yes
216configure:4054: checking for unistd.h
217configure:4075: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
218configure:4081: $? = 0
219configure:4097: result: yes
220configure:4109: checking for size_t
221configure:4139: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
222configure:4145: $? = 0
223configure:4160: result: yes
224configure:4172: checking for off_t
225configure:4202: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk conftest.c >&5
226configure:4208: $? = 0
227configure:4223: result: yes
228configure:4237: checking for uname
229configure:4246: result: Darwin
230configure:4259: checking for int
231configure:4289: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp conftest.c >&5
232configure:4295: $? = 0
233configure:4310: result: yes
234configure:4317: checking size of int
235configure:4619: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -flat_namespace conftest.c  >&5
236configure:4622: $? = 0
237configure:4628: ./conftest
238configure:4631: $? = 0
239configure:4654: result: 4
240configure:4664: checking for long
241configure:4694: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp conftest.c >&5
242configure:4700: $? = 0
243configure:4715: result: yes
244configure:4722: checking size of long
245configure:5024: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -flat_namespace conftest.c  >&5
246configure:5027: $? = 0
247configure:5033: ./conftest
248configure:5036: $? = 0
249configure:5059: result: 8
250configure:5069: checking for long long
251configure:5099: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp conftest.c >&5
252configure:5105: $? = 0
253configure:5120: result: yes
254configure:5127: checking size of long long
255configure:5429: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -flat_namespace conftest.c  >&5
256configure:5432: $? = 0
257configure:5438: ./conftest
258configure:5441: $? = 0
259configure:5464: result: 8
260configure:5475: checking for gcc -Wformat -Werror sanity
261configure:5506: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp -Wformat -Werror conftest.c >&5
262configure:5512: $? = 0
263configure:5528: result: yes
264configure:5571: checking errno.h usability
265configure:5588: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp conftest.c >&5
266configure:5594: $? = 0
267configure:5608: result: yes
268configure:5612: checking errno.h presence
269configure:5627: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp conftest.c
270configure:5633: $? = 0
271configure:5647: result: yes
272configure:5680: checking for errno.h
273configure:5688: result: yes
274configure:5571: checking stdarg.h usability
275configure:5588: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp conftest.c >&5
276configure:5594: $? = 0
277configure:5608: result: yes
278configure:5612: checking stdarg.h presence
279configure:5627: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp conftest.c
280configure:5633: $? = 0
281configure:5647: result: yes
282configure:5680: checking for stdarg.h
283configure:5688: result: yes
284configure:5561: checking for string.h
285configure:5567: result: yes
286configure:5561: checking for stdlib.h
287configure:5567: result: yes
288configure:5706: checking for size_t
289configure:5759: result: yes
290configure:5766: checking size of size_t
291configure:6080: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -flat_namespace conftest.c  >&5
292configure:6083: $? = 0
293configure:6089: ./conftest
294configure:6092: $? = 0
295configure:6115: result: 8
296configure:6130: checking how to print size_t
297configure:6165: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp -Wformat -Werror conftest.c >&5
298conftest.c:39:28: error: format specifies type 'unsigned int' but the argument has type 'size_t' (aka 'unsigned long') [-Werror,-Wformat]
299size_t i = 1; printf("%u", i);
300                      ~~   ^
301                      %zu
3021 error generated.
303configure:6171: $? = 1
304configure: failed program was:
305| /* confdefs.h.  */
306| #define PACKAGE_NAME "sitecopy"
307| #define PACKAGE_TARNAME "sitecopy"
308| #define PACKAGE_VERSION "0.16.6"
309| #define PACKAGE_STRING "sitecopy 0.16.6"
310| #define PACKAGE_BUGREPORT "sitecopy@lyra.org"
311| #define _GNU_SOURCE 1
312| #define STDC_HEADERS 1
313| #define USE_FTP 1
314| #define USE_DAV 1
315| #define USE_RSH 1
316| #define HAVE_SOCKETPAIR 1
317| #define USE_SFTP 1
318| #define NE_DEBUGGING 1
319| #define HAVE_SYS_TYPES_H 1
320| #define HAVE_SYS_STAT_H 1
321| #define HAVE_STDLIB_H 1
322| #define HAVE_STRING_H 1
323| #define HAVE_MEMORY_H 1
324| #define HAVE_STRINGS_H 1
325| #define HAVE_INTTYPES_H 1
326| #define HAVE_STDINT_H 1
327| #define HAVE_UNISTD_H 1
328| #define SIZEOF_INT 4
329| #define SIZEOF_LONG 8
330| #define SIZEOF_LONG_LONG 8
331| #define HAVE_ERRNO_H 1
332| #define HAVE_STDARG_H 1
333| #define HAVE_STRING_H 1
334| #define HAVE_STDLIB_H 1
335| #define SIZEOF_SIZE_T 8
336| /* end confdefs.h.  */
337| #include <sys/types.h>
338|
339| #include <stdio.h>
340| int
341| main ()
342| {
343| size_t i = 1; printf("%u", i);
344|   ;
345|   return 0;
346| }
347configure:6165: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp -Wformat -Werror conftest.c >&5
348configure:6171: $? = 0
349configure:6198: result: lu
350configure:6216: checking for off_t
351configure:6269: result: yes
352configure:6276: checking size of off_t
353configure:6590: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -flat_namespace conftest.c  >&5
354configure:6593: $? = 0
355configure:6599: ./conftest
356configure:6602: $? = 0
357configure:6625: result: 8
358configure:6640: checking how to print off_t
359configure:6675: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp -Wformat -Werror conftest.c >&5
360conftest.c:41:27: error: format specifies type 'int' but the argument has type 'off_t' (aka 'long long') [-Werror,-Wformat]
361off_t i = 1; printf("%d", i);
362                     ~~   ^
363                     %lld
3641 error generated.
365configure:6681: $? = 1
366configure: failed program was:
367| /* confdefs.h.  */
368| #define PACKAGE_NAME "sitecopy"
369| #define PACKAGE_TARNAME "sitecopy"
370| #define PACKAGE_VERSION "0.16.6"
371| #define PACKAGE_STRING "sitecopy 0.16.6"
372| #define PACKAGE_BUGREPORT "sitecopy@lyra.org"
373| #define _GNU_SOURCE 1
374| #define STDC_HEADERS 1
375| #define USE_FTP 1
376| #define USE_DAV 1
377| #define USE_RSH 1
378| #define HAVE_SOCKETPAIR 1
379| #define USE_SFTP 1
380| #define NE_DEBUGGING 1
381| #define HAVE_SYS_TYPES_H 1
382| #define HAVE_SYS_STAT_H 1
383| #define HAVE_STDLIB_H 1
384| #define HAVE_STRING_H 1
385| #define HAVE_MEMORY_H 1
386| #define HAVE_STRINGS_H 1
387| #define HAVE_INTTYPES_H 1
388| #define HAVE_STDINT_H 1
389| #define HAVE_UNISTD_H 1
390| #define SIZEOF_INT 4
391| #define SIZEOF_LONG 8
392| #define SIZEOF_LONG_LONG 8
393| #define HAVE_ERRNO_H 1
394| #define HAVE_STDARG_H 1
395| #define HAVE_STRING_H 1
396| #define HAVE_STDLIB_H 1
397| #define SIZEOF_SIZE_T 8
398| #define NE_FMT_SIZE_T "lu"
399| #define SIZEOF_OFF_T 8
400| /* end confdefs.h.  */
401| #include <sys/types.h>
402|
403| #include <stdio.h>
404| int
405| main ()
406| {
407| off_t i = 1; printf("%d", i);
408|   ;
409|   return 0;
410| }
411configure:6675: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp -Wformat -Werror conftest.c >&5
412conftest.c:41:28: error: format specifies type 'long' but the argument has type 'off_t' (aka 'long long') [-Werror,-Wformat]
413off_t i = 1; printf("%ld", i);
414                     ~~~   ^
415                     %lld
4161 error generated.
417configure:6681: $? = 1
418configure: failed program was:
419| /* confdefs.h.  */
420| #define PACKAGE_NAME "sitecopy"
421| #define PACKAGE_TARNAME "sitecopy"
422| #define PACKAGE_VERSION "0.16.6"
423| #define PACKAGE_STRING "sitecopy 0.16.6"
424| #define PACKAGE_BUGREPORT "sitecopy@lyra.org"
425| #define _GNU_SOURCE 1
426| #define STDC_HEADERS 1
427| #define USE_FTP 1
428| #define USE_DAV 1
429| #define USE_RSH 1
430| #define HAVE_SOCKETPAIR 1
431| #define USE_SFTP 1
432| #define NE_DEBUGGING 1
433| #define HAVE_SYS_TYPES_H 1
434| #define HAVE_SYS_STAT_H 1
435| #define HAVE_STDLIB_H 1
436| #define HAVE_STRING_H 1
437| #define HAVE_MEMORY_H 1
438| #define HAVE_STRINGS_H 1
439| #define HAVE_INTTYPES_H 1
440| #define HAVE_STDINT_H 1
441| #define HAVE_UNISTD_H 1
442| #define SIZEOF_INT 4
443| #define SIZEOF_LONG 8
444| #define SIZEOF_LONG_LONG 8
445| #define HAVE_ERRNO_H 1
446| #define HAVE_STDARG_H 1
447| #define HAVE_STRING_H 1
448| #define HAVE_STDLIB_H 1
449| #define SIZEOF_SIZE_T 8
450| #define NE_FMT_SIZE_T "lu"
451| #define SIZEOF_OFF_T 8
452| /* end confdefs.h.  */
453| #include <sys/types.h>
454|
455| #include <stdio.h>
456| int
457| main ()
458| {
459| off_t i = 1; printf("%ld", i);
460|   ;
461|   return 0;
462| }
463configure:6675: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp -Wformat -Werror conftest.c >&5
464configure:6681: $? = 0
465configure:6708: result: lld
466configure:6727: checking for ssize_t
467configure:6759: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp conftest.c >&5
468configure:6765: $? = 0
469configure:6780: result: yes
470configure:6787: checking size of ssize_t
471configure:7101: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -flat_namespace conftest.c  >&5
472configure:7104: $? = 0
473configure:7110: ./conftest
474configure:7113: $? = 0
475configure:7136: result: 8
476configure:7151: checking how to print ssize_t
477configure:7186: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp -Wformat -Werror conftest.c >&5
478conftest.c:43:29: error: format specifies type 'int' but the argument has type 'ssize_t' (aka 'long') [-Werror,-Wformat]
479ssize_t i = 1; printf("%d", i);
480                       ~~   ^
481                       %zd
4821 error generated.
483configure:7192: $? = 1
484configure: failed program was:
485| /* confdefs.h.  */
486| #define PACKAGE_NAME "sitecopy"
487| #define PACKAGE_TARNAME "sitecopy"
488| #define PACKAGE_VERSION "0.16.6"
489| #define PACKAGE_STRING "sitecopy 0.16.6"
490| #define PACKAGE_BUGREPORT "sitecopy@lyra.org"
491| #define _GNU_SOURCE 1
492| #define STDC_HEADERS 1
493| #define USE_FTP 1
494| #define USE_DAV 1
495| #define USE_RSH 1
496| #define HAVE_SOCKETPAIR 1
497| #define USE_SFTP 1
498| #define NE_DEBUGGING 1
499| #define HAVE_SYS_TYPES_H 1
500| #define HAVE_SYS_STAT_H 1
501| #define HAVE_STDLIB_H 1
502| #define HAVE_STRING_H 1
503| #define HAVE_MEMORY_H 1
504| #define HAVE_STRINGS_H 1
505| #define HAVE_INTTYPES_H 1
506| #define HAVE_STDINT_H 1
507| #define HAVE_UNISTD_H 1
508| #define SIZEOF_INT 4
509| #define SIZEOF_LONG 8
510| #define SIZEOF_LONG_LONG 8
511| #define HAVE_ERRNO_H 1
512| #define HAVE_STDARG_H 1
513| #define HAVE_STRING_H 1
514| #define HAVE_STDLIB_H 1
515| #define SIZEOF_SIZE_T 8
516| #define NE_FMT_SIZE_T "lu"
517| #define SIZEOF_OFF_T 8
518| #define NE_FMT_OFF_T "lld"
519| #define SIZEOF_SSIZE_T 8
520| /* end confdefs.h.  */
521| #include <sys/types.h>
522|
523| #include <stdio.h>
524| int
525| main ()
526| {
527| ssize_t i = 1; printf("%d", i);
528|   ;
529|   return 0;
530| }
531configure:7186: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp -Wformat -Werror conftest.c >&5
532configure:7192: $? = 0
533configure:7219: result: ld
534configure:7236: checking whether byte ordering is bigendian
535configure:7269: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp conftest.c >&5
536configure:7275: $? = 0
537configure:7307: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp conftest.c >&5
538conftest.c:45:2: error: use of undeclared identifier 'not'
539 not big endian
540 ^
5411 error generated.
542configure:7313: $? = 1
543configure: failed program was:
544| /* confdefs.h.  */
545| #define PACKAGE_NAME "sitecopy"
546| #define PACKAGE_TARNAME "sitecopy"
547| #define PACKAGE_VERSION "0.16.6"
548| #define PACKAGE_STRING "sitecopy 0.16.6"
549| #define PACKAGE_BUGREPORT "sitecopy@lyra.org"
550| #define _GNU_SOURCE 1
551| #define STDC_HEADERS 1
552| #define USE_FTP 1
553| #define USE_DAV 1
554| #define USE_RSH 1
555| #define HAVE_SOCKETPAIR 1
556| #define USE_SFTP 1
557| #define NE_DEBUGGING 1
558| #define HAVE_SYS_TYPES_H 1
559| #define HAVE_SYS_STAT_H 1
560| #define HAVE_STDLIB_H 1
561| #define HAVE_STRING_H 1
562| #define HAVE_MEMORY_H 1
563| #define HAVE_STRINGS_H 1
564| #define HAVE_INTTYPES_H 1
565| #define HAVE_STDINT_H 1
566| #define HAVE_UNISTD_H 1
567| #define SIZEOF_INT 4
568| #define SIZEOF_LONG 8
569| #define SIZEOF_LONG_LONG 8
570| #define HAVE_ERRNO_H 1
571| #define HAVE_STDARG_H 1
572| #define HAVE_STRING_H 1
573| #define HAVE_STDLIB_H 1
574| #define SIZEOF_SIZE_T 8
575| #define NE_FMT_SIZE_T "lu"
576| #define SIZEOF_OFF_T 8
577| #define NE_FMT_OFF_T "lld"
578| #define SIZEOF_SSIZE_T 8
579| #define NE_FMT_SSIZE_T "ld"
580| /* end confdefs.h.  */
581| #include <sys/types.h>
582| #include <sys/param.h>
583|
584| int
585| main ()
586| {
587| #if BYTE_ORDER != BIG_ENDIAN
588|  not big endian
589| #endif
590|
591|   ;
592|   return 0;
593| }
594configure:7453: result: no
595configure:7472: checking whether strerror_r is declared
596configure:7501: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp conftest.c >&5
597configure:7507: $? = 0
598configure:7522: result: yes
599configure:7544: checking for strerror_r
600configure:7600: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -flat_namespace conftest.c  >&5
601configure:7606: $? = 0
602configure:7624: result: yes
603configure:7634: checking whether strerror_r returns char *
604configure:7668: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp conftest.c >&5
605conftest.c:78:13: error: indirection requires pointer operand ('int' invalid)
606          char x = *strerror_r (0, buf, sizeof buf);
607                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
608conftest.c:79:10: warning: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'int' [-Wint-conversion]
609          char *p = strerror_r (0, buf, sizeof buf);
610                ^   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6111 warning and 1 error generated.
612configure:7674: $? = 1
613configure: failed program was:
614| /* confdefs.h.  */
615| #define PACKAGE_NAME "sitecopy"
616| #define PACKAGE_TARNAME "sitecopy"
617| #define PACKAGE_VERSION "0.16.6"
618| #define PACKAGE_STRING "sitecopy 0.16.6"
619| #define PACKAGE_BUGREPORT "sitecopy@lyra.org"
620| #define _GNU_SOURCE 1
621| #define STDC_HEADERS 1
622| #define USE_FTP 1
623| #define USE_DAV 1
624| #define USE_RSH 1
625| #define HAVE_SOCKETPAIR 1
626| #define USE_SFTP 1
627| #define NE_DEBUGGING 1
628| #define HAVE_SYS_TYPES_H 1
629| #define HAVE_SYS_STAT_H 1
630| #define HAVE_STDLIB_H 1
631| #define HAVE_STRING_H 1
632| #define HAVE_MEMORY_H 1
633| #define HAVE_STRINGS_H 1
634| #define HAVE_INTTYPES_H 1
635| #define HAVE_STDINT_H 1
636| #define HAVE_UNISTD_H 1
637| #define SIZEOF_INT 4
638| #define SIZEOF_LONG 8
639| #define SIZEOF_LONG_LONG 8
640| #define HAVE_ERRNO_H 1
641| #define HAVE_STDARG_H 1
642| #define HAVE_STRING_H 1
643| #define HAVE_STDLIB_H 1
644| #define SIZEOF_SIZE_T 8
645| #define NE_FMT_SIZE_T "lu"
646| #define SIZEOF_OFF_T 8
647| #define NE_FMT_OFF_T "lld"
648| #define SIZEOF_SSIZE_T 8
649| #define NE_FMT_SSIZE_T "ld"
650| #define HAVE_DECL_STRERROR_R 1
651| #define HAVE_STRERROR_R 1
652| /* end confdefs.h.  */
653| #include <stdio.h>
654| #ifdef HAVE_SYS_TYPES_H
655| # include <sys/types.h>
656| #endif
657| #ifdef HAVE_SYS_STAT_H
658| # include <sys/stat.h>
659| #endif
660| #ifdef STDC_HEADERS
661| # include <stdlib.h>
662| # include <stddef.h>
663| #else
664| # ifdef HAVE_STDLIB_H
665| #  include <stdlib.h>
666| # endif
667| #endif
668| #ifdef HAVE_STRING_H
669| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
670| #  include <memory.h>
671| # endif
672| # include <string.h>
673| #endif
674| #ifdef HAVE_STRINGS_H
675| # include <strings.h>
676| #endif
677| #ifdef HAVE_INTTYPES_H
678| # include <inttypes.h>
679| #endif
680| #ifdef HAVE_STDINT_H
681| # include <stdint.h>
682| #endif
683| #ifdef HAVE_UNISTD_H
684| # include <unistd.h>
685| #endif
686| int
687| main ()
688| {
689|
690|         char buf[100];
691|         char x = *strerror_r (0, buf, sizeof buf);
692|         char *p = strerror_r (0, buf, sizeof buf);
693|         return !p || x;
694|
695|   ;
696|   return 0;
697| }
698configure:7750: result: no
699configure:7766: checking for snprintf
700configure:7822: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -flat_namespace conftest.c  >&5
701conftest.c:63:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
702char snprintf ();
703     ^
704conftest.c:63:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
7051 warning generated.
706configure:7828: $? = 0
707configure:7846: result: yes
708configure:7766: checking for vsnprintf
709configure:7822: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -flat_namespace conftest.c  >&5
710conftest.c:64:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
711char vsnprintf ();
712     ^
713conftest.c:64:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
7141 warning generated.
715configure:7828: $? = 0
716configure:7846: result: yes
717configure:8140: checking for ar
718configure:8158: found /opt/local/bin/ar
719configure:8170: result: /opt/local/bin/ar
720configure:8247: checking for ranlib
721configure:8265: found /opt/local/bin/ranlib
722configure:8277: result: /opt/local/bin/ranlib
723configure:8350: checking for neon-config
724configure:8368: found /opt/local/bin/neon-config
725configure:8381: result: /opt/local/bin/neon-config
726configure:8406: checking linking against neon
727configure:8432: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include/neon -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -flat_namespace conftest.c  -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -L/opt/local/lib -lneon -lintl -lz -L/opt/local/libexec/openssl3/lib -lssl -lcrypto -L/opt/local/lib -lgssapi_krb5 -L/opt/local/lib -lproxy -lexpat >&5
728configure:8438: $? = 0
729configure:8455: result: yes
730configure:9177: incompatible neon library version 0.32.5: wanted 0.24 25 26 27 28
731configure:10045: using bundled neon (0.28.2)
732configure:10074: checking for sys/time.h
733configure:10099: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp conftest.c >&5
734configure:10105: $? = 0
735configure:10121: result: yes
736configure:10074: checking for limits.h
737configure:10099: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp conftest.c >&5
738configure:10105: $? = 0
739configure:10121: result: yes
740configure:10074: checking for sys/select.h
741configure:10099: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp conftest.c >&5
742configure:10105: $? = 0
743configure:10121: result: yes
744configure:10074: checking for arpa/inet.h
745configure:10099: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp conftest.c >&5
746configure:10105: $? = 0
747configure:10121: result: yes
748configure:10074: checking for libintl.h
749configure:10099: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp conftest.c >&5
750configure:10105: $? = 0
751configure:10121: result: yes
752configure:10074: checking for signal.h
753configure:10099: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp conftest.c >&5
754configure:10105: $? = 0
755configure:10121: result: yes
756configure:10074: checking for sys/socket.h
757configure:10099: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp conftest.c >&5
758configure:10105: $? = 0
759configure:10121: result: yes
760configure:10074: checking for netinet/in.h
761configure:10099: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp conftest.c >&5
762configure:10105: $? = 0
763configure:10121: result: yes
764configure:10074: checking for netinet/tcp.h
765configure:10099: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp conftest.c >&5
766configure:10105: $? = 0
767configure:10121: result: yes
768configure:10074: checking for netdb.h
769configure:10099: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp conftest.c >&5
770configure:10105: $? = 0
771configure:10121: result: yes
772configure:10074: checking for sys/poll.h
773configure:10099: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp conftest.c >&5
774configure:10105: $? = 0
775configure:10121: result: yes
776configure:10074: checking for sys/limits.h
777configure:10099: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp conftest.c >&5
778conftest.c:95:10: fatal error: 'sys/limits.h' file not found
779#include <sys/limits.h>
780         ^~~~~~~~~~~~~~
7811 error generated.
782configure:10105: $? = 1
783configure: failed program was:
784| /* confdefs.h.  */
785| #define PACKAGE_NAME "sitecopy"
786| #define PACKAGE_TARNAME "sitecopy"
787| #define PACKAGE_VERSION "0.16.6"
788| #define PACKAGE_STRING "sitecopy 0.16.6"
789| #define PACKAGE_BUGREPORT "sitecopy@lyra.org"
790| #define _GNU_SOURCE 1
791| #define STDC_HEADERS 1
792| #define USE_FTP 1
793| #define USE_DAV 1
794| #define USE_RSH 1
795| #define HAVE_SOCKETPAIR 1
796| #define USE_SFTP 1
797| #define NE_DEBUGGING 1
798| #define HAVE_SYS_TYPES_H 1
799| #define HAVE_SYS_STAT_H 1
800| #define HAVE_STDLIB_H 1
801| #define HAVE_STRING_H 1
802| #define HAVE_MEMORY_H 1
803| #define HAVE_STRINGS_H 1
804| #define HAVE_INTTYPES_H 1
805| #define HAVE_STDINT_H 1
806| #define HAVE_UNISTD_H 1
807| #define SIZEOF_INT 4
808| #define SIZEOF_LONG 8
809| #define SIZEOF_LONG_LONG 8
810| #define HAVE_ERRNO_H 1
811| #define HAVE_STDARG_H 1
812| #define HAVE_STRING_H 1
813| #define HAVE_STDLIB_H 1
814| #define SIZEOF_SIZE_T 8
815| #define NE_FMT_SIZE_T "lu"
816| #define SIZEOF_OFF_T 8
817| #define NE_FMT_OFF_T "lld"
818| #define SIZEOF_SSIZE_T 8
819| #define NE_FMT_SSIZE_T "ld"
820| #define HAVE_DECL_STRERROR_R 1
821| #define HAVE_STRERROR_R 1
822| #define HAVE_SNPRINTF 1
823| #define HAVE_VSNPRINTF 1
824| #define NEON_VERSION "0.28.2"
825| #define NE_VERSION_MAJOR (0)
826| #define NE_VERSION_MINOR (28)
827| #define NE_VERSION_PATCH (2)
828| #define HAVE_SYS_TIME_H 1
829| #define HAVE_LIMITS_H 1
830| #define HAVE_SYS_SELECT_H 1
831| #define HAVE_ARPA_INET_H 1
832| #define HAVE_LIBINTL_H 1
833| #define HAVE_SIGNAL_H 1
834| #define HAVE_SYS_SOCKET_H 1
835| #define HAVE_NETINET_IN_H 1
836| #define HAVE_NETINET_TCP_H 1
837| #define HAVE_NETDB_H 1
838| #define HAVE_SYS_POLL_H 1
839| /* end confdefs.h.  */
840| #include <stdio.h>
841| #ifdef HAVE_SYS_TYPES_H
842| # include <sys/types.h>
843| #endif
844| #ifdef HAVE_SYS_STAT_H
845| # include <sys/stat.h>
846| #endif
847| #ifdef STDC_HEADERS
848| # include <stdlib.h>
849| # include <stddef.h>
850| #else
851| # ifdef HAVE_STDLIB_H
852| #  include <stdlib.h>
853| # endif
854| #endif
855| #ifdef HAVE_STRING_H
856| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
857| #  include <memory.h>
858| # endif
859| # include <string.h>
860| #endif
861| #ifdef HAVE_STRINGS_H
862| # include <strings.h>
863| #endif
864| #ifdef HAVE_INTTYPES_H
865| # include <inttypes.h>
866| #endif
867| #ifdef HAVE_STDINT_H
868| # include <stdint.h>
869| #endif
870| #ifdef HAVE_UNISTD_H
871| # include <unistd.h>
872| #endif
873| /* netinet/tcp.h requires netinet/in.h on some platforms. */
874| #ifdef HAVE_NETINET_IN_H
875| #include <netinet/in.h>
876| #endif
877|
878| #include <sys/limits.h>
879configure:10121: result: no
880configure:10074: checking for fcntl.h
881configure:10099: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp conftest.c >&5
882configure:10105: $? = 0
883configure:10121: result: yes
884configure:10074: checking for iconv.h
885configure:10099: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp conftest.c >&5
886configure:10105: $? = 0
887configure:10121: result: yes
888configure:10135: checking for timezone global
889configure:10163: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -flat_namespace conftest.c  >&5
890configure:10169: $? = 0
891configure:10186: result: yes
892configure:10213: LFS support unnecessary, off_t is not 32-bit
893configure:10221: checking for strtoll
894configure:10277: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -flat_namespace conftest.c  >&5
895conftest.c:83:6: warning: incompatible redeclaration of library function 'strtoll' [-Wincompatible-library-redeclaration]
896char strtoll ();
897     ^
898conftest.c:83:6: note: 'strtoll' is a builtin with type 'long long (const char *, char **, int)'
8991 warning generated.
900configure:10283: $? = 0
901configure:10301: result: yes
902configure:11146: checking for strcasecmp
903configure:11202: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -flat_namespace conftest.c  >&5
904conftest.c:85:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
905char strcasecmp ();
906     ^
907conftest.c:85:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
9081 warning generated.
909configure:11208: $? = 0
910configure:11226: result: yes
911configure:11255: checking for signal
912configure:11311: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -flat_namespace conftest.c  >&5
913configure:11317: $? = 0
914configure:11335: result: yes
915configure:11255: checking for setvbuf
916configure:11311: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -flat_namespace conftest.c  >&5
917configure:11317: $? = 0
918configure:11335: result: yes
919configure:11255: checking for setsockopt
920configure:11311: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -flat_namespace conftest.c  >&5
921configure:11317: $? = 0
922configure:11335: result: yes
923configure:11255: checking for stpcpy
924configure:11311: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -flat_namespace conftest.c  >&5
925conftest.c:89:6: warning: incompatible redeclaration of library function 'stpcpy' [-Wincompatible-library-redeclaration]
926char stpcpy ();
927     ^
928conftest.c:89:6: note: 'stpcpy' is a builtin with type 'char *(char *, const char *)'
9291 warning generated.
930configure:11317: $? = 0
931configure:11335: result: yes
932configure:11255: checking for poll
933configure:11335: result: no
934configure:11255: checking for fcntl
935configure:11311: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -flat_namespace conftest.c  >&5
936configure:11317: $? = 0
937configure:11335: result: yes
938configure:11255: checking for getsockopt
939configure:11311: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -flat_namespace conftest.c  >&5
940configure:11317: $? = 0
941configure:11335: result: yes
942configure:11355: checking whether stpcpy is declared
943configure:11384: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp conftest.c >&5
944configure:11390: $? = 0
945configure:11405: result: yes
946configure:11435: checking for library containing socket
947configure:11462: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -flat_namespace conftest.c  >&5
948conftest.c:74:1: error: call to undeclared function 'socket'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
949socket();
950^
9511 error generated.
952configure:11468: $? = 1
953configure: failed program was:
954| /* confdefs.h.  */
955| #define PACKAGE_NAME "sitecopy"
956| #define PACKAGE_TARNAME "sitecopy"
957| #define PACKAGE_VERSION "0.16.6"
958| #define PACKAGE_STRING "sitecopy 0.16.6"
959| #define PACKAGE_BUGREPORT "sitecopy@lyra.org"
960| #define _GNU_SOURCE 1
961| #define STDC_HEADERS 1
962| #define USE_FTP 1
963| #define USE_DAV 1
964| #define USE_RSH 1
965| #define HAVE_SOCKETPAIR 1
966| #define USE_SFTP 1
967| #define NE_DEBUGGING 1
968| #define HAVE_SYS_TYPES_H 1
969| #define HAVE_SYS_STAT_H 1
970| #define HAVE_STDLIB_H 1
971| #define HAVE_STRING_H 1
972| #define HAVE_MEMORY_H 1
973| #define HAVE_STRINGS_H 1
974| #define HAVE_INTTYPES_H 1
975| #define HAVE_STDINT_H 1
976| #define HAVE_UNISTD_H 1
977| #define SIZEOF_INT 4
978| #define SIZEOF_LONG 8
979| #define SIZEOF_LONG_LONG 8
980| #define HAVE_ERRNO_H 1
981| #define HAVE_STDARG_H 1
982| #define HAVE_STRING_H 1
983| #define HAVE_STDLIB_H 1
984| #define SIZEOF_SIZE_T 8
985| #define NE_FMT_SIZE_T "lu"
986| #define SIZEOF_OFF_T 8
987| #define NE_FMT_OFF_T "lld"
988| #define SIZEOF_SSIZE_T 8
989| #define NE_FMT_SSIZE_T "ld"
990| #define HAVE_DECL_STRERROR_R 1
991| #define HAVE_STRERROR_R 1
992| #define HAVE_SNPRINTF 1
993| #define HAVE_VSNPRINTF 1
994| #define NEON_VERSION "0.28.2"
995| #define NE_VERSION_MAJOR (0)
996| #define NE_VERSION_MINOR (28)
997| #define NE_VERSION_PATCH (2)
998| #define HAVE_SYS_TIME_H 1
999| #define HAVE_LIMITS_H 1
1000| #define HAVE_SYS_SELECT_H 1
1001| #define HAVE_ARPA_INET_H 1
1002| #define HAVE_LIBINTL_H 1
1003| #define HAVE_SIGNAL_H 1
1004| #define HAVE_SYS_SOCKET_H 1
1005| #define HAVE_NETINET_IN_H 1
1006| #define HAVE_NETINET_TCP_H 1
1007| #define HAVE_NETDB_H 1
1008| #define HAVE_SYS_POLL_H 1
1009| #define HAVE_FCNTL_H 1
1010| #define HAVE_ICONV_H 1
1011| #define HAVE_TIMEZONE 1
1012| #define HAVE_STRTOLL 1
1013| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
1014| #define HAVE_STRCASECMP 1
1015| #define HAVE_SIGNAL 1
1016| #define HAVE_SETVBUF 1
1017| #define HAVE_SETSOCKOPT 1
1018| #define HAVE_STPCPY 1
1019| #define HAVE_FCNTL 1
1020| #define HAVE_GETSOCKOPT 1
1021| #define HAVE_DECL_STPCPY 1
1022| /* end confdefs.h.  */
1023|
1024| int
1025| main ()
1026| {
1027| socket();
1028|   ;
1029|   return 0;
1030| }
1031configure:11511: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -flat_namespace conftest.c  -lsocket  >&5
1032conftest.c:74:1: error: call to undeclared function 'socket'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
1033socket();
1034^
10351 error generated.
1036configure:11517: $? = 1
1037configure: failed program was:
1038| /* confdefs.h.  */
1039| #define PACKAGE_NAME "sitecopy"
1040| #define PACKAGE_TARNAME "sitecopy"
1041| #define PACKAGE_VERSION "0.16.6"
1042| #define PACKAGE_STRING "sitecopy 0.16.6"
1043| #define PACKAGE_BUGREPORT "sitecopy@lyra.org"
1044| #define _GNU_SOURCE 1
1045| #define STDC_HEADERS 1
1046| #define USE_FTP 1
1047| #define USE_DAV 1
1048| #define USE_RSH 1
1049| #define HAVE_SOCKETPAIR 1
1050| #define USE_SFTP 1
1051| #define NE_DEBUGGING 1
1052| #define HAVE_SYS_TYPES_H 1
1053| #define HAVE_SYS_STAT_H 1
1054| #define HAVE_STDLIB_H 1
1055| #define HAVE_STRING_H 1
1056| #define HAVE_MEMORY_H 1
1057| #define HAVE_STRINGS_H 1
1058| #define HAVE_INTTYPES_H 1
1059| #define HAVE_STDINT_H 1
1060| #define HAVE_UNISTD_H 1
1061| #define SIZEOF_INT 4
1062| #define SIZEOF_LONG 8
1063| #define SIZEOF_LONG_LONG 8
1064| #define HAVE_ERRNO_H 1
1065| #define HAVE_STDARG_H 1
1066| #define HAVE_STRING_H 1
1067| #define HAVE_STDLIB_H 1
1068| #define SIZEOF_SIZE_T 8
1069| #define NE_FMT_SIZE_T "lu"
1070| #define SIZEOF_OFF_T 8
1071| #define NE_FMT_OFF_T "lld"
1072| #define SIZEOF_SSIZE_T 8
1073| #define NE_FMT_SSIZE_T "ld"
1074| #define HAVE_DECL_STRERROR_R 1
1075| #define HAVE_STRERROR_R 1
1076| #define HAVE_SNPRINTF 1
1077| #define HAVE_VSNPRINTF 1
1078| #define NEON_VERSION "0.28.2"
1079| #define NE_VERSION_MAJOR (0)
1080| #define NE_VERSION_MINOR (28)
1081| #define NE_VERSION_PATCH (2)
1082| #define HAVE_SYS_TIME_H 1
1083| #define HAVE_LIMITS_H 1
1084| #define HAVE_SYS_SELECT_H 1
1085| #define HAVE_ARPA_INET_H 1
1086| #define HAVE_LIBINTL_H 1
1087| #define HAVE_SIGNAL_H 1
1088| #define HAVE_SYS_SOCKET_H 1
1089| #define HAVE_NETINET_IN_H 1
1090| #define HAVE_NETINET_TCP_H 1
1091| #define HAVE_NETDB_H 1
1092| #define HAVE_SYS_POLL_H 1
1093| #define HAVE_FCNTL_H 1
1094| #define HAVE_ICONV_H 1
1095| #define HAVE_TIMEZONE 1
1096| #define HAVE_STRTOLL 1
1097| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
1098| #define HAVE_STRCASECMP 1
1099| #define HAVE_SIGNAL 1
1100| #define HAVE_SETVBUF 1
1101| #define HAVE_SETSOCKOPT 1
1102| #define HAVE_STPCPY 1
1103| #define HAVE_FCNTL 1
1104| #define HAVE_GETSOCKOPT 1
1105| #define HAVE_DECL_STPCPY 1
1106| /* end confdefs.h.  */
1107|
1108| int
1109| main ()
1110| {
1111| socket();
1112|   ;
1113|   return 0;
1114| }
1115configure:11511: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -flat_namespace conftest.c  -linet  >&5
1116conftest.c:74:1: error: call to undeclared function 'socket'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
1117socket();
1118^
11191 error generated.
1120configure:11517: $? = 1
1121configure: failed program was:
1122| /* confdefs.h.  */
1123| #define PACKAGE_NAME "sitecopy"
1124| #define PACKAGE_TARNAME "sitecopy"
1125| #define PACKAGE_VERSION "0.16.6"
1126| #define PACKAGE_STRING "sitecopy 0.16.6"
1127| #define PACKAGE_BUGREPORT "sitecopy@lyra.org"
1128| #define _GNU_SOURCE 1
1129| #define STDC_HEADERS 1
1130| #define USE_FTP 1
1131| #define USE_DAV 1
1132| #define USE_RSH 1
1133| #define HAVE_SOCKETPAIR 1
1134| #define USE_SFTP 1
1135| #define NE_DEBUGGING 1
1136| #define HAVE_SYS_TYPES_H 1
1137| #define HAVE_SYS_STAT_H 1
1138| #define HAVE_STDLIB_H 1
1139| #define HAVE_STRING_H 1
1140| #define HAVE_MEMORY_H 1
1141| #define HAVE_STRINGS_H 1
1142| #define HAVE_INTTYPES_H 1
1143| #define HAVE_STDINT_H 1
1144| #define HAVE_UNISTD_H 1
1145| #define SIZEOF_INT 4
1146| #define SIZEOF_LONG 8
1147| #define SIZEOF_LONG_LONG 8
1148| #define HAVE_ERRNO_H 1
1149| #define HAVE_STDARG_H 1
1150| #define HAVE_STRING_H 1
1151| #define HAVE_STDLIB_H 1
1152| #define SIZEOF_SIZE_T 8
1153| #define NE_FMT_SIZE_T "lu"
1154| #define SIZEOF_OFF_T 8
1155| #define NE_FMT_OFF_T "lld"
1156| #define SIZEOF_SSIZE_T 8
1157| #define NE_FMT_SSIZE_T "ld"
1158| #define HAVE_DECL_STRERROR_R 1
1159| #define HAVE_STRERROR_R 1
1160| #define HAVE_SNPRINTF 1
1161| #define HAVE_VSNPRINTF 1
1162| #define NEON_VERSION "0.28.2"
1163| #define NE_VERSION_MAJOR (0)
1164| #define NE_VERSION_MINOR (28)
1165| #define NE_VERSION_PATCH (2)
1166| #define HAVE_SYS_TIME_H 1
1167| #define HAVE_LIMITS_H 1
1168| #define HAVE_SYS_SELECT_H 1
1169| #define HAVE_ARPA_INET_H 1
1170| #define HAVE_LIBINTL_H 1
1171| #define HAVE_SIGNAL_H 1
1172| #define HAVE_SYS_SOCKET_H 1
1173| #define HAVE_NETINET_IN_H 1
1174| #define HAVE_NETINET_TCP_H 1
1175| #define HAVE_NETDB_H 1
1176| #define HAVE_SYS_POLL_H 1
1177| #define HAVE_FCNTL_H 1
1178| #define HAVE_ICONV_H 1
1179| #define HAVE_TIMEZONE 1
1180| #define HAVE_STRTOLL 1
1181| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
1182| #define HAVE_STRCASECMP 1
1183| #define HAVE_SIGNAL 1
1184| #define HAVE_SETVBUF 1
1185| #define HAVE_SETSOCKOPT 1
1186| #define HAVE_STPCPY 1
1187| #define HAVE_FCNTL 1
1188| #define HAVE_GETSOCKOPT 1
1189| #define HAVE_DECL_STPCPY 1
1190| /* end confdefs.h.  */
1191|
1192| int
1193| main ()
1194| {
1195| socket();
1196|   ;
1197|   return 0;
1198| }
1199configure:11511: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -flat_namespace conftest.c  -lws2_32  >&5
1200conftest.c:74:1: error: call to undeclared function 'socket'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
1201socket();
1202^
12031 error generated.
1204configure:11517: $? = 1
1205configure: failed program was:
1206| /* confdefs.h.  */
1207| #define PACKAGE_NAME "sitecopy"
1208| #define PACKAGE_TARNAME "sitecopy"
1209| #define PACKAGE_VERSION "0.16.6"
1210| #define PACKAGE_STRING "sitecopy 0.16.6"
1211| #define PACKAGE_BUGREPORT "sitecopy@lyra.org"
1212| #define _GNU_SOURCE 1
1213| #define STDC_HEADERS 1
1214| #define USE_FTP 1
1215| #define USE_DAV 1
1216| #define USE_RSH 1
1217| #define HAVE_SOCKETPAIR 1
1218| #define USE_SFTP 1
1219| #define NE_DEBUGGING 1
1220| #define HAVE_SYS_TYPES_H 1
1221| #define HAVE_SYS_STAT_H 1
1222| #define HAVE_STDLIB_H 1
1223| #define HAVE_STRING_H 1
1224| #define HAVE_MEMORY_H 1
1225| #define HAVE_STRINGS_H 1
1226| #define HAVE_INTTYPES_H 1
1227| #define HAVE_STDINT_H 1
1228| #define HAVE_UNISTD_H 1
1229| #define SIZEOF_INT 4
1230| #define SIZEOF_LONG 8
1231| #define SIZEOF_LONG_LONG 8
1232| #define HAVE_ERRNO_H 1
1233| #define HAVE_STDARG_H 1
1234| #define HAVE_STRING_H 1
1235| #define HAVE_STDLIB_H 1
1236| #define SIZEOF_SIZE_T 8
1237| #define NE_FMT_SIZE_T "lu"
1238| #define SIZEOF_OFF_T 8
1239| #define NE_FMT_OFF_T "lld"
1240| #define SIZEOF_SSIZE_T 8
1241| #define NE_FMT_SSIZE_T "ld"
1242| #define HAVE_DECL_STRERROR_R 1
1243| #define HAVE_STRERROR_R 1
1244| #define HAVE_SNPRINTF 1
1245| #define HAVE_VSNPRINTF 1
1246| #define NEON_VERSION "0.28.2"
1247| #define NE_VERSION_MAJOR (0)
1248| #define NE_VERSION_MINOR (28)
1249| #define NE_VERSION_PATCH (2)
1250| #define HAVE_SYS_TIME_H 1
1251| #define HAVE_LIMITS_H 1
1252| #define HAVE_SYS_SELECT_H 1
1253| #define HAVE_ARPA_INET_H 1
1254| #define HAVE_LIBINTL_H 1
1255| #define HAVE_SIGNAL_H 1
1256| #define HAVE_SYS_SOCKET_H 1
1257| #define HAVE_NETINET_IN_H 1
1258| #define HAVE_NETINET_TCP_H 1
1259| #define HAVE_NETDB_H 1
1260| #define HAVE_SYS_POLL_H 1
1261| #define HAVE_FCNTL_H 1
1262| #define HAVE_ICONV_H 1
1263| #define HAVE_TIMEZONE 1
1264| #define HAVE_STRTOLL 1
1265| #define NE_FMT_NE_OFF_T NE_FMT_OFF_T
1266| #define HAVE_STRCASECMP 1
1267| #define HAVE_SIGNAL 1
1268| #define HAVE_SETVBUF 1
1269| #define HAVE_SETSOCKOPT 1
1270| #define HAVE_STPCPY 1
1271| #define HAVE_FCNTL 1
1272| #define HAVE_GETSOCKOPT 1
1273| #define HAVE_DECL_STPCPY 1
1274| /* end confdefs.h.  */
1275|
1276| int
1277| main ()
1278| {
1279| socket();
1280|   ;
1281|   return 0;
1282| }
1283configure:11541: result: not found
1284configure:11545: error: could not find library containing socket
1285
1286## ---------------- ##
1287## Cache variables. ##
1288## ---------------- ##
1289
1290ac_cv_c_bigendian=no
1291ac_cv_c_compiler_gnu=yes
1292ac_cv_c_const=yes
1293ac_cv_c_inline=inline
1294ac_cv_env_CC_set=set
1295ac_cv_env_CC_value=/usr/bin/clang
1296ac_cv_env_CFLAGS_set=set
1297ac_cv_env_CFLAGS_value='-pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64'
1298ac_cv_env_CPPFLAGS_set=set
1299ac_cv_env_CPPFLAGS_value='-I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk'
1300ac_cv_env_CPP_set=
1301ac_cv_env_CPP_value=
1302ac_cv_env_LDFLAGS_set=set
1303ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64'
1304ac_cv_env_LIBS_set=
1305ac_cv_env_LIBS_value=
1306ac_cv_env_build_alias_set=
1307ac_cv_env_build_alias_value=
1308ac_cv_env_host_alias_set=
1309ac_cv_env_host_alias_value=
1310ac_cv_env_target_alias_set=
1311ac_cv_env_target_alias_value=
1312ac_cv_func_fcntl=yes
1313ac_cv_func_getsockopt=yes
1314ac_cv_func_poll=no
1315ac_cv_func_setsockopt=yes
1316ac_cv_func_setvbuf=yes
1317ac_cv_func_signal=yes
1318ac_cv_func_snprintf=yes
1319ac_cv_func_socketpair=yes
1320ac_cv_func_stpcpy=yes
1321ac_cv_func_strcasecmp=yes
1322ac_cv_func_strerror_r=yes
1323ac_cv_func_strerror_r_char_p=no
1324ac_cv_func_strtoll=yes
1325ac_cv_func_vsnprintf=yes
1326ac_cv_have_decl_stpcpy=yes
1327ac_cv_have_decl_strerror_r=yes
1328ac_cv_header_arpa_inet_h=yes
1329ac_cv_header_errno_h=yes
1330ac_cv_header_fcntl_h=yes
1331ac_cv_header_iconv_h=yes
1332ac_cv_header_inttypes_h=yes
1333ac_cv_header_libintl_h=yes
1334ac_cv_header_limits_h=yes
1335ac_cv_header_memory_h=yes
1336ac_cv_header_netdb_h=yes
1337ac_cv_header_netinet_in_h=yes
1338ac_cv_header_netinet_tcp_h=yes
1339ac_cv_header_signal_h=yes
1340ac_cv_header_stdarg_h=yes
1341ac_cv_header_stdc=yes
1342ac_cv_header_stdint_h=yes
1343ac_cv_header_stdlib_h=yes
1344ac_cv_header_string_h=yes
1345ac_cv_header_strings_h=yes
1346ac_cv_header_sys_limits_h=no
1347ac_cv_header_sys_poll_h=yes
1348ac_cv_header_sys_select_h=yes
1349ac_cv_header_sys_socket_h=yes
1350ac_cv_header_sys_stat_h=yes
1351ac_cv_header_sys_time_h=yes
1352ac_cv_header_sys_types_h=yes
1353ac_cv_header_unistd_h=yes
1354ac_cv_objext=o
1355ac_cv_path_EGREP='/usr/bin/grep -E'
1356ac_cv_path_GREP=/usr/bin/grep
1357ac_cv_path_NEON_CONFIG=/opt/local/bin/neon-config
1358ac_cv_path_ac_pt_AR=/opt/local/bin/ar
1359ac_cv_path_ac_pt_RANLIB=/opt/local/bin/ranlib
1360ac_cv_prog_CPP='/usr/bin/clang -E'
1361ac_cv_prog_ac_ct_CC=/usr/bin/clang
1362ac_cv_prog_cc_c89=
1363ac_cv_prog_cc_g=yes
1364ac_cv_prog_make_make_set=yes
1365ac_cv_search_strerror='none required'
1366ac_cv_sizeof_int=4
1367ac_cv_sizeof_long=8
1368ac_cv_sizeof_long_long=8
1369ac_cv_sizeof_off_t=8
1370ac_cv_sizeof_size_t=8
1371ac_cv_sizeof_ssize_t=8
1372ac_cv_type_int=yes
1373ac_cv_type_long=yes
1374ac_cv_type_long_long=yes
1375ac_cv_type_off_t=yes
1376ac_cv_type_size_t=yes
1377ac_cv_type_ssize_t=yes
1378ne_cv_cc_timezone=yes
1379ne_cv_cc_werror=yes
1380ne_cv_fmt_off_t=lld
1381ne_cv_fmt_size_t=lu
1382ne_cv_fmt_ssize_t=ld
1383ne_cv_lib_neon=yes
1384ne_cv_lib_neonver=no
1385ne_cv_libsfor_socket='not found'
1386ne_cv_os_uname=Darwin
1387sc_cv_gnu_fnmatch=yes
1388
1389## ----------------- ##
1390## Output variables. ##
1391## ----------------- ##
1392
1393ALLOCA=''
1394AR='/opt/local/bin/ar'
1395BUILD_INCLUDED_LIBINTL=''
1396CATOBJEXT=''
1397CC='/usr/bin/clang'
1398CFLAGS='-pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64'
1399CFLAG_VISIBILITY=''
1400CPP='/usr/bin/clang -E'
1401CPPFLAGS='-I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -no-cpp-precomp'
1402DATADIRNAME=''
1403DEFS=''
1404ECHO_C='ECHO_N=''
1405ECHO_T=''
1406EGREP='/usr/bin/grep -E'
1407EXEEXT=''
1408EXTRAOBJS=' src/ftp.o src/ftpdriver.o src/davdriver.o src/rshdriver.o src/sftpdriver.o'
1409GENCAT=''
1410GETTEXT_MACRO_VERSION=''
1411GLIBC21=''
1412GLIBC2=''
1413GMSGFMT=''
1414GMSGFMT_015=''
1415GNOME_SC_HELPDIR=''
1416GNUTLS_CONFIG=''
1417GREP='/usr/bin/grep'
1418HAVE_ASPRINTF=''
1419HAVE_POSIX_PRINTF=''
1420HAVE_SNPRINTF=''
1421HAVE_VISIBILITY=''
1422HAVE_WPRINTF=''
1423INSTALL_DATA='${INSTALL} -m 644'
1424INSTALL_PROGRAM='${INSTALL}'
1425INSTALL_SCRIPT='${INSTALL}'
1426INSTOBJEXT=''
1427INTLBISON=''
1428INTLLIBS=''
1429INTLOBJS=''
1430INTL_LIBTOOL_SUFFIX_PREFIX=''
1431INTL_MACOSX_LIBS=''
1432KRB5_CONFIG=''
1433LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -flat_namespace'
1434LIBGLADE_CFLAGS=''
1435LIBGLADE_CONFIG=''
1436LIBGLADE_LIBS=''
1437LIBICONV=''
1438LIBINTL=''
1439LIBMULTITHREAD=''
1440LIBOBJS=''
1441LIBPTH=''
1442LIBPTH_PREFIX=''
1443LIBS=''
1444LIBTHREAD=''
1445LTLIBC=''
1446LTLIBICONV=''
1447LTLIBINTL=''
1448LTLIBMULTITHREAD=''
1449LTLIBOBJS=''
1450LTLIBPTH=''
1451LTLIBTHREAD=''
1452MSGFMT=''
1453MSGFMT_015=''
1454MSGMERGE=''
1455NEONOBJS=''
1456NEON_BUILD_BUNDLED='yes'
1457NEON_CFLAGS=''
1458NEON_CONFIG='/opt/local/bin/neon-config'
1459NEON_EXTRAOBJS=''
1460NEON_LIBS=''
1461NEON_LINK_FLAGS=''
1462NEON_LTLIBS=''
1463NEON_OBJEXT=''
1464NEON_SUPPORTS_SSL=''
1465NEON_TARGET=''
1466NE_FLAG_DAV=''
1467NE_FLAG_IPV6=''
1468NE_FLAG_LFS='no'
1469NE_FLAG_SOCKS=''
1470NE_FLAG_SSL=''
1471NE_FLAG_TS_SSL=''
1472NE_FLAG_ZLIB=''
1473OBJEXT='o'
1474PACKAGE_BUGREPORT='sitecopy@lyra.org'
1475PACKAGE_NAME='sitecopy'
1476PACKAGE_STRING='sitecopy 0.16.6'
1477PACKAGE_TARNAME='sitecopy'
1478PACKAGE_VERSION='0.16.6'
1479PATH_SEPARATOR=':'
1480PKG_CONFIG=''
1481POSUB=''
1482PRI_MACROS_BROKEN=''
1483RANLIB='/opt/local/bin/ranlib'
1484SET_MAKE=''
1485SHELL='/bin/sh'
1486SHORTCUT_LOCATION=''
1487TARGET=''
1488USE_INCLUDED_LIBINTL=''
1489USE_NLS=''
1490WINDRES=''
1491WOE32=''
1492WOE32DLL=''
1493XGETTEXT=''
1494XGETTEXT_015=''
1495XGETTEXT_EXTRA_OPTIONS=''
1496XML2_CONFIG=''
1497XSC_HELP=''
1498ac_ct_CC='/usr/bin/clang'
1499bindir='${exec_prefix}/bin'
1500build=''
1501build_alias=''
1502build_cpu=''
1503build_os=''
1504build_vendor=''
1505datadir='${datarootdir}'
1506datarootdir='${prefix}/share'
1507docdir='/opt/local/share/doc/sitecopy'
1508dvidir='${docdir}'
1509exec_prefix='NONE'
1510host=''
1511host_alias=''
1512host_cpu=''
1513host_os=''
1514host_vendor=''
1515htmldir='${docdir}'
1516includedir='${prefix}/include'
1517infodir='${datarootdir}/info'
1518libdir='${exec_prefix}/lib'
1519libexecdir='${exec_prefix}/libexec'
1520localedir='${datarootdir}/locale'
1521localstatedir='${prefix}/var'
1522mandir='${datarootdir}/man'
1523mkdir_p=''
1524oldincludedir='/usr/include'
1525pdfdir='${docdir}'
1526prefix='/opt/local'
1527program_transform_name='s,x,x,'
1528psdir='${docdir}'
1529sbindir='${exec_prefix}/sbin'
1530sharedstatedir='${prefix}/com'
1531sysconfdir='${prefix}/etc'
1532target_alias=''
1533
1534## ----------- ##
1535## confdefs.h. ##
1536## ----------- ##
1537
1538#define PACKAGE_NAME "sitecopy"
1539#define PACKAGE_TARNAME "sitecopy"
1540#define PACKAGE_VERSION "0.16.6"
1541#define PACKAGE_STRING "sitecopy 0.16.6"
1542#define PACKAGE_BUGREPORT "sitecopy@lyra.org"
1543#define _GNU_SOURCE 1
1544#define STDC_HEADERS 1
1545#define USE_FTP 1
1546#define USE_DAV 1
1547#define USE_RSH 1
1548#define HAVE_SOCKETPAIR 1
1549#define USE_SFTP 1
1550#define NE_DEBUGGING 1
1551#define HAVE_SYS_TYPES_H 1
1552#define HAVE_SYS_STAT_H 1
1553#define HAVE_STDLIB_H 1
1554#define HAVE_STRING_H 1
1555#define HAVE_MEMORY_H 1
1556#define HAVE_STRINGS_H 1
1557#define HAVE_INTTYPES_H 1
1558#define HAVE_STDINT_H 1
1559#define HAVE_UNISTD_H 1
1560#define SIZEOF_INT 4
1561#define SIZEOF_LONG 8
1562#define SIZEOF_LONG_LONG 8
1563#define HAVE_ERRNO_H 1
1564#define HAVE_STDARG_H 1
1565#define HAVE_STRING_H 1
1566#define HAVE_STDLIB_H 1
1567#define SIZEOF_SIZE_T 8
1568#define NE_FMT_SIZE_T "lu"
1569#define SIZEOF_OFF_T 8
1570#define NE_FMT_OFF_T "lld"
1571#define SIZEOF_SSIZE_T 8
1572#define NE_FMT_SSIZE_T "ld"
1573#define HAVE_DECL_STRERROR_R 1
1574#define HAVE_STRERROR_R 1
1575#define HAVE_SNPRINTF 1
1576#define HAVE_VSNPRINTF 1
1577#define NEON_VERSION "0.28.2"
1578#define NE_VERSION_MAJOR (0)
1579#define NE_VERSION_MINOR (28)
1580#define NE_VERSION_PATCH (2)
1581#define HAVE_SYS_TIME_H 1
1582#define HAVE_LIMITS_H 1
1583#define HAVE_SYS_SELECT_H 1
1584#define HAVE_ARPA_INET_H 1
1585#define HAVE_LIBINTL_H 1
1586#define HAVE_SIGNAL_H 1
1587#define HAVE_SYS_SOCKET_H 1
1588#define HAVE_NETINET_IN_H 1
1589#define HAVE_NETINET_TCP_H 1
1590#define HAVE_NETDB_H 1
1591#define HAVE_SYS_POLL_H 1
1592#define HAVE_FCNTL_H 1
1593#define HAVE_ICONV_H 1
1594#define HAVE_TIMEZONE 1
1595#define HAVE_STRTOLL 1
1596#define NE_FMT_NE_OFF_T NE_FMT_OFF_T
1597#define HAVE_STRCASECMP 1
1598#define HAVE_SIGNAL 1
1599#define HAVE_SETVBUF 1
1600#define HAVE_SETSOCKOPT 1
1601#define HAVE_STPCPY 1
1602#define HAVE_FCNTL 1
1603#define HAVE_GETSOCKOPT 1
1604#define HAVE_DECL_STPCPY 1
1605
1606configure: exit 1