Ticket #68378: config.log

File config.log, 279.9 KB (added by gitonthescene, 9 months ago)

config.log

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 libarchive configure 3.7.2, which was
5generated by GNU Autoconf 2.71.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --enable-bsdtar=shared --enable-bsdcpio=shared --disable-silent-rules --without-nettle --without-openssl --with-lzo2 --with-zstd
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = WWWs-MacBook-Air.local
14uname -m = arm64
15uname -r = 23.2.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 23.2.0: Wed Nov 15 21:59:33 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T8112
18
19/usr/bin/uname -p = arm
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 23.2.0: Wed Nov 15 21:59:33 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T8112
27Kernel configured for up to 8 processors.
288 processors are physically available.
298 processors are logically available.
30Processor type: arm64e (ARM64E)
31Processors active: 0 1 2 3 4 5 6 7
32Primary memory available: 16.00 gigabytes
33Default processor set: 534 tasks, 2037 threads, 8 processors
34Load average: 1.65, Mach factor: 6.33
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /Users/WWWXXX/.cabal/bin/
40PATH: /Users/WWWXXX/.ghcup/bin/
41PATH: /opt/local/bin/
42PATH: /opt/local/sbin/
43PATH: /usr/local/bin/
44PATH: /System/Cryptexes/App/usr/bin/
45PATH: /usr/bin/
46PATH: /bin/
47PATH: /usr/sbin/
48PATH: /sbin/
49PATH: /var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/
50PATH: /var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/
51PATH: /var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/
52PATH: /Library/Apple/usr/bin/
53PATH: /Users/WWWXXX/.local/bin/
54
55
56## ----------- ##
57## Core tests. ##
58## ----------- ##
59
60configure:3082: looking for aux files: config.rpath ltmain.sh compile config.guess config.sub missing install-sh
61configure:3095:  trying ./build/autoconf/
62configure:3124:   ./build/autoconf/config.rpath found
63configure:3124:   ./build/autoconf/ltmain.sh found
64configure:3124:   ./build/autoconf/compile found
65configure:3124:   ./build/autoconf/config.guess found
66configure:3124:   ./build/autoconf/config.sub found
67configure:3124:   ./build/autoconf/missing found
68configure:3106:   ./build/autoconf/install-sh found
69configure:3260: checking for a BSD-compatible install
70configure:3333: result: /usr/bin/install -c
71configure:3344: checking whether build environment is sane
72configure:3399: result: yes
73configure:3558: checking for a race-free mkdir -p
74configure:3602: result: ./build/autoconf/install-sh -c -d
75configure:3609: checking for gawk
76configure:3644: result: no
77configure:3609: checking for mawk
78configure:3644: result: no
79configure:3609: checking for nawk
80configure:3644: result: no
81configure:3609: checking for awk
82configure:3630: found /usr/bin/awk
83configure:3641: result: awk
84configure:3652: checking whether make sets $(MAKE)
85configure:3675: result: yes
86configure:3705: checking whether make supports nested variables
87configure:3723: result: yes
88configure:3860: checking whether to enable maintainer-specific portions of Makefiles
89configure:3870: result: yes
90configure:3895: checking whether make supports nested variables
91configure:3913: result: yes
92configure:3999: checking build system type
93configure:4014: result: aarch64-apple-darwin23.2.0
94configure:4034: checking host system type
95configure:4048: result: aarch64-apple-darwin23.2.0
96configure:4161: checking for gcc
97configure:4182: found /usr/bin/gcc
98configure:4193: result: gcc
99configure:4546: checking for C compiler version
100configure:4555: gcc --version >&5
101Apple clang version 15.0.0 (clang-1500.0.40.1)
102Target: arm64-apple-darwin23.2.0
103Thread model: posix
104InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
105+ eval '$CC --version >&5'
106++ gcc --version
107configure:4566: $? = 0
108configure:4555: gcc -v >&5
109+ eval '$CC -v >&5'
110++ gcc -v
111Apple clang version 15.0.0 (clang-1500.0.40.1)
112Target: arm64-apple-darwin23.2.0
113Thread model: posix
114InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
115configure:4566: $? = 0
116configure:4555: gcc -V >&5
117+ eval '$CC -V >&5'
118++ gcc -V
119clang: error: argument to '-V' is missing (expected 1 value)
120clang: error: no input files
121configure:4566: $? = 1
122configure:4555: gcc -qversion >&5
123+ eval '$CC -qversion >&5'
124++ gcc -qversion
125clang: error: unknown argument '-qversion'; did you mean '--version'?
126clang: error: no input files
127configure:4566: $? = 1
128configure:4555: gcc -version >&5
129+ eval '$CC -version >&5'
130++ gcc -version
131clang: error: unknown argument '-version'; did you mean '--version'?
132clang: error: no input files
133configure:4566: $? = 1
134configure:4586: checking whether the C compiler works
135configure:4608: gcc    conftest.c  >&5
136+ eval '$CC $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
137++ gcc conftest.c
138configure:4612: $? = 0
139configure:4662: result: yes
140configure:4665: checking for C compiler default output file name
141configure:4667: result: a.out
142configure:4673: checking for suffix of executables
143configure:4680: gcc -o conftest    conftest.c  >&5
144+ eval '$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
145++ gcc -o conftest conftest.c
146configure:4684: $? = 0
147configure:4707: result:
148configure:4729: checking whether we are cross compiling
149configure:4737: gcc -o conftest    conftest.c  >&5
150+ eval '$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
151++ gcc -o conftest conftest.c
152configure:4741: $? = 0
153configure:4748: ./conftest
154+ eval './conftest$ac_cv_exeext'
155++ ./conftest
156configure:4752: $? = 0
157configure:4767: result: no
158configure:4772: checking for suffix of object files
159configure:4795: gcc -c   conftest.c >&5
160+ eval '$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
161++ gcc -c conftest.c
162configure:4799: $? = 0
163configure:4821: result: o
164configure:4825: checking whether the compiler supports GNU C
165configure:4845: gcc -c   conftest.c >&5
166configure:4845: $? = 0
167configure:4855: result: yes
168configure:4866: checking whether gcc accepts -g
169configure:4887: gcc -c -g  conftest.c >&5
170configure:4887: $? = 0
171configure:4931: result: yes
172configure:4951: checking for gcc option to enable C11 features
173configure:4966: gcc  -c -g -O2  conftest.c >&5
174conftest.c:32:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
175static char *e (p, i)
176             ^
1771 warning generated.
178configure:4966: $? = 0
179configure:4984: result: none needed
180configure:5100: checking whether gcc understands -c and -o together
181configure:5123: gcc -c conftest.c -o conftest2.o
182+ gcc -c conftest.c -o conftest2.o
183configure:5126: $? = 0
184configure:5123: gcc -c conftest.c -o conftest2.o
185+ gcc -c conftest.c -o conftest2.o
186configure:5126: $? = 0
187configure:5138: result: yes
188configure:5158: checking whether make supports the include directive
189configure:5173: make -f confmf.GNU && cat confinc.out
190+ make -f confmf.GNU
191+ cat confinc.out
192this is the am__doit target
193configure:5176: $? = 0
194configure:5195: result: yes (GNU style)
195configure:5221: checking dependency style of gcc
196configure:5333: result: gcc3
197configure:5354: checking how to run the C preprocessor
198configure:5380: gcc -E  conftest.c
199configure:5380: $? = 0
200configure:5395: gcc -E  conftest.c
201conftest.c:18:10: fatal error: 'ac_nonexistent.h' file not found
202#include <ac_nonexistent.h>
203         ^~~~~~~~~~~~~~~~~~
2041 error generated.
205configure:5395: $? = 1
206configure: failed program was:
207| /* confdefs.h */
208| #define PACKAGE_NAME "libarchive"
209| #define PACKAGE_TARNAME "libarchive"
210| #define PACKAGE_VERSION "3.7.2"
211| #define PACKAGE_STRING "libarchive 3.7.2"
212| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
213| #define PACKAGE_URL ""
214| #define PACKAGE "libarchive"
215| #define VERSION "3.7.2"
216| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
217| #define LIBARCHIVE_VERSION_STRING "3.7.2"
218| #define LIBARCHIVE_VERSION_NUMBER "3007002"
219| #define BSDCPIO_VERSION_STRING "3.7.2"
220| #define BSDTAR_VERSION_STRING "3.7.2"
221| #define BSDCAT_VERSION_STRING "3.7.2"
222| #define BSDUNZIP_VERSION_STRING "3.7.2"
223| /* end confdefs.h.  */
224| #include <ac_nonexistent.h>
225configure:5422: result: gcc -E
226configure:5436: gcc -E  conftest.c
227configure:5436: $? = 0
228configure:5451: gcc -E  conftest.c
229conftest.c:18:10: fatal error: 'ac_nonexistent.h' file not found
230#include <ac_nonexistent.h>
231         ^~~~~~~~~~~~~~~~~~
2321 error generated.
233configure:5451: $? = 1
234configure: failed program was:
235| /* confdefs.h */
236| #define PACKAGE_NAME "libarchive"
237| #define PACKAGE_TARNAME "libarchive"
238| #define PACKAGE_VERSION "3.7.2"
239| #define PACKAGE_STRING "libarchive 3.7.2"
240| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
241| #define PACKAGE_URL ""
242| #define PACKAGE "libarchive"
243| #define VERSION "3.7.2"
244| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
245| #define LIBARCHIVE_VERSION_STRING "3.7.2"
246| #define LIBARCHIVE_VERSION_NUMBER "3007002"
247| #define BSDCPIO_VERSION_STRING "3.7.2"
248| #define BSDTAR_VERSION_STRING "3.7.2"
249| #define BSDCAT_VERSION_STRING "3.7.2"
250| #define BSDUNZIP_VERSION_STRING "3.7.2"
251| /* end confdefs.h.  */
252| #include <ac_nonexistent.h>
253configure:5486: checking for stdio.h
254configure:5486: gcc -c -g -O2  conftest.c >&5
255configure:5486: $? = 0
256configure:5486: result: yes
257configure:5486: checking for stdlib.h
258configure:5486: gcc -c -g -O2  conftest.c >&5
259configure:5486: $? = 0
260configure:5486: result: yes
261configure:5486: checking for string.h
262configure:5486: gcc -c -g -O2  conftest.c >&5
263configure:5486: $? = 0
264configure:5486: result: yes
265configure:5486: checking for inttypes.h
266configure:5486: gcc -c -g -O2  conftest.c >&5
267configure:5486: $? = 0
268configure:5486: result: yes
269configure:5486: checking for stdint.h
270configure:5486: gcc -c -g -O2  conftest.c >&5
271configure:5486: $? = 0
272configure:5486: result: yes
273configure:5486: checking for strings.h
274configure:5486: gcc -c -g -O2  conftest.c >&5
275configure:5486: $? = 0
276configure:5486: result: yes
277configure:5486: checking for sys/stat.h
278configure:5486: gcc -c -g -O2  conftest.c >&5
279configure:5486: $? = 0
280configure:5486: result: yes
281configure:5486: checking for sys/types.h
282configure:5486: gcc -c -g -O2  conftest.c >&5
283configure:5486: $? = 0
284configure:5486: result: yes
285configure:5486: checking for unistd.h
286configure:5486: gcc -c -g -O2  conftest.c >&5
287configure:5486: $? = 0
288configure:5486: result: yes
289configure:5486: checking for wchar.h
290configure:5486: gcc -c -g -O2  conftest.c >&5
291configure:5486: $? = 0
292configure:5486: result: yes
293configure:5486: checking for minix/config.h
294configure:5486: gcc -c -g -O2  conftest.c >&5
295conftest.c:56:10: fatal error: 'minix/config.h' file not found
296#include <minix/config.h>
297         ^~~~~~~~~~~~~~~~
2981 error generated.
299configure:5486: $? = 1
300configure: failed program was:
301| /* confdefs.h */
302| #define PACKAGE_NAME "libarchive"
303| #define PACKAGE_TARNAME "libarchive"
304| #define PACKAGE_VERSION "3.7.2"
305| #define PACKAGE_STRING "libarchive 3.7.2"
306| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
307| #define PACKAGE_URL ""
308| #define PACKAGE "libarchive"
309| #define VERSION "3.7.2"
310| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
311| #define LIBARCHIVE_VERSION_STRING "3.7.2"
312| #define LIBARCHIVE_VERSION_NUMBER "3007002"
313| #define BSDCPIO_VERSION_STRING "3.7.2"
314| #define BSDTAR_VERSION_STRING "3.7.2"
315| #define BSDCAT_VERSION_STRING "3.7.2"
316| #define BSDUNZIP_VERSION_STRING "3.7.2"
317| #define HAVE_STDIO_H 1
318| #define HAVE_STDLIB_H 1
319| #define HAVE_STRING_H 1
320| #define HAVE_INTTYPES_H 1
321| #define HAVE_STDINT_H 1
322| #define HAVE_STRINGS_H 1
323| #define HAVE_SYS_STAT_H 1
324| #define HAVE_SYS_TYPES_H 1
325| #define HAVE_UNISTD_H 1
326| #define HAVE_WCHAR_H 1
327| /* end confdefs.h.  */
328| #include <stddef.h>
329| #ifdef HAVE_STDIO_H
330| # include <stdio.h>
331| #endif
332| #ifdef HAVE_STDLIB_H
333| # include <stdlib.h>
334| #endif
335| #ifdef HAVE_STRING_H
336| # include <string.h>
337| #endif
338| #ifdef HAVE_INTTYPES_H
339| # include <inttypes.h>
340| #endif
341| #ifdef HAVE_STDINT_H
342| # include <stdint.h>
343| #endif
344| #ifdef HAVE_STRINGS_H
345| # include <strings.h>
346| #endif
347| #ifdef HAVE_SYS_TYPES_H
348| # include <sys/types.h>
349| #endif
350| #ifdef HAVE_SYS_STAT_H
351| # include <sys/stat.h>
352| #endif
353| #ifdef HAVE_UNISTD_H
354| # include <unistd.h>
355| #endif
356| #include <minix/config.h>
357configure:5486: result: no
358configure:5486: checking for sys/time.h
359configure:5486: gcc -c -g -O2  conftest.c >&5
360configure:5486: $? = 0
361configure:5486: result: yes
362configure:5517: checking whether it is safe to define __EXTENSIONS__
363configure:5536: gcc -c -g -O2  conftest.c >&5
364configure:5536: $? = 0
365configure:5544: result: yes
366configure:5547: checking whether _XOPEN_SOURCE should be defined
367configure:5569: gcc -c -g -O2  conftest.c >&5
368configure:5569: $? = 0
369configure:5596: result: no
370configure:6032: checking how to print strings
371configure:6059: result: printf
372configure:6080: checking for a sed that does not truncate output
373configure:6150: result: /usr/bin/sed
374configure:6168: checking for grep that handles long lines and -e
375configure:6232: result: /usr/bin/grep
376configure:6237: checking for egrep
377configure:6305: result: /usr/bin/grep -E
378configure:6310: checking for fgrep
379configure:6378: result: /usr/bin/grep -F
380configure:6414: checking for ld used by gcc
381++ gcc -print-prog-name=ld
382configure:6482: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
383configure:6489: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
384configure:6505: result: no
385configure:6517: checking for BSD- or MS-compatible name lister (nm)
386configure:6572: result: /usr/bin/nm -B
387configure:6712: checking the name lister (/usr/bin/nm -B) interface
388configure:6720: gcc -c -g -O2  conftest.c >&5
389++ gcc -c -g -O2 conftest.c
390configure:6723: /usr/bin/nm -B "conftest.o"
391++ /usr/bin/nm -B conftest.o
392configure:6726: output
39300000000000002a4 S _some_variable
3940000000000000000 t ltmp0
39500000000000002a4 s ltmp1
396configure:6733: result: BSD nm
397configure:6736: checking whether ln -s works
398configure:6740: result: yes
399configure:6748: checking the maximum length of command line arguments
400configure:6880: result: 786432
401configure:6928: checking how to convert aarch64-apple-darwin23.2.0 file names to aarch64-apple-darwin23.2.0 format
402configure:6969: result: func_convert_file_noop
403configure:6976: checking how to convert aarch64-apple-darwin23.2.0 file names to toolchain format
404configure:6997: result: func_convert_file_noop
405configure:7004: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
406configure:7012: result: -r
407configure:7091: checking for objdump
408configure:7123: result: objdump
409configure:7152: checking how to recognize dependent libraries
410configure:7353: result: pass_all
411configure:7443: checking for dlltool
412configure:7475: result: dlltool
413configure:7505: checking how to associate runtime and link libraries
414configure:7533: result: printf %s\n
415configure:7598: checking for ar
416configure:7619: found /usr/bin/ar
417configure:7630: result: ar
418configure:7667: checking for archiver @FILE support
419configure:7685: gcc -c -g -O2  conftest.c >&5
420configure:7685: $? = 0
421configure:7689: ar cr libconftest.a @conftest.lst >&5
422+ eval '$AR' '$AR_FLAGS' libconftest.a @conftest.lst '>&5'
423++ ar cr libconftest.a @conftest.lst
424ar: @conftest.lst: No such file or directory
425configure:7692: $? = 1
426configure:7712: result: no
427configure:7775: checking for strip
428configure:7796: found /usr/bin/strip
429configure:7807: result: strip
430configure:7884: checking for ranlib
431configure:7905: found /usr/bin/ranlib
432configure:7916: result: ranlib
433configure:8018: checking command to parse /usr/bin/nm -B output from gcc object
434configure:8172: gcc -c -g -O2  conftest.c >&5
435+ eval '$CC' -c '$CFLAGS' '$CPPFLAGS' 'conftest.$ac_ext' '>&5'
436++ gcc -c -g -O2 conftest.c
437configure:8175: $? = 0
438configure:8179: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[    ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' > conftest.nm
439++ /usr/bin/nm -B conftest.o
440++ sed -n -e 's/^.*[     ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'
441++ sed '/ __gnu_lto/d'
442cannot find nm_test_var in conftest.nm
443configure:8172: gcc -c -g -O2  conftest.c >&5
444+ eval '$CC' -c '$CFLAGS' '$CPPFLAGS' 'conftest.$ac_ext' '>&5'
445++ gcc -c -g -O2 conftest.c
446configure:8175: $? = 0
447configure:8179: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[    ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' > conftest.nm
448++ /usr/bin/nm -B conftest.o
449++ sed -n -e 's/^.*[     ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'
450++ sed '/ __gnu_lto/d'
451configure:8245: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
452+ eval '$CC' -o 'conftest$ac_exeext' '$CFLAGS' '$CPPFLAGS' '$LDFLAGS' 'conftest.$ac_ext' '$LIBS' '>&5'
453++ gcc -o conftest -g -O2 conftest.c conftstm.o
454configure:8248: $? = 0
455configure:8286: result: ok
456configure:8333: checking for sysroot
457configure:8364: result: no
458configure:8371: checking for a working dd
459configure:8415: result: /bin/dd
460configure:8419: checking how to truncate binary pipes
461configure:8435: result: /bin/dd bs=4096 count=1
462configure:8772: checking for mt
463configure:8807: result: no
464configure:8827: checking if : is a manifest tool
465configure:8834: : '-?'
466configure:8842: result: no
467configure:8903: checking for dsymutil
468configure:8924: found /usr/bin/dsymutil
469configure:8935: result: dsymutil
470configure:9005: checking for nmedit
471configure:9026: found /usr/bin/nmedit
472configure:9037: result: nmedit
473configure:9107: checking for lipo
474configure:9128: found /usr/bin/lipo
475configure:9139: result: lipo
476configure:9209: checking for otool
477configure:9230: found /usr/bin/otool
478configure:9241: result: otool
479configure:9311: checking for otool64
480configure:9346: result: no
481configure:9391: checking for -single_module linker flag
482gcc -g -O2  -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
483ld: warning: -single_module is obsolete
484configure:9425: result: no
485configure:9428: checking for -exported_symbols_list linker flag
486configure:9449: gcc -o conftest -g -O2   -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
487configure:9449: $? = 0
488configure:9460: result: yes
489configure:9463: checking for -force_load linker flag
490gcc -g -O2 -c -o conftest.o conftest.c
491ar cr libconftest.a conftest.o
492ranlib libconftest.a
493gcc -g -O2  -o conftest conftest.c -Wl,-force_load,./libconftest.a
494configure:9496: result: yes
495configure:9568: checking for dlfcn.h
496configure:9568: gcc -c -g -O2  conftest.c >&5
497configure:9568: $? = 0
498configure:9568: result: yes
499configure:9825: checking for objdir
500configure:9841: result: .libs
501configure:10101: checking if gcc supports -fno-rtti -fno-exceptions
502configure:10120: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
503++ gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c
504configure:10124: $? = 0
505configure:10137: result: yes
506configure:10501: checking for gcc option to produce PIC
507configure:10509: result: -fno-common -DPIC
508configure:10517: checking if gcc PIC flag -fno-common -DPIC works
509configure:10536: gcc -c -g -O2  -fno-common -DPIC -DPIC conftest.c >&5
510++ gcc -c -g -O2 -fno-common -DPIC -DPIC conftest.c
511configure:10540: $? = 0
512configure:10553: result: yes
513configure:10582: checking if gcc static flag -static works
514configure:10611: result: no
515configure:10626: checking if gcc supports -c -o file.o
516configure:10648: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
517++ gcc -c -g -O2 -o out/conftest2.o conftest.c
518configure:10652: $? = 0
519configure:10674: result: yes
520configure:10682: checking if gcc supports -c -o file.o
521configure:10730: result: yes
522configure:10763: checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
523configure:12033: result: yes
524configure:12274: checking dynamic linker characteristics
525configure:13107: result: darwin23.2.0 dyld
526configure:13229: checking how to hardcode library paths into programs
527configure:13254: result: immediate
528configure:13806: checking whether stripping libraries is possible
529configure:13820: result: yes
530configure:13846: checking if libtool supports shared libraries
531configure:13848: result: yes
532configure:13851: checking whether to build shared libraries
533configure:13876: result: yes
534configure:13879: checking whether to build static libraries
535configure:13883: result: yes
536configure:13968: checking for strip
537configure:14000: result: strip
538configure:14357: checking for dirent.h that defines DIR
539configure:14377: gcc -c -g -O2  conftest.c >&5
540configure:14377: $? = 0
541configure:14386: result: yes
542configure:14400: checking for library containing opendir
543configure:14430: gcc -o conftest -g -O2   conftest.c  >&5
544configure:14430: $? = 0
545configure:14450: result: none required
546configure:14521: checking for sys/wait.h that is POSIX.1 compatible
547configure:14548: gcc -c -g -O2  conftest.c >&5
548configure:14548: $? = 0
549configure:14556: result: yes
550configure:14564: checking for acl/libacl.h
551configure:14564: gcc -c -g -O2  conftest.c >&5
552conftest.c:78:10: fatal error: 'acl/libacl.h' file not found
553#include <acl/libacl.h>
554         ^~~~~~~~~~~~~~
5551 error generated.
556configure:14564: $? = 1
557configure: failed program was:
558| /* confdefs.h */
559| #define PACKAGE_NAME "libarchive"
560| #define PACKAGE_TARNAME "libarchive"
561| #define PACKAGE_VERSION "3.7.2"
562| #define PACKAGE_STRING "libarchive 3.7.2"
563| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
564| #define PACKAGE_URL ""
565| #define PACKAGE "libarchive"
566| #define VERSION "3.7.2"
567| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
568| #define LIBARCHIVE_VERSION_STRING "3.7.2"
569| #define LIBARCHIVE_VERSION_NUMBER "3007002"
570| #define BSDCPIO_VERSION_STRING "3.7.2"
571| #define BSDTAR_VERSION_STRING "3.7.2"
572| #define BSDCAT_VERSION_STRING "3.7.2"
573| #define BSDUNZIP_VERSION_STRING "3.7.2"
574| #define HAVE_STDIO_H 1
575| #define HAVE_STDLIB_H 1
576| #define HAVE_STRING_H 1
577| #define HAVE_INTTYPES_H 1
578| #define HAVE_STDINT_H 1
579| #define HAVE_STRINGS_H 1
580| #define HAVE_SYS_STAT_H 1
581| #define HAVE_SYS_TYPES_H 1
582| #define HAVE_UNISTD_H 1
583| #define HAVE_WCHAR_H 1
584| #define HAVE_SYS_TIME_H 1
585| #define STDC_HEADERS 1
586| #define _ALL_SOURCE 1
587| #define _DARWIN_C_SOURCE 1
588| #define _GNU_SOURCE 1
589| #define _HPUX_ALT_XOPEN_SOCKET_API 1
590| #define _NETBSD_SOURCE 1
591| #define _OPENBSD_SOURCE 1
592| #define _POSIX_PTHREAD_SEMANTICS 1
593| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
594| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
595| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
596| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
597| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
598| #define __STDC_WANT_LIB_EXT2__ 1
599| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
600| #define _TANDEM_SOURCE 1
601| #define __EXTENSIONS__ 1
602| #define HAVE_DLFCN_H 1
603| #define LT_OBJDIR ".libs/"
604| #define HAVE_DIRENT_H 1
605| #define HAVE_SYS_WAIT_H 1
606| /* end confdefs.h.  */
607| #include <stddef.h>
608| #ifdef HAVE_STDIO_H
609| # include <stdio.h>
610| #endif
611| #ifdef HAVE_STDLIB_H
612| # include <stdlib.h>
613| #endif
614| #ifdef HAVE_STRING_H
615| # include <string.h>
616| #endif
617| #ifdef HAVE_INTTYPES_H
618| # include <inttypes.h>
619| #endif
620| #ifdef HAVE_STDINT_H
621| # include <stdint.h>
622| #endif
623| #ifdef HAVE_STRINGS_H
624| # include <strings.h>
625| #endif
626| #ifdef HAVE_SYS_TYPES_H
627| # include <sys/types.h>
628| #endif
629| #ifdef HAVE_SYS_STAT_H
630| # include <sys/stat.h>
631| #endif
632| #ifdef HAVE_UNISTD_H
633| # include <unistd.h>
634| #endif
635| #include <acl/libacl.h>
636configure:14564: result: no
637configure:14570: checking for attr/xattr.h
638configure:14570: gcc -c -g -O2  conftest.c >&5
639conftest.c:78:10: fatal error: 'attr/xattr.h' file not found
640#include <attr/xattr.h>
641         ^~~~~~~~~~~~~~
6421 error generated.
643configure:14570: $? = 1
644configure: failed program was:
645| /* confdefs.h */
646| #define PACKAGE_NAME "libarchive"
647| #define PACKAGE_TARNAME "libarchive"
648| #define PACKAGE_VERSION "3.7.2"
649| #define PACKAGE_STRING "libarchive 3.7.2"
650| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
651| #define PACKAGE_URL ""
652| #define PACKAGE "libarchive"
653| #define VERSION "3.7.2"
654| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
655| #define LIBARCHIVE_VERSION_STRING "3.7.2"
656| #define LIBARCHIVE_VERSION_NUMBER "3007002"
657| #define BSDCPIO_VERSION_STRING "3.7.2"
658| #define BSDTAR_VERSION_STRING "3.7.2"
659| #define BSDCAT_VERSION_STRING "3.7.2"
660| #define BSDUNZIP_VERSION_STRING "3.7.2"
661| #define HAVE_STDIO_H 1
662| #define HAVE_STDLIB_H 1
663| #define HAVE_STRING_H 1
664| #define HAVE_INTTYPES_H 1
665| #define HAVE_STDINT_H 1
666| #define HAVE_STRINGS_H 1
667| #define HAVE_SYS_STAT_H 1
668| #define HAVE_SYS_TYPES_H 1
669| #define HAVE_UNISTD_H 1
670| #define HAVE_WCHAR_H 1
671| #define HAVE_SYS_TIME_H 1
672| #define STDC_HEADERS 1
673| #define _ALL_SOURCE 1
674| #define _DARWIN_C_SOURCE 1
675| #define _GNU_SOURCE 1
676| #define _HPUX_ALT_XOPEN_SOCKET_API 1
677| #define _NETBSD_SOURCE 1
678| #define _OPENBSD_SOURCE 1
679| #define _POSIX_PTHREAD_SEMANTICS 1
680| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
681| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
682| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
683| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
684| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
685| #define __STDC_WANT_LIB_EXT2__ 1
686| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
687| #define _TANDEM_SOURCE 1
688| #define __EXTENSIONS__ 1
689| #define HAVE_DLFCN_H 1
690| #define LT_OBJDIR ".libs/"
691| #define HAVE_DIRENT_H 1
692| #define HAVE_SYS_WAIT_H 1
693| /* end confdefs.h.  */
694| #include <stddef.h>
695| #ifdef HAVE_STDIO_H
696| # include <stdio.h>
697| #endif
698| #ifdef HAVE_STDLIB_H
699| # include <stdlib.h>
700| #endif
701| #ifdef HAVE_STRING_H
702| # include <string.h>
703| #endif
704| #ifdef HAVE_INTTYPES_H
705| # include <inttypes.h>
706| #endif
707| #ifdef HAVE_STDINT_H
708| # include <stdint.h>
709| #endif
710| #ifdef HAVE_STRINGS_H
711| # include <strings.h>
712| #endif
713| #ifdef HAVE_SYS_TYPES_H
714| # include <sys/types.h>
715| #endif
716| #ifdef HAVE_SYS_STAT_H
717| # include <sys/stat.h>
718| #endif
719| #ifdef HAVE_UNISTD_H
720| # include <unistd.h>
721| #endif
722| #include <attr/xattr.h>
723configure:14570: result: no
724configure:14577: checking for copyfile.h
725configure:14577: gcc -c -g -O2  conftest.c >&5
726configure:14577: $? = 0
727configure:14577: result: yes
728configure:14583: checking for ctype.h
729configure:14583: gcc -c -g -O2  conftest.c >&5
730configure:14583: $? = 0
731configure:14583: result: yes
732configure:14590: checking for errno.h
733configure:14590: gcc -c -g -O2  conftest.c >&5
734configure:14590: $? = 0
735configure:14590: result: yes
736configure:14596: checking for ext2fs/ext2_fs.h
737configure:14596: gcc -c -g -O2  conftest.c >&5
738conftest.c:81:10: fatal error: 'ext2fs/ext2_fs.h' file not found
739#include <ext2fs/ext2_fs.h>
740         ^~~~~~~~~~~~~~~~~~
7411 error generated.
742configure:14596: $? = 1
743configure: failed program was:
744| /* confdefs.h */
745| #define PACKAGE_NAME "libarchive"
746| #define PACKAGE_TARNAME "libarchive"
747| #define PACKAGE_VERSION "3.7.2"
748| #define PACKAGE_STRING "libarchive 3.7.2"
749| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
750| #define PACKAGE_URL ""
751| #define PACKAGE "libarchive"
752| #define VERSION "3.7.2"
753| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
754| #define LIBARCHIVE_VERSION_STRING "3.7.2"
755| #define LIBARCHIVE_VERSION_NUMBER "3007002"
756| #define BSDCPIO_VERSION_STRING "3.7.2"
757| #define BSDTAR_VERSION_STRING "3.7.2"
758| #define BSDCAT_VERSION_STRING "3.7.2"
759| #define BSDUNZIP_VERSION_STRING "3.7.2"
760| #define HAVE_STDIO_H 1
761| #define HAVE_STDLIB_H 1
762| #define HAVE_STRING_H 1
763| #define HAVE_INTTYPES_H 1
764| #define HAVE_STDINT_H 1
765| #define HAVE_STRINGS_H 1
766| #define HAVE_SYS_STAT_H 1
767| #define HAVE_SYS_TYPES_H 1
768| #define HAVE_UNISTD_H 1
769| #define HAVE_WCHAR_H 1
770| #define HAVE_SYS_TIME_H 1
771| #define STDC_HEADERS 1
772| #define _ALL_SOURCE 1
773| #define _DARWIN_C_SOURCE 1
774| #define _GNU_SOURCE 1
775| #define _HPUX_ALT_XOPEN_SOCKET_API 1
776| #define _NETBSD_SOURCE 1
777| #define _OPENBSD_SOURCE 1
778| #define _POSIX_PTHREAD_SEMANTICS 1
779| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
780| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
781| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
782| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
783| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
784| #define __STDC_WANT_LIB_EXT2__ 1
785| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
786| #define _TANDEM_SOURCE 1
787| #define __EXTENSIONS__ 1
788| #define HAVE_DLFCN_H 1
789| #define LT_OBJDIR ".libs/"
790| #define HAVE_DIRENT_H 1
791| #define HAVE_SYS_WAIT_H 1
792| #define HAVE_COPYFILE_H 1
793| #define HAVE_CTYPE_H 1
794| #define HAVE_ERRNO_H 1
795| /* end confdefs.h.  */
796| #include <stddef.h>
797| #ifdef HAVE_STDIO_H
798| # include <stdio.h>
799| #endif
800| #ifdef HAVE_STDLIB_H
801| # include <stdlib.h>
802| #endif
803| #ifdef HAVE_STRING_H
804| # include <string.h>
805| #endif
806| #ifdef HAVE_INTTYPES_H
807| # include <inttypes.h>
808| #endif
809| #ifdef HAVE_STDINT_H
810| # include <stdint.h>
811| #endif
812| #ifdef HAVE_STRINGS_H
813| # include <strings.h>
814| #endif
815| #ifdef HAVE_SYS_TYPES_H
816| # include <sys/types.h>
817| #endif
818| #ifdef HAVE_SYS_STAT_H
819| # include <sys/stat.h>
820| #endif
821| #ifdef HAVE_UNISTD_H
822| # include <unistd.h>
823| #endif
824| #include <ext2fs/ext2_fs.h>
825configure:14596: result: no
826configure:14602: checking for fcntl.h
827configure:14602: gcc -c -g -O2  conftest.c >&5
828configure:14602: $? = 0
829configure:14602: result: yes
830configure:14608: checking for fnmatch.h
831configure:14608: gcc -c -g -O2  conftest.c >&5
832configure:14608: $? = 0
833configure:14608: result: yes
834configure:14614: checking for grp.h
835configure:14614: gcc -c -g -O2  conftest.c >&5
836configure:14614: $? = 0
837configure:14614: result: yes
838configure:14622: checking whether EXT2_IOC_GETFLAGS is usable
839configure:14640: gcc -c -g -O2  conftest.c >&5
840conftest.c:57:10: fatal error: 'ext2fs/ext2_fs.h' file not found
841#include <ext2fs/ext2_fs.h>
842         ^~~~~~~~~~~~~~~~~~
8431 error generated.
844configure:14640: $? = 1
845configure: failed program was:
846| /* confdefs.h */
847| #define PACKAGE_NAME "libarchive"
848| #define PACKAGE_TARNAME "libarchive"
849| #define PACKAGE_VERSION "3.7.2"
850| #define PACKAGE_STRING "libarchive 3.7.2"
851| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
852| #define PACKAGE_URL ""
853| #define PACKAGE "libarchive"
854| #define VERSION "3.7.2"
855| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
856| #define LIBARCHIVE_VERSION_STRING "3.7.2"
857| #define LIBARCHIVE_VERSION_NUMBER "3007002"
858| #define BSDCPIO_VERSION_STRING "3.7.2"
859| #define BSDTAR_VERSION_STRING "3.7.2"
860| #define BSDCAT_VERSION_STRING "3.7.2"
861| #define BSDUNZIP_VERSION_STRING "3.7.2"
862| #define HAVE_STDIO_H 1
863| #define HAVE_STDLIB_H 1
864| #define HAVE_STRING_H 1
865| #define HAVE_INTTYPES_H 1
866| #define HAVE_STDINT_H 1
867| #define HAVE_STRINGS_H 1
868| #define HAVE_SYS_STAT_H 1
869| #define HAVE_SYS_TYPES_H 1
870| #define HAVE_UNISTD_H 1
871| #define HAVE_WCHAR_H 1
872| #define HAVE_SYS_TIME_H 1
873| #define STDC_HEADERS 1
874| #define _ALL_SOURCE 1
875| #define _DARWIN_C_SOURCE 1
876| #define _GNU_SOURCE 1
877| #define _HPUX_ALT_XOPEN_SOCKET_API 1
878| #define _NETBSD_SOURCE 1
879| #define _OPENBSD_SOURCE 1
880| #define _POSIX_PTHREAD_SEMANTICS 1
881| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
882| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
883| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
884| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
885| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
886| #define __STDC_WANT_LIB_EXT2__ 1
887| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
888| #define _TANDEM_SOURCE 1
889| #define __EXTENSIONS__ 1
890| #define HAVE_DLFCN_H 1
891| #define LT_OBJDIR ".libs/"
892| #define HAVE_DIRENT_H 1
893| #define HAVE_SYS_WAIT_H 1
894| #define HAVE_COPYFILE_H 1
895| #define HAVE_CTYPE_H 1
896| #define HAVE_ERRNO_H 1
897| #define HAVE_FCNTL_H 1
898| #define HAVE_FNMATCH_H 1
899| #define HAVE_GRP_H 1
900| /* end confdefs.h.  */
901| #include <sys/ioctl.h>
902| #include <ext2fs/ext2_fs.h>
903| int
904| main (void)
905| {
906| int x = EXT2_IOC_GETFLAGS
907|   ;
908|   return 0;
909| }
910configure:14648: result: no
911configure:14658: checking for inttypes.h
912configure:14658: result: yes
913configure:14664: checking for io.h
914configure:14664: gcc -c -g -O2  conftest.c >&5
915conftest.c:85:10: fatal error: 'io.h' file not found
916#include <io.h>
917         ^~~~~~
9181 error generated.
919configure:14664: $? = 1
920configure: failed program was:
921| /* confdefs.h */
922| #define PACKAGE_NAME "libarchive"
923| #define PACKAGE_TARNAME "libarchive"
924| #define PACKAGE_VERSION "3.7.2"
925| #define PACKAGE_STRING "libarchive 3.7.2"
926| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
927| #define PACKAGE_URL ""
928| #define PACKAGE "libarchive"
929| #define VERSION "3.7.2"
930| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
931| #define LIBARCHIVE_VERSION_STRING "3.7.2"
932| #define LIBARCHIVE_VERSION_NUMBER "3007002"
933| #define BSDCPIO_VERSION_STRING "3.7.2"
934| #define BSDTAR_VERSION_STRING "3.7.2"
935| #define BSDCAT_VERSION_STRING "3.7.2"
936| #define BSDUNZIP_VERSION_STRING "3.7.2"
937| #define HAVE_STDIO_H 1
938| #define HAVE_STDLIB_H 1
939| #define HAVE_STRING_H 1
940| #define HAVE_INTTYPES_H 1
941| #define HAVE_STDINT_H 1
942| #define HAVE_STRINGS_H 1
943| #define HAVE_SYS_STAT_H 1
944| #define HAVE_SYS_TYPES_H 1
945| #define HAVE_UNISTD_H 1
946| #define HAVE_WCHAR_H 1
947| #define HAVE_SYS_TIME_H 1
948| #define STDC_HEADERS 1
949| #define _ALL_SOURCE 1
950| #define _DARWIN_C_SOURCE 1
951| #define _GNU_SOURCE 1
952| #define _HPUX_ALT_XOPEN_SOCKET_API 1
953| #define _NETBSD_SOURCE 1
954| #define _OPENBSD_SOURCE 1
955| #define _POSIX_PTHREAD_SEMANTICS 1
956| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
957| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
958| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
959| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
960| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
961| #define __STDC_WANT_LIB_EXT2__ 1
962| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
963| #define _TANDEM_SOURCE 1
964| #define __EXTENSIONS__ 1
965| #define HAVE_DLFCN_H 1
966| #define LT_OBJDIR ".libs/"
967| #define HAVE_DIRENT_H 1
968| #define HAVE_SYS_WAIT_H 1
969| #define HAVE_COPYFILE_H 1
970| #define HAVE_CTYPE_H 1
971| #define HAVE_ERRNO_H 1
972| #define HAVE_FCNTL_H 1
973| #define HAVE_FNMATCH_H 1
974| #define HAVE_GRP_H 1
975| #define HAVE_INTTYPES_H 1
976| /* end confdefs.h.  */
977| #include <stddef.h>
978| #ifdef HAVE_STDIO_H
979| # include <stdio.h>
980| #endif
981| #ifdef HAVE_STDLIB_H
982| # include <stdlib.h>
983| #endif
984| #ifdef HAVE_STRING_H
985| # include <string.h>
986| #endif
987| #ifdef HAVE_INTTYPES_H
988| # include <inttypes.h>
989| #endif
990| #ifdef HAVE_STDINT_H
991| # include <stdint.h>
992| #endif
993| #ifdef HAVE_STRINGS_H
994| # include <strings.h>
995| #endif
996| #ifdef HAVE_SYS_TYPES_H
997| # include <sys/types.h>
998| #endif
999| #ifdef HAVE_SYS_STAT_H
1000| # include <sys/stat.h>
1001| #endif
1002| #ifdef HAVE_UNISTD_H
1003| # include <unistd.h>
1004| #endif
1005| #include <io.h>
1006configure:14664: result: no
1007configure:14670: checking for langinfo.h
1008configure:14670: gcc -c -g -O2  conftest.c >&5
1009configure:14670: $? = 0
1010configure:14670: result: yes
1011configure:14676: checking for limits.h
1012configure:14676: gcc -c -g -O2  conftest.c >&5
1013configure:14676: $? = 0
1014configure:14676: result: yes
1015configure:14683: checking for linux/fiemap.h
1016configure:14683: gcc -c -g -O2  conftest.c >&5
1017conftest.c:87:10: fatal error: 'linux/fiemap.h' file not found
1018#include <linux/fiemap.h>
1019         ^~~~~~~~~~~~~~~~
10201 error generated.
1021configure:14683: $? = 1
1022configure: failed program was:
1023| /* confdefs.h */
1024| #define PACKAGE_NAME "libarchive"
1025| #define PACKAGE_TARNAME "libarchive"
1026| #define PACKAGE_VERSION "3.7.2"
1027| #define PACKAGE_STRING "libarchive 3.7.2"
1028| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
1029| #define PACKAGE_URL ""
1030| #define PACKAGE "libarchive"
1031| #define VERSION "3.7.2"
1032| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
1033| #define LIBARCHIVE_VERSION_STRING "3.7.2"
1034| #define LIBARCHIVE_VERSION_NUMBER "3007002"
1035| #define BSDCPIO_VERSION_STRING "3.7.2"
1036| #define BSDTAR_VERSION_STRING "3.7.2"
1037| #define BSDCAT_VERSION_STRING "3.7.2"
1038| #define BSDUNZIP_VERSION_STRING "3.7.2"
1039| #define HAVE_STDIO_H 1
1040| #define HAVE_STDLIB_H 1
1041| #define HAVE_STRING_H 1
1042| #define HAVE_INTTYPES_H 1
1043| #define HAVE_STDINT_H 1
1044| #define HAVE_STRINGS_H 1
1045| #define HAVE_SYS_STAT_H 1
1046| #define HAVE_SYS_TYPES_H 1
1047| #define HAVE_UNISTD_H 1
1048| #define HAVE_WCHAR_H 1
1049| #define HAVE_SYS_TIME_H 1
1050| #define STDC_HEADERS 1
1051| #define _ALL_SOURCE 1
1052| #define _DARWIN_C_SOURCE 1
1053| #define _GNU_SOURCE 1
1054| #define _HPUX_ALT_XOPEN_SOCKET_API 1
1055| #define _NETBSD_SOURCE 1
1056| #define _OPENBSD_SOURCE 1
1057| #define _POSIX_PTHREAD_SEMANTICS 1
1058| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1059| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1060| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1061| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1062| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1063| #define __STDC_WANT_LIB_EXT2__ 1
1064| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1065| #define _TANDEM_SOURCE 1
1066| #define __EXTENSIONS__ 1
1067| #define HAVE_DLFCN_H 1
1068| #define LT_OBJDIR ".libs/"
1069| #define HAVE_DIRENT_H 1
1070| #define HAVE_SYS_WAIT_H 1
1071| #define HAVE_COPYFILE_H 1
1072| #define HAVE_CTYPE_H 1
1073| #define HAVE_ERRNO_H 1
1074| #define HAVE_FCNTL_H 1
1075| #define HAVE_FNMATCH_H 1
1076| #define HAVE_GRP_H 1
1077| #define HAVE_INTTYPES_H 1
1078| #define HAVE_LANGINFO_H 1
1079| #define HAVE_LIMITS_H 1
1080| /* end confdefs.h.  */
1081| #include <stddef.h>
1082| #ifdef HAVE_STDIO_H
1083| # include <stdio.h>
1084| #endif
1085| #ifdef HAVE_STDLIB_H
1086| # include <stdlib.h>
1087| #endif
1088| #ifdef HAVE_STRING_H
1089| # include <string.h>
1090| #endif
1091| #ifdef HAVE_INTTYPES_H
1092| # include <inttypes.h>
1093| #endif
1094| #ifdef HAVE_STDINT_H
1095| # include <stdint.h>
1096| #endif
1097| #ifdef HAVE_STRINGS_H
1098| # include <strings.h>
1099| #endif
1100| #ifdef HAVE_SYS_TYPES_H
1101| # include <sys/types.h>
1102| #endif
1103| #ifdef HAVE_SYS_STAT_H
1104| # include <sys/stat.h>
1105| #endif
1106| #ifdef HAVE_UNISTD_H
1107| # include <unistd.h>
1108| #endif
1109| #include <linux/fiemap.h>
1110configure:14683: result: no
1111configure:14689: checking for linux/fs.h
1112configure:14689: gcc -c -g -O2  conftest.c >&5
1113conftest.c:87:10: fatal error: 'linux/fs.h' file not found
1114#include <linux/fs.h>
1115         ^~~~~~~~~~~~
11161 error generated.
1117configure:14689: $? = 1
1118configure: failed program was:
1119| /* confdefs.h */
1120| #define PACKAGE_NAME "libarchive"
1121| #define PACKAGE_TARNAME "libarchive"
1122| #define PACKAGE_VERSION "3.7.2"
1123| #define PACKAGE_STRING "libarchive 3.7.2"
1124| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
1125| #define PACKAGE_URL ""
1126| #define PACKAGE "libarchive"
1127| #define VERSION "3.7.2"
1128| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
1129| #define LIBARCHIVE_VERSION_STRING "3.7.2"
1130| #define LIBARCHIVE_VERSION_NUMBER "3007002"
1131| #define BSDCPIO_VERSION_STRING "3.7.2"
1132| #define BSDTAR_VERSION_STRING "3.7.2"
1133| #define BSDCAT_VERSION_STRING "3.7.2"
1134| #define BSDUNZIP_VERSION_STRING "3.7.2"
1135| #define HAVE_STDIO_H 1
1136| #define HAVE_STDLIB_H 1
1137| #define HAVE_STRING_H 1
1138| #define HAVE_INTTYPES_H 1
1139| #define HAVE_STDINT_H 1
1140| #define HAVE_STRINGS_H 1
1141| #define HAVE_SYS_STAT_H 1
1142| #define HAVE_SYS_TYPES_H 1
1143| #define HAVE_UNISTD_H 1
1144| #define HAVE_WCHAR_H 1
1145| #define HAVE_SYS_TIME_H 1
1146| #define STDC_HEADERS 1
1147| #define _ALL_SOURCE 1
1148| #define _DARWIN_C_SOURCE 1
1149| #define _GNU_SOURCE 1
1150| #define _HPUX_ALT_XOPEN_SOCKET_API 1
1151| #define _NETBSD_SOURCE 1
1152| #define _OPENBSD_SOURCE 1
1153| #define _POSIX_PTHREAD_SEMANTICS 1
1154| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1155| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1156| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1157| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1158| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1159| #define __STDC_WANT_LIB_EXT2__ 1
1160| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1161| #define _TANDEM_SOURCE 1
1162| #define __EXTENSIONS__ 1
1163| #define HAVE_DLFCN_H 1
1164| #define LT_OBJDIR ".libs/"
1165| #define HAVE_DIRENT_H 1
1166| #define HAVE_SYS_WAIT_H 1
1167| #define HAVE_COPYFILE_H 1
1168| #define HAVE_CTYPE_H 1
1169| #define HAVE_ERRNO_H 1
1170| #define HAVE_FCNTL_H 1
1171| #define HAVE_FNMATCH_H 1
1172| #define HAVE_GRP_H 1
1173| #define HAVE_INTTYPES_H 1
1174| #define HAVE_LANGINFO_H 1
1175| #define HAVE_LIMITS_H 1
1176| /* end confdefs.h.  */
1177| #include <stddef.h>
1178| #ifdef HAVE_STDIO_H
1179| # include <stdio.h>
1180| #endif
1181| #ifdef HAVE_STDLIB_H
1182| # include <stdlib.h>
1183| #endif
1184| #ifdef HAVE_STRING_H
1185| # include <string.h>
1186| #endif
1187| #ifdef HAVE_INTTYPES_H
1188| # include <inttypes.h>
1189| #endif
1190| #ifdef HAVE_STDINT_H
1191| # include <stdint.h>
1192| #endif
1193| #ifdef HAVE_STRINGS_H
1194| # include <strings.h>
1195| #endif
1196| #ifdef HAVE_SYS_TYPES_H
1197| # include <sys/types.h>
1198| #endif
1199| #ifdef HAVE_SYS_STAT_H
1200| # include <sys/stat.h>
1201| #endif
1202| #ifdef HAVE_UNISTD_H
1203| # include <unistd.h>
1204| #endif
1205| #include <linux/fs.h>
1206configure:14689: result: no
1207configure:14695: checking for linux/magic.h
1208configure:14695: gcc -c -g -O2  conftest.c >&5
1209conftest.c:87:10: fatal error: 'linux/magic.h' file not found
1210#include <linux/magic.h>
1211         ^~~~~~~~~~~~~~~
12121 error generated.
1213configure:14695: $? = 1
1214configure: failed program was:
1215| /* confdefs.h */
1216| #define PACKAGE_NAME "libarchive"
1217| #define PACKAGE_TARNAME "libarchive"
1218| #define PACKAGE_VERSION "3.7.2"
1219| #define PACKAGE_STRING "libarchive 3.7.2"
1220| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
1221| #define PACKAGE_URL ""
1222| #define PACKAGE "libarchive"
1223| #define VERSION "3.7.2"
1224| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
1225| #define LIBARCHIVE_VERSION_STRING "3.7.2"
1226| #define LIBARCHIVE_VERSION_NUMBER "3007002"
1227| #define BSDCPIO_VERSION_STRING "3.7.2"
1228| #define BSDTAR_VERSION_STRING "3.7.2"
1229| #define BSDCAT_VERSION_STRING "3.7.2"
1230| #define BSDUNZIP_VERSION_STRING "3.7.2"
1231| #define HAVE_STDIO_H 1
1232| #define HAVE_STDLIB_H 1
1233| #define HAVE_STRING_H 1
1234| #define HAVE_INTTYPES_H 1
1235| #define HAVE_STDINT_H 1
1236| #define HAVE_STRINGS_H 1
1237| #define HAVE_SYS_STAT_H 1
1238| #define HAVE_SYS_TYPES_H 1
1239| #define HAVE_UNISTD_H 1
1240| #define HAVE_WCHAR_H 1
1241| #define HAVE_SYS_TIME_H 1
1242| #define STDC_HEADERS 1
1243| #define _ALL_SOURCE 1
1244| #define _DARWIN_C_SOURCE 1
1245| #define _GNU_SOURCE 1
1246| #define _HPUX_ALT_XOPEN_SOCKET_API 1
1247| #define _NETBSD_SOURCE 1
1248| #define _OPENBSD_SOURCE 1
1249| #define _POSIX_PTHREAD_SEMANTICS 1
1250| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1251| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1252| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1253| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1254| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1255| #define __STDC_WANT_LIB_EXT2__ 1
1256| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1257| #define _TANDEM_SOURCE 1
1258| #define __EXTENSIONS__ 1
1259| #define HAVE_DLFCN_H 1
1260| #define LT_OBJDIR ".libs/"
1261| #define HAVE_DIRENT_H 1
1262| #define HAVE_SYS_WAIT_H 1
1263| #define HAVE_COPYFILE_H 1
1264| #define HAVE_CTYPE_H 1
1265| #define HAVE_ERRNO_H 1
1266| #define HAVE_FCNTL_H 1
1267| #define HAVE_FNMATCH_H 1
1268| #define HAVE_GRP_H 1
1269| #define HAVE_INTTYPES_H 1
1270| #define HAVE_LANGINFO_H 1
1271| #define HAVE_LIMITS_H 1
1272| /* end confdefs.h.  */
1273| #include <stddef.h>
1274| #ifdef HAVE_STDIO_H
1275| # include <stdio.h>
1276| #endif
1277| #ifdef HAVE_STDLIB_H
1278| # include <stdlib.h>
1279| #endif
1280| #ifdef HAVE_STRING_H
1281| # include <string.h>
1282| #endif
1283| #ifdef HAVE_INTTYPES_H
1284| # include <inttypes.h>
1285| #endif
1286| #ifdef HAVE_STDINT_H
1287| # include <stdint.h>
1288| #endif
1289| #ifdef HAVE_STRINGS_H
1290| # include <strings.h>
1291| #endif
1292| #ifdef HAVE_SYS_TYPES_H
1293| # include <sys/types.h>
1294| #endif
1295| #ifdef HAVE_SYS_STAT_H
1296| # include <sys/stat.h>
1297| #endif
1298| #ifdef HAVE_UNISTD_H
1299| # include <unistd.h>
1300| #endif
1301| #include <linux/magic.h>
1302configure:14695: result: no
1303configure:14701: checking for linux/types.h
1304configure:14701: gcc -c -g -O2  conftest.c >&5
1305conftest.c:87:10: fatal error: 'linux/types.h' file not found
1306#include <linux/types.h>
1307         ^~~~~~~~~~~~~~~
13081 error generated.
1309configure:14701: $? = 1
1310configure: failed program was:
1311| /* confdefs.h */
1312| #define PACKAGE_NAME "libarchive"
1313| #define PACKAGE_TARNAME "libarchive"
1314| #define PACKAGE_VERSION "3.7.2"
1315| #define PACKAGE_STRING "libarchive 3.7.2"
1316| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
1317| #define PACKAGE_URL ""
1318| #define PACKAGE "libarchive"
1319| #define VERSION "3.7.2"
1320| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
1321| #define LIBARCHIVE_VERSION_STRING "3.7.2"
1322| #define LIBARCHIVE_VERSION_NUMBER "3007002"
1323| #define BSDCPIO_VERSION_STRING "3.7.2"
1324| #define BSDTAR_VERSION_STRING "3.7.2"
1325| #define BSDCAT_VERSION_STRING "3.7.2"
1326| #define BSDUNZIP_VERSION_STRING "3.7.2"
1327| #define HAVE_STDIO_H 1
1328| #define HAVE_STDLIB_H 1
1329| #define HAVE_STRING_H 1
1330| #define HAVE_INTTYPES_H 1
1331| #define HAVE_STDINT_H 1
1332| #define HAVE_STRINGS_H 1
1333| #define HAVE_SYS_STAT_H 1
1334| #define HAVE_SYS_TYPES_H 1
1335| #define HAVE_UNISTD_H 1
1336| #define HAVE_WCHAR_H 1
1337| #define HAVE_SYS_TIME_H 1
1338| #define STDC_HEADERS 1
1339| #define _ALL_SOURCE 1
1340| #define _DARWIN_C_SOURCE 1
1341| #define _GNU_SOURCE 1
1342| #define _HPUX_ALT_XOPEN_SOCKET_API 1
1343| #define _NETBSD_SOURCE 1
1344| #define _OPENBSD_SOURCE 1
1345| #define _POSIX_PTHREAD_SEMANTICS 1
1346| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1347| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1348| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1349| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1350| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1351| #define __STDC_WANT_LIB_EXT2__ 1
1352| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1353| #define _TANDEM_SOURCE 1
1354| #define __EXTENSIONS__ 1
1355| #define HAVE_DLFCN_H 1
1356| #define LT_OBJDIR ".libs/"
1357| #define HAVE_DIRENT_H 1
1358| #define HAVE_SYS_WAIT_H 1
1359| #define HAVE_COPYFILE_H 1
1360| #define HAVE_CTYPE_H 1
1361| #define HAVE_ERRNO_H 1
1362| #define HAVE_FCNTL_H 1
1363| #define HAVE_FNMATCH_H 1
1364| #define HAVE_GRP_H 1
1365| #define HAVE_INTTYPES_H 1
1366| #define HAVE_LANGINFO_H 1
1367| #define HAVE_LIMITS_H 1
1368| /* end confdefs.h.  */
1369| #include <stddef.h>
1370| #ifdef HAVE_STDIO_H
1371| # include <stdio.h>
1372| #endif
1373| #ifdef HAVE_STDLIB_H
1374| # include <stdlib.h>
1375| #endif
1376| #ifdef HAVE_STRING_H
1377| # include <string.h>
1378| #endif
1379| #ifdef HAVE_INTTYPES_H
1380| # include <inttypes.h>
1381| #endif
1382| #ifdef HAVE_STDINT_H
1383| # include <stdint.h>
1384| #endif
1385| #ifdef HAVE_STRINGS_H
1386| # include <strings.h>
1387| #endif
1388| #ifdef HAVE_SYS_TYPES_H
1389| # include <sys/types.h>
1390| #endif
1391| #ifdef HAVE_SYS_STAT_H
1392| # include <sys/stat.h>
1393| #endif
1394| #ifdef HAVE_UNISTD_H
1395| # include <unistd.h>
1396| #endif
1397| #include <linux/types.h>
1398configure:14701: result: no
1399configure:14709: checking whether FS_IOC_GETFLAGS is usable
1400configure:14727: gcc -c -g -O2  conftest.c >&5
1401conftest.c:60:10: fatal error: 'linux/fs.h' file not found
1402#include <linux/fs.h>
1403         ^~~~~~~~~~~~
14041 error generated.
1405configure:14727: $? = 1
1406configure: failed program was:
1407| /* confdefs.h */
1408| #define PACKAGE_NAME "libarchive"
1409| #define PACKAGE_TARNAME "libarchive"
1410| #define PACKAGE_VERSION "3.7.2"
1411| #define PACKAGE_STRING "libarchive 3.7.2"
1412| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
1413| #define PACKAGE_URL ""
1414| #define PACKAGE "libarchive"
1415| #define VERSION "3.7.2"
1416| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
1417| #define LIBARCHIVE_VERSION_STRING "3.7.2"
1418| #define LIBARCHIVE_VERSION_NUMBER "3007002"
1419| #define BSDCPIO_VERSION_STRING "3.7.2"
1420| #define BSDTAR_VERSION_STRING "3.7.2"
1421| #define BSDCAT_VERSION_STRING "3.7.2"
1422| #define BSDUNZIP_VERSION_STRING "3.7.2"
1423| #define HAVE_STDIO_H 1
1424| #define HAVE_STDLIB_H 1
1425| #define HAVE_STRING_H 1
1426| #define HAVE_INTTYPES_H 1
1427| #define HAVE_STDINT_H 1
1428| #define HAVE_STRINGS_H 1
1429| #define HAVE_SYS_STAT_H 1
1430| #define HAVE_SYS_TYPES_H 1
1431| #define HAVE_UNISTD_H 1
1432| #define HAVE_WCHAR_H 1
1433| #define HAVE_SYS_TIME_H 1
1434| #define STDC_HEADERS 1
1435| #define _ALL_SOURCE 1
1436| #define _DARWIN_C_SOURCE 1
1437| #define _GNU_SOURCE 1
1438| #define _HPUX_ALT_XOPEN_SOCKET_API 1
1439| #define _NETBSD_SOURCE 1
1440| #define _OPENBSD_SOURCE 1
1441| #define _POSIX_PTHREAD_SEMANTICS 1
1442| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1443| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1444| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1445| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1446| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1447| #define __STDC_WANT_LIB_EXT2__ 1
1448| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1449| #define _TANDEM_SOURCE 1
1450| #define __EXTENSIONS__ 1
1451| #define HAVE_DLFCN_H 1
1452| #define LT_OBJDIR ".libs/"
1453| #define HAVE_DIRENT_H 1
1454| #define HAVE_SYS_WAIT_H 1
1455| #define HAVE_COPYFILE_H 1
1456| #define HAVE_CTYPE_H 1
1457| #define HAVE_ERRNO_H 1
1458| #define HAVE_FCNTL_H 1
1459| #define HAVE_FNMATCH_H 1
1460| #define HAVE_GRP_H 1
1461| #define HAVE_INTTYPES_H 1
1462| #define HAVE_LANGINFO_H 1
1463| #define HAVE_LIMITS_H 1
1464| /* end confdefs.h.  */
1465| #include <sys/ioctl.h>
1466| #include <linux/fs.h>
1467| int
1468| main (void)
1469| {
1470| int x = FS_IOC_GETFLAGS
1471|   ;
1472|   return 0;
1473| }
1474configure:14735: result: no
1475configure:14745: checking for locale.h
1476configure:14745: gcc -c -g -O2  conftest.c >&5
1477configure:14745: $? = 0
1478configure:14745: result: yes
1479configure:14751: checking for membership.h
1480configure:14751: gcc -c -g -O2  conftest.c >&5
1481configure:14751: $? = 0
1482configure:14751: result: yes
1483configure:14757: checking for paths.h
1484configure:14757: gcc -c -g -O2  conftest.c >&5
1485configure:14757: $? = 0
1486configure:14757: result: yes
1487configure:14763: checking for poll.h
1488configure:14763: gcc -c -g -O2  conftest.c >&5
1489configure:14763: $? = 0
1490configure:14763: result: yes
1491configure:14769: checking for pthread.h
1492configure:14769: gcc -c -g -O2  conftest.c >&5
1493configure:14769: $? = 0
1494configure:14769: result: yes
1495configure:14775: checking for pwd.h
1496configure:14775: gcc -c -g -O2  conftest.c >&5
1497configure:14775: $? = 0
1498configure:14775: result: yes
1499configure:14782: checking for readpassphrase.h
1500configure:14782: gcc -c -g -O2  conftest.c >&5
1501configure:14782: $? = 0
1502configure:14782: result: yes
1503configure:14788: checking for signal.h
1504configure:14788: gcc -c -g -O2  conftest.c >&5
1505configure:14788: $? = 0
1506configure:14788: result: yes
1507configure:14794: checking for spawn.h
1508configure:14794: gcc -c -g -O2  conftest.c >&5
1509configure:14794: $? = 0
1510configure:14794: result: yes
1511configure:14801: checking for stdarg.h
1512configure:14801: gcc -c -g -O2  conftest.c >&5
1513configure:14801: $? = 0
1514configure:14801: result: yes
1515configure:14807: checking for stdint.h
1516configure:14807: result: yes
1517configure:14813: checking for stdlib.h
1518configure:14813: result: yes
1519configure:14819: checking for string.h
1520configure:14819: result: yes
1521configure:14826: checking for sys/acl.h
1522configure:14826: gcc -c -g -O2  conftest.c >&5
1523configure:14826: $? = 0
1524configure:14826: result: yes
1525configure:14832: checking for sys/cdefs.h
1526configure:14832: gcc -c -g -O2  conftest.c >&5
1527configure:14832: $? = 0
1528configure:14832: result: yes
1529configure:14838: checking for sys/ea.h
1530configure:14838: gcc -c -g -O2  conftest.c >&5
1531conftest.c:102:10: fatal error: 'sys/ea.h' file not found
1532#include <sys/ea.h>
1533         ^~~~~~~~~~
15341 error generated.
1535configure:14838: $? = 1
1536configure: failed program was:
1537| /* confdefs.h */
1538| #define PACKAGE_NAME "libarchive"
1539| #define PACKAGE_TARNAME "libarchive"
1540| #define PACKAGE_VERSION "3.7.2"
1541| #define PACKAGE_STRING "libarchive 3.7.2"
1542| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
1543| #define PACKAGE_URL ""
1544| #define PACKAGE "libarchive"
1545| #define VERSION "3.7.2"
1546| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
1547| #define LIBARCHIVE_VERSION_STRING "3.7.2"
1548| #define LIBARCHIVE_VERSION_NUMBER "3007002"
1549| #define BSDCPIO_VERSION_STRING "3.7.2"
1550| #define BSDTAR_VERSION_STRING "3.7.2"
1551| #define BSDCAT_VERSION_STRING "3.7.2"
1552| #define BSDUNZIP_VERSION_STRING "3.7.2"
1553| #define HAVE_STDIO_H 1
1554| #define HAVE_STDLIB_H 1
1555| #define HAVE_STRING_H 1
1556| #define HAVE_INTTYPES_H 1
1557| #define HAVE_STDINT_H 1
1558| #define HAVE_STRINGS_H 1
1559| #define HAVE_SYS_STAT_H 1
1560| #define HAVE_SYS_TYPES_H 1
1561| #define HAVE_UNISTD_H 1
1562| #define HAVE_WCHAR_H 1
1563| #define HAVE_SYS_TIME_H 1
1564| #define STDC_HEADERS 1
1565| #define _ALL_SOURCE 1
1566| #define _DARWIN_C_SOURCE 1
1567| #define _GNU_SOURCE 1
1568| #define _HPUX_ALT_XOPEN_SOCKET_API 1
1569| #define _NETBSD_SOURCE 1
1570| #define _OPENBSD_SOURCE 1
1571| #define _POSIX_PTHREAD_SEMANTICS 1
1572| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1573| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1574| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1575| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1576| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1577| #define __STDC_WANT_LIB_EXT2__ 1
1578| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1579| #define _TANDEM_SOURCE 1
1580| #define __EXTENSIONS__ 1
1581| #define HAVE_DLFCN_H 1
1582| #define LT_OBJDIR ".libs/"
1583| #define HAVE_DIRENT_H 1
1584| #define HAVE_SYS_WAIT_H 1
1585| #define HAVE_COPYFILE_H 1
1586| #define HAVE_CTYPE_H 1
1587| #define HAVE_ERRNO_H 1
1588| #define HAVE_FCNTL_H 1
1589| #define HAVE_FNMATCH_H 1
1590| #define HAVE_GRP_H 1
1591| #define HAVE_INTTYPES_H 1
1592| #define HAVE_LANGINFO_H 1
1593| #define HAVE_LIMITS_H 1
1594| #define HAVE_LOCALE_H 1
1595| #define HAVE_MEMBERSHIP_H 1
1596| #define HAVE_PATHS_H 1
1597| #define HAVE_POLL_H 1
1598| #define HAVE_PTHREAD_H 1
1599| #define HAVE_PWD_H 1
1600| #define HAVE_READPASSPHRASE_H 1
1601| #define HAVE_SIGNAL_H 1
1602| #define HAVE_SPAWN_H 1
1603| #define HAVE_STDARG_H 1
1604| #define HAVE_STDINT_H 1
1605| #define HAVE_STDLIB_H 1
1606| #define HAVE_STRING_H 1
1607| #define HAVE_SYS_ACL_H 1
1608| #define HAVE_SYS_CDEFS_H 1
1609| /* end confdefs.h.  */
1610| #include <stddef.h>
1611| #ifdef HAVE_STDIO_H
1612| # include <stdio.h>
1613| #endif
1614| #ifdef HAVE_STDLIB_H
1615| # include <stdlib.h>
1616| #endif
1617| #ifdef HAVE_STRING_H
1618| # include <string.h>
1619| #endif
1620| #ifdef HAVE_INTTYPES_H
1621| # include <inttypes.h>
1622| #endif
1623| #ifdef HAVE_STDINT_H
1624| # include <stdint.h>
1625| #endif
1626| #ifdef HAVE_STRINGS_H
1627| # include <strings.h>
1628| #endif
1629| #ifdef HAVE_SYS_TYPES_H
1630| # include <sys/types.h>
1631| #endif
1632| #ifdef HAVE_SYS_STAT_H
1633| # include <sys/stat.h>
1634| #endif
1635| #ifdef HAVE_UNISTD_H
1636| # include <unistd.h>
1637| #endif
1638| #include <sys/ea.h>
1639configure:14838: result: no
1640configure:14844: checking for sys/extattr.h
1641configure:14844: gcc -c -g -O2  conftest.c >&5
1642conftest.c:102:10: fatal error: 'sys/extattr.h' file not found
1643#include <sys/extattr.h>
1644         ^~~~~~~~~~~~~~~
16451 error generated.
1646configure:14844: $? = 1
1647configure: failed program was:
1648| /* confdefs.h */
1649| #define PACKAGE_NAME "libarchive"
1650| #define PACKAGE_TARNAME "libarchive"
1651| #define PACKAGE_VERSION "3.7.2"
1652| #define PACKAGE_STRING "libarchive 3.7.2"
1653| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
1654| #define PACKAGE_URL ""
1655| #define PACKAGE "libarchive"
1656| #define VERSION "3.7.2"
1657| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
1658| #define LIBARCHIVE_VERSION_STRING "3.7.2"
1659| #define LIBARCHIVE_VERSION_NUMBER "3007002"
1660| #define BSDCPIO_VERSION_STRING "3.7.2"
1661| #define BSDTAR_VERSION_STRING "3.7.2"
1662| #define BSDCAT_VERSION_STRING "3.7.2"
1663| #define BSDUNZIP_VERSION_STRING "3.7.2"
1664| #define HAVE_STDIO_H 1
1665| #define HAVE_STDLIB_H 1
1666| #define HAVE_STRING_H 1
1667| #define HAVE_INTTYPES_H 1
1668| #define HAVE_STDINT_H 1
1669| #define HAVE_STRINGS_H 1
1670| #define HAVE_SYS_STAT_H 1
1671| #define HAVE_SYS_TYPES_H 1
1672| #define HAVE_UNISTD_H 1
1673| #define HAVE_WCHAR_H 1
1674| #define HAVE_SYS_TIME_H 1
1675| #define STDC_HEADERS 1
1676| #define _ALL_SOURCE 1
1677| #define _DARWIN_C_SOURCE 1
1678| #define _GNU_SOURCE 1
1679| #define _HPUX_ALT_XOPEN_SOCKET_API 1
1680| #define _NETBSD_SOURCE 1
1681| #define _OPENBSD_SOURCE 1
1682| #define _POSIX_PTHREAD_SEMANTICS 1
1683| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1684| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1685| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1686| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1687| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1688| #define __STDC_WANT_LIB_EXT2__ 1
1689| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1690| #define _TANDEM_SOURCE 1
1691| #define __EXTENSIONS__ 1
1692| #define HAVE_DLFCN_H 1
1693| #define LT_OBJDIR ".libs/"
1694| #define HAVE_DIRENT_H 1
1695| #define HAVE_SYS_WAIT_H 1
1696| #define HAVE_COPYFILE_H 1
1697| #define HAVE_CTYPE_H 1
1698| #define HAVE_ERRNO_H 1
1699| #define HAVE_FCNTL_H 1
1700| #define HAVE_FNMATCH_H 1
1701| #define HAVE_GRP_H 1
1702| #define HAVE_INTTYPES_H 1
1703| #define HAVE_LANGINFO_H 1
1704| #define HAVE_LIMITS_H 1
1705| #define HAVE_LOCALE_H 1
1706| #define HAVE_MEMBERSHIP_H 1
1707| #define HAVE_PATHS_H 1
1708| #define HAVE_POLL_H 1
1709| #define HAVE_PTHREAD_H 1
1710| #define HAVE_PWD_H 1
1711| #define HAVE_READPASSPHRASE_H 1
1712| #define HAVE_SIGNAL_H 1
1713| #define HAVE_SPAWN_H 1
1714| #define HAVE_STDARG_H 1
1715| #define HAVE_STDINT_H 1
1716| #define HAVE_STDLIB_H 1
1717| #define HAVE_STRING_H 1
1718| #define HAVE_SYS_ACL_H 1
1719| #define HAVE_SYS_CDEFS_H 1
1720| /* end confdefs.h.  */
1721| #include <stddef.h>
1722| #ifdef HAVE_STDIO_H
1723| # include <stdio.h>
1724| #endif
1725| #ifdef HAVE_STDLIB_H
1726| # include <stdlib.h>
1727| #endif
1728| #ifdef HAVE_STRING_H
1729| # include <string.h>
1730| #endif
1731| #ifdef HAVE_INTTYPES_H
1732| # include <inttypes.h>
1733| #endif
1734| #ifdef HAVE_STDINT_H
1735| # include <stdint.h>
1736| #endif
1737| #ifdef HAVE_STRINGS_H
1738| # include <strings.h>
1739| #endif
1740| #ifdef HAVE_SYS_TYPES_H
1741| # include <sys/types.h>
1742| #endif
1743| #ifdef HAVE_SYS_STAT_H
1744| # include <sys/stat.h>
1745| #endif
1746| #ifdef HAVE_UNISTD_H
1747| # include <unistd.h>
1748| #endif
1749| #include <sys/extattr.h>
1750configure:14844: result: no
1751configure:14851: checking for sys/ioctl.h
1752configure:14851: gcc -c -g -O2  conftest.c >&5
1753configure:14851: $? = 0
1754configure:14851: result: yes
1755configure:14857: checking for sys/mkdev.h
1756configure:14857: gcc -c -g -O2  conftest.c >&5
1757conftest.c:103:10: fatal error: 'sys/mkdev.h' file not found
1758#include <sys/mkdev.h>
1759         ^~~~~~~~~~~~~
17601 error generated.
1761configure:14857: $? = 1
1762configure: failed program was:
1763| /* confdefs.h */
1764| #define PACKAGE_NAME "libarchive"
1765| #define PACKAGE_TARNAME "libarchive"
1766| #define PACKAGE_VERSION "3.7.2"
1767| #define PACKAGE_STRING "libarchive 3.7.2"
1768| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
1769| #define PACKAGE_URL ""
1770| #define PACKAGE "libarchive"
1771| #define VERSION "3.7.2"
1772| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
1773| #define LIBARCHIVE_VERSION_STRING "3.7.2"
1774| #define LIBARCHIVE_VERSION_NUMBER "3007002"
1775| #define BSDCPIO_VERSION_STRING "3.7.2"
1776| #define BSDTAR_VERSION_STRING "3.7.2"
1777| #define BSDCAT_VERSION_STRING "3.7.2"
1778| #define BSDUNZIP_VERSION_STRING "3.7.2"
1779| #define HAVE_STDIO_H 1
1780| #define HAVE_STDLIB_H 1
1781| #define HAVE_STRING_H 1
1782| #define HAVE_INTTYPES_H 1
1783| #define HAVE_STDINT_H 1
1784| #define HAVE_STRINGS_H 1
1785| #define HAVE_SYS_STAT_H 1
1786| #define HAVE_SYS_TYPES_H 1
1787| #define HAVE_UNISTD_H 1
1788| #define HAVE_WCHAR_H 1
1789| #define HAVE_SYS_TIME_H 1
1790| #define STDC_HEADERS 1
1791| #define _ALL_SOURCE 1
1792| #define _DARWIN_C_SOURCE 1
1793| #define _GNU_SOURCE 1
1794| #define _HPUX_ALT_XOPEN_SOCKET_API 1
1795| #define _NETBSD_SOURCE 1
1796| #define _OPENBSD_SOURCE 1
1797| #define _POSIX_PTHREAD_SEMANTICS 1
1798| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1799| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1800| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1801| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1802| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1803| #define __STDC_WANT_LIB_EXT2__ 1
1804| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1805| #define _TANDEM_SOURCE 1
1806| #define __EXTENSIONS__ 1
1807| #define HAVE_DLFCN_H 1
1808| #define LT_OBJDIR ".libs/"
1809| #define HAVE_DIRENT_H 1
1810| #define HAVE_SYS_WAIT_H 1
1811| #define HAVE_COPYFILE_H 1
1812| #define HAVE_CTYPE_H 1
1813| #define HAVE_ERRNO_H 1
1814| #define HAVE_FCNTL_H 1
1815| #define HAVE_FNMATCH_H 1
1816| #define HAVE_GRP_H 1
1817| #define HAVE_INTTYPES_H 1
1818| #define HAVE_LANGINFO_H 1
1819| #define HAVE_LIMITS_H 1
1820| #define HAVE_LOCALE_H 1
1821| #define HAVE_MEMBERSHIP_H 1
1822| #define HAVE_PATHS_H 1
1823| #define HAVE_POLL_H 1
1824| #define HAVE_PTHREAD_H 1
1825| #define HAVE_PWD_H 1
1826| #define HAVE_READPASSPHRASE_H 1
1827| #define HAVE_SIGNAL_H 1
1828| #define HAVE_SPAWN_H 1
1829| #define HAVE_STDARG_H 1
1830| #define HAVE_STDINT_H 1
1831| #define HAVE_STDLIB_H 1
1832| #define HAVE_STRING_H 1
1833| #define HAVE_SYS_ACL_H 1
1834| #define HAVE_SYS_CDEFS_H 1
1835| #define HAVE_SYS_IOCTL_H 1
1836| /* end confdefs.h.  */
1837| #include <stddef.h>
1838| #ifdef HAVE_STDIO_H
1839| # include <stdio.h>
1840| #endif
1841| #ifdef HAVE_STDLIB_H
1842| # include <stdlib.h>
1843| #endif
1844| #ifdef HAVE_STRING_H
1845| # include <string.h>
1846| #endif
1847| #ifdef HAVE_INTTYPES_H
1848| # include <inttypes.h>
1849| #endif
1850| #ifdef HAVE_STDINT_H
1851| # include <stdint.h>
1852| #endif
1853| #ifdef HAVE_STRINGS_H
1854| # include <strings.h>
1855| #endif
1856| #ifdef HAVE_SYS_TYPES_H
1857| # include <sys/types.h>
1858| #endif
1859| #ifdef HAVE_SYS_STAT_H
1860| # include <sys/stat.h>
1861| #endif
1862| #ifdef HAVE_UNISTD_H
1863| # include <unistd.h>
1864| #endif
1865| #include <sys/mkdev.h>
1866configure:14857: result: no
1867configure:14863: checking for sys/mount.h
1868configure:14863: gcc -c -g -O2  conftest.c >&5
1869configure:14863: $? = 0
1870configure:14863: result: yes
1871configure:14869: checking for sys/queue.h
1872configure:14869: gcc -c -g -O2  conftest.c >&5
1873configure:14869: $? = 0
1874configure:14869: result: yes
1875configure:14876: checking for sys/param.h
1876configure:14876: gcc -c -g -O2  conftest.c >&5
1877configure:14876: $? = 0
1878configure:14876: result: yes
1879configure:14882: checking for sys/poll.h
1880configure:14882: gcc -c -g -O2  conftest.c >&5
1881configure:14882: $? = 0
1882configure:14882: result: yes
1883configure:14888: checking for sys/richacl.h
1884configure:14888: gcc -c -g -O2  conftest.c >&5
1885conftest.c:107:10: fatal error: 'sys/richacl.h' file not found
1886#include <sys/richacl.h>
1887         ^~~~~~~~~~~~~~~
18881 error generated.
1889configure:14888: $? = 1
1890configure: failed program was:
1891| /* confdefs.h */
1892| #define PACKAGE_NAME "libarchive"
1893| #define PACKAGE_TARNAME "libarchive"
1894| #define PACKAGE_VERSION "3.7.2"
1895| #define PACKAGE_STRING "libarchive 3.7.2"
1896| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
1897| #define PACKAGE_URL ""
1898| #define PACKAGE "libarchive"
1899| #define VERSION "3.7.2"
1900| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
1901| #define LIBARCHIVE_VERSION_STRING "3.7.2"
1902| #define LIBARCHIVE_VERSION_NUMBER "3007002"
1903| #define BSDCPIO_VERSION_STRING "3.7.2"
1904| #define BSDTAR_VERSION_STRING "3.7.2"
1905| #define BSDCAT_VERSION_STRING "3.7.2"
1906| #define BSDUNZIP_VERSION_STRING "3.7.2"
1907| #define HAVE_STDIO_H 1
1908| #define HAVE_STDLIB_H 1
1909| #define HAVE_STRING_H 1
1910| #define HAVE_INTTYPES_H 1
1911| #define HAVE_STDINT_H 1
1912| #define HAVE_STRINGS_H 1
1913| #define HAVE_SYS_STAT_H 1
1914| #define HAVE_SYS_TYPES_H 1
1915| #define HAVE_UNISTD_H 1
1916| #define HAVE_WCHAR_H 1
1917| #define HAVE_SYS_TIME_H 1
1918| #define STDC_HEADERS 1
1919| #define _ALL_SOURCE 1
1920| #define _DARWIN_C_SOURCE 1
1921| #define _GNU_SOURCE 1
1922| #define _HPUX_ALT_XOPEN_SOCKET_API 1
1923| #define _NETBSD_SOURCE 1
1924| #define _OPENBSD_SOURCE 1
1925| #define _POSIX_PTHREAD_SEMANTICS 1
1926| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1927| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1928| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1929| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1930| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1931| #define __STDC_WANT_LIB_EXT2__ 1
1932| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1933| #define _TANDEM_SOURCE 1
1934| #define __EXTENSIONS__ 1
1935| #define HAVE_DLFCN_H 1
1936| #define LT_OBJDIR ".libs/"
1937| #define HAVE_DIRENT_H 1
1938| #define HAVE_SYS_WAIT_H 1
1939| #define HAVE_COPYFILE_H 1
1940| #define HAVE_CTYPE_H 1
1941| #define HAVE_ERRNO_H 1
1942| #define HAVE_FCNTL_H 1
1943| #define HAVE_FNMATCH_H 1
1944| #define HAVE_GRP_H 1
1945| #define HAVE_INTTYPES_H 1
1946| #define HAVE_LANGINFO_H 1
1947| #define HAVE_LIMITS_H 1
1948| #define HAVE_LOCALE_H 1
1949| #define HAVE_MEMBERSHIP_H 1
1950| #define HAVE_PATHS_H 1
1951| #define HAVE_POLL_H 1
1952| #define HAVE_PTHREAD_H 1
1953| #define HAVE_PWD_H 1
1954| #define HAVE_READPASSPHRASE_H 1
1955| #define HAVE_SIGNAL_H 1
1956| #define HAVE_SPAWN_H 1
1957| #define HAVE_STDARG_H 1
1958| #define HAVE_STDINT_H 1
1959| #define HAVE_STDLIB_H 1
1960| #define HAVE_STRING_H 1
1961| #define HAVE_SYS_ACL_H 1
1962| #define HAVE_SYS_CDEFS_H 1
1963| #define HAVE_SYS_IOCTL_H 1
1964| #define HAVE_SYS_MOUNT_H 1
1965| #define HAVE_SYS_QUEUE_H 1
1966| #define HAVE_SYS_PARAM_H 1
1967| #define HAVE_SYS_POLL_H 1
1968| /* end confdefs.h.  */
1969| #include <stddef.h>
1970| #ifdef HAVE_STDIO_H
1971| # include <stdio.h>
1972| #endif
1973| #ifdef HAVE_STDLIB_H
1974| # include <stdlib.h>
1975| #endif
1976| #ifdef HAVE_STRING_H
1977| # include <string.h>
1978| #endif
1979| #ifdef HAVE_INTTYPES_H
1980| # include <inttypes.h>
1981| #endif
1982| #ifdef HAVE_STDINT_H
1983| # include <stdint.h>
1984| #endif
1985| #ifdef HAVE_STRINGS_H
1986| # include <strings.h>
1987| #endif
1988| #ifdef HAVE_SYS_TYPES_H
1989| # include <sys/types.h>
1990| #endif
1991| #ifdef HAVE_SYS_STAT_H
1992| # include <sys/stat.h>
1993| #endif
1994| #ifdef HAVE_UNISTD_H
1995| # include <unistd.h>
1996| #endif
1997| #include <sys/richacl.h>
1998configure:14888: result: no
1999configure:14895: checking for sys/select.h
2000configure:14895: gcc -c -g -O2  conftest.c >&5
2001configure:14895: $? = 0
2002configure:14895: result: yes
2003configure:14901: checking for sys/statfs.h
2004configure:14901: gcc -c -g -O2  conftest.c >&5
2005conftest.c:108:10: fatal error: 'sys/statfs.h' file not found
2006#include <sys/statfs.h>
2007         ^~~~~~~~~~~~~~
20081 error generated.
2009configure:14901: $? = 1
2010configure: failed program was:
2011| /* confdefs.h */
2012| #define PACKAGE_NAME "libarchive"
2013| #define PACKAGE_TARNAME "libarchive"
2014| #define PACKAGE_VERSION "3.7.2"
2015| #define PACKAGE_STRING "libarchive 3.7.2"
2016| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
2017| #define PACKAGE_URL ""
2018| #define PACKAGE "libarchive"
2019| #define VERSION "3.7.2"
2020| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
2021| #define LIBARCHIVE_VERSION_STRING "3.7.2"
2022| #define LIBARCHIVE_VERSION_NUMBER "3007002"
2023| #define BSDCPIO_VERSION_STRING "3.7.2"
2024| #define BSDTAR_VERSION_STRING "3.7.2"
2025| #define BSDCAT_VERSION_STRING "3.7.2"
2026| #define BSDUNZIP_VERSION_STRING "3.7.2"
2027| #define HAVE_STDIO_H 1
2028| #define HAVE_STDLIB_H 1
2029| #define HAVE_STRING_H 1
2030| #define HAVE_INTTYPES_H 1
2031| #define HAVE_STDINT_H 1
2032| #define HAVE_STRINGS_H 1
2033| #define HAVE_SYS_STAT_H 1
2034| #define HAVE_SYS_TYPES_H 1
2035| #define HAVE_UNISTD_H 1
2036| #define HAVE_WCHAR_H 1
2037| #define HAVE_SYS_TIME_H 1
2038| #define STDC_HEADERS 1
2039| #define _ALL_SOURCE 1
2040| #define _DARWIN_C_SOURCE 1
2041| #define _GNU_SOURCE 1
2042| #define _HPUX_ALT_XOPEN_SOCKET_API 1
2043| #define _NETBSD_SOURCE 1
2044| #define _OPENBSD_SOURCE 1
2045| #define _POSIX_PTHREAD_SEMANTICS 1
2046| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2047| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2048| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2049| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2050| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2051| #define __STDC_WANT_LIB_EXT2__ 1
2052| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2053| #define _TANDEM_SOURCE 1
2054| #define __EXTENSIONS__ 1
2055| #define HAVE_DLFCN_H 1
2056| #define LT_OBJDIR ".libs/"
2057| #define HAVE_DIRENT_H 1
2058| #define HAVE_SYS_WAIT_H 1
2059| #define HAVE_COPYFILE_H 1
2060| #define HAVE_CTYPE_H 1
2061| #define HAVE_ERRNO_H 1
2062| #define HAVE_FCNTL_H 1
2063| #define HAVE_FNMATCH_H 1
2064| #define HAVE_GRP_H 1
2065| #define HAVE_INTTYPES_H 1
2066| #define HAVE_LANGINFO_H 1
2067| #define HAVE_LIMITS_H 1
2068| #define HAVE_LOCALE_H 1
2069| #define HAVE_MEMBERSHIP_H 1
2070| #define HAVE_PATHS_H 1
2071| #define HAVE_POLL_H 1
2072| #define HAVE_PTHREAD_H 1
2073| #define HAVE_PWD_H 1
2074| #define HAVE_READPASSPHRASE_H 1
2075| #define HAVE_SIGNAL_H 1
2076| #define HAVE_SPAWN_H 1
2077| #define HAVE_STDARG_H 1
2078| #define HAVE_STDINT_H 1
2079| #define HAVE_STDLIB_H 1
2080| #define HAVE_STRING_H 1
2081| #define HAVE_SYS_ACL_H 1
2082| #define HAVE_SYS_CDEFS_H 1
2083| #define HAVE_SYS_IOCTL_H 1
2084| #define HAVE_SYS_MOUNT_H 1
2085| #define HAVE_SYS_QUEUE_H 1
2086| #define HAVE_SYS_PARAM_H 1
2087| #define HAVE_SYS_POLL_H 1
2088| #define HAVE_SYS_SELECT_H 1
2089| /* end confdefs.h.  */
2090| #include <stddef.h>
2091| #ifdef HAVE_STDIO_H
2092| # include <stdio.h>
2093| #endif
2094| #ifdef HAVE_STDLIB_H
2095| # include <stdlib.h>
2096| #endif
2097| #ifdef HAVE_STRING_H
2098| # include <string.h>
2099| #endif
2100| #ifdef HAVE_INTTYPES_H
2101| # include <inttypes.h>
2102| #endif
2103| #ifdef HAVE_STDINT_H
2104| # include <stdint.h>
2105| #endif
2106| #ifdef HAVE_STRINGS_H
2107| # include <strings.h>
2108| #endif
2109| #ifdef HAVE_SYS_TYPES_H
2110| # include <sys/types.h>
2111| #endif
2112| #ifdef HAVE_SYS_STAT_H
2113| # include <sys/stat.h>
2114| #endif
2115| #ifdef HAVE_UNISTD_H
2116| # include <unistd.h>
2117| #endif
2118| #include <sys/statfs.h>
2119configure:14901: result: no
2120configure:14907: checking for sys/statvfs.h
2121configure:14907: gcc -c -g -O2  conftest.c >&5
2122configure:14907: $? = 0
2123configure:14907: result: yes
2124configure:14913: checking for sys/sysmacros.h
2125configure:14913: gcc -c -g -O2  conftest.c >&5
2126conftest.c:109:10: fatal error: 'sys/sysmacros.h' file not found
2127#include <sys/sysmacros.h>
2128         ^~~~~~~~~~~~~~~~~
21291 error generated.
2130configure:14913: $? = 1
2131configure: failed program was:
2132| /* confdefs.h */
2133| #define PACKAGE_NAME "libarchive"
2134| #define PACKAGE_TARNAME "libarchive"
2135| #define PACKAGE_VERSION "3.7.2"
2136| #define PACKAGE_STRING "libarchive 3.7.2"
2137| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
2138| #define PACKAGE_URL ""
2139| #define PACKAGE "libarchive"
2140| #define VERSION "3.7.2"
2141| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
2142| #define LIBARCHIVE_VERSION_STRING "3.7.2"
2143| #define LIBARCHIVE_VERSION_NUMBER "3007002"
2144| #define BSDCPIO_VERSION_STRING "3.7.2"
2145| #define BSDTAR_VERSION_STRING "3.7.2"
2146| #define BSDCAT_VERSION_STRING "3.7.2"
2147| #define BSDUNZIP_VERSION_STRING "3.7.2"
2148| #define HAVE_STDIO_H 1
2149| #define HAVE_STDLIB_H 1
2150| #define HAVE_STRING_H 1
2151| #define HAVE_INTTYPES_H 1
2152| #define HAVE_STDINT_H 1
2153| #define HAVE_STRINGS_H 1
2154| #define HAVE_SYS_STAT_H 1
2155| #define HAVE_SYS_TYPES_H 1
2156| #define HAVE_UNISTD_H 1
2157| #define HAVE_WCHAR_H 1
2158| #define HAVE_SYS_TIME_H 1
2159| #define STDC_HEADERS 1
2160| #define _ALL_SOURCE 1
2161| #define _DARWIN_C_SOURCE 1
2162| #define _GNU_SOURCE 1
2163| #define _HPUX_ALT_XOPEN_SOCKET_API 1
2164| #define _NETBSD_SOURCE 1
2165| #define _OPENBSD_SOURCE 1
2166| #define _POSIX_PTHREAD_SEMANTICS 1
2167| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2168| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2169| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2170| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2171| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2172| #define __STDC_WANT_LIB_EXT2__ 1
2173| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2174| #define _TANDEM_SOURCE 1
2175| #define __EXTENSIONS__ 1
2176| #define HAVE_DLFCN_H 1
2177| #define LT_OBJDIR ".libs/"
2178| #define HAVE_DIRENT_H 1
2179| #define HAVE_SYS_WAIT_H 1
2180| #define HAVE_COPYFILE_H 1
2181| #define HAVE_CTYPE_H 1
2182| #define HAVE_ERRNO_H 1
2183| #define HAVE_FCNTL_H 1
2184| #define HAVE_FNMATCH_H 1
2185| #define HAVE_GRP_H 1
2186| #define HAVE_INTTYPES_H 1
2187| #define HAVE_LANGINFO_H 1
2188| #define HAVE_LIMITS_H 1
2189| #define HAVE_LOCALE_H 1
2190| #define HAVE_MEMBERSHIP_H 1
2191| #define HAVE_PATHS_H 1
2192| #define HAVE_POLL_H 1
2193| #define HAVE_PTHREAD_H 1
2194| #define HAVE_PWD_H 1
2195| #define HAVE_READPASSPHRASE_H 1
2196| #define HAVE_SIGNAL_H 1
2197| #define HAVE_SPAWN_H 1
2198| #define HAVE_STDARG_H 1
2199| #define HAVE_STDINT_H 1
2200| #define HAVE_STDLIB_H 1
2201| #define HAVE_STRING_H 1
2202| #define HAVE_SYS_ACL_H 1
2203| #define HAVE_SYS_CDEFS_H 1
2204| #define HAVE_SYS_IOCTL_H 1
2205| #define HAVE_SYS_MOUNT_H 1
2206| #define HAVE_SYS_QUEUE_H 1
2207| #define HAVE_SYS_PARAM_H 1
2208| #define HAVE_SYS_POLL_H 1
2209| #define HAVE_SYS_SELECT_H 1
2210| #define HAVE_SYS_STATVFS_H 1
2211| /* end confdefs.h.  */
2212| #include <stddef.h>
2213| #ifdef HAVE_STDIO_H
2214| # include <stdio.h>
2215| #endif
2216| #ifdef HAVE_STDLIB_H
2217| # include <stdlib.h>
2218| #endif
2219| #ifdef HAVE_STRING_H
2220| # include <string.h>
2221| #endif
2222| #ifdef HAVE_INTTYPES_H
2223| # include <inttypes.h>
2224| #endif
2225| #ifdef HAVE_STDINT_H
2226| # include <stdint.h>
2227| #endif
2228| #ifdef HAVE_STRINGS_H
2229| # include <strings.h>
2230| #endif
2231| #ifdef HAVE_SYS_TYPES_H
2232| # include <sys/types.h>
2233| #endif
2234| #ifdef HAVE_SYS_STAT_H
2235| # include <sys/stat.h>
2236| #endif
2237| #ifdef HAVE_UNISTD_H
2238| # include <unistd.h>
2239| #endif
2240| #include <sys/sysmacros.h>
2241configure:14913: result: no
2242configure:14920: checking for sys/time.h
2243configure:14920: result: yes
2244configure:14926: checking for sys/utime.h
2245configure:14926: gcc -c -g -O2  conftest.c >&5
2246conftest.c:110:10: fatal error: 'sys/utime.h' file not found
2247#include <sys/utime.h>
2248         ^~~~~~~~~~~~~
22491 error generated.
2250configure:14926: $? = 1
2251configure: failed program was:
2252| /* confdefs.h */
2253| #define PACKAGE_NAME "libarchive"
2254| #define PACKAGE_TARNAME "libarchive"
2255| #define PACKAGE_VERSION "3.7.2"
2256| #define PACKAGE_STRING "libarchive 3.7.2"
2257| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
2258| #define PACKAGE_URL ""
2259| #define PACKAGE "libarchive"
2260| #define VERSION "3.7.2"
2261| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
2262| #define LIBARCHIVE_VERSION_STRING "3.7.2"
2263| #define LIBARCHIVE_VERSION_NUMBER "3007002"
2264| #define BSDCPIO_VERSION_STRING "3.7.2"
2265| #define BSDTAR_VERSION_STRING "3.7.2"
2266| #define BSDCAT_VERSION_STRING "3.7.2"
2267| #define BSDUNZIP_VERSION_STRING "3.7.2"
2268| #define HAVE_STDIO_H 1
2269| #define HAVE_STDLIB_H 1
2270| #define HAVE_STRING_H 1
2271| #define HAVE_INTTYPES_H 1
2272| #define HAVE_STDINT_H 1
2273| #define HAVE_STRINGS_H 1
2274| #define HAVE_SYS_STAT_H 1
2275| #define HAVE_SYS_TYPES_H 1
2276| #define HAVE_UNISTD_H 1
2277| #define HAVE_WCHAR_H 1
2278| #define HAVE_SYS_TIME_H 1
2279| #define STDC_HEADERS 1
2280| #define _ALL_SOURCE 1
2281| #define _DARWIN_C_SOURCE 1
2282| #define _GNU_SOURCE 1
2283| #define _HPUX_ALT_XOPEN_SOCKET_API 1
2284| #define _NETBSD_SOURCE 1
2285| #define _OPENBSD_SOURCE 1
2286| #define _POSIX_PTHREAD_SEMANTICS 1
2287| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2288| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2289| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2290| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2291| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2292| #define __STDC_WANT_LIB_EXT2__ 1
2293| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2294| #define _TANDEM_SOURCE 1
2295| #define __EXTENSIONS__ 1
2296| #define HAVE_DLFCN_H 1
2297| #define LT_OBJDIR ".libs/"
2298| #define HAVE_DIRENT_H 1
2299| #define HAVE_SYS_WAIT_H 1
2300| #define HAVE_COPYFILE_H 1
2301| #define HAVE_CTYPE_H 1
2302| #define HAVE_ERRNO_H 1
2303| #define HAVE_FCNTL_H 1
2304| #define HAVE_FNMATCH_H 1
2305| #define HAVE_GRP_H 1
2306| #define HAVE_INTTYPES_H 1
2307| #define HAVE_LANGINFO_H 1
2308| #define HAVE_LIMITS_H 1
2309| #define HAVE_LOCALE_H 1
2310| #define HAVE_MEMBERSHIP_H 1
2311| #define HAVE_PATHS_H 1
2312| #define HAVE_POLL_H 1
2313| #define HAVE_PTHREAD_H 1
2314| #define HAVE_PWD_H 1
2315| #define HAVE_READPASSPHRASE_H 1
2316| #define HAVE_SIGNAL_H 1
2317| #define HAVE_SPAWN_H 1
2318| #define HAVE_STDARG_H 1
2319| #define HAVE_STDINT_H 1
2320| #define HAVE_STDLIB_H 1
2321| #define HAVE_STRING_H 1
2322| #define HAVE_SYS_ACL_H 1
2323| #define HAVE_SYS_CDEFS_H 1
2324| #define HAVE_SYS_IOCTL_H 1
2325| #define HAVE_SYS_MOUNT_H 1
2326| #define HAVE_SYS_QUEUE_H 1
2327| #define HAVE_SYS_PARAM_H 1
2328| #define HAVE_SYS_POLL_H 1
2329| #define HAVE_SYS_SELECT_H 1
2330| #define HAVE_SYS_STATVFS_H 1
2331| #define HAVE_SYS_TIME_H 1
2332| /* end confdefs.h.  */
2333| #include <stddef.h>
2334| #ifdef HAVE_STDIO_H
2335| # include <stdio.h>
2336| #endif
2337| #ifdef HAVE_STDLIB_H
2338| # include <stdlib.h>
2339| #endif
2340| #ifdef HAVE_STRING_H
2341| # include <string.h>
2342| #endif
2343| #ifdef HAVE_INTTYPES_H
2344| # include <inttypes.h>
2345| #endif
2346| #ifdef HAVE_STDINT_H
2347| # include <stdint.h>
2348| #endif
2349| #ifdef HAVE_STRINGS_H
2350| # include <strings.h>
2351| #endif
2352| #ifdef HAVE_SYS_TYPES_H
2353| # include <sys/types.h>
2354| #endif
2355| #ifdef HAVE_SYS_STAT_H
2356| # include <sys/stat.h>
2357| #endif
2358| #ifdef HAVE_UNISTD_H
2359| # include <unistd.h>
2360| #endif
2361| #include <sys/utime.h>
2362configure:14926: result: no
2363configure:14932: checking for sys/utsname.h
2364configure:14932: gcc -c -g -O2  conftest.c >&5
2365configure:14932: $? = 0
2366configure:14932: result: yes
2367configure:14938: checking for sys/vfs.h
2368configure:14938: gcc -c -g -O2  conftest.c >&5
2369conftest.c:111:10: fatal error: 'sys/vfs.h' file not found
2370#include <sys/vfs.h>
2371         ^~~~~~~~~~~
23721 error generated.
2373configure:14938: $? = 1
2374configure: failed program was:
2375| /* confdefs.h */
2376| #define PACKAGE_NAME "libarchive"
2377| #define PACKAGE_TARNAME "libarchive"
2378| #define PACKAGE_VERSION "3.7.2"
2379| #define PACKAGE_STRING "libarchive 3.7.2"
2380| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
2381| #define PACKAGE_URL ""
2382| #define PACKAGE "libarchive"
2383| #define VERSION "3.7.2"
2384| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
2385| #define LIBARCHIVE_VERSION_STRING "3.7.2"
2386| #define LIBARCHIVE_VERSION_NUMBER "3007002"
2387| #define BSDCPIO_VERSION_STRING "3.7.2"
2388| #define BSDTAR_VERSION_STRING "3.7.2"
2389| #define BSDCAT_VERSION_STRING "3.7.2"
2390| #define BSDUNZIP_VERSION_STRING "3.7.2"
2391| #define HAVE_STDIO_H 1
2392| #define HAVE_STDLIB_H 1
2393| #define HAVE_STRING_H 1
2394| #define HAVE_INTTYPES_H 1
2395| #define HAVE_STDINT_H 1
2396| #define HAVE_STRINGS_H 1
2397| #define HAVE_SYS_STAT_H 1
2398| #define HAVE_SYS_TYPES_H 1
2399| #define HAVE_UNISTD_H 1
2400| #define HAVE_WCHAR_H 1
2401| #define HAVE_SYS_TIME_H 1
2402| #define STDC_HEADERS 1
2403| #define _ALL_SOURCE 1
2404| #define _DARWIN_C_SOURCE 1
2405| #define _GNU_SOURCE 1
2406| #define _HPUX_ALT_XOPEN_SOCKET_API 1
2407| #define _NETBSD_SOURCE 1
2408| #define _OPENBSD_SOURCE 1
2409| #define _POSIX_PTHREAD_SEMANTICS 1
2410| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2411| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2412| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2413| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2414| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2415| #define __STDC_WANT_LIB_EXT2__ 1
2416| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2417| #define _TANDEM_SOURCE 1
2418| #define __EXTENSIONS__ 1
2419| #define HAVE_DLFCN_H 1
2420| #define LT_OBJDIR ".libs/"
2421| #define HAVE_DIRENT_H 1
2422| #define HAVE_SYS_WAIT_H 1
2423| #define HAVE_COPYFILE_H 1
2424| #define HAVE_CTYPE_H 1
2425| #define HAVE_ERRNO_H 1
2426| #define HAVE_FCNTL_H 1
2427| #define HAVE_FNMATCH_H 1
2428| #define HAVE_GRP_H 1
2429| #define HAVE_INTTYPES_H 1
2430| #define HAVE_LANGINFO_H 1
2431| #define HAVE_LIMITS_H 1
2432| #define HAVE_LOCALE_H 1
2433| #define HAVE_MEMBERSHIP_H 1
2434| #define HAVE_PATHS_H 1
2435| #define HAVE_POLL_H 1
2436| #define HAVE_PTHREAD_H 1
2437| #define HAVE_PWD_H 1
2438| #define HAVE_READPASSPHRASE_H 1
2439| #define HAVE_SIGNAL_H 1
2440| #define HAVE_SPAWN_H 1
2441| #define HAVE_STDARG_H 1
2442| #define HAVE_STDINT_H 1
2443| #define HAVE_STDLIB_H 1
2444| #define HAVE_STRING_H 1
2445| #define HAVE_SYS_ACL_H 1
2446| #define HAVE_SYS_CDEFS_H 1
2447| #define HAVE_SYS_IOCTL_H 1
2448| #define HAVE_SYS_MOUNT_H 1
2449| #define HAVE_SYS_QUEUE_H 1
2450| #define HAVE_SYS_PARAM_H 1
2451| #define HAVE_SYS_POLL_H 1
2452| #define HAVE_SYS_SELECT_H 1
2453| #define HAVE_SYS_STATVFS_H 1
2454| #define HAVE_SYS_TIME_H 1
2455| #define HAVE_SYS_UTSNAME_H 1
2456| /* end confdefs.h.  */
2457| #include <stddef.h>
2458| #ifdef HAVE_STDIO_H
2459| # include <stdio.h>
2460| #endif
2461| #ifdef HAVE_STDLIB_H
2462| # include <stdlib.h>
2463| #endif
2464| #ifdef HAVE_STRING_H
2465| # include <string.h>
2466| #endif
2467| #ifdef HAVE_INTTYPES_H
2468| # include <inttypes.h>
2469| #endif
2470| #ifdef HAVE_STDINT_H
2471| # include <stdint.h>
2472| #endif
2473| #ifdef HAVE_STRINGS_H
2474| # include <strings.h>
2475| #endif
2476| #ifdef HAVE_SYS_TYPES_H
2477| # include <sys/types.h>
2478| #endif
2479| #ifdef HAVE_SYS_STAT_H
2480| # include <sys/stat.h>
2481| #endif
2482| #ifdef HAVE_UNISTD_H
2483| # include <unistd.h>
2484| #endif
2485| #include <sys/vfs.h>
2486configure:14938: result: no
2487configure:14944: checking for sys/xattr.h
2488configure:14944: gcc -c -g -O2  conftest.c >&5
2489configure:14944: $? = 0
2490configure:14944: result: yes
2491configure:14951: checking for time.h
2492configure:14951: gcc -c -g -O2  conftest.c >&5
2493configure:14951: $? = 0
2494configure:14951: result: yes
2495configure:14957: checking for unistd.h
2496configure:14957: result: yes
2497configure:14963: checking for utime.h
2498configure:14963: gcc -c -g -O2  conftest.c >&5
2499configure:14963: $? = 0
2500configure:14963: result: yes
2501configure:14969: checking for wchar.h
2502configure:14969: result: yes
2503configure:14975: checking for wctype.h
2504configure:14975: gcc -c -g -O2  conftest.c >&5
2505configure:14975: $? = 0
2506configure:14975: result: yes
2507configure:14982: checking for windows.h
2508configure:14982: gcc -c -g -O2  conftest.c >&5
2509conftest.c:117:10: fatal error: 'windows.h' file not found
2510#include <windows.h>
2511         ^~~~~~~~~~~
25121 error generated.
2513configure:14982: $? = 1
2514configure: failed program was:
2515| /* confdefs.h */
2516| #define PACKAGE_NAME "libarchive"
2517| #define PACKAGE_TARNAME "libarchive"
2518| #define PACKAGE_VERSION "3.7.2"
2519| #define PACKAGE_STRING "libarchive 3.7.2"
2520| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
2521| #define PACKAGE_URL ""
2522| #define PACKAGE "libarchive"
2523| #define VERSION "3.7.2"
2524| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
2525| #define LIBARCHIVE_VERSION_STRING "3.7.2"
2526| #define LIBARCHIVE_VERSION_NUMBER "3007002"
2527| #define BSDCPIO_VERSION_STRING "3.7.2"
2528| #define BSDTAR_VERSION_STRING "3.7.2"
2529| #define BSDCAT_VERSION_STRING "3.7.2"
2530| #define BSDUNZIP_VERSION_STRING "3.7.2"
2531| #define HAVE_STDIO_H 1
2532| #define HAVE_STDLIB_H 1
2533| #define HAVE_STRING_H 1
2534| #define HAVE_INTTYPES_H 1
2535| #define HAVE_STDINT_H 1
2536| #define HAVE_STRINGS_H 1
2537| #define HAVE_SYS_STAT_H 1
2538| #define HAVE_SYS_TYPES_H 1
2539| #define HAVE_UNISTD_H 1
2540| #define HAVE_WCHAR_H 1
2541| #define HAVE_SYS_TIME_H 1
2542| #define STDC_HEADERS 1
2543| #define _ALL_SOURCE 1
2544| #define _DARWIN_C_SOURCE 1
2545| #define _GNU_SOURCE 1
2546| #define _HPUX_ALT_XOPEN_SOCKET_API 1
2547| #define _NETBSD_SOURCE 1
2548| #define _OPENBSD_SOURCE 1
2549| #define _POSIX_PTHREAD_SEMANTICS 1
2550| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2551| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2552| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2553| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2554| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2555| #define __STDC_WANT_LIB_EXT2__ 1
2556| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2557| #define _TANDEM_SOURCE 1
2558| #define __EXTENSIONS__ 1
2559| #define HAVE_DLFCN_H 1
2560| #define LT_OBJDIR ".libs/"
2561| #define HAVE_DIRENT_H 1
2562| #define HAVE_SYS_WAIT_H 1
2563| #define HAVE_COPYFILE_H 1
2564| #define HAVE_CTYPE_H 1
2565| #define HAVE_ERRNO_H 1
2566| #define HAVE_FCNTL_H 1
2567| #define HAVE_FNMATCH_H 1
2568| #define HAVE_GRP_H 1
2569| #define HAVE_INTTYPES_H 1
2570| #define HAVE_LANGINFO_H 1
2571| #define HAVE_LIMITS_H 1
2572| #define HAVE_LOCALE_H 1
2573| #define HAVE_MEMBERSHIP_H 1
2574| #define HAVE_PATHS_H 1
2575| #define HAVE_POLL_H 1
2576| #define HAVE_PTHREAD_H 1
2577| #define HAVE_PWD_H 1
2578| #define HAVE_READPASSPHRASE_H 1
2579| #define HAVE_SIGNAL_H 1
2580| #define HAVE_SPAWN_H 1
2581| #define HAVE_STDARG_H 1
2582| #define HAVE_STDINT_H 1
2583| #define HAVE_STDLIB_H 1
2584| #define HAVE_STRING_H 1
2585| #define HAVE_SYS_ACL_H 1
2586| #define HAVE_SYS_CDEFS_H 1
2587| #define HAVE_SYS_IOCTL_H 1
2588| #define HAVE_SYS_MOUNT_H 1
2589| #define HAVE_SYS_QUEUE_H 1
2590| #define HAVE_SYS_PARAM_H 1
2591| #define HAVE_SYS_POLL_H 1
2592| #define HAVE_SYS_SELECT_H 1
2593| #define HAVE_SYS_STATVFS_H 1
2594| #define HAVE_SYS_TIME_H 1
2595| #define HAVE_SYS_UTSNAME_H 1
2596| #define HAVE_SYS_XATTR_H 1
2597| #define HAVE_TIME_H 1
2598| #define HAVE_UNISTD_H 1
2599| #define HAVE_UTIME_H 1
2600| #define HAVE_WCHAR_H 1
2601| #define HAVE_WCTYPE_H 1
2602| /* end confdefs.h.  */
2603| #include <stddef.h>
2604| #ifdef HAVE_STDIO_H
2605| # include <stdio.h>
2606| #endif
2607| #ifdef HAVE_STDLIB_H
2608| # include <stdlib.h>
2609| #endif
2610| #ifdef HAVE_STRING_H
2611| # include <string.h>
2612| #endif
2613| #ifdef HAVE_INTTYPES_H
2614| # include <inttypes.h>
2615| #endif
2616| #ifdef HAVE_STDINT_H
2617| # include <stdint.h>
2618| #endif
2619| #ifdef HAVE_STRINGS_H
2620| # include <strings.h>
2621| #endif
2622| #ifdef HAVE_SYS_TYPES_H
2623| # include <sys/types.h>
2624| #endif
2625| #ifdef HAVE_SYS_STAT_H
2626| # include <sys/stat.h>
2627| #endif
2628| #ifdef HAVE_UNISTD_H
2629| # include <unistd.h>
2630| #endif
2631| #include <windows.h>
2632configure:14982: result: no
2633configure:14990: checking for wincrypt.h
2634configure:14990: gcc -c -g -O2  conftest.c >&5
2635conftest.c:94:10: fatal error: 'wincrypt.h' file not found
2636#include <wincrypt.h>
2637         ^~~~~~~~~~~~
26381 error generated.
2639configure:14990: $? = 1
2640configure: failed program was:
2641| /* confdefs.h */
2642| #define PACKAGE_NAME "libarchive"
2643| #define PACKAGE_TARNAME "libarchive"
2644| #define PACKAGE_VERSION "3.7.2"
2645| #define PACKAGE_STRING "libarchive 3.7.2"
2646| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
2647| #define PACKAGE_URL ""
2648| #define PACKAGE "libarchive"
2649| #define VERSION "3.7.2"
2650| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
2651| #define LIBARCHIVE_VERSION_STRING "3.7.2"
2652| #define LIBARCHIVE_VERSION_NUMBER "3007002"
2653| #define BSDCPIO_VERSION_STRING "3.7.2"
2654| #define BSDTAR_VERSION_STRING "3.7.2"
2655| #define BSDCAT_VERSION_STRING "3.7.2"
2656| #define BSDUNZIP_VERSION_STRING "3.7.2"
2657| #define HAVE_STDIO_H 1
2658| #define HAVE_STDLIB_H 1
2659| #define HAVE_STRING_H 1
2660| #define HAVE_INTTYPES_H 1
2661| #define HAVE_STDINT_H 1
2662| #define HAVE_STRINGS_H 1
2663| #define HAVE_SYS_STAT_H 1
2664| #define HAVE_SYS_TYPES_H 1
2665| #define HAVE_UNISTD_H 1
2666| #define HAVE_WCHAR_H 1
2667| #define HAVE_SYS_TIME_H 1
2668| #define STDC_HEADERS 1
2669| #define _ALL_SOURCE 1
2670| #define _DARWIN_C_SOURCE 1
2671| #define _GNU_SOURCE 1
2672| #define _HPUX_ALT_XOPEN_SOCKET_API 1
2673| #define _NETBSD_SOURCE 1
2674| #define _OPENBSD_SOURCE 1
2675| #define _POSIX_PTHREAD_SEMANTICS 1
2676| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2677| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2678| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2679| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2680| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2681| #define __STDC_WANT_LIB_EXT2__ 1
2682| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2683| #define _TANDEM_SOURCE 1
2684| #define __EXTENSIONS__ 1
2685| #define HAVE_DLFCN_H 1
2686| #define LT_OBJDIR ".libs/"
2687| #define HAVE_DIRENT_H 1
2688| #define HAVE_SYS_WAIT_H 1
2689| #define HAVE_COPYFILE_H 1
2690| #define HAVE_CTYPE_H 1
2691| #define HAVE_ERRNO_H 1
2692| #define HAVE_FCNTL_H 1
2693| #define HAVE_FNMATCH_H 1
2694| #define HAVE_GRP_H 1
2695| #define HAVE_INTTYPES_H 1
2696| #define HAVE_LANGINFO_H 1
2697| #define HAVE_LIMITS_H 1
2698| #define HAVE_LOCALE_H 1
2699| #define HAVE_MEMBERSHIP_H 1
2700| #define HAVE_PATHS_H 1
2701| #define HAVE_POLL_H 1
2702| #define HAVE_PTHREAD_H 1
2703| #define HAVE_PWD_H 1
2704| #define HAVE_READPASSPHRASE_H 1
2705| #define HAVE_SIGNAL_H 1
2706| #define HAVE_SPAWN_H 1
2707| #define HAVE_STDARG_H 1
2708| #define HAVE_STDINT_H 1
2709| #define HAVE_STDLIB_H 1
2710| #define HAVE_STRING_H 1
2711| #define HAVE_SYS_ACL_H 1
2712| #define HAVE_SYS_CDEFS_H 1
2713| #define HAVE_SYS_IOCTL_H 1
2714| #define HAVE_SYS_MOUNT_H 1
2715| #define HAVE_SYS_QUEUE_H 1
2716| #define HAVE_SYS_PARAM_H 1
2717| #define HAVE_SYS_POLL_H 1
2718| #define HAVE_SYS_SELECT_H 1
2719| #define HAVE_SYS_STATVFS_H 1
2720| #define HAVE_SYS_TIME_H 1
2721| #define HAVE_SYS_UTSNAME_H 1
2722| #define HAVE_SYS_XATTR_H 1
2723| #define HAVE_TIME_H 1
2724| #define HAVE_UNISTD_H 1
2725| #define HAVE_UTIME_H 1
2726| #define HAVE_WCHAR_H 1
2727| #define HAVE_WCTYPE_H 1
2728| /* end confdefs.h.  */
2729| #ifdef HAVE_WINDOWS_H
2730| # include <windows.h>
2731| #endif
2732|
2733|
2734| #include <wincrypt.h>
2735configure:14990: result: no
2736configure:15000: checking for winioctl.h
2737configure:15000: gcc -c -g -O2  conftest.c >&5
2738conftest.c:94:10: fatal error: 'winioctl.h' file not found
2739#include <winioctl.h>
2740         ^~~~~~~~~~~~
27411 error generated.
2742configure:15000: $? = 1
2743configure: failed program was:
2744| /* confdefs.h */
2745| #define PACKAGE_NAME "libarchive"
2746| #define PACKAGE_TARNAME "libarchive"
2747| #define PACKAGE_VERSION "3.7.2"
2748| #define PACKAGE_STRING "libarchive 3.7.2"
2749| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
2750| #define PACKAGE_URL ""
2751| #define PACKAGE "libarchive"
2752| #define VERSION "3.7.2"
2753| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
2754| #define LIBARCHIVE_VERSION_STRING "3.7.2"
2755| #define LIBARCHIVE_VERSION_NUMBER "3007002"
2756| #define BSDCPIO_VERSION_STRING "3.7.2"
2757| #define BSDTAR_VERSION_STRING "3.7.2"
2758| #define BSDCAT_VERSION_STRING "3.7.2"
2759| #define BSDUNZIP_VERSION_STRING "3.7.2"
2760| #define HAVE_STDIO_H 1
2761| #define HAVE_STDLIB_H 1
2762| #define HAVE_STRING_H 1
2763| #define HAVE_INTTYPES_H 1
2764| #define HAVE_STDINT_H 1
2765| #define HAVE_STRINGS_H 1
2766| #define HAVE_SYS_STAT_H 1
2767| #define HAVE_SYS_TYPES_H 1
2768| #define HAVE_UNISTD_H 1
2769| #define HAVE_WCHAR_H 1
2770| #define HAVE_SYS_TIME_H 1
2771| #define STDC_HEADERS 1
2772| #define _ALL_SOURCE 1
2773| #define _DARWIN_C_SOURCE 1
2774| #define _GNU_SOURCE 1
2775| #define _HPUX_ALT_XOPEN_SOCKET_API 1
2776| #define _NETBSD_SOURCE 1
2777| #define _OPENBSD_SOURCE 1
2778| #define _POSIX_PTHREAD_SEMANTICS 1
2779| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2780| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2781| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2782| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2783| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2784| #define __STDC_WANT_LIB_EXT2__ 1
2785| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2786| #define _TANDEM_SOURCE 1
2787| #define __EXTENSIONS__ 1
2788| #define HAVE_DLFCN_H 1
2789| #define LT_OBJDIR ".libs/"
2790| #define HAVE_DIRENT_H 1
2791| #define HAVE_SYS_WAIT_H 1
2792| #define HAVE_COPYFILE_H 1
2793| #define HAVE_CTYPE_H 1
2794| #define HAVE_ERRNO_H 1
2795| #define HAVE_FCNTL_H 1
2796| #define HAVE_FNMATCH_H 1
2797| #define HAVE_GRP_H 1
2798| #define HAVE_INTTYPES_H 1
2799| #define HAVE_LANGINFO_H 1
2800| #define HAVE_LIMITS_H 1
2801| #define HAVE_LOCALE_H 1
2802| #define HAVE_MEMBERSHIP_H 1
2803| #define HAVE_PATHS_H 1
2804| #define HAVE_POLL_H 1
2805| #define HAVE_PTHREAD_H 1
2806| #define HAVE_PWD_H 1
2807| #define HAVE_READPASSPHRASE_H 1
2808| #define HAVE_SIGNAL_H 1
2809| #define HAVE_SPAWN_H 1
2810| #define HAVE_STDARG_H 1
2811| #define HAVE_STDINT_H 1
2812| #define HAVE_STDLIB_H 1
2813| #define HAVE_STRING_H 1
2814| #define HAVE_SYS_ACL_H 1
2815| #define HAVE_SYS_CDEFS_H 1
2816| #define HAVE_SYS_IOCTL_H 1
2817| #define HAVE_SYS_MOUNT_H 1
2818| #define HAVE_SYS_QUEUE_H 1
2819| #define HAVE_SYS_PARAM_H 1
2820| #define HAVE_SYS_POLL_H 1
2821| #define HAVE_SYS_SELECT_H 1
2822| #define HAVE_SYS_STATVFS_H 1
2823| #define HAVE_SYS_TIME_H 1
2824| #define HAVE_SYS_UTSNAME_H 1
2825| #define HAVE_SYS_XATTR_H 1
2826| #define HAVE_TIME_H 1
2827| #define HAVE_UNISTD_H 1
2828| #define HAVE_UTIME_H 1
2829| #define HAVE_WCHAR_H 1
2830| #define HAVE_WCTYPE_H 1
2831| /* end confdefs.h.  */
2832| #ifdef HAVE_WINDOWS_H
2833| # include <windows.h>
2834| #endif
2835|
2836|
2837| #include <winioctl.h>
2838configure:15000: result: no
2839configure:15022: checking for zlib.h
2840configure:15022: gcc -c -g -O2  conftest.c >&5
2841configure:15022: $? = 0
2842configure:15022: result: yes
2843configure:15029: checking for inflate in -lz
2844configure:15052: gcc -o conftest -g -O2   conftest.c -lz   >&5
2845configure:15052: $? = 0
2846configure:15062: result: yes
2847configure:15083: checking for bzlib.h
2848configure:15083: gcc -c -g -O2  conftest.c >&5
2849configure:15083: $? = 0
2850configure:15083: result: yes
2851configure:15120: checking for BZ2_bzDecompressInit in -lbz2
2852configure:15143: gcc -o conftest -g -O2   conftest.c -lbz2  -lz  >&5
2853configure:15143: $? = 0
2854configure:15153: result: yes
2855configure:15176: checking for blake2.h
2856configure:15176: gcc -c -g -O2  conftest.c >&5
2857conftest.c:121:10: fatal error: 'blake2.h' file not found
2858#include <blake2.h>
2859         ^~~~~~~~~~
28601 error generated.
2861configure:15176: $? = 1
2862configure: failed program was:
2863| /* confdefs.h */
2864| #define PACKAGE_NAME "libarchive"
2865| #define PACKAGE_TARNAME "libarchive"
2866| #define PACKAGE_VERSION "3.7.2"
2867| #define PACKAGE_STRING "libarchive 3.7.2"
2868| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
2869| #define PACKAGE_URL ""
2870| #define PACKAGE "libarchive"
2871| #define VERSION "3.7.2"
2872| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
2873| #define LIBARCHIVE_VERSION_STRING "3.7.2"
2874| #define LIBARCHIVE_VERSION_NUMBER "3007002"
2875| #define BSDCPIO_VERSION_STRING "3.7.2"
2876| #define BSDTAR_VERSION_STRING "3.7.2"
2877| #define BSDCAT_VERSION_STRING "3.7.2"
2878| #define BSDUNZIP_VERSION_STRING "3.7.2"
2879| #define HAVE_STDIO_H 1
2880| #define HAVE_STDLIB_H 1
2881| #define HAVE_STRING_H 1
2882| #define HAVE_INTTYPES_H 1
2883| #define HAVE_STDINT_H 1
2884| #define HAVE_STRINGS_H 1
2885| #define HAVE_SYS_STAT_H 1
2886| #define HAVE_SYS_TYPES_H 1
2887| #define HAVE_UNISTD_H 1
2888| #define HAVE_WCHAR_H 1
2889| #define HAVE_SYS_TIME_H 1
2890| #define STDC_HEADERS 1
2891| #define _ALL_SOURCE 1
2892| #define _DARWIN_C_SOURCE 1
2893| #define _GNU_SOURCE 1
2894| #define _HPUX_ALT_XOPEN_SOCKET_API 1
2895| #define _NETBSD_SOURCE 1
2896| #define _OPENBSD_SOURCE 1
2897| #define _POSIX_PTHREAD_SEMANTICS 1
2898| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2899| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2900| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2901| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2902| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2903| #define __STDC_WANT_LIB_EXT2__ 1
2904| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2905| #define _TANDEM_SOURCE 1
2906| #define __EXTENSIONS__ 1
2907| #define HAVE_DLFCN_H 1
2908| #define LT_OBJDIR ".libs/"
2909| #define HAVE_DIRENT_H 1
2910| #define HAVE_SYS_WAIT_H 1
2911| #define HAVE_COPYFILE_H 1
2912| #define HAVE_CTYPE_H 1
2913| #define HAVE_ERRNO_H 1
2914| #define HAVE_FCNTL_H 1
2915| #define HAVE_FNMATCH_H 1
2916| #define HAVE_GRP_H 1
2917| #define HAVE_INTTYPES_H 1
2918| #define HAVE_LANGINFO_H 1
2919| #define HAVE_LIMITS_H 1
2920| #define HAVE_LOCALE_H 1
2921| #define HAVE_MEMBERSHIP_H 1
2922| #define HAVE_PATHS_H 1
2923| #define HAVE_POLL_H 1
2924| #define HAVE_PTHREAD_H 1
2925| #define HAVE_PWD_H 1
2926| #define HAVE_READPASSPHRASE_H 1
2927| #define HAVE_SIGNAL_H 1
2928| #define HAVE_SPAWN_H 1
2929| #define HAVE_STDARG_H 1
2930| #define HAVE_STDINT_H 1
2931| #define HAVE_STDLIB_H 1
2932| #define HAVE_STRING_H 1
2933| #define HAVE_SYS_ACL_H 1
2934| #define HAVE_SYS_CDEFS_H 1
2935| #define HAVE_SYS_IOCTL_H 1
2936| #define HAVE_SYS_MOUNT_H 1
2937| #define HAVE_SYS_QUEUE_H 1
2938| #define HAVE_SYS_PARAM_H 1
2939| #define HAVE_SYS_POLL_H 1
2940| #define HAVE_SYS_SELECT_H 1
2941| #define HAVE_SYS_STATVFS_H 1
2942| #define HAVE_SYS_TIME_H 1
2943| #define HAVE_SYS_UTSNAME_H 1
2944| #define HAVE_SYS_XATTR_H 1
2945| #define HAVE_TIME_H 1
2946| #define HAVE_UNISTD_H 1
2947| #define HAVE_UTIME_H 1
2948| #define HAVE_WCHAR_H 1
2949| #define HAVE_WCTYPE_H 1
2950| #define HAVE_ZLIB_H 1
2951| #define HAVE_LIBZ 1
2952| #define HAVE_BZLIB_H 1
2953| #define HAVE_LIBBZ2 1
2954| /* end confdefs.h.  */
2955| #include <stddef.h>
2956| #ifdef HAVE_STDIO_H
2957| # include <stdio.h>
2958| #endif
2959| #ifdef HAVE_STDLIB_H
2960| # include <stdlib.h>
2961| #endif
2962| #ifdef HAVE_STRING_H
2963| # include <string.h>
2964| #endif
2965| #ifdef HAVE_INTTYPES_H
2966| # include <inttypes.h>
2967| #endif
2968| #ifdef HAVE_STDINT_H
2969| # include <stdint.h>
2970| #endif
2971| #ifdef HAVE_STRINGS_H
2972| # include <strings.h>
2973| #endif
2974| #ifdef HAVE_SYS_TYPES_H
2975| # include <sys/types.h>
2976| #endif
2977| #ifdef HAVE_SYS_STAT_H
2978| # include <sys/stat.h>
2979| #endif
2980| #ifdef HAVE_UNISTD_H
2981| # include <unistd.h>
2982| #endif
2983| #include <blake2.h>
2984configure:15176: result: no
2985configure:15183: checking for blake2sp_init in -lb2
2986configure:15206: gcc -o conftest -g -O2   conftest.c -lb2  -lbz2 -lz  >&5
2987ld: library 'b2' not found
2988clang: error: linker command failed with exit code 1 (use -v to see invocation)
2989configure:15206: $? = 1
2990configure: failed program was:
2991| /* confdefs.h */
2992| #define PACKAGE_NAME "libarchive"
2993| #define PACKAGE_TARNAME "libarchive"
2994| #define PACKAGE_VERSION "3.7.2"
2995| #define PACKAGE_STRING "libarchive 3.7.2"
2996| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
2997| #define PACKAGE_URL ""
2998| #define PACKAGE "libarchive"
2999| #define VERSION "3.7.2"
3000| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
3001| #define LIBARCHIVE_VERSION_STRING "3.7.2"
3002| #define LIBARCHIVE_VERSION_NUMBER "3007002"
3003| #define BSDCPIO_VERSION_STRING "3.7.2"
3004| #define BSDTAR_VERSION_STRING "3.7.2"
3005| #define BSDCAT_VERSION_STRING "3.7.2"
3006| #define BSDUNZIP_VERSION_STRING "3.7.2"
3007| #define HAVE_STDIO_H 1
3008| #define HAVE_STDLIB_H 1
3009| #define HAVE_STRING_H 1
3010| #define HAVE_INTTYPES_H 1
3011| #define HAVE_STDINT_H 1
3012| #define HAVE_STRINGS_H 1
3013| #define HAVE_SYS_STAT_H 1
3014| #define HAVE_SYS_TYPES_H 1
3015| #define HAVE_UNISTD_H 1
3016| #define HAVE_WCHAR_H 1
3017| #define HAVE_SYS_TIME_H 1
3018| #define STDC_HEADERS 1
3019| #define _ALL_SOURCE 1
3020| #define _DARWIN_C_SOURCE 1
3021| #define _GNU_SOURCE 1
3022| #define _HPUX_ALT_XOPEN_SOCKET_API 1
3023| #define _NETBSD_SOURCE 1
3024| #define _OPENBSD_SOURCE 1
3025| #define _POSIX_PTHREAD_SEMANTICS 1
3026| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
3027| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
3028| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
3029| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
3030| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
3031| #define __STDC_WANT_LIB_EXT2__ 1
3032| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
3033| #define _TANDEM_SOURCE 1
3034| #define __EXTENSIONS__ 1
3035| #define HAVE_DLFCN_H 1
3036| #define LT_OBJDIR ".libs/"
3037| #define HAVE_DIRENT_H 1
3038| #define HAVE_SYS_WAIT_H 1
3039| #define HAVE_COPYFILE_H 1
3040| #define HAVE_CTYPE_H 1
3041| #define HAVE_ERRNO_H 1
3042| #define HAVE_FCNTL_H 1
3043| #define HAVE_FNMATCH_H 1
3044| #define HAVE_GRP_H 1
3045| #define HAVE_INTTYPES_H 1
3046| #define HAVE_LANGINFO_H 1
3047| #define HAVE_LIMITS_H 1
3048| #define HAVE_LOCALE_H 1
3049| #define HAVE_MEMBERSHIP_H 1
3050| #define HAVE_PATHS_H 1
3051| #define HAVE_POLL_H 1
3052| #define HAVE_PTHREAD_H 1
3053| #define HAVE_PWD_H 1
3054| #define HAVE_READPASSPHRASE_H 1
3055| #define HAVE_SIGNAL_H 1
3056| #define HAVE_SPAWN_H 1
3057| #define HAVE_STDARG_H 1
3058| #define HAVE_STDINT_H 1
3059| #define HAVE_STDLIB_H 1
3060| #define HAVE_STRING_H 1
3061| #define HAVE_SYS_ACL_H 1
3062| #define HAVE_SYS_CDEFS_H 1
3063| #define HAVE_SYS_IOCTL_H 1
3064| #define HAVE_SYS_MOUNT_H 1
3065| #define HAVE_SYS_QUEUE_H 1
3066| #define HAVE_SYS_PARAM_H 1
3067| #define HAVE_SYS_POLL_H 1
3068| #define HAVE_SYS_SELECT_H 1
3069| #define HAVE_SYS_STATVFS_H 1
3070| #define HAVE_SYS_TIME_H 1
3071| #define HAVE_SYS_UTSNAME_H 1
3072| #define HAVE_SYS_XATTR_H 1
3073| #define HAVE_TIME_H 1
3074| #define HAVE_UNISTD_H 1
3075| #define HAVE_UTIME_H 1
3076| #define HAVE_WCHAR_H 1
3077| #define HAVE_WCTYPE_H 1
3078| #define HAVE_ZLIB_H 1
3079| #define HAVE_LIBZ 1
3080| #define HAVE_BZLIB_H 1
3081| #define HAVE_LIBBZ2 1
3082| /* end confdefs.h.  */
3083|
3084| /* Override any GCC internal prototype to avoid an error.
3085|    Use char because int might match the return type of a GCC
3086|    builtin and then its argument prototype would still apply.  */
3087| char blake2sp_init ();
3088| int
3089| main (void)
3090| {
3091| return blake2sp_init ();
3092|   ;
3093|   return 0;
3094| }
3095configure:15216: result: no
3096configure:15286: checking for ld used by GCC
3097++ gcc -print-prog-name=ld
3098configure:15351: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
3099configure:15358: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
3100configure:15372: result: no
3101configure:15380: checking for shared library run path origin
3102configure:15394: result: done
3103configure:15976: checking for iconv
3104configure:16001: gcc -o conftest -g -O2 -I/opt/local/include  conftest.c -lbz2 -lz  >&5
3105ld: Undefined symbols:
3106  _libiconv, referenced from:
3107      _main in conftest-9e0d75.o
3108  _libiconv_close, referenced from:
3109      _main in conftest-9e0d75.o
3110  _libiconv_open, referenced from:
3111      _main in conftest-9e0d75.o
3112clang: error: linker command failed with exit code 1 (use -v to see invocation)
3113configure:16001: $? = 1
3114configure: failed program was:
3115| /* confdefs.h */
3116| #define PACKAGE_NAME "libarchive"
3117| #define PACKAGE_TARNAME "libarchive"
3118| #define PACKAGE_VERSION "3.7.2"
3119| #define PACKAGE_STRING "libarchive 3.7.2"
3120| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
3121| #define PACKAGE_URL ""
3122| #define PACKAGE "libarchive"
3123| #define VERSION "3.7.2"
3124| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
3125| #define LIBARCHIVE_VERSION_STRING "3.7.2"
3126| #define LIBARCHIVE_VERSION_NUMBER "3007002"
3127| #define BSDCPIO_VERSION_STRING "3.7.2"
3128| #define BSDTAR_VERSION_STRING "3.7.2"
3129| #define BSDCAT_VERSION_STRING "3.7.2"
3130| #define BSDUNZIP_VERSION_STRING "3.7.2"
3131| #define HAVE_STDIO_H 1
3132| #define HAVE_STDLIB_H 1
3133| #define HAVE_STRING_H 1
3134| #define HAVE_INTTYPES_H 1
3135| #define HAVE_STDINT_H 1
3136| #define HAVE_STRINGS_H 1
3137| #define HAVE_SYS_STAT_H 1
3138| #define HAVE_SYS_TYPES_H 1
3139| #define HAVE_UNISTD_H 1
3140| #define HAVE_WCHAR_H 1
3141| #define HAVE_SYS_TIME_H 1
3142| #define STDC_HEADERS 1
3143| #define _ALL_SOURCE 1
3144| #define _DARWIN_C_SOURCE 1
3145| #define _GNU_SOURCE 1
3146| #define _HPUX_ALT_XOPEN_SOCKET_API 1
3147| #define _NETBSD_SOURCE 1
3148| #define _OPENBSD_SOURCE 1
3149| #define _POSIX_PTHREAD_SEMANTICS 1
3150| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
3151| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
3152| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
3153| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
3154| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
3155| #define __STDC_WANT_LIB_EXT2__ 1
3156| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
3157| #define _TANDEM_SOURCE 1
3158| #define __EXTENSIONS__ 1
3159| #define HAVE_DLFCN_H 1
3160| #define LT_OBJDIR ".libs/"
3161| #define HAVE_DIRENT_H 1
3162| #define HAVE_SYS_WAIT_H 1
3163| #define HAVE_COPYFILE_H 1
3164| #define HAVE_CTYPE_H 1
3165| #define HAVE_ERRNO_H 1
3166| #define HAVE_FCNTL_H 1
3167| #define HAVE_FNMATCH_H 1
3168| #define HAVE_GRP_H 1
3169| #define HAVE_INTTYPES_H 1
3170| #define HAVE_LANGINFO_H 1
3171| #define HAVE_LIMITS_H 1
3172| #define HAVE_LOCALE_H 1
3173| #define HAVE_MEMBERSHIP_H 1
3174| #define HAVE_PATHS_H 1
3175| #define HAVE_POLL_H 1
3176| #define HAVE_PTHREAD_H 1
3177| #define HAVE_PWD_H 1
3178| #define HAVE_READPASSPHRASE_H 1
3179| #define HAVE_SIGNAL_H 1
3180| #define HAVE_SPAWN_H 1
3181| #define HAVE_STDARG_H 1
3182| #define HAVE_STDINT_H 1
3183| #define HAVE_STDLIB_H 1
3184| #define HAVE_STRING_H 1
3185| #define HAVE_SYS_ACL_H 1
3186| #define HAVE_SYS_CDEFS_H 1
3187| #define HAVE_SYS_IOCTL_H 1
3188| #define HAVE_SYS_MOUNT_H 1
3189| #define HAVE_SYS_QUEUE_H 1
3190| #define HAVE_SYS_PARAM_H 1
3191| #define HAVE_SYS_POLL_H 1
3192| #define HAVE_SYS_SELECT_H 1
3193| #define HAVE_SYS_STATVFS_H 1
3194| #define HAVE_SYS_TIME_H 1
3195| #define HAVE_SYS_UTSNAME_H 1
3196| #define HAVE_SYS_XATTR_H 1
3197| #define HAVE_TIME_H 1
3198| #define HAVE_UNISTD_H 1
3199| #define HAVE_UTIME_H 1
3200| #define HAVE_WCHAR_H 1
3201| #define HAVE_WCTYPE_H 1
3202| #define HAVE_ZLIB_H 1
3203| #define HAVE_LIBZ 1
3204| #define HAVE_BZLIB_H 1
3205| #define HAVE_LIBBZ2 1
3206| /* end confdefs.h.  */
3207|
3208| #include <stdlib.h>
3209| #include <iconv.h>
3210|
3211| int
3212| main (void)
3213| {
3214| iconv_t cd = iconv_open("","");
3215|            iconv(cd,NULL,NULL,NULL,NULL);
3216|            iconv_close(cd);
3217|   ;
3218|   return 0;
3219| }
3220configure:16026: gcc -o conftest -g -O2 -I/opt/local/include  conftest.c -lbz2 -lz  -L/opt/local/lib -liconv >&5
3221configure:16026: $? = 0
3222configure:16037: result: yes
3223configure:16040: checking for working iconv
3224configure:16171: gcc -o conftest -g -O2 -I/opt/local/include  conftest.c -lbz2 -lz  -L/opt/local/lib -liconv >&5
3225+ eval '$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3226++ gcc -o conftest -g -O2 -I/opt/local/include conftest.c -lbz2 -lz -L/opt/local/lib -liconv
3227configure:16171: $? = 0
3228configure:16171: ./conftest
3229+ eval './conftest$ac_exeext'
3230++ ./conftest
3231configure:16171: $? = 0
3232configure:16184: result: yes
3233configure:16199: checking how to link with libiconv
3234configure:16201: result: -L/opt/local/lib -liconv
3235configure:16212: checking for iconv declaration
3236configure:16242: gcc -c -g -O2 -I/opt/local/include conftest.c >&5
3237configure:16242: $? = 0
3238configure:16253: result:
3239         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
3240configure:16263: checking for iconv.h
3241configure:16263: gcc -c -g -O2 -I/opt/local/include conftest.c >&5
3242configure:16263: $? = 0
3243configure:16263: result: yes
3244configure:16272: checking for localcharset.h
3245configure:16272: gcc -c -g -O2 -I/opt/local/include conftest.c >&5
3246configure:16272: $? = 0
3247configure:16272: result: yes
3248configure:16284: checking for locale_charset
3249configure:16284: gcc -o conftest -g -O2 -I/opt/local/include  conftest.c -lbz2 -lz  -L/opt/local/lib -liconv >&5
3250configure:16284: $? = 0
3251configure:16284: result: yes
3252configure:16350: checking for lz4.h
3253configure:16350: gcc -c -g -O2 -I/opt/local/include conftest.c >&5
3254configure:16350: $? = 0
3255configure:16350: result: yes
3256configure:16356: checking for lz4hc.h
3257configure:16356: gcc -c -g -O2 -I/opt/local/include conftest.c >&5
3258configure:16356: $? = 0
3259configure:16356: result: yes
3260configure:16363: checking for LZ4_decompress_safe in -llz4
3261configure:16386: gcc -o conftest -g -O2 -I/opt/local/include  conftest.c -llz4  -lbz2 -lz  >&5
3262ld: library 'lz4' not found
3263clang: error: linker command failed with exit code 1 (use -v to see invocation)
3264configure:16386: $? = 1
3265configure: failed program was:
3266| /* confdefs.h */
3267| #define PACKAGE_NAME "libarchive"
3268| #define PACKAGE_TARNAME "libarchive"
3269| #define PACKAGE_VERSION "3.7.2"
3270| #define PACKAGE_STRING "libarchive 3.7.2"
3271| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
3272| #define PACKAGE_URL ""
3273| #define PACKAGE "libarchive"
3274| #define VERSION "3.7.2"
3275| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
3276| #define LIBARCHIVE_VERSION_STRING "3.7.2"
3277| #define LIBARCHIVE_VERSION_NUMBER "3007002"
3278| #define BSDCPIO_VERSION_STRING "3.7.2"
3279| #define BSDTAR_VERSION_STRING "3.7.2"
3280| #define BSDCAT_VERSION_STRING "3.7.2"
3281| #define BSDUNZIP_VERSION_STRING "3.7.2"
3282| #define HAVE_STDIO_H 1
3283| #define HAVE_STDLIB_H 1
3284| #define HAVE_STRING_H 1
3285| #define HAVE_INTTYPES_H 1
3286| #define HAVE_STDINT_H 1
3287| #define HAVE_STRINGS_H 1
3288| #define HAVE_SYS_STAT_H 1
3289| #define HAVE_SYS_TYPES_H 1
3290| #define HAVE_UNISTD_H 1
3291| #define HAVE_WCHAR_H 1
3292| #define HAVE_SYS_TIME_H 1
3293| #define STDC_HEADERS 1
3294| #define _ALL_SOURCE 1
3295| #define _DARWIN_C_SOURCE 1
3296| #define _GNU_SOURCE 1
3297| #define _HPUX_ALT_XOPEN_SOCKET_API 1
3298| #define _NETBSD_SOURCE 1
3299| #define _OPENBSD_SOURCE 1
3300| #define _POSIX_PTHREAD_SEMANTICS 1
3301| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
3302| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
3303| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
3304| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
3305| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
3306| #define __STDC_WANT_LIB_EXT2__ 1
3307| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
3308| #define _TANDEM_SOURCE 1
3309| #define __EXTENSIONS__ 1
3310| #define HAVE_DLFCN_H 1
3311| #define LT_OBJDIR ".libs/"
3312| #define HAVE_DIRENT_H 1
3313| #define HAVE_SYS_WAIT_H 1
3314| #define HAVE_COPYFILE_H 1
3315| #define HAVE_CTYPE_H 1
3316| #define HAVE_ERRNO_H 1
3317| #define HAVE_FCNTL_H 1
3318| #define HAVE_FNMATCH_H 1
3319| #define HAVE_GRP_H 1
3320| #define HAVE_INTTYPES_H 1
3321| #define HAVE_LANGINFO_H 1
3322| #define HAVE_LIMITS_H 1
3323| #define HAVE_LOCALE_H 1
3324| #define HAVE_MEMBERSHIP_H 1
3325| #define HAVE_PATHS_H 1
3326| #define HAVE_POLL_H 1
3327| #define HAVE_PTHREAD_H 1
3328| #define HAVE_PWD_H 1
3329| #define HAVE_READPASSPHRASE_H 1
3330| #define HAVE_SIGNAL_H 1
3331| #define HAVE_SPAWN_H 1
3332| #define HAVE_STDARG_H 1
3333| #define HAVE_STDINT_H 1
3334| #define HAVE_STDLIB_H 1
3335| #define HAVE_STRING_H 1
3336| #define HAVE_SYS_ACL_H 1
3337| #define HAVE_SYS_CDEFS_H 1
3338| #define HAVE_SYS_IOCTL_H 1
3339| #define HAVE_SYS_MOUNT_H 1
3340| #define HAVE_SYS_QUEUE_H 1
3341| #define HAVE_SYS_PARAM_H 1
3342| #define HAVE_SYS_POLL_H 1
3343| #define HAVE_SYS_SELECT_H 1
3344| #define HAVE_SYS_STATVFS_H 1
3345| #define HAVE_SYS_TIME_H 1
3346| #define HAVE_SYS_UTSNAME_H 1
3347| #define HAVE_SYS_XATTR_H 1
3348| #define HAVE_TIME_H 1
3349| #define HAVE_UNISTD_H 1
3350| #define HAVE_UTIME_H 1
3351| #define HAVE_WCHAR_H 1
3352| #define HAVE_WCTYPE_H 1
3353| #define HAVE_ZLIB_H 1
3354| #define HAVE_LIBZ 1
3355| #define HAVE_BZLIB_H 1
3356| #define HAVE_LIBBZ2 1
3357| #define HAVE_ICONV 1
3358| #define ICONV_CONST
3359| #define HAVE_ICONV_H 1
3360| #define HAVE_LOCALCHARSET_H 1
3361| #define HAVE_LOCALE_CHARSET 1
3362| #define HAVE_LZ4_H 1
3363| #define HAVE_LZ4HC_H 1
3364| /* end confdefs.h.  */
3365|
3366| /* Override any GCC internal prototype to avoid an error.
3367|    Use char because int might match the return type of a GCC
3368|    builtin and then its argument prototype would still apply.  */
3369| char LZ4_decompress_safe ();
3370| int
3371| main (void)
3372| {
3373| return LZ4_decompress_safe ();
3374|   ;
3375|   return 0;
3376| }
3377configure:16396: result: no
3378configure:16417: checking for zstd.h
3379configure:16417: gcc -c -g -O2 -I/opt/local/include conftest.c >&5
3380configure:16417: $? = 0
3381configure:16417: result: yes
3382configure:16424: checking for ZSTD_decompressStream in -lzstd
3383configure:16447: gcc -o conftest -g -O2 -I/opt/local/include  conftest.c -lzstd  -lbz2 -lz  >&5
3384ld: library 'zstd' not found
3385clang: error: linker command failed with exit code 1 (use -v to see invocation)
3386configure:16447: $? = 1
3387configure: failed program was:
3388| /* confdefs.h */
3389| #define PACKAGE_NAME "libarchive"
3390| #define PACKAGE_TARNAME "libarchive"
3391| #define PACKAGE_VERSION "3.7.2"
3392| #define PACKAGE_STRING "libarchive 3.7.2"
3393| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
3394| #define PACKAGE_URL ""
3395| #define PACKAGE "libarchive"
3396| #define VERSION "3.7.2"
3397| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
3398| #define LIBARCHIVE_VERSION_STRING "3.7.2"
3399| #define LIBARCHIVE_VERSION_NUMBER "3007002"
3400| #define BSDCPIO_VERSION_STRING "3.7.2"
3401| #define BSDTAR_VERSION_STRING "3.7.2"
3402| #define BSDCAT_VERSION_STRING "3.7.2"
3403| #define BSDUNZIP_VERSION_STRING "3.7.2"
3404| #define HAVE_STDIO_H 1
3405| #define HAVE_STDLIB_H 1
3406| #define HAVE_STRING_H 1
3407| #define HAVE_INTTYPES_H 1
3408| #define HAVE_STDINT_H 1
3409| #define HAVE_STRINGS_H 1
3410| #define HAVE_SYS_STAT_H 1
3411| #define HAVE_SYS_TYPES_H 1
3412| #define HAVE_UNISTD_H 1
3413| #define HAVE_WCHAR_H 1
3414| #define HAVE_SYS_TIME_H 1
3415| #define STDC_HEADERS 1
3416| #define _ALL_SOURCE 1
3417| #define _DARWIN_C_SOURCE 1
3418| #define _GNU_SOURCE 1
3419| #define _HPUX_ALT_XOPEN_SOCKET_API 1
3420| #define _NETBSD_SOURCE 1
3421| #define _OPENBSD_SOURCE 1
3422| #define _POSIX_PTHREAD_SEMANTICS 1
3423| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
3424| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
3425| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
3426| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
3427| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
3428| #define __STDC_WANT_LIB_EXT2__ 1
3429| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
3430| #define _TANDEM_SOURCE 1
3431| #define __EXTENSIONS__ 1
3432| #define HAVE_DLFCN_H 1
3433| #define LT_OBJDIR ".libs/"
3434| #define HAVE_DIRENT_H 1
3435| #define HAVE_SYS_WAIT_H 1
3436| #define HAVE_COPYFILE_H 1
3437| #define HAVE_CTYPE_H 1
3438| #define HAVE_ERRNO_H 1
3439| #define HAVE_FCNTL_H 1
3440| #define HAVE_FNMATCH_H 1
3441| #define HAVE_GRP_H 1
3442| #define HAVE_INTTYPES_H 1
3443| #define HAVE_LANGINFO_H 1
3444| #define HAVE_LIMITS_H 1
3445| #define HAVE_LOCALE_H 1
3446| #define HAVE_MEMBERSHIP_H 1
3447| #define HAVE_PATHS_H 1
3448| #define HAVE_POLL_H 1
3449| #define HAVE_PTHREAD_H 1
3450| #define HAVE_PWD_H 1
3451| #define HAVE_READPASSPHRASE_H 1
3452| #define HAVE_SIGNAL_H 1
3453| #define HAVE_SPAWN_H 1
3454| #define HAVE_STDARG_H 1
3455| #define HAVE_STDINT_H 1
3456| #define HAVE_STDLIB_H 1
3457| #define HAVE_STRING_H 1
3458| #define HAVE_SYS_ACL_H 1
3459| #define HAVE_SYS_CDEFS_H 1
3460| #define HAVE_SYS_IOCTL_H 1
3461| #define HAVE_SYS_MOUNT_H 1
3462| #define HAVE_SYS_QUEUE_H 1
3463| #define HAVE_SYS_PARAM_H 1
3464| #define HAVE_SYS_POLL_H 1
3465| #define HAVE_SYS_SELECT_H 1
3466| #define HAVE_SYS_STATVFS_H 1
3467| #define HAVE_SYS_TIME_H 1
3468| #define HAVE_SYS_UTSNAME_H 1
3469| #define HAVE_SYS_XATTR_H 1
3470| #define HAVE_TIME_H 1
3471| #define HAVE_UNISTD_H 1
3472| #define HAVE_UTIME_H 1
3473| #define HAVE_WCHAR_H 1
3474| #define HAVE_WCTYPE_H 1
3475| #define HAVE_ZLIB_H 1
3476| #define HAVE_LIBZ 1
3477| #define HAVE_BZLIB_H 1
3478| #define HAVE_LIBBZ2 1
3479| #define HAVE_ICONV 1
3480| #define ICONV_CONST
3481| #define HAVE_ICONV_H 1
3482| #define HAVE_LOCALCHARSET_H 1
3483| #define HAVE_LOCALE_CHARSET 1
3484| #define HAVE_LZ4_H 1
3485| #define HAVE_LZ4HC_H 1
3486| #define HAVE_ZSTD_H 1
3487| /* end confdefs.h.  */
3488|
3489| /* Override any GCC internal prototype to avoid an error.
3490|    Use char because int might match the return type of a GCC
3491|    builtin and then its argument prototype would still apply.  */
3492| char ZSTD_decompressStream ();
3493| int
3494| main (void)
3495| {
3496| return ZSTD_decompressStream ();
3497|   ;
3498|   return 0;
3499| }
3500configure:16457: result: no
3501configure:16467: checking for ZSTD_compressStream in -lzstd
3502configure:16490: gcc -o conftest -g -O2 -I/opt/local/include  conftest.c -lzstd  -lbz2 -lz  >&5
3503ld: library 'zstd' not found
3504clang: error: linker command failed with exit code 1 (use -v to see invocation)
3505configure:16490: $? = 1
3506configure: failed program was:
3507| /* confdefs.h */
3508| #define PACKAGE_NAME "libarchive"
3509| #define PACKAGE_TARNAME "libarchive"
3510| #define PACKAGE_VERSION "3.7.2"
3511| #define PACKAGE_STRING "libarchive 3.7.2"
3512| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
3513| #define PACKAGE_URL ""
3514| #define PACKAGE "libarchive"
3515| #define VERSION "3.7.2"
3516| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
3517| #define LIBARCHIVE_VERSION_STRING "3.7.2"
3518| #define LIBARCHIVE_VERSION_NUMBER "3007002"
3519| #define BSDCPIO_VERSION_STRING "3.7.2"
3520| #define BSDTAR_VERSION_STRING "3.7.2"
3521| #define BSDCAT_VERSION_STRING "3.7.2"
3522| #define BSDUNZIP_VERSION_STRING "3.7.2"
3523| #define HAVE_STDIO_H 1
3524| #define HAVE_STDLIB_H 1
3525| #define HAVE_STRING_H 1
3526| #define HAVE_INTTYPES_H 1
3527| #define HAVE_STDINT_H 1
3528| #define HAVE_STRINGS_H 1
3529| #define HAVE_SYS_STAT_H 1
3530| #define HAVE_SYS_TYPES_H 1
3531| #define HAVE_UNISTD_H 1
3532| #define HAVE_WCHAR_H 1
3533| #define HAVE_SYS_TIME_H 1
3534| #define STDC_HEADERS 1
3535| #define _ALL_SOURCE 1
3536| #define _DARWIN_C_SOURCE 1
3537| #define _GNU_SOURCE 1
3538| #define _HPUX_ALT_XOPEN_SOCKET_API 1
3539| #define _NETBSD_SOURCE 1
3540| #define _OPENBSD_SOURCE 1
3541| #define _POSIX_PTHREAD_SEMANTICS 1
3542| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
3543| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
3544| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
3545| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
3546| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
3547| #define __STDC_WANT_LIB_EXT2__ 1
3548| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
3549| #define _TANDEM_SOURCE 1
3550| #define __EXTENSIONS__ 1
3551| #define HAVE_DLFCN_H 1
3552| #define LT_OBJDIR ".libs/"
3553| #define HAVE_DIRENT_H 1
3554| #define HAVE_SYS_WAIT_H 1
3555| #define HAVE_COPYFILE_H 1
3556| #define HAVE_CTYPE_H 1
3557| #define HAVE_ERRNO_H 1
3558| #define HAVE_FCNTL_H 1
3559| #define HAVE_FNMATCH_H 1
3560| #define HAVE_GRP_H 1
3561| #define HAVE_INTTYPES_H 1
3562| #define HAVE_LANGINFO_H 1
3563| #define HAVE_LIMITS_H 1
3564| #define HAVE_LOCALE_H 1
3565| #define HAVE_MEMBERSHIP_H 1
3566| #define HAVE_PATHS_H 1
3567| #define HAVE_POLL_H 1
3568| #define HAVE_PTHREAD_H 1
3569| #define HAVE_PWD_H 1
3570| #define HAVE_READPASSPHRASE_H 1
3571| #define HAVE_SIGNAL_H 1
3572| #define HAVE_SPAWN_H 1
3573| #define HAVE_STDARG_H 1
3574| #define HAVE_STDINT_H 1
3575| #define HAVE_STDLIB_H 1
3576| #define HAVE_STRING_H 1
3577| #define HAVE_SYS_ACL_H 1
3578| #define HAVE_SYS_CDEFS_H 1
3579| #define HAVE_SYS_IOCTL_H 1
3580| #define HAVE_SYS_MOUNT_H 1
3581| #define HAVE_SYS_QUEUE_H 1
3582| #define HAVE_SYS_PARAM_H 1
3583| #define HAVE_SYS_POLL_H 1
3584| #define HAVE_SYS_SELECT_H 1
3585| #define HAVE_SYS_STATVFS_H 1
3586| #define HAVE_SYS_TIME_H 1
3587| #define HAVE_SYS_UTSNAME_H 1
3588| #define HAVE_SYS_XATTR_H 1
3589| #define HAVE_TIME_H 1
3590| #define HAVE_UNISTD_H 1
3591| #define HAVE_UTIME_H 1
3592| #define HAVE_WCHAR_H 1
3593| #define HAVE_WCTYPE_H 1
3594| #define HAVE_ZLIB_H 1
3595| #define HAVE_LIBZ 1
3596| #define HAVE_BZLIB_H 1
3597| #define HAVE_LIBBZ2 1
3598| #define HAVE_ICONV 1
3599| #define ICONV_CONST
3600| #define HAVE_ICONV_H 1
3601| #define HAVE_LOCALCHARSET_H 1
3602| #define HAVE_LOCALE_CHARSET 1
3603| #define HAVE_LZ4_H 1
3604| #define HAVE_LZ4HC_H 1
3605| #define HAVE_ZSTD_H 1
3606| /* end confdefs.h.  */
3607|
3608| /* Override any GCC internal prototype to avoid an error.
3609|    Use char because int might match the return type of a GCC
3610|    builtin and then its argument prototype would still apply.  */
3611| char ZSTD_compressStream ();
3612| int
3613| main (void)
3614| {
3615| return ZSTD_compressStream ();
3616|   ;
3617|   return 0;
3618| }
3619configure:16500: result: no
3620configure:16520: checking for lzma.h
3621configure:16520: gcc -c -g -O2 -I/opt/local/include conftest.c >&5
3622configure:16520: $? = 0
3623configure:16520: result: yes
3624configure:16527: checking for lzma_stream_decoder in -llzma
3625configure:16550: gcc -o conftest -g -O2 -I/opt/local/include  conftest.c -llzma  -lbz2 -lz  >&5
3626configure:16550: $? = 0
3627configure:16560: result: yes
3628configure:16574: checking whether we have multithread support in lzma
3629configure:16595: gcc -o conftest -g -O2 -I/opt/local/include  conftest.c -llzma -lbz2 -lz  >&5
3630conftest.c:111:1: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
3631lzma_stream_encoder_mt(0, 0);
3632^~~~~~~~~~~~~~~~~~~~~~ ~~~~
36331 warning generated.
3634ld: Undefined symbols:
3635  _lzma_stream_encoder_mt, referenced from:
3636      _main in conftest-e43ea2.o
3637clang: error: linker command failed with exit code 1 (use -v to see invocation)
3638configure:16595: $? = 1
3639configure: failed program was:
3640| /* confdefs.h */
3641| #define PACKAGE_NAME "libarchive"
3642| #define PACKAGE_TARNAME "libarchive"
3643| #define PACKAGE_VERSION "3.7.2"
3644| #define PACKAGE_STRING "libarchive 3.7.2"
3645| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
3646| #define PACKAGE_URL ""
3647| #define PACKAGE "libarchive"
3648| #define VERSION "3.7.2"
3649| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
3650| #define LIBARCHIVE_VERSION_STRING "3.7.2"
3651| #define LIBARCHIVE_VERSION_NUMBER "3007002"
3652| #define BSDCPIO_VERSION_STRING "3.7.2"
3653| #define BSDTAR_VERSION_STRING "3.7.2"
3654| #define BSDCAT_VERSION_STRING "3.7.2"
3655| #define BSDUNZIP_VERSION_STRING "3.7.2"
3656| #define HAVE_STDIO_H 1
3657| #define HAVE_STDLIB_H 1
3658| #define HAVE_STRING_H 1
3659| #define HAVE_INTTYPES_H 1
3660| #define HAVE_STDINT_H 1
3661| #define HAVE_STRINGS_H 1
3662| #define HAVE_SYS_STAT_H 1
3663| #define HAVE_SYS_TYPES_H 1
3664| #define HAVE_UNISTD_H 1
3665| #define HAVE_WCHAR_H 1
3666| #define HAVE_SYS_TIME_H 1
3667| #define STDC_HEADERS 1
3668| #define _ALL_SOURCE 1
3669| #define _DARWIN_C_SOURCE 1
3670| #define _GNU_SOURCE 1
3671| #define _HPUX_ALT_XOPEN_SOCKET_API 1
3672| #define _NETBSD_SOURCE 1
3673| #define _OPENBSD_SOURCE 1
3674| #define _POSIX_PTHREAD_SEMANTICS 1
3675| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
3676| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
3677| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
3678| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
3679| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
3680| #define __STDC_WANT_LIB_EXT2__ 1
3681| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
3682| #define _TANDEM_SOURCE 1
3683| #define __EXTENSIONS__ 1
3684| #define HAVE_DLFCN_H 1
3685| #define LT_OBJDIR ".libs/"
3686| #define HAVE_DIRENT_H 1
3687| #define HAVE_SYS_WAIT_H 1
3688| #define HAVE_COPYFILE_H 1
3689| #define HAVE_CTYPE_H 1
3690| #define HAVE_ERRNO_H 1
3691| #define HAVE_FCNTL_H 1
3692| #define HAVE_FNMATCH_H 1
3693| #define HAVE_GRP_H 1
3694| #define HAVE_INTTYPES_H 1
3695| #define HAVE_LANGINFO_H 1
3696| #define HAVE_LIMITS_H 1
3697| #define HAVE_LOCALE_H 1
3698| #define HAVE_MEMBERSHIP_H 1
3699| #define HAVE_PATHS_H 1
3700| #define HAVE_POLL_H 1
3701| #define HAVE_PTHREAD_H 1
3702| #define HAVE_PWD_H 1
3703| #define HAVE_READPASSPHRASE_H 1
3704| #define HAVE_SIGNAL_H 1
3705| #define HAVE_SPAWN_H 1
3706| #define HAVE_STDARG_H 1
3707| #define HAVE_STDINT_H 1
3708| #define HAVE_STDLIB_H 1
3709| #define HAVE_STRING_H 1
3710| #define HAVE_SYS_ACL_H 1
3711| #define HAVE_SYS_CDEFS_H 1
3712| #define HAVE_SYS_IOCTL_H 1
3713| #define HAVE_SYS_MOUNT_H 1
3714| #define HAVE_SYS_QUEUE_H 1
3715| #define HAVE_SYS_PARAM_H 1
3716| #define HAVE_SYS_POLL_H 1
3717| #define HAVE_SYS_SELECT_H 1
3718| #define HAVE_SYS_STATVFS_H 1
3719| #define HAVE_SYS_TIME_H 1
3720| #define HAVE_SYS_UTSNAME_H 1
3721| #define HAVE_SYS_XATTR_H 1
3722| #define HAVE_TIME_H 1
3723| #define HAVE_UNISTD_H 1
3724| #define HAVE_UTIME_H 1
3725| #define HAVE_WCHAR_H 1
3726| #define HAVE_WCTYPE_H 1
3727| #define HAVE_ZLIB_H 1
3728| #define HAVE_LIBZ 1
3729| #define HAVE_BZLIB_H 1
3730| #define HAVE_LIBBZ2 1
3731| #define HAVE_ICONV 1
3732| #define ICONV_CONST
3733| #define HAVE_ICONV_H 1
3734| #define HAVE_LOCALCHARSET_H 1
3735| #define HAVE_LOCALE_CHARSET 1
3736| #define HAVE_LZ4_H 1
3737| #define HAVE_LZ4HC_H 1
3738| #define HAVE_ZSTD_H 1
3739| #define HAVE_LZMA_H 1
3740| #define HAVE_LIBLZMA 1
3741| /* end confdefs.h.  */
3742|
3743|       #include <lzma.h>
3744|                        #if LZMA_VERSION < 50020000
3745|                        #error unsupported
3746|                        #endif
3747| int
3748| main (void)
3749| {
3750| lzma_stream_encoder_mt(0, 0);
3751|   ;
3752|   return 0;
3753| }
3754configure:16604: result: no
3755configure:16612: checking whether we have ARM64 filter support in lzma
3756configure:16633: gcc -o conftest -g -O2 -I/opt/local/include  conftest.c -llzma -lbz2 -lz  >&5
3757configure:16633: $? = 0
3758configure:16642: result: yes
3759configure:16660: checking for lzo/lzoconf.h
3760configure:16660: gcc -c -g -O2 -I/opt/local/include conftest.c >&5
3761configure:16660: $? = 0
3762configure:16660: result: yes
3763configure:16666: checking for lzo/lzo1x.h
3764configure:16666: gcc -c -g -O2 -I/opt/local/include conftest.c >&5
3765configure:16666: $? = 0
3766configure:16666: result: yes
3767configure:16673: checking for lzo1x_decompress_safe in -llzo2
3768configure:16696: gcc -o conftest -g -O2 -I/opt/local/include  conftest.c -llzo2  -llzma -lbz2 -lz  >&5
3769ld: library 'lzo2' not found
3770clang: error: linker command failed with exit code 1 (use -v to see invocation)
3771configure:16696: $? = 1
3772configure: failed program was:
3773| /* confdefs.h */
3774| #define PACKAGE_NAME "libarchive"
3775| #define PACKAGE_TARNAME "libarchive"
3776| #define PACKAGE_VERSION "3.7.2"
3777| #define PACKAGE_STRING "libarchive 3.7.2"
3778| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
3779| #define PACKAGE_URL ""
3780| #define PACKAGE "libarchive"
3781| #define VERSION "3.7.2"
3782| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
3783| #define LIBARCHIVE_VERSION_STRING "3.7.2"
3784| #define LIBARCHIVE_VERSION_NUMBER "3007002"
3785| #define BSDCPIO_VERSION_STRING "3.7.2"
3786| #define BSDTAR_VERSION_STRING "3.7.2"
3787| #define BSDCAT_VERSION_STRING "3.7.2"
3788| #define BSDUNZIP_VERSION_STRING "3.7.2"
3789| #define HAVE_STDIO_H 1
3790| #define HAVE_STDLIB_H 1
3791| #define HAVE_STRING_H 1
3792| #define HAVE_INTTYPES_H 1
3793| #define HAVE_STDINT_H 1
3794| #define HAVE_STRINGS_H 1
3795| #define HAVE_SYS_STAT_H 1
3796| #define HAVE_SYS_TYPES_H 1
3797| #define HAVE_UNISTD_H 1
3798| #define HAVE_WCHAR_H 1
3799| #define HAVE_SYS_TIME_H 1
3800| #define STDC_HEADERS 1
3801| #define _ALL_SOURCE 1
3802| #define _DARWIN_C_SOURCE 1
3803| #define _GNU_SOURCE 1
3804| #define _HPUX_ALT_XOPEN_SOCKET_API 1
3805| #define _NETBSD_SOURCE 1
3806| #define _OPENBSD_SOURCE 1
3807| #define _POSIX_PTHREAD_SEMANTICS 1
3808| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
3809| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
3810| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
3811| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
3812| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
3813| #define __STDC_WANT_LIB_EXT2__ 1
3814| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
3815| #define _TANDEM_SOURCE 1
3816| #define __EXTENSIONS__ 1
3817| #define HAVE_DLFCN_H 1
3818| #define LT_OBJDIR ".libs/"
3819| #define HAVE_DIRENT_H 1
3820| #define HAVE_SYS_WAIT_H 1
3821| #define HAVE_COPYFILE_H 1
3822| #define HAVE_CTYPE_H 1
3823| #define HAVE_ERRNO_H 1
3824| #define HAVE_FCNTL_H 1
3825| #define HAVE_FNMATCH_H 1
3826| #define HAVE_GRP_H 1
3827| #define HAVE_INTTYPES_H 1
3828| #define HAVE_LANGINFO_H 1
3829| #define HAVE_LIMITS_H 1
3830| #define HAVE_LOCALE_H 1
3831| #define HAVE_MEMBERSHIP_H 1
3832| #define HAVE_PATHS_H 1
3833| #define HAVE_POLL_H 1
3834| #define HAVE_PTHREAD_H 1
3835| #define HAVE_PWD_H 1
3836| #define HAVE_READPASSPHRASE_H 1
3837| #define HAVE_SIGNAL_H 1
3838| #define HAVE_SPAWN_H 1
3839| #define HAVE_STDARG_H 1
3840| #define HAVE_STDINT_H 1
3841| #define HAVE_STDLIB_H 1
3842| #define HAVE_STRING_H 1
3843| #define HAVE_SYS_ACL_H 1
3844| #define HAVE_SYS_CDEFS_H 1
3845| #define HAVE_SYS_IOCTL_H 1
3846| #define HAVE_SYS_MOUNT_H 1
3847| #define HAVE_SYS_QUEUE_H 1
3848| #define HAVE_SYS_PARAM_H 1
3849| #define HAVE_SYS_POLL_H 1
3850| #define HAVE_SYS_SELECT_H 1
3851| #define HAVE_SYS_STATVFS_H 1
3852| #define HAVE_SYS_TIME_H 1
3853| #define HAVE_SYS_UTSNAME_H 1
3854| #define HAVE_SYS_XATTR_H 1
3855| #define HAVE_TIME_H 1
3856| #define HAVE_UNISTD_H 1
3857| #define HAVE_UTIME_H 1
3858| #define HAVE_WCHAR_H 1
3859| #define HAVE_WCTYPE_H 1
3860| #define HAVE_ZLIB_H 1
3861| #define HAVE_LIBZ 1
3862| #define HAVE_BZLIB_H 1
3863| #define HAVE_LIBBZ2 1
3864| #define HAVE_ICONV 1
3865| #define ICONV_CONST
3866| #define HAVE_ICONV_H 1
3867| #define HAVE_LOCALCHARSET_H 1
3868| #define HAVE_LOCALE_CHARSET 1
3869| #define HAVE_LZ4_H 1
3870| #define HAVE_LZ4HC_H 1
3871| #define HAVE_ZSTD_H 1
3872| #define HAVE_LZMA_H 1
3873| #define HAVE_LIBLZMA 1
3874| #define HAVE_LZMA_FILTER_ARM64 1
3875| #define HAVE_LZO_LZOCONF_H 1
3876| #define HAVE_LZO_LZO1X_H 1
3877| /* end confdefs.h.  */
3878|
3879| /* Override any GCC internal prototype to avoid an error.
3880|    Use char because int might match the return type of a GCC
3881|    builtin and then its argument prototype would still apply.  */
3882| char lzo1x_decompress_safe ();
3883| int
3884| main (void)
3885| {
3886| return lzo1x_decompress_safe ();
3887|   ;
3888|   return 0;
3889| }
3890configure:16706: result: no
3891configure:16826: checking for pkg-config
3892configure:16849: found /opt/local/bin/pkg-config
3893configure:16861: result: /opt/local/bin/pkg-config
3894configure:16886: checking pkg-config is at least version 0.9.0
3895configure:16889: result: yes
3896configure:16899: checking for libxml-2.0
3897configure:16906: $PKG_CONFIG --exists --print-errors "libxml-2.0"
3898+ /opt/local/bin/pkg-config --exists --print-errors libxml-2.0
3899configure:16909: $? = 0
3900configure:16923: $PKG_CONFIG --exists --print-errors "libxml-2.0"
3901+ /opt/local/bin/pkg-config --exists --print-errors libxml-2.0
3902configure:16926: $? = 0
3903configure:17052: result: yes
3904configure:17057: checking for xmlInitParser in -lxml2
3905configure:17080: gcc -o conftest -g -O2 -I/opt/local/include -I/opt/local/include/libxml2  conftest.c -lxml2  -llzma -lbz2 -lz  -L/opt/local/lib -lxml2 >&5
3906ld: warning: ignoring duplicate libraries: '-lxml2'
3907configure:17080: $? = 0
3908configure:17090: result: yes
3909configure:17104: checking for libxml/xmlreader.h
3910configure:17104: gcc -c -g -O2 -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
3911configure:17104: $? = 0
3912configure:17104: result: yes
3913configure:17110: checking for libxml/xmlwriter.h
3914configure:17110: gcc -c -g -O2 -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
3915configure:17110: $? = 0
3916configure:17110: result: yes
3917configure:17184: checking for regex.h
3918configure:17184: gcc -c -g -O2 -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
3919configure:17184: $? = 0
3920configure:17184: result: yes
3921configure:17192: checking for regcomp
3922configure:17192: gcc -o conftest -g -O2 -I/opt/local/include -I/opt/local/include/libxml2  conftest.c -llzma -lbz2 -lz  -L/opt/local/lib -lxml2 >&5
3923configure:17192: $? = 0
3924configure:17192: result: yes
3925configure:17452: checking whether C compiler accepts -Wall
3926configure:17472: gcc -c -g -O2  -Wall -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
3927configure:17472: $? = 0
3928configure:17482: result: yes
3929configure:17500: : CFLAGS="$CFLAGS"
3930+ : 'CFLAGS=-g -O2 -Wall'
3931configure:17503: $? = 0
3932configure:17452: checking whether C compiler accepts -Wformat
3933configure:17472: gcc -c -g -O2 -Wall  -Wformat -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
3934configure:17472: $? = 0
3935configure:17482: result: yes
3936configure:17500: : CFLAGS="$CFLAGS"
3937+ : 'CFLAGS=-g -O2 -Wall -Wformat'
3938configure:17503: $? = 0
3939configure:17452: checking whether C compiler accepts -Wformat-security
3940configure:17472: gcc -c -g -O2 -Wall -Wformat  -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
3941configure:17472: $? = 0
3942configure:17482: result: yes
3943configure:17500: : CFLAGS="$CFLAGS"
3944+ : 'CFLAGS=-g -O2 -Wall -Wformat -Wformat-security'
3945configure:17503: $? = 0
3946configure:17530: checking whether ld supports --gc-sections
3947configure:17536: gcc -o conftest -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2  -Wl,--gc-sections conftest.c -llzma -lbz2 -lz  -L/opt/local/lib -lxml2 >&5
3948conftest.c:109:13: warning: unused function 'UnusedFunc' [-Wunused-function]
3949static char UnusedFunc() { return 5; } int main() { return 0;}
3950            ^
39511 warning generated.
3952ld: unknown options: --gc-sections
3953clang: error: linker command failed with exit code 1 (use -v to see invocation)
3954configure:17536: $? = 1
3955configure: failed program was:
3956| /* confdefs.h */
3957| #define PACKAGE_NAME "libarchive"
3958| #define PACKAGE_TARNAME "libarchive"
3959| #define PACKAGE_VERSION "3.7.2"
3960| #define PACKAGE_STRING "libarchive 3.7.2"
3961| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
3962| #define PACKAGE_URL ""
3963| #define PACKAGE "libarchive"
3964| #define VERSION "3.7.2"
3965| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
3966| #define LIBARCHIVE_VERSION_STRING "3.7.2"
3967| #define LIBARCHIVE_VERSION_NUMBER "3007002"
3968| #define BSDCPIO_VERSION_STRING "3.7.2"
3969| #define BSDTAR_VERSION_STRING "3.7.2"
3970| #define BSDCAT_VERSION_STRING "3.7.2"
3971| #define BSDUNZIP_VERSION_STRING "3.7.2"
3972| #define HAVE_STDIO_H 1
3973| #define HAVE_STDLIB_H 1
3974| #define HAVE_STRING_H 1
3975| #define HAVE_INTTYPES_H 1
3976| #define HAVE_STDINT_H 1
3977| #define HAVE_STRINGS_H 1
3978| #define HAVE_SYS_STAT_H 1
3979| #define HAVE_SYS_TYPES_H 1
3980| #define HAVE_UNISTD_H 1
3981| #define HAVE_WCHAR_H 1
3982| #define HAVE_SYS_TIME_H 1
3983| #define STDC_HEADERS 1
3984| #define _ALL_SOURCE 1
3985| #define _DARWIN_C_SOURCE 1
3986| #define _GNU_SOURCE 1
3987| #define _HPUX_ALT_XOPEN_SOCKET_API 1
3988| #define _NETBSD_SOURCE 1
3989| #define _OPENBSD_SOURCE 1
3990| #define _POSIX_PTHREAD_SEMANTICS 1
3991| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
3992| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
3993| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
3994| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
3995| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
3996| #define __STDC_WANT_LIB_EXT2__ 1
3997| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
3998| #define _TANDEM_SOURCE 1
3999| #define __EXTENSIONS__ 1
4000| #define HAVE_DLFCN_H 1
4001| #define LT_OBJDIR ".libs/"
4002| #define HAVE_DIRENT_H 1
4003| #define HAVE_SYS_WAIT_H 1
4004| #define HAVE_COPYFILE_H 1
4005| #define HAVE_CTYPE_H 1
4006| #define HAVE_ERRNO_H 1
4007| #define HAVE_FCNTL_H 1
4008| #define HAVE_FNMATCH_H 1
4009| #define HAVE_GRP_H 1
4010| #define HAVE_INTTYPES_H 1
4011| #define HAVE_LANGINFO_H 1
4012| #define HAVE_LIMITS_H 1
4013| #define HAVE_LOCALE_H 1
4014| #define HAVE_MEMBERSHIP_H 1
4015| #define HAVE_PATHS_H 1
4016| #define HAVE_POLL_H 1
4017| #define HAVE_PTHREAD_H 1
4018| #define HAVE_PWD_H 1
4019| #define HAVE_READPASSPHRASE_H 1
4020| #define HAVE_SIGNAL_H 1
4021| #define HAVE_SPAWN_H 1
4022| #define HAVE_STDARG_H 1
4023| #define HAVE_STDINT_H 1
4024| #define HAVE_STDLIB_H 1
4025| #define HAVE_STRING_H 1
4026| #define HAVE_SYS_ACL_H 1
4027| #define HAVE_SYS_CDEFS_H 1
4028| #define HAVE_SYS_IOCTL_H 1
4029| #define HAVE_SYS_MOUNT_H 1
4030| #define HAVE_SYS_QUEUE_H 1
4031| #define HAVE_SYS_PARAM_H 1
4032| #define HAVE_SYS_POLL_H 1
4033| #define HAVE_SYS_SELECT_H 1
4034| #define HAVE_SYS_STATVFS_H 1
4035| #define HAVE_SYS_TIME_H 1
4036| #define HAVE_SYS_UTSNAME_H 1
4037| #define HAVE_SYS_XATTR_H 1
4038| #define HAVE_TIME_H 1
4039| #define HAVE_UNISTD_H 1
4040| #define HAVE_UTIME_H 1
4041| #define HAVE_WCHAR_H 1
4042| #define HAVE_WCTYPE_H 1
4043| #define HAVE_ZLIB_H 1
4044| #define HAVE_LIBZ 1
4045| #define HAVE_BZLIB_H 1
4046| #define HAVE_LIBBZ2 1
4047| #define HAVE_ICONV 1
4048| #define ICONV_CONST
4049| #define HAVE_ICONV_H 1
4050| #define HAVE_LOCALCHARSET_H 1
4051| #define HAVE_LOCALE_CHARSET 1
4052| #define HAVE_LZ4_H 1
4053| #define HAVE_LZ4HC_H 1
4054| #define HAVE_ZSTD_H 1
4055| #define HAVE_LZMA_H 1
4056| #define HAVE_LIBLZMA 1
4057| #define HAVE_LZMA_FILTER_ARM64 1
4058| #define HAVE_LZO_LZOCONF_H 1
4059| #define HAVE_LZO_LZO1X_H 1
4060| #define HAVE_LIBXML_XMLREADER_H 1
4061| #define HAVE_LIBXML_XMLWRITER_H 1
4062| #define HAVE_REGEX_H 1
4063| /* end confdefs.h.  */
4064| static char UnusedFunc() { return 5; } int main() { return 0;}
4065configure:17621: result: no
4066configure:17632: checking for an ANSI C-conforming const
4067configure:17699: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
4068conftest.c:144:16: warning: variable 'foo' set but not used [-Wunused-but-set-variable]
4069    const int *foo = &x[0];
4070               ^
4071conftest.c:149:10: warning: variable 'p' set but not used [-Wunused-but-set-variable]
4072    iptr p = 0;
4073         ^
40742 warnings generated.
4075configure:17699: $? = 0
4076configure:17707: result: yes
4077configure:17717: checking for uid_t in sys/types.h
4078+ eval '$CPP $CPPFLAGS conftest.c'
4079++ gcc -E -I/opt/local/include -I/opt/local/include/libxml2 conftest.c
4080configure:17738: result: yes
4081configure:17753: checking for mode_t
4082configure:17753: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
4083configure:17753: $? = 0
4084configure:17753: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
4085conftest.c:140:21: error: expected expression
4086if (sizeof ((mode_t)))
4087                    ^
40881 error generated.
4089configure:17753: $? = 1
4090configure: failed program was:
4091| /* confdefs.h */
4092| #define PACKAGE_NAME "libarchive"
4093| #define PACKAGE_TARNAME "libarchive"
4094| #define PACKAGE_VERSION "3.7.2"
4095| #define PACKAGE_STRING "libarchive 3.7.2"
4096| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
4097| #define PACKAGE_URL ""
4098| #define PACKAGE "libarchive"
4099| #define VERSION "3.7.2"
4100| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
4101| #define LIBARCHIVE_VERSION_STRING "3.7.2"
4102| #define LIBARCHIVE_VERSION_NUMBER "3007002"
4103| #define BSDCPIO_VERSION_STRING "3.7.2"
4104| #define BSDTAR_VERSION_STRING "3.7.2"
4105| #define BSDCAT_VERSION_STRING "3.7.2"
4106| #define BSDUNZIP_VERSION_STRING "3.7.2"
4107| #define HAVE_STDIO_H 1
4108| #define HAVE_STDLIB_H 1
4109| #define HAVE_STRING_H 1
4110| #define HAVE_INTTYPES_H 1
4111| #define HAVE_STDINT_H 1
4112| #define HAVE_STRINGS_H 1
4113| #define HAVE_SYS_STAT_H 1
4114| #define HAVE_SYS_TYPES_H 1
4115| #define HAVE_UNISTD_H 1
4116| #define HAVE_WCHAR_H 1
4117| #define HAVE_SYS_TIME_H 1
4118| #define STDC_HEADERS 1
4119| #define _ALL_SOURCE 1
4120| #define _DARWIN_C_SOURCE 1
4121| #define _GNU_SOURCE 1
4122| #define _HPUX_ALT_XOPEN_SOCKET_API 1
4123| #define _NETBSD_SOURCE 1
4124| #define _OPENBSD_SOURCE 1
4125| #define _POSIX_PTHREAD_SEMANTICS 1
4126| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
4127| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
4128| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
4129| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
4130| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
4131| #define __STDC_WANT_LIB_EXT2__ 1
4132| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
4133| #define _TANDEM_SOURCE 1
4134| #define __EXTENSIONS__ 1
4135| #define HAVE_DLFCN_H 1
4136| #define LT_OBJDIR ".libs/"
4137| #define HAVE_DIRENT_H 1
4138| #define HAVE_SYS_WAIT_H 1
4139| #define HAVE_COPYFILE_H 1
4140| #define HAVE_CTYPE_H 1
4141| #define HAVE_ERRNO_H 1
4142| #define HAVE_FCNTL_H 1
4143| #define HAVE_FNMATCH_H 1
4144| #define HAVE_GRP_H 1
4145| #define HAVE_INTTYPES_H 1
4146| #define HAVE_LANGINFO_H 1
4147| #define HAVE_LIMITS_H 1
4148| #define HAVE_LOCALE_H 1
4149| #define HAVE_MEMBERSHIP_H 1
4150| #define HAVE_PATHS_H 1
4151| #define HAVE_POLL_H 1
4152| #define HAVE_PTHREAD_H 1
4153| #define HAVE_PWD_H 1
4154| #define HAVE_READPASSPHRASE_H 1
4155| #define HAVE_SIGNAL_H 1
4156| #define HAVE_SPAWN_H 1
4157| #define HAVE_STDARG_H 1
4158| #define HAVE_STDINT_H 1
4159| #define HAVE_STDLIB_H 1
4160| #define HAVE_STRING_H 1
4161| #define HAVE_SYS_ACL_H 1
4162| #define HAVE_SYS_CDEFS_H 1
4163| #define HAVE_SYS_IOCTL_H 1
4164| #define HAVE_SYS_MOUNT_H 1
4165| #define HAVE_SYS_QUEUE_H 1
4166| #define HAVE_SYS_PARAM_H 1
4167| #define HAVE_SYS_POLL_H 1
4168| #define HAVE_SYS_SELECT_H 1
4169| #define HAVE_SYS_STATVFS_H 1
4170| #define HAVE_SYS_TIME_H 1
4171| #define HAVE_SYS_UTSNAME_H 1
4172| #define HAVE_SYS_XATTR_H 1
4173| #define HAVE_TIME_H 1
4174| #define HAVE_UNISTD_H 1
4175| #define HAVE_UTIME_H 1
4176| #define HAVE_WCHAR_H 1
4177| #define HAVE_WCTYPE_H 1
4178| #define HAVE_ZLIB_H 1
4179| #define HAVE_LIBZ 1
4180| #define HAVE_BZLIB_H 1
4181| #define HAVE_LIBBZ2 1
4182| #define HAVE_ICONV 1
4183| #define ICONV_CONST
4184| #define HAVE_ICONV_H 1
4185| #define HAVE_LOCALCHARSET_H 1
4186| #define HAVE_LOCALE_CHARSET 1
4187| #define HAVE_LZ4_H 1
4188| #define HAVE_LZ4HC_H 1
4189| #define HAVE_ZSTD_H 1
4190| #define HAVE_LZMA_H 1
4191| #define HAVE_LIBLZMA 1
4192| #define HAVE_LZMA_FILTER_ARM64 1
4193| #define HAVE_LZO_LZOCONF_H 1
4194| #define HAVE_LZO_LZO1X_H 1
4195| #define HAVE_LIBXML_XMLREADER_H 1
4196| #define HAVE_LIBXML_XMLWRITER_H 1
4197| #define HAVE_REGEX_H 1
4198| /* end confdefs.h.  */
4199| #include <stddef.h>
4200| #ifdef HAVE_STDIO_H
4201| # include <stdio.h>
4202| #endif
4203| #ifdef HAVE_STDLIB_H
4204| # include <stdlib.h>
4205| #endif
4206| #ifdef HAVE_STRING_H
4207| # include <string.h>
4208| #endif
4209| #ifdef HAVE_INTTYPES_H
4210| # include <inttypes.h>
4211| #endif
4212| #ifdef HAVE_STDINT_H
4213| # include <stdint.h>
4214| #endif
4215| #ifdef HAVE_STRINGS_H
4216| # include <strings.h>
4217| #endif
4218| #ifdef HAVE_SYS_TYPES_H
4219| # include <sys/types.h>
4220| #endif
4221| #ifdef HAVE_SYS_STAT_H
4222| # include <sys/stat.h>
4223| #endif
4224| #ifdef HAVE_UNISTD_H
4225| # include <unistd.h>
4226| #endif
4227| int
4228| main (void)
4229| {
4230| if (sizeof ((mode_t)))
4231|           return 0;
4232|   ;
4233|   return 0;
4234| }
4235configure:17753: result: yes
4236configure:17765: checking for off_t
4237configure:17765: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
4238configure:17765: $? = 0
4239configure:17765: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
4240conftest.c:140:20: error: expected expression
4241if (sizeof ((off_t)))
4242                   ^
42431 error generated.
4244configure:17765: $? = 1
4245configure: failed program was:
4246| /* confdefs.h */
4247| #define PACKAGE_NAME "libarchive"
4248| #define PACKAGE_TARNAME "libarchive"
4249| #define PACKAGE_VERSION "3.7.2"
4250| #define PACKAGE_STRING "libarchive 3.7.2"
4251| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
4252| #define PACKAGE_URL ""
4253| #define PACKAGE "libarchive"
4254| #define VERSION "3.7.2"
4255| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
4256| #define LIBARCHIVE_VERSION_STRING "3.7.2"
4257| #define LIBARCHIVE_VERSION_NUMBER "3007002"
4258| #define BSDCPIO_VERSION_STRING "3.7.2"
4259| #define BSDTAR_VERSION_STRING "3.7.2"
4260| #define BSDCAT_VERSION_STRING "3.7.2"
4261| #define BSDUNZIP_VERSION_STRING "3.7.2"
4262| #define HAVE_STDIO_H 1
4263| #define HAVE_STDLIB_H 1
4264| #define HAVE_STRING_H 1
4265| #define HAVE_INTTYPES_H 1
4266| #define HAVE_STDINT_H 1
4267| #define HAVE_STRINGS_H 1
4268| #define HAVE_SYS_STAT_H 1
4269| #define HAVE_SYS_TYPES_H 1
4270| #define HAVE_UNISTD_H 1
4271| #define HAVE_WCHAR_H 1
4272| #define HAVE_SYS_TIME_H 1
4273| #define STDC_HEADERS 1
4274| #define _ALL_SOURCE 1
4275| #define _DARWIN_C_SOURCE 1
4276| #define _GNU_SOURCE 1
4277| #define _HPUX_ALT_XOPEN_SOCKET_API 1
4278| #define _NETBSD_SOURCE 1
4279| #define _OPENBSD_SOURCE 1
4280| #define _POSIX_PTHREAD_SEMANTICS 1
4281| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
4282| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
4283| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
4284| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
4285| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
4286| #define __STDC_WANT_LIB_EXT2__ 1
4287| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
4288| #define _TANDEM_SOURCE 1
4289| #define __EXTENSIONS__ 1
4290| #define HAVE_DLFCN_H 1
4291| #define LT_OBJDIR ".libs/"
4292| #define HAVE_DIRENT_H 1
4293| #define HAVE_SYS_WAIT_H 1
4294| #define HAVE_COPYFILE_H 1
4295| #define HAVE_CTYPE_H 1
4296| #define HAVE_ERRNO_H 1
4297| #define HAVE_FCNTL_H 1
4298| #define HAVE_FNMATCH_H 1
4299| #define HAVE_GRP_H 1
4300| #define HAVE_INTTYPES_H 1
4301| #define HAVE_LANGINFO_H 1
4302| #define HAVE_LIMITS_H 1
4303| #define HAVE_LOCALE_H 1
4304| #define HAVE_MEMBERSHIP_H 1
4305| #define HAVE_PATHS_H 1
4306| #define HAVE_POLL_H 1
4307| #define HAVE_PTHREAD_H 1
4308| #define HAVE_PWD_H 1
4309| #define HAVE_READPASSPHRASE_H 1
4310| #define HAVE_SIGNAL_H 1
4311| #define HAVE_SPAWN_H 1
4312| #define HAVE_STDARG_H 1
4313| #define HAVE_STDINT_H 1
4314| #define HAVE_STDLIB_H 1
4315| #define HAVE_STRING_H 1
4316| #define HAVE_SYS_ACL_H 1
4317| #define HAVE_SYS_CDEFS_H 1
4318| #define HAVE_SYS_IOCTL_H 1
4319| #define HAVE_SYS_MOUNT_H 1
4320| #define HAVE_SYS_QUEUE_H 1
4321| #define HAVE_SYS_PARAM_H 1
4322| #define HAVE_SYS_POLL_H 1
4323| #define HAVE_SYS_SELECT_H 1
4324| #define HAVE_SYS_STATVFS_H 1
4325| #define HAVE_SYS_TIME_H 1
4326| #define HAVE_SYS_UTSNAME_H 1
4327| #define HAVE_SYS_XATTR_H 1
4328| #define HAVE_TIME_H 1
4329| #define HAVE_UNISTD_H 1
4330| #define HAVE_UTIME_H 1
4331| #define HAVE_WCHAR_H 1
4332| #define HAVE_WCTYPE_H 1
4333| #define HAVE_ZLIB_H 1
4334| #define HAVE_LIBZ 1
4335| #define HAVE_BZLIB_H 1
4336| #define HAVE_LIBBZ2 1
4337| #define HAVE_ICONV 1
4338| #define ICONV_CONST
4339| #define HAVE_ICONV_H 1
4340| #define HAVE_LOCALCHARSET_H 1
4341| #define HAVE_LOCALE_CHARSET 1
4342| #define HAVE_LZ4_H 1
4343| #define HAVE_LZ4HC_H 1
4344| #define HAVE_ZSTD_H 1
4345| #define HAVE_LZMA_H 1
4346| #define HAVE_LIBLZMA 1
4347| #define HAVE_LZMA_FILTER_ARM64 1
4348| #define HAVE_LZO_LZOCONF_H 1
4349| #define HAVE_LZO_LZO1X_H 1
4350| #define HAVE_LIBXML_XMLREADER_H 1
4351| #define HAVE_LIBXML_XMLWRITER_H 1
4352| #define HAVE_REGEX_H 1
4353| /* end confdefs.h.  */
4354| #include <stddef.h>
4355| #ifdef HAVE_STDIO_H
4356| # include <stdio.h>
4357| #endif
4358| #ifdef HAVE_STDLIB_H
4359| # include <stdlib.h>
4360| #endif
4361| #ifdef HAVE_STRING_H
4362| # include <string.h>
4363| #endif
4364| #ifdef HAVE_INTTYPES_H
4365| # include <inttypes.h>
4366| #endif
4367| #ifdef HAVE_STDINT_H
4368| # include <stdint.h>
4369| #endif
4370| #ifdef HAVE_STRINGS_H
4371| # include <strings.h>
4372| #endif
4373| #ifdef HAVE_SYS_TYPES_H
4374| # include <sys/types.h>
4375| #endif
4376| #ifdef HAVE_SYS_STAT_H
4377| # include <sys/stat.h>
4378| #endif
4379| #ifdef HAVE_UNISTD_H
4380| # include <unistd.h>
4381| #endif
4382| int
4383| main (void)
4384| {
4385| if (sizeof ((off_t)))
4386|           return 0;
4387|   ;
4388|   return 0;
4389| }
4390configure:17765: result: yes
4391configure:17775: checking for size_t
4392configure:17775: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
4393configure:17775: $? = 0
4394configure:17775: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
4395conftest.c:140:21: error: expected expression
4396if (sizeof ((size_t)))
4397                    ^
43981 error generated.
4399configure:17775: $? = 1
4400configure: failed program was:
4401| /* confdefs.h */
4402| #define PACKAGE_NAME "libarchive"
4403| #define PACKAGE_TARNAME "libarchive"
4404| #define PACKAGE_VERSION "3.7.2"
4405| #define PACKAGE_STRING "libarchive 3.7.2"
4406| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
4407| #define PACKAGE_URL ""
4408| #define PACKAGE "libarchive"
4409| #define VERSION "3.7.2"
4410| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
4411| #define LIBARCHIVE_VERSION_STRING "3.7.2"
4412| #define LIBARCHIVE_VERSION_NUMBER "3007002"
4413| #define BSDCPIO_VERSION_STRING "3.7.2"
4414| #define BSDTAR_VERSION_STRING "3.7.2"
4415| #define BSDCAT_VERSION_STRING "3.7.2"
4416| #define BSDUNZIP_VERSION_STRING "3.7.2"
4417| #define HAVE_STDIO_H 1
4418| #define HAVE_STDLIB_H 1
4419| #define HAVE_STRING_H 1
4420| #define HAVE_INTTYPES_H 1
4421| #define HAVE_STDINT_H 1
4422| #define HAVE_STRINGS_H 1
4423| #define HAVE_SYS_STAT_H 1
4424| #define HAVE_SYS_TYPES_H 1
4425| #define HAVE_UNISTD_H 1
4426| #define HAVE_WCHAR_H 1
4427| #define HAVE_SYS_TIME_H 1
4428| #define STDC_HEADERS 1
4429| #define _ALL_SOURCE 1
4430| #define _DARWIN_C_SOURCE 1
4431| #define _GNU_SOURCE 1
4432| #define _HPUX_ALT_XOPEN_SOCKET_API 1
4433| #define _NETBSD_SOURCE 1
4434| #define _OPENBSD_SOURCE 1
4435| #define _POSIX_PTHREAD_SEMANTICS 1
4436| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
4437| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
4438| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
4439| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
4440| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
4441| #define __STDC_WANT_LIB_EXT2__ 1
4442| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
4443| #define _TANDEM_SOURCE 1
4444| #define __EXTENSIONS__ 1
4445| #define HAVE_DLFCN_H 1
4446| #define LT_OBJDIR ".libs/"
4447| #define HAVE_DIRENT_H 1
4448| #define HAVE_SYS_WAIT_H 1
4449| #define HAVE_COPYFILE_H 1
4450| #define HAVE_CTYPE_H 1
4451| #define HAVE_ERRNO_H 1
4452| #define HAVE_FCNTL_H 1
4453| #define HAVE_FNMATCH_H 1
4454| #define HAVE_GRP_H 1
4455| #define HAVE_INTTYPES_H 1
4456| #define HAVE_LANGINFO_H 1
4457| #define HAVE_LIMITS_H 1
4458| #define HAVE_LOCALE_H 1
4459| #define HAVE_MEMBERSHIP_H 1
4460| #define HAVE_PATHS_H 1
4461| #define HAVE_POLL_H 1
4462| #define HAVE_PTHREAD_H 1
4463| #define HAVE_PWD_H 1
4464| #define HAVE_READPASSPHRASE_H 1
4465| #define HAVE_SIGNAL_H 1
4466| #define HAVE_SPAWN_H 1
4467| #define HAVE_STDARG_H 1
4468| #define HAVE_STDINT_H 1
4469| #define HAVE_STDLIB_H 1
4470| #define HAVE_STRING_H 1
4471| #define HAVE_SYS_ACL_H 1
4472| #define HAVE_SYS_CDEFS_H 1
4473| #define HAVE_SYS_IOCTL_H 1
4474| #define HAVE_SYS_MOUNT_H 1
4475| #define HAVE_SYS_QUEUE_H 1
4476| #define HAVE_SYS_PARAM_H 1
4477| #define HAVE_SYS_POLL_H 1
4478| #define HAVE_SYS_SELECT_H 1
4479| #define HAVE_SYS_STATVFS_H 1
4480| #define HAVE_SYS_TIME_H 1
4481| #define HAVE_SYS_UTSNAME_H 1
4482| #define HAVE_SYS_XATTR_H 1
4483| #define HAVE_TIME_H 1
4484| #define HAVE_UNISTD_H 1
4485| #define HAVE_UTIME_H 1
4486| #define HAVE_WCHAR_H 1
4487| #define HAVE_WCTYPE_H 1
4488| #define HAVE_ZLIB_H 1
4489| #define HAVE_LIBZ 1
4490| #define HAVE_BZLIB_H 1
4491| #define HAVE_LIBBZ2 1
4492| #define HAVE_ICONV 1
4493| #define ICONV_CONST
4494| #define HAVE_ICONV_H 1
4495| #define HAVE_LOCALCHARSET_H 1
4496| #define HAVE_LOCALE_CHARSET 1
4497| #define HAVE_LZ4_H 1
4498| #define HAVE_LZ4HC_H 1
4499| #define HAVE_ZSTD_H 1
4500| #define HAVE_LZMA_H 1
4501| #define HAVE_LIBLZMA 1
4502| #define HAVE_LZMA_FILTER_ARM64 1
4503| #define HAVE_LZO_LZOCONF_H 1
4504| #define HAVE_LZO_LZO1X_H 1
4505| #define HAVE_LIBXML_XMLREADER_H 1
4506| #define HAVE_LIBXML_XMLWRITER_H 1
4507| #define HAVE_REGEX_H 1
4508| /* end confdefs.h.  */
4509| #include <stddef.h>
4510| #ifdef HAVE_STDIO_H
4511| # include <stdio.h>
4512| #endif
4513| #ifdef HAVE_STDLIB_H
4514| # include <stdlib.h>
4515| #endif
4516| #ifdef HAVE_STRING_H
4517| # include <string.h>
4518| #endif
4519| #ifdef HAVE_INTTYPES_H
4520| # include <inttypes.h>
4521| #endif
4522| #ifdef HAVE_STDINT_H
4523| # include <stdint.h>
4524| #endif
4525| #ifdef HAVE_STRINGS_H
4526| # include <strings.h>
4527| #endif
4528| #ifdef HAVE_SYS_TYPES_H
4529| # include <sys/types.h>
4530| #endif
4531| #ifdef HAVE_SYS_STAT_H
4532| # include <sys/stat.h>
4533| #endif
4534| #ifdef HAVE_UNISTD_H
4535| # include <unistd.h>
4536| #endif
4537| int
4538| main (void)
4539| {
4540| if (sizeof ((size_t)))
4541|           return 0;
4542|   ;
4543|   return 0;
4544| }
4545configure:17775: result: yes
4546configure:17785: checking for id_t
4547configure:17785: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
4548configure:17785: $? = 0
4549configure:17785: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
4550conftest.c:140:19: error: expected expression
4551if (sizeof ((id_t)))
4552                  ^
45531 error generated.
4554configure:17785: $? = 1
4555configure: failed program was:
4556| /* confdefs.h */
4557| #define PACKAGE_NAME "libarchive"
4558| #define PACKAGE_TARNAME "libarchive"
4559| #define PACKAGE_VERSION "3.7.2"
4560| #define PACKAGE_STRING "libarchive 3.7.2"
4561| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
4562| #define PACKAGE_URL ""
4563| #define PACKAGE "libarchive"
4564| #define VERSION "3.7.2"
4565| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
4566| #define LIBARCHIVE_VERSION_STRING "3.7.2"
4567| #define LIBARCHIVE_VERSION_NUMBER "3007002"
4568| #define BSDCPIO_VERSION_STRING "3.7.2"
4569| #define BSDTAR_VERSION_STRING "3.7.2"
4570| #define BSDCAT_VERSION_STRING "3.7.2"
4571| #define BSDUNZIP_VERSION_STRING "3.7.2"
4572| #define HAVE_STDIO_H 1
4573| #define HAVE_STDLIB_H 1
4574| #define HAVE_STRING_H 1
4575| #define HAVE_INTTYPES_H 1
4576| #define HAVE_STDINT_H 1
4577| #define HAVE_STRINGS_H 1
4578| #define HAVE_SYS_STAT_H 1
4579| #define HAVE_SYS_TYPES_H 1
4580| #define HAVE_UNISTD_H 1
4581| #define HAVE_WCHAR_H 1
4582| #define HAVE_SYS_TIME_H 1
4583| #define STDC_HEADERS 1
4584| #define _ALL_SOURCE 1
4585| #define _DARWIN_C_SOURCE 1
4586| #define _GNU_SOURCE 1
4587| #define _HPUX_ALT_XOPEN_SOCKET_API 1
4588| #define _NETBSD_SOURCE 1
4589| #define _OPENBSD_SOURCE 1
4590| #define _POSIX_PTHREAD_SEMANTICS 1
4591| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
4592| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
4593| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
4594| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
4595| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
4596| #define __STDC_WANT_LIB_EXT2__ 1
4597| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
4598| #define _TANDEM_SOURCE 1
4599| #define __EXTENSIONS__ 1
4600| #define HAVE_DLFCN_H 1
4601| #define LT_OBJDIR ".libs/"
4602| #define HAVE_DIRENT_H 1
4603| #define HAVE_SYS_WAIT_H 1
4604| #define HAVE_COPYFILE_H 1
4605| #define HAVE_CTYPE_H 1
4606| #define HAVE_ERRNO_H 1
4607| #define HAVE_FCNTL_H 1
4608| #define HAVE_FNMATCH_H 1
4609| #define HAVE_GRP_H 1
4610| #define HAVE_INTTYPES_H 1
4611| #define HAVE_LANGINFO_H 1
4612| #define HAVE_LIMITS_H 1
4613| #define HAVE_LOCALE_H 1
4614| #define HAVE_MEMBERSHIP_H 1
4615| #define HAVE_PATHS_H 1
4616| #define HAVE_POLL_H 1
4617| #define HAVE_PTHREAD_H 1
4618| #define HAVE_PWD_H 1
4619| #define HAVE_READPASSPHRASE_H 1
4620| #define HAVE_SIGNAL_H 1
4621| #define HAVE_SPAWN_H 1
4622| #define HAVE_STDARG_H 1
4623| #define HAVE_STDINT_H 1
4624| #define HAVE_STDLIB_H 1
4625| #define HAVE_STRING_H 1
4626| #define HAVE_SYS_ACL_H 1
4627| #define HAVE_SYS_CDEFS_H 1
4628| #define HAVE_SYS_IOCTL_H 1
4629| #define HAVE_SYS_MOUNT_H 1
4630| #define HAVE_SYS_QUEUE_H 1
4631| #define HAVE_SYS_PARAM_H 1
4632| #define HAVE_SYS_POLL_H 1
4633| #define HAVE_SYS_SELECT_H 1
4634| #define HAVE_SYS_STATVFS_H 1
4635| #define HAVE_SYS_TIME_H 1
4636| #define HAVE_SYS_UTSNAME_H 1
4637| #define HAVE_SYS_XATTR_H 1
4638| #define HAVE_TIME_H 1
4639| #define HAVE_UNISTD_H 1
4640| #define HAVE_UTIME_H 1
4641| #define HAVE_WCHAR_H 1
4642| #define HAVE_WCTYPE_H 1
4643| #define HAVE_ZLIB_H 1
4644| #define HAVE_LIBZ 1
4645| #define HAVE_BZLIB_H 1
4646| #define HAVE_LIBBZ2 1
4647| #define HAVE_ICONV 1
4648| #define ICONV_CONST
4649| #define HAVE_ICONV_H 1
4650| #define HAVE_LOCALCHARSET_H 1
4651| #define HAVE_LOCALE_CHARSET 1
4652| #define HAVE_LZ4_H 1
4653| #define HAVE_LZ4HC_H 1
4654| #define HAVE_ZSTD_H 1
4655| #define HAVE_LZMA_H 1
4656| #define HAVE_LIBLZMA 1
4657| #define HAVE_LZMA_FILTER_ARM64 1
4658| #define HAVE_LZO_LZOCONF_H 1
4659| #define HAVE_LZO_LZO1X_H 1
4660| #define HAVE_LIBXML_XMLREADER_H 1
4661| #define HAVE_LIBXML_XMLWRITER_H 1
4662| #define HAVE_REGEX_H 1
4663| /* end confdefs.h.  */
4664| #include <stddef.h>
4665| #ifdef HAVE_STDIO_H
4666| # include <stdio.h>
4667| #endif
4668| #ifdef HAVE_STDLIB_H
4669| # include <stdlib.h>
4670| #endif
4671| #ifdef HAVE_STRING_H
4672| # include <string.h>
4673| #endif
4674| #ifdef HAVE_INTTYPES_H
4675| # include <inttypes.h>
4676| #endif
4677| #ifdef HAVE_STDINT_H
4678| # include <stdint.h>
4679| #endif
4680| #ifdef HAVE_STRINGS_H
4681| # include <strings.h>
4682| #endif
4683| #ifdef HAVE_SYS_TYPES_H
4684| # include <sys/types.h>
4685| #endif
4686| #ifdef HAVE_SYS_STAT_H
4687| # include <sys/stat.h>
4688| #endif
4689| #ifdef HAVE_UNISTD_H
4690| # include <unistd.h>
4691| #endif
4692| int
4693| main (void)
4694| {
4695| if (sizeof ((id_t)))
4696|           return 0;
4697|   ;
4698|   return 0;
4699| }
4700configure:17785: result: yes
4701configure:17795: checking for uintptr_t
4702configure:17795: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
4703configure:17795: $? = 0
4704configure:17795: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
4705conftest.c:140:24: error: expected expression
4706if (sizeof ((uintptr_t)))
4707                       ^
47081 error generated.
4709configure:17795: $? = 1
4710configure: failed program was:
4711| /* confdefs.h */
4712| #define PACKAGE_NAME "libarchive"
4713| #define PACKAGE_TARNAME "libarchive"
4714| #define PACKAGE_VERSION "3.7.2"
4715| #define PACKAGE_STRING "libarchive 3.7.2"
4716| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
4717| #define PACKAGE_URL ""
4718| #define PACKAGE "libarchive"
4719| #define VERSION "3.7.2"
4720| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
4721| #define LIBARCHIVE_VERSION_STRING "3.7.2"
4722| #define LIBARCHIVE_VERSION_NUMBER "3007002"
4723| #define BSDCPIO_VERSION_STRING "3.7.2"
4724| #define BSDTAR_VERSION_STRING "3.7.2"
4725| #define BSDCAT_VERSION_STRING "3.7.2"
4726| #define BSDUNZIP_VERSION_STRING "3.7.2"
4727| #define HAVE_STDIO_H 1
4728| #define HAVE_STDLIB_H 1
4729| #define HAVE_STRING_H 1
4730| #define HAVE_INTTYPES_H 1
4731| #define HAVE_STDINT_H 1
4732| #define HAVE_STRINGS_H 1
4733| #define HAVE_SYS_STAT_H 1
4734| #define HAVE_SYS_TYPES_H 1
4735| #define HAVE_UNISTD_H 1
4736| #define HAVE_WCHAR_H 1
4737| #define HAVE_SYS_TIME_H 1
4738| #define STDC_HEADERS 1
4739| #define _ALL_SOURCE 1
4740| #define _DARWIN_C_SOURCE 1
4741| #define _GNU_SOURCE 1
4742| #define _HPUX_ALT_XOPEN_SOCKET_API 1
4743| #define _NETBSD_SOURCE 1
4744| #define _OPENBSD_SOURCE 1
4745| #define _POSIX_PTHREAD_SEMANTICS 1
4746| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
4747| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
4748| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
4749| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
4750| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
4751| #define __STDC_WANT_LIB_EXT2__ 1
4752| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
4753| #define _TANDEM_SOURCE 1
4754| #define __EXTENSIONS__ 1
4755| #define HAVE_DLFCN_H 1
4756| #define LT_OBJDIR ".libs/"
4757| #define HAVE_DIRENT_H 1
4758| #define HAVE_SYS_WAIT_H 1
4759| #define HAVE_COPYFILE_H 1
4760| #define HAVE_CTYPE_H 1
4761| #define HAVE_ERRNO_H 1
4762| #define HAVE_FCNTL_H 1
4763| #define HAVE_FNMATCH_H 1
4764| #define HAVE_GRP_H 1
4765| #define HAVE_INTTYPES_H 1
4766| #define HAVE_LANGINFO_H 1
4767| #define HAVE_LIMITS_H 1
4768| #define HAVE_LOCALE_H 1
4769| #define HAVE_MEMBERSHIP_H 1
4770| #define HAVE_PATHS_H 1
4771| #define HAVE_POLL_H 1
4772| #define HAVE_PTHREAD_H 1
4773| #define HAVE_PWD_H 1
4774| #define HAVE_READPASSPHRASE_H 1
4775| #define HAVE_SIGNAL_H 1
4776| #define HAVE_SPAWN_H 1
4777| #define HAVE_STDARG_H 1
4778| #define HAVE_STDINT_H 1
4779| #define HAVE_STDLIB_H 1
4780| #define HAVE_STRING_H 1
4781| #define HAVE_SYS_ACL_H 1
4782| #define HAVE_SYS_CDEFS_H 1
4783| #define HAVE_SYS_IOCTL_H 1
4784| #define HAVE_SYS_MOUNT_H 1
4785| #define HAVE_SYS_QUEUE_H 1
4786| #define HAVE_SYS_PARAM_H 1
4787| #define HAVE_SYS_POLL_H 1
4788| #define HAVE_SYS_SELECT_H 1
4789| #define HAVE_SYS_STATVFS_H 1
4790| #define HAVE_SYS_TIME_H 1
4791| #define HAVE_SYS_UTSNAME_H 1
4792| #define HAVE_SYS_XATTR_H 1
4793| #define HAVE_TIME_H 1
4794| #define HAVE_UNISTD_H 1
4795| #define HAVE_UTIME_H 1
4796| #define HAVE_WCHAR_H 1
4797| #define HAVE_WCTYPE_H 1
4798| #define HAVE_ZLIB_H 1
4799| #define HAVE_LIBZ 1
4800| #define HAVE_BZLIB_H 1
4801| #define HAVE_LIBBZ2 1
4802| #define HAVE_ICONV 1
4803| #define ICONV_CONST
4804| #define HAVE_ICONV_H 1
4805| #define HAVE_LOCALCHARSET_H 1
4806| #define HAVE_LOCALE_CHARSET 1
4807| #define HAVE_LZ4_H 1
4808| #define HAVE_LZ4HC_H 1
4809| #define HAVE_ZSTD_H 1
4810| #define HAVE_LZMA_H 1
4811| #define HAVE_LIBLZMA 1
4812| #define HAVE_LZMA_FILTER_ARM64 1
4813| #define HAVE_LZO_LZOCONF_H 1
4814| #define HAVE_LZO_LZO1X_H 1
4815| #define HAVE_LIBXML_XMLREADER_H 1
4816| #define HAVE_LIBXML_XMLWRITER_H 1
4817| #define HAVE_REGEX_H 1
4818| /* end confdefs.h.  */
4819| #include <stddef.h>
4820| #ifdef HAVE_STDIO_H
4821| # include <stdio.h>
4822| #endif
4823| #ifdef HAVE_STDLIB_H
4824| # include <stdlib.h>
4825| #endif
4826| #ifdef HAVE_STRING_H
4827| # include <string.h>
4828| #endif
4829| #ifdef HAVE_INTTYPES_H
4830| # include <inttypes.h>
4831| #endif
4832| #ifdef HAVE_STDINT_H
4833| # include <stdint.h>
4834| #endif
4835| #ifdef HAVE_STRINGS_H
4836| # include <strings.h>
4837| #endif
4838| #ifdef HAVE_SYS_TYPES_H
4839| # include <sys/types.h>
4840| #endif
4841| #ifdef HAVE_SYS_STAT_H
4842| # include <sys/stat.h>
4843| #endif
4844| #ifdef HAVE_UNISTD_H
4845| # include <unistd.h>
4846| #endif
4847| int
4848| main (void)
4849| {
4850| if (sizeof ((uintptr_t)))
4851|           return 0;
4852|   ;
4853|   return 0;
4854| }
4855configure:17795: result: yes
4856configure:17807: checking for struct tm.tm_gmtoff
4857configure:17807: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
4858configure:17807: $? = 0
4859configure:17807: result: yes
4860configure:17818: checking for struct tm.__tm_gmtoff
4861configure:17818: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
4862conftest.c:118:13: error: no member named '__tm_gmtoff' in 'struct tm'; did you mean 'tm_gmtoff'?
4863if (ac_aggr.__tm_gmtoff)
4864            ^~~~~~~~~~~
4865            tm_gmtoff
4866/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:85:7: note: 'tm_gmtoff' declared here
4867        long    tm_gmtoff;      /* offset from UTC in seconds */
4868                ^
48691 error generated.
4870configure:17818: $? = 1
4871configure: failed program was:
4872| /* confdefs.h */
4873| #define PACKAGE_NAME "libarchive"
4874| #define PACKAGE_TARNAME "libarchive"
4875| #define PACKAGE_VERSION "3.7.2"
4876| #define PACKAGE_STRING "libarchive 3.7.2"
4877| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
4878| #define PACKAGE_URL ""
4879| #define PACKAGE "libarchive"
4880| #define VERSION "3.7.2"
4881| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
4882| #define LIBARCHIVE_VERSION_STRING "3.7.2"
4883| #define LIBARCHIVE_VERSION_NUMBER "3007002"
4884| #define BSDCPIO_VERSION_STRING "3.7.2"
4885| #define BSDTAR_VERSION_STRING "3.7.2"
4886| #define BSDCAT_VERSION_STRING "3.7.2"
4887| #define BSDUNZIP_VERSION_STRING "3.7.2"
4888| #define HAVE_STDIO_H 1
4889| #define HAVE_STDLIB_H 1
4890| #define HAVE_STRING_H 1
4891| #define HAVE_INTTYPES_H 1
4892| #define HAVE_STDINT_H 1
4893| #define HAVE_STRINGS_H 1
4894| #define HAVE_SYS_STAT_H 1
4895| #define HAVE_SYS_TYPES_H 1
4896| #define HAVE_UNISTD_H 1
4897| #define HAVE_WCHAR_H 1
4898| #define HAVE_SYS_TIME_H 1
4899| #define STDC_HEADERS 1
4900| #define _ALL_SOURCE 1
4901| #define _DARWIN_C_SOURCE 1
4902| #define _GNU_SOURCE 1
4903| #define _HPUX_ALT_XOPEN_SOCKET_API 1
4904| #define _NETBSD_SOURCE 1
4905| #define _OPENBSD_SOURCE 1
4906| #define _POSIX_PTHREAD_SEMANTICS 1
4907| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
4908| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
4909| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
4910| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
4911| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
4912| #define __STDC_WANT_LIB_EXT2__ 1
4913| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
4914| #define _TANDEM_SOURCE 1
4915| #define __EXTENSIONS__ 1
4916| #define HAVE_DLFCN_H 1
4917| #define LT_OBJDIR ".libs/"
4918| #define HAVE_DIRENT_H 1
4919| #define HAVE_SYS_WAIT_H 1
4920| #define HAVE_COPYFILE_H 1
4921| #define HAVE_CTYPE_H 1
4922| #define HAVE_ERRNO_H 1
4923| #define HAVE_FCNTL_H 1
4924| #define HAVE_FNMATCH_H 1
4925| #define HAVE_GRP_H 1
4926| #define HAVE_INTTYPES_H 1
4927| #define HAVE_LANGINFO_H 1
4928| #define HAVE_LIMITS_H 1
4929| #define HAVE_LOCALE_H 1
4930| #define HAVE_MEMBERSHIP_H 1
4931| #define HAVE_PATHS_H 1
4932| #define HAVE_POLL_H 1
4933| #define HAVE_PTHREAD_H 1
4934| #define HAVE_PWD_H 1
4935| #define HAVE_READPASSPHRASE_H 1
4936| #define HAVE_SIGNAL_H 1
4937| #define HAVE_SPAWN_H 1
4938| #define HAVE_STDARG_H 1
4939| #define HAVE_STDINT_H 1
4940| #define HAVE_STDLIB_H 1
4941| #define HAVE_STRING_H 1
4942| #define HAVE_SYS_ACL_H 1
4943| #define HAVE_SYS_CDEFS_H 1
4944| #define HAVE_SYS_IOCTL_H 1
4945| #define HAVE_SYS_MOUNT_H 1
4946| #define HAVE_SYS_QUEUE_H 1
4947| #define HAVE_SYS_PARAM_H 1
4948| #define HAVE_SYS_POLL_H 1
4949| #define HAVE_SYS_SELECT_H 1
4950| #define HAVE_SYS_STATVFS_H 1
4951| #define HAVE_SYS_TIME_H 1
4952| #define HAVE_SYS_UTSNAME_H 1
4953| #define HAVE_SYS_XATTR_H 1
4954| #define HAVE_TIME_H 1
4955| #define HAVE_UNISTD_H 1
4956| #define HAVE_UTIME_H 1
4957| #define HAVE_WCHAR_H 1
4958| #define HAVE_WCTYPE_H 1
4959| #define HAVE_ZLIB_H 1
4960| #define HAVE_LIBZ 1
4961| #define HAVE_BZLIB_H 1
4962| #define HAVE_LIBBZ2 1
4963| #define HAVE_ICONV 1
4964| #define ICONV_CONST
4965| #define HAVE_ICONV_H 1
4966| #define HAVE_LOCALCHARSET_H 1
4967| #define HAVE_LOCALE_CHARSET 1
4968| #define HAVE_LZ4_H 1
4969| #define HAVE_LZ4HC_H 1
4970| #define HAVE_ZSTD_H 1
4971| #define HAVE_LZMA_H 1
4972| #define HAVE_LIBLZMA 1
4973| #define HAVE_LZMA_FILTER_ARM64 1
4974| #define HAVE_LZO_LZOCONF_H 1
4975| #define HAVE_LZO_LZO1X_H 1
4976| #define HAVE_LIBXML_XMLREADER_H 1
4977| #define HAVE_LIBXML_XMLWRITER_H 1
4978| #define HAVE_REGEX_H 1
4979| #define HAVE_STRUCT_TM_TM_GMTOFF 1
4980| /* end confdefs.h.  */
4981|
4982| #include <time.h>
4983|
4984|
4985| int
4986| main (void)
4987| {
4988| static struct tm ac_aggr;
4989| if (ac_aggr.__tm_gmtoff)
4990| return 0;
4991|   ;
4992|   return 0;
4993| }
4994configure:17818: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
4995conftest.c:118:20: error: no member named '__tm_gmtoff' in 'struct tm'; did you mean 'tm_gmtoff'?
4996if (sizeof ac_aggr.__tm_gmtoff)
4997                   ^~~~~~~~~~~
4998                   tm_gmtoff
4999/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/time.h:85:7: note: 'tm_gmtoff' declared here
5000        long    tm_gmtoff;      /* offset from UTC in seconds */
5001                ^
50021 error generated.
5003configure:17818: $? = 1
5004configure: failed program was:
5005| /* confdefs.h */
5006| #define PACKAGE_NAME "libarchive"
5007| #define PACKAGE_TARNAME "libarchive"
5008| #define PACKAGE_VERSION "3.7.2"
5009| #define PACKAGE_STRING "libarchive 3.7.2"
5010| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
5011| #define PACKAGE_URL ""
5012| #define PACKAGE "libarchive"
5013| #define VERSION "3.7.2"
5014| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
5015| #define LIBARCHIVE_VERSION_STRING "3.7.2"
5016| #define LIBARCHIVE_VERSION_NUMBER "3007002"
5017| #define BSDCPIO_VERSION_STRING "3.7.2"
5018| #define BSDTAR_VERSION_STRING "3.7.2"
5019| #define BSDCAT_VERSION_STRING "3.7.2"
5020| #define BSDUNZIP_VERSION_STRING "3.7.2"
5021| #define HAVE_STDIO_H 1
5022| #define HAVE_STDLIB_H 1
5023| #define HAVE_STRING_H 1
5024| #define HAVE_INTTYPES_H 1
5025| #define HAVE_STDINT_H 1
5026| #define HAVE_STRINGS_H 1
5027| #define HAVE_SYS_STAT_H 1
5028| #define HAVE_SYS_TYPES_H 1
5029| #define HAVE_UNISTD_H 1
5030| #define HAVE_WCHAR_H 1
5031| #define HAVE_SYS_TIME_H 1
5032| #define STDC_HEADERS 1
5033| #define _ALL_SOURCE 1
5034| #define _DARWIN_C_SOURCE 1
5035| #define _GNU_SOURCE 1
5036| #define _HPUX_ALT_XOPEN_SOCKET_API 1
5037| #define _NETBSD_SOURCE 1
5038| #define _OPENBSD_SOURCE 1
5039| #define _POSIX_PTHREAD_SEMANTICS 1
5040| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
5041| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
5042| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
5043| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
5044| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
5045| #define __STDC_WANT_LIB_EXT2__ 1
5046| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
5047| #define _TANDEM_SOURCE 1
5048| #define __EXTENSIONS__ 1
5049| #define HAVE_DLFCN_H 1
5050| #define LT_OBJDIR ".libs/"
5051| #define HAVE_DIRENT_H 1
5052| #define HAVE_SYS_WAIT_H 1
5053| #define HAVE_COPYFILE_H 1
5054| #define HAVE_CTYPE_H 1
5055| #define HAVE_ERRNO_H 1
5056| #define HAVE_FCNTL_H 1
5057| #define HAVE_FNMATCH_H 1
5058| #define HAVE_GRP_H 1
5059| #define HAVE_INTTYPES_H 1
5060| #define HAVE_LANGINFO_H 1
5061| #define HAVE_LIMITS_H 1
5062| #define HAVE_LOCALE_H 1
5063| #define HAVE_MEMBERSHIP_H 1
5064| #define HAVE_PATHS_H 1
5065| #define HAVE_POLL_H 1
5066| #define HAVE_PTHREAD_H 1
5067| #define HAVE_PWD_H 1
5068| #define HAVE_READPASSPHRASE_H 1
5069| #define HAVE_SIGNAL_H 1
5070| #define HAVE_SPAWN_H 1
5071| #define HAVE_STDARG_H 1
5072| #define HAVE_STDINT_H 1
5073| #define HAVE_STDLIB_H 1
5074| #define HAVE_STRING_H 1
5075| #define HAVE_SYS_ACL_H 1
5076| #define HAVE_SYS_CDEFS_H 1
5077| #define HAVE_SYS_IOCTL_H 1
5078| #define HAVE_SYS_MOUNT_H 1
5079| #define HAVE_SYS_QUEUE_H 1
5080| #define HAVE_SYS_PARAM_H 1
5081| #define HAVE_SYS_POLL_H 1
5082| #define HAVE_SYS_SELECT_H 1
5083| #define HAVE_SYS_STATVFS_H 1
5084| #define HAVE_SYS_TIME_H 1
5085| #define HAVE_SYS_UTSNAME_H 1
5086| #define HAVE_SYS_XATTR_H 1
5087| #define HAVE_TIME_H 1
5088| #define HAVE_UNISTD_H 1
5089| #define HAVE_UTIME_H 1
5090| #define HAVE_WCHAR_H 1
5091| #define HAVE_WCTYPE_H 1
5092| #define HAVE_ZLIB_H 1
5093| #define HAVE_LIBZ 1
5094| #define HAVE_BZLIB_H 1
5095| #define HAVE_LIBBZ2 1
5096| #define HAVE_ICONV 1
5097| #define ICONV_CONST
5098| #define HAVE_ICONV_H 1
5099| #define HAVE_LOCALCHARSET_H 1
5100| #define HAVE_LOCALE_CHARSET 1
5101| #define HAVE_LZ4_H 1
5102| #define HAVE_LZ4HC_H 1
5103| #define HAVE_ZSTD_H 1
5104| #define HAVE_LZMA_H 1
5105| #define HAVE_LIBLZMA 1
5106| #define HAVE_LZMA_FILTER_ARM64 1
5107| #define HAVE_LZO_LZOCONF_H 1
5108| #define HAVE_LZO_LZO1X_H 1
5109| #define HAVE_LIBXML_XMLREADER_H 1
5110| #define HAVE_LIBXML_XMLWRITER_H 1
5111| #define HAVE_REGEX_H 1
5112| #define HAVE_STRUCT_TM_TM_GMTOFF 1
5113| /* end confdefs.h.  */
5114|
5115| #include <time.h>
5116|
5117|
5118| int
5119| main (void)
5120| {
5121| static struct tm ac_aggr;
5122| if (sizeof ac_aggr.__tm_gmtoff)
5123| return 0;
5124|   ;
5125|   return 0;
5126| }
5127configure:17818: result: no
5128configure:17832: checking for struct statfs.f_namemax
5129configure:17832: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
5130conftest.c:119:13: error: no member named 'f_namemax' in 'struct statfs'
5131if (ac_aggr.f_namemax)
5132    ~~~~~~~ ^
51331 error generated.
5134configure:17832: $? = 1
5135configure: failed program was:
5136| /* confdefs.h */
5137| #define PACKAGE_NAME "libarchive"
5138| #define PACKAGE_TARNAME "libarchive"
5139| #define PACKAGE_VERSION "3.7.2"
5140| #define PACKAGE_STRING "libarchive 3.7.2"
5141| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
5142| #define PACKAGE_URL ""
5143| #define PACKAGE "libarchive"
5144| #define VERSION "3.7.2"
5145| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
5146| #define LIBARCHIVE_VERSION_STRING "3.7.2"
5147| #define LIBARCHIVE_VERSION_NUMBER "3007002"
5148| #define BSDCPIO_VERSION_STRING "3.7.2"
5149| #define BSDTAR_VERSION_STRING "3.7.2"
5150| #define BSDCAT_VERSION_STRING "3.7.2"
5151| #define BSDUNZIP_VERSION_STRING "3.7.2"
5152| #define HAVE_STDIO_H 1
5153| #define HAVE_STDLIB_H 1
5154| #define HAVE_STRING_H 1
5155| #define HAVE_INTTYPES_H 1
5156| #define HAVE_STDINT_H 1
5157| #define HAVE_STRINGS_H 1
5158| #define HAVE_SYS_STAT_H 1
5159| #define HAVE_SYS_TYPES_H 1
5160| #define HAVE_UNISTD_H 1
5161| #define HAVE_WCHAR_H 1
5162| #define HAVE_SYS_TIME_H 1
5163| #define STDC_HEADERS 1
5164| #define _ALL_SOURCE 1
5165| #define _DARWIN_C_SOURCE 1
5166| #define _GNU_SOURCE 1
5167| #define _HPUX_ALT_XOPEN_SOCKET_API 1
5168| #define _NETBSD_SOURCE 1
5169| #define _OPENBSD_SOURCE 1
5170| #define _POSIX_PTHREAD_SEMANTICS 1
5171| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
5172| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
5173| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
5174| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
5175| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
5176| #define __STDC_WANT_LIB_EXT2__ 1
5177| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
5178| #define _TANDEM_SOURCE 1
5179| #define __EXTENSIONS__ 1
5180| #define HAVE_DLFCN_H 1
5181| #define LT_OBJDIR ".libs/"
5182| #define HAVE_DIRENT_H 1
5183| #define HAVE_SYS_WAIT_H 1
5184| #define HAVE_COPYFILE_H 1
5185| #define HAVE_CTYPE_H 1
5186| #define HAVE_ERRNO_H 1
5187| #define HAVE_FCNTL_H 1
5188| #define HAVE_FNMATCH_H 1
5189| #define HAVE_GRP_H 1
5190| #define HAVE_INTTYPES_H 1
5191| #define HAVE_LANGINFO_H 1
5192| #define HAVE_LIMITS_H 1
5193| #define HAVE_LOCALE_H 1
5194| #define HAVE_MEMBERSHIP_H 1
5195| #define HAVE_PATHS_H 1
5196| #define HAVE_POLL_H 1
5197| #define HAVE_PTHREAD_H 1
5198| #define HAVE_PWD_H 1
5199| #define HAVE_READPASSPHRASE_H 1
5200| #define HAVE_SIGNAL_H 1
5201| #define HAVE_SPAWN_H 1
5202| #define HAVE_STDARG_H 1
5203| #define HAVE_STDINT_H 1
5204| #define HAVE_STDLIB_H 1
5205| #define HAVE_STRING_H 1
5206| #define HAVE_SYS_ACL_H 1
5207| #define HAVE_SYS_CDEFS_H 1
5208| #define HAVE_SYS_IOCTL_H 1
5209| #define HAVE_SYS_MOUNT_H 1
5210| #define HAVE_SYS_QUEUE_H 1
5211| #define HAVE_SYS_PARAM_H 1
5212| #define HAVE_SYS_POLL_H 1
5213| #define HAVE_SYS_SELECT_H 1
5214| #define HAVE_SYS_STATVFS_H 1
5215| #define HAVE_SYS_TIME_H 1
5216| #define HAVE_SYS_UTSNAME_H 1
5217| #define HAVE_SYS_XATTR_H 1
5218| #define HAVE_TIME_H 1
5219| #define HAVE_UNISTD_H 1
5220| #define HAVE_UTIME_H 1
5221| #define HAVE_WCHAR_H 1
5222| #define HAVE_WCTYPE_H 1
5223| #define HAVE_ZLIB_H 1
5224| #define HAVE_LIBZ 1
5225| #define HAVE_BZLIB_H 1
5226| #define HAVE_LIBBZ2 1
5227| #define HAVE_ICONV 1
5228| #define ICONV_CONST
5229| #define HAVE_ICONV_H 1
5230| #define HAVE_LOCALCHARSET_H 1
5231| #define HAVE_LOCALE_CHARSET 1
5232| #define HAVE_LZ4_H 1
5233| #define HAVE_LZ4HC_H 1
5234| #define HAVE_ZSTD_H 1
5235| #define HAVE_LZMA_H 1
5236| #define HAVE_LIBLZMA 1
5237| #define HAVE_LZMA_FILTER_ARM64 1
5238| #define HAVE_LZO_LZOCONF_H 1
5239| #define HAVE_LZO_LZO1X_H 1
5240| #define HAVE_LIBXML_XMLREADER_H 1
5241| #define HAVE_LIBXML_XMLWRITER_H 1
5242| #define HAVE_REGEX_H 1
5243| #define HAVE_STRUCT_TM_TM_GMTOFF 1
5244| /* end confdefs.h.  */
5245|
5246| #include <sys/param.h>
5247| #include <sys/mount.h>
5248|
5249|
5250| int
5251| main (void)
5252| {
5253| static struct statfs ac_aggr;
5254| if (ac_aggr.f_namemax)
5255| return 0;
5256|   ;
5257|   return 0;
5258| }
5259configure:17832: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
5260conftest.c:119:20: error: no member named 'f_namemax' in 'struct statfs'
5261if (sizeof ac_aggr.f_namemax)
5262           ~~~~~~~ ^
52631 error generated.
5264configure:17832: $? = 1
5265configure: failed program was:
5266| /* confdefs.h */
5267| #define PACKAGE_NAME "libarchive"
5268| #define PACKAGE_TARNAME "libarchive"
5269| #define PACKAGE_VERSION "3.7.2"
5270| #define PACKAGE_STRING "libarchive 3.7.2"
5271| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
5272| #define PACKAGE_URL ""
5273| #define PACKAGE "libarchive"
5274| #define VERSION "3.7.2"
5275| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
5276| #define LIBARCHIVE_VERSION_STRING "3.7.2"
5277| #define LIBARCHIVE_VERSION_NUMBER "3007002"
5278| #define BSDCPIO_VERSION_STRING "3.7.2"
5279| #define BSDTAR_VERSION_STRING "3.7.2"
5280| #define BSDCAT_VERSION_STRING "3.7.2"
5281| #define BSDUNZIP_VERSION_STRING "3.7.2"
5282| #define HAVE_STDIO_H 1
5283| #define HAVE_STDLIB_H 1
5284| #define HAVE_STRING_H 1
5285| #define HAVE_INTTYPES_H 1
5286| #define HAVE_STDINT_H 1
5287| #define HAVE_STRINGS_H 1
5288| #define HAVE_SYS_STAT_H 1
5289| #define HAVE_SYS_TYPES_H 1
5290| #define HAVE_UNISTD_H 1
5291| #define HAVE_WCHAR_H 1
5292| #define HAVE_SYS_TIME_H 1
5293| #define STDC_HEADERS 1
5294| #define _ALL_SOURCE 1
5295| #define _DARWIN_C_SOURCE 1
5296| #define _GNU_SOURCE 1
5297| #define _HPUX_ALT_XOPEN_SOCKET_API 1
5298| #define _NETBSD_SOURCE 1
5299| #define _OPENBSD_SOURCE 1
5300| #define _POSIX_PTHREAD_SEMANTICS 1
5301| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
5302| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
5303| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
5304| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
5305| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
5306| #define __STDC_WANT_LIB_EXT2__ 1
5307| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
5308| #define _TANDEM_SOURCE 1
5309| #define __EXTENSIONS__ 1
5310| #define HAVE_DLFCN_H 1
5311| #define LT_OBJDIR ".libs/"
5312| #define HAVE_DIRENT_H 1
5313| #define HAVE_SYS_WAIT_H 1
5314| #define HAVE_COPYFILE_H 1
5315| #define HAVE_CTYPE_H 1
5316| #define HAVE_ERRNO_H 1
5317| #define HAVE_FCNTL_H 1
5318| #define HAVE_FNMATCH_H 1
5319| #define HAVE_GRP_H 1
5320| #define HAVE_INTTYPES_H 1
5321| #define HAVE_LANGINFO_H 1
5322| #define HAVE_LIMITS_H 1
5323| #define HAVE_LOCALE_H 1
5324| #define HAVE_MEMBERSHIP_H 1
5325| #define HAVE_PATHS_H 1
5326| #define HAVE_POLL_H 1
5327| #define HAVE_PTHREAD_H 1
5328| #define HAVE_PWD_H 1
5329| #define HAVE_READPASSPHRASE_H 1
5330| #define HAVE_SIGNAL_H 1
5331| #define HAVE_SPAWN_H 1
5332| #define HAVE_STDARG_H 1
5333| #define HAVE_STDINT_H 1
5334| #define HAVE_STDLIB_H 1
5335| #define HAVE_STRING_H 1
5336| #define HAVE_SYS_ACL_H 1
5337| #define HAVE_SYS_CDEFS_H 1
5338| #define HAVE_SYS_IOCTL_H 1
5339| #define HAVE_SYS_MOUNT_H 1
5340| #define HAVE_SYS_QUEUE_H 1
5341| #define HAVE_SYS_PARAM_H 1
5342| #define HAVE_SYS_POLL_H 1
5343| #define HAVE_SYS_SELECT_H 1
5344| #define HAVE_SYS_STATVFS_H 1
5345| #define HAVE_SYS_TIME_H 1
5346| #define HAVE_SYS_UTSNAME_H 1
5347| #define HAVE_SYS_XATTR_H 1
5348| #define HAVE_TIME_H 1
5349| #define HAVE_UNISTD_H 1
5350| #define HAVE_UTIME_H 1
5351| #define HAVE_WCHAR_H 1
5352| #define HAVE_WCTYPE_H 1
5353| #define HAVE_ZLIB_H 1
5354| #define HAVE_LIBZ 1
5355| #define HAVE_BZLIB_H 1
5356| #define HAVE_LIBBZ2 1
5357| #define HAVE_ICONV 1
5358| #define ICONV_CONST
5359| #define HAVE_ICONV_H 1
5360| #define HAVE_LOCALCHARSET_H 1
5361| #define HAVE_LOCALE_CHARSET 1
5362| #define HAVE_LZ4_H 1
5363| #define HAVE_LZ4HC_H 1
5364| #define HAVE_ZSTD_H 1
5365| #define HAVE_LZMA_H 1
5366| #define HAVE_LIBLZMA 1
5367| #define HAVE_LZMA_FILTER_ARM64 1
5368| #define HAVE_LZO_LZOCONF_H 1
5369| #define HAVE_LZO_LZO1X_H 1
5370| #define HAVE_LIBXML_XMLREADER_H 1
5371| #define HAVE_LIBXML_XMLWRITER_H 1
5372| #define HAVE_REGEX_H 1
5373| #define HAVE_STRUCT_TM_TM_GMTOFF 1
5374| /* end confdefs.h.  */
5375|
5376| #include <sys/param.h>
5377| #include <sys/mount.h>
5378|
5379|
5380| int
5381| main (void)
5382| {
5383| static struct statfs ac_aggr;
5384| if (sizeof ac_aggr.f_namemax)
5385| return 0;
5386|   ;
5387|   return 0;
5388| }
5389configure:17832: result: no
5390configure:17847: checking for struct statfs.f_iosize
5391configure:17847: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
5392configure:17847: $? = 0
5393configure:17847: result: yes
5394configure:17862: checking for struct statvfs.f_iosize
5395configure:17862: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
5396conftest.c:119:13: error: no member named 'f_iosize' in 'struct statvfs'
5397if (ac_aggr.f_iosize)
5398    ~~~~~~~ ^
53991 error generated.
5400configure:17862: $? = 1
5401configure: failed program was:
5402| /* confdefs.h */
5403| #define PACKAGE_NAME "libarchive"
5404| #define PACKAGE_TARNAME "libarchive"
5405| #define PACKAGE_VERSION "3.7.2"
5406| #define PACKAGE_STRING "libarchive 3.7.2"
5407| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
5408| #define PACKAGE_URL ""
5409| #define PACKAGE "libarchive"
5410| #define VERSION "3.7.2"
5411| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
5412| #define LIBARCHIVE_VERSION_STRING "3.7.2"
5413| #define LIBARCHIVE_VERSION_NUMBER "3007002"
5414| #define BSDCPIO_VERSION_STRING "3.7.2"
5415| #define BSDTAR_VERSION_STRING "3.7.2"
5416| #define BSDCAT_VERSION_STRING "3.7.2"
5417| #define BSDUNZIP_VERSION_STRING "3.7.2"
5418| #define HAVE_STDIO_H 1
5419| #define HAVE_STDLIB_H 1
5420| #define HAVE_STRING_H 1
5421| #define HAVE_INTTYPES_H 1
5422| #define HAVE_STDINT_H 1
5423| #define HAVE_STRINGS_H 1
5424| #define HAVE_SYS_STAT_H 1
5425| #define HAVE_SYS_TYPES_H 1
5426| #define HAVE_UNISTD_H 1
5427| #define HAVE_WCHAR_H 1
5428| #define HAVE_SYS_TIME_H 1
5429| #define STDC_HEADERS 1
5430| #define _ALL_SOURCE 1
5431| #define _DARWIN_C_SOURCE 1
5432| #define _GNU_SOURCE 1
5433| #define _HPUX_ALT_XOPEN_SOCKET_API 1
5434| #define _NETBSD_SOURCE 1
5435| #define _OPENBSD_SOURCE 1
5436| #define _POSIX_PTHREAD_SEMANTICS 1
5437| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
5438| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
5439| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
5440| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
5441| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
5442| #define __STDC_WANT_LIB_EXT2__ 1
5443| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
5444| #define _TANDEM_SOURCE 1
5445| #define __EXTENSIONS__ 1
5446| #define HAVE_DLFCN_H 1
5447| #define LT_OBJDIR ".libs/"
5448| #define HAVE_DIRENT_H 1
5449| #define HAVE_SYS_WAIT_H 1
5450| #define HAVE_COPYFILE_H 1
5451| #define HAVE_CTYPE_H 1
5452| #define HAVE_ERRNO_H 1
5453| #define HAVE_FCNTL_H 1
5454| #define HAVE_FNMATCH_H 1
5455| #define HAVE_GRP_H 1
5456| #define HAVE_INTTYPES_H 1
5457| #define HAVE_LANGINFO_H 1
5458| #define HAVE_LIMITS_H 1
5459| #define HAVE_LOCALE_H 1
5460| #define HAVE_MEMBERSHIP_H 1
5461| #define HAVE_PATHS_H 1
5462| #define HAVE_POLL_H 1
5463| #define HAVE_PTHREAD_H 1
5464| #define HAVE_PWD_H 1
5465| #define HAVE_READPASSPHRASE_H 1
5466| #define HAVE_SIGNAL_H 1
5467| #define HAVE_SPAWN_H 1
5468| #define HAVE_STDARG_H 1
5469| #define HAVE_STDINT_H 1
5470| #define HAVE_STDLIB_H 1
5471| #define HAVE_STRING_H 1
5472| #define HAVE_SYS_ACL_H 1
5473| #define HAVE_SYS_CDEFS_H 1
5474| #define HAVE_SYS_IOCTL_H 1
5475| #define HAVE_SYS_MOUNT_H 1
5476| #define HAVE_SYS_QUEUE_H 1
5477| #define HAVE_SYS_PARAM_H 1
5478| #define HAVE_SYS_POLL_H 1
5479| #define HAVE_SYS_SELECT_H 1
5480| #define HAVE_SYS_STATVFS_H 1
5481| #define HAVE_SYS_TIME_H 1
5482| #define HAVE_SYS_UTSNAME_H 1
5483| #define HAVE_SYS_XATTR_H 1
5484| #define HAVE_TIME_H 1
5485| #define HAVE_UNISTD_H 1
5486| #define HAVE_UTIME_H 1
5487| #define HAVE_WCHAR_H 1
5488| #define HAVE_WCTYPE_H 1
5489| #define HAVE_ZLIB_H 1
5490| #define HAVE_LIBZ 1
5491| #define HAVE_BZLIB_H 1
5492| #define HAVE_LIBBZ2 1
5493| #define HAVE_ICONV 1
5494| #define ICONV_CONST
5495| #define HAVE_ICONV_H 1
5496| #define HAVE_LOCALCHARSET_H 1
5497| #define HAVE_LOCALE_CHARSET 1
5498| #define HAVE_LZ4_H 1
5499| #define HAVE_LZ4HC_H 1
5500| #define HAVE_ZSTD_H 1
5501| #define HAVE_LZMA_H 1
5502| #define HAVE_LIBLZMA 1
5503| #define HAVE_LZMA_FILTER_ARM64 1
5504| #define HAVE_LZO_LZOCONF_H 1
5505| #define HAVE_LZO_LZO1X_H 1
5506| #define HAVE_LIBXML_XMLREADER_H 1
5507| #define HAVE_LIBXML_XMLWRITER_H 1
5508| #define HAVE_REGEX_H 1
5509| #define HAVE_STRUCT_TM_TM_GMTOFF 1
5510| #define HAVE_STRUCT_STATFS_F_IOSIZE 1
5511| /* end confdefs.h.  */
5512|
5513| #include <sys/statvfs.h>
5514|
5515|
5516| int
5517| main (void)
5518| {
5519| static struct statvfs ac_aggr;
5520| if (ac_aggr.f_iosize)
5521| return 0;
5522|   ;
5523|   return 0;
5524| }
5525configure:17862: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
5526conftest.c:119:20: error: no member named 'f_iosize' in 'struct statvfs'
5527if (sizeof ac_aggr.f_iosize)
5528           ~~~~~~~ ^
55291 error generated.
5530configure:17862: $? = 1
5531configure: failed program was:
5532| /* confdefs.h */
5533| #define PACKAGE_NAME "libarchive"
5534| #define PACKAGE_TARNAME "libarchive"
5535| #define PACKAGE_VERSION "3.7.2"
5536| #define PACKAGE_STRING "libarchive 3.7.2"
5537| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
5538| #define PACKAGE_URL ""
5539| #define PACKAGE "libarchive"
5540| #define VERSION "3.7.2"
5541| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
5542| #define LIBARCHIVE_VERSION_STRING "3.7.2"
5543| #define LIBARCHIVE_VERSION_NUMBER "3007002"
5544| #define BSDCPIO_VERSION_STRING "3.7.2"
5545| #define BSDTAR_VERSION_STRING "3.7.2"
5546| #define BSDCAT_VERSION_STRING "3.7.2"
5547| #define BSDUNZIP_VERSION_STRING "3.7.2"
5548| #define HAVE_STDIO_H 1
5549| #define HAVE_STDLIB_H 1
5550| #define HAVE_STRING_H 1
5551| #define HAVE_INTTYPES_H 1
5552| #define HAVE_STDINT_H 1
5553| #define HAVE_STRINGS_H 1
5554| #define HAVE_SYS_STAT_H 1
5555| #define HAVE_SYS_TYPES_H 1
5556| #define HAVE_UNISTD_H 1
5557| #define HAVE_WCHAR_H 1
5558| #define HAVE_SYS_TIME_H 1
5559| #define STDC_HEADERS 1
5560| #define _ALL_SOURCE 1
5561| #define _DARWIN_C_SOURCE 1
5562| #define _GNU_SOURCE 1
5563| #define _HPUX_ALT_XOPEN_SOCKET_API 1
5564| #define _NETBSD_SOURCE 1
5565| #define _OPENBSD_SOURCE 1
5566| #define _POSIX_PTHREAD_SEMANTICS 1
5567| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
5568| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
5569| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
5570| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
5571| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
5572| #define __STDC_WANT_LIB_EXT2__ 1
5573| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
5574| #define _TANDEM_SOURCE 1
5575| #define __EXTENSIONS__ 1
5576| #define HAVE_DLFCN_H 1
5577| #define LT_OBJDIR ".libs/"
5578| #define HAVE_DIRENT_H 1
5579| #define HAVE_SYS_WAIT_H 1
5580| #define HAVE_COPYFILE_H 1
5581| #define HAVE_CTYPE_H 1
5582| #define HAVE_ERRNO_H 1
5583| #define HAVE_FCNTL_H 1
5584| #define HAVE_FNMATCH_H 1
5585| #define HAVE_GRP_H 1
5586| #define HAVE_INTTYPES_H 1
5587| #define HAVE_LANGINFO_H 1
5588| #define HAVE_LIMITS_H 1
5589| #define HAVE_LOCALE_H 1
5590| #define HAVE_MEMBERSHIP_H 1
5591| #define HAVE_PATHS_H 1
5592| #define HAVE_POLL_H 1
5593| #define HAVE_PTHREAD_H 1
5594| #define HAVE_PWD_H 1
5595| #define HAVE_READPASSPHRASE_H 1
5596| #define HAVE_SIGNAL_H 1
5597| #define HAVE_SPAWN_H 1
5598| #define HAVE_STDARG_H 1
5599| #define HAVE_STDINT_H 1
5600| #define HAVE_STDLIB_H 1
5601| #define HAVE_STRING_H 1
5602| #define HAVE_SYS_ACL_H 1
5603| #define HAVE_SYS_CDEFS_H 1
5604| #define HAVE_SYS_IOCTL_H 1
5605| #define HAVE_SYS_MOUNT_H 1
5606| #define HAVE_SYS_QUEUE_H 1
5607| #define HAVE_SYS_PARAM_H 1
5608| #define HAVE_SYS_POLL_H 1
5609| #define HAVE_SYS_SELECT_H 1
5610| #define HAVE_SYS_STATVFS_H 1
5611| #define HAVE_SYS_TIME_H 1
5612| #define HAVE_SYS_UTSNAME_H 1
5613| #define HAVE_SYS_XATTR_H 1
5614| #define HAVE_TIME_H 1
5615| #define HAVE_UNISTD_H 1
5616| #define HAVE_UTIME_H 1
5617| #define HAVE_WCHAR_H 1
5618| #define HAVE_WCTYPE_H 1
5619| #define HAVE_ZLIB_H 1
5620| #define HAVE_LIBZ 1
5621| #define HAVE_BZLIB_H 1
5622| #define HAVE_LIBBZ2 1
5623| #define HAVE_ICONV 1
5624| #define ICONV_CONST
5625| #define HAVE_ICONV_H 1
5626| #define HAVE_LOCALCHARSET_H 1
5627| #define HAVE_LOCALE_CHARSET 1
5628| #define HAVE_LZ4_H 1
5629| #define HAVE_LZ4HC_H 1
5630| #define HAVE_ZSTD_H 1
5631| #define HAVE_LZMA_H 1
5632| #define HAVE_LIBLZMA 1
5633| #define HAVE_LZMA_FILTER_ARM64 1
5634| #define HAVE_LZO_LZOCONF_H 1
5635| #define HAVE_LZO_LZO1X_H 1
5636| #define HAVE_LIBXML_XMLREADER_H 1
5637| #define HAVE_LIBXML_XMLWRITER_H 1
5638| #define HAVE_REGEX_H 1
5639| #define HAVE_STRUCT_TM_TM_GMTOFF 1
5640| #define HAVE_STRUCT_STATFS_F_IOSIZE 1
5641| /* end confdefs.h.  */
5642|
5643| #include <sys/statvfs.h>
5644|
5645|
5646| int
5647| main (void)
5648| {
5649| static struct statvfs ac_aggr;
5650| if (sizeof ac_aggr.f_iosize)
5651| return 0;
5652|   ;
5653|   return 0;
5654| }
5655configure:17862: result: no
5656configure:17876: checking for struct stat.st_birthtime
5657configure:17876: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
5658configure:17876: $? = 0
5659configure:17876: result: yes
5660configure:17887: checking for struct stat.st_birthtimespec.tv_nsec
5661configure:17887: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
5662configure:17887: $? = 0
5663configure:17887: result: yes
5664configure:17896: checking for struct stat.st_mtimespec.tv_nsec
5665configure:17896: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
5666configure:17896: $? = 0
5667configure:17896: result: yes
5668configure:17905: checking for struct stat.st_mtim.tv_nsec
5669configure:17905: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
5670conftest.c:146:13: error: no member named 'st_mtim' in 'struct stat'
5671if (ac_aggr.st_mtim.tv_nsec)
5672    ~~~~~~~ ^
56731 error generated.
5674configure:17905: $? = 1
5675configure: failed program was:
5676| /* confdefs.h */
5677| #define PACKAGE_NAME "libarchive"
5678| #define PACKAGE_TARNAME "libarchive"
5679| #define PACKAGE_VERSION "3.7.2"
5680| #define PACKAGE_STRING "libarchive 3.7.2"
5681| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
5682| #define PACKAGE_URL ""
5683| #define PACKAGE "libarchive"
5684| #define VERSION "3.7.2"
5685| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
5686| #define LIBARCHIVE_VERSION_STRING "3.7.2"
5687| #define LIBARCHIVE_VERSION_NUMBER "3007002"
5688| #define BSDCPIO_VERSION_STRING "3.7.2"
5689| #define BSDTAR_VERSION_STRING "3.7.2"
5690| #define BSDCAT_VERSION_STRING "3.7.2"
5691| #define BSDUNZIP_VERSION_STRING "3.7.2"
5692| #define HAVE_STDIO_H 1
5693| #define HAVE_STDLIB_H 1
5694| #define HAVE_STRING_H 1
5695| #define HAVE_INTTYPES_H 1
5696| #define HAVE_STDINT_H 1
5697| #define HAVE_STRINGS_H 1
5698| #define HAVE_SYS_STAT_H 1
5699| #define HAVE_SYS_TYPES_H 1
5700| #define HAVE_UNISTD_H 1
5701| #define HAVE_WCHAR_H 1
5702| #define HAVE_SYS_TIME_H 1
5703| #define STDC_HEADERS 1
5704| #define _ALL_SOURCE 1
5705| #define _DARWIN_C_SOURCE 1
5706| #define _GNU_SOURCE 1
5707| #define _HPUX_ALT_XOPEN_SOCKET_API 1
5708| #define _NETBSD_SOURCE 1
5709| #define _OPENBSD_SOURCE 1
5710| #define _POSIX_PTHREAD_SEMANTICS 1
5711| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
5712| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
5713| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
5714| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
5715| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
5716| #define __STDC_WANT_LIB_EXT2__ 1
5717| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
5718| #define _TANDEM_SOURCE 1
5719| #define __EXTENSIONS__ 1
5720| #define HAVE_DLFCN_H 1
5721| #define LT_OBJDIR ".libs/"
5722| #define HAVE_DIRENT_H 1
5723| #define HAVE_SYS_WAIT_H 1
5724| #define HAVE_COPYFILE_H 1
5725| #define HAVE_CTYPE_H 1
5726| #define HAVE_ERRNO_H 1
5727| #define HAVE_FCNTL_H 1
5728| #define HAVE_FNMATCH_H 1
5729| #define HAVE_GRP_H 1
5730| #define HAVE_INTTYPES_H 1
5731| #define HAVE_LANGINFO_H 1
5732| #define HAVE_LIMITS_H 1
5733| #define HAVE_LOCALE_H 1
5734| #define HAVE_MEMBERSHIP_H 1
5735| #define HAVE_PATHS_H 1
5736| #define HAVE_POLL_H 1
5737| #define HAVE_PTHREAD_H 1
5738| #define HAVE_PWD_H 1
5739| #define HAVE_READPASSPHRASE_H 1
5740| #define HAVE_SIGNAL_H 1
5741| #define HAVE_SPAWN_H 1
5742| #define HAVE_STDARG_H 1
5743| #define HAVE_STDINT_H 1
5744| #define HAVE_STDLIB_H 1
5745| #define HAVE_STRING_H 1
5746| #define HAVE_SYS_ACL_H 1
5747| #define HAVE_SYS_CDEFS_H 1
5748| #define HAVE_SYS_IOCTL_H 1
5749| #define HAVE_SYS_MOUNT_H 1
5750| #define HAVE_SYS_QUEUE_H 1
5751| #define HAVE_SYS_PARAM_H 1
5752| #define HAVE_SYS_POLL_H 1
5753| #define HAVE_SYS_SELECT_H 1
5754| #define HAVE_SYS_STATVFS_H 1
5755| #define HAVE_SYS_TIME_H 1
5756| #define HAVE_SYS_UTSNAME_H 1
5757| #define HAVE_SYS_XATTR_H 1
5758| #define HAVE_TIME_H 1
5759| #define HAVE_UNISTD_H 1
5760| #define HAVE_UTIME_H 1
5761| #define HAVE_WCHAR_H 1
5762| #define HAVE_WCTYPE_H 1
5763| #define HAVE_ZLIB_H 1
5764| #define HAVE_LIBZ 1
5765| #define HAVE_BZLIB_H 1
5766| #define HAVE_LIBBZ2 1
5767| #define HAVE_ICONV 1
5768| #define ICONV_CONST
5769| #define HAVE_ICONV_H 1
5770| #define HAVE_LOCALCHARSET_H 1
5771| #define HAVE_LOCALE_CHARSET 1
5772| #define HAVE_LZ4_H 1
5773| #define HAVE_LZ4HC_H 1
5774| #define HAVE_ZSTD_H 1
5775| #define HAVE_LZMA_H 1
5776| #define HAVE_LIBLZMA 1
5777| #define HAVE_LZMA_FILTER_ARM64 1
5778| #define HAVE_LZO_LZOCONF_H 1
5779| #define HAVE_LZO_LZO1X_H 1
5780| #define HAVE_LIBXML_XMLREADER_H 1
5781| #define HAVE_LIBXML_XMLWRITER_H 1
5782| #define HAVE_REGEX_H 1
5783| #define HAVE_STRUCT_TM_TM_GMTOFF 1
5784| #define HAVE_STRUCT_STATFS_F_IOSIZE 1
5785| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
5786| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
5787| #define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
5788| /* end confdefs.h.  */
5789| #include <stddef.h>
5790| #ifdef HAVE_STDIO_H
5791| # include <stdio.h>
5792| #endif
5793| #ifdef HAVE_STDLIB_H
5794| # include <stdlib.h>
5795| #endif
5796| #ifdef HAVE_STRING_H
5797| # include <string.h>
5798| #endif
5799| #ifdef HAVE_INTTYPES_H
5800| # include <inttypes.h>
5801| #endif
5802| #ifdef HAVE_STDINT_H
5803| # include <stdint.h>
5804| #endif
5805| #ifdef HAVE_STRINGS_H
5806| # include <strings.h>
5807| #endif
5808| #ifdef HAVE_SYS_TYPES_H
5809| # include <sys/types.h>
5810| #endif
5811| #ifdef HAVE_SYS_STAT_H
5812| # include <sys/stat.h>
5813| #endif
5814| #ifdef HAVE_UNISTD_H
5815| # include <unistd.h>
5816| #endif
5817| int
5818| main (void)
5819| {
5820| static struct stat ac_aggr;
5821| if (ac_aggr.st_mtim.tv_nsec)
5822| return 0;
5823|   ;
5824|   return 0;
5825| }
5826configure:17905: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
5827conftest.c:146:20: error: no member named 'st_mtim' in 'struct stat'
5828if (sizeof ac_aggr.st_mtim.tv_nsec)
5829           ~~~~~~~ ^
58301 error generated.
5831configure:17905: $? = 1
5832configure: failed program was:
5833| /* confdefs.h */
5834| #define PACKAGE_NAME "libarchive"
5835| #define PACKAGE_TARNAME "libarchive"
5836| #define PACKAGE_VERSION "3.7.2"
5837| #define PACKAGE_STRING "libarchive 3.7.2"
5838| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
5839| #define PACKAGE_URL ""
5840| #define PACKAGE "libarchive"
5841| #define VERSION "3.7.2"
5842| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
5843| #define LIBARCHIVE_VERSION_STRING "3.7.2"
5844| #define LIBARCHIVE_VERSION_NUMBER "3007002"
5845| #define BSDCPIO_VERSION_STRING "3.7.2"
5846| #define BSDTAR_VERSION_STRING "3.7.2"
5847| #define BSDCAT_VERSION_STRING "3.7.2"
5848| #define BSDUNZIP_VERSION_STRING "3.7.2"
5849| #define HAVE_STDIO_H 1
5850| #define HAVE_STDLIB_H 1
5851| #define HAVE_STRING_H 1
5852| #define HAVE_INTTYPES_H 1
5853| #define HAVE_STDINT_H 1
5854| #define HAVE_STRINGS_H 1
5855| #define HAVE_SYS_STAT_H 1
5856| #define HAVE_SYS_TYPES_H 1
5857| #define HAVE_UNISTD_H 1
5858| #define HAVE_WCHAR_H 1
5859| #define HAVE_SYS_TIME_H 1
5860| #define STDC_HEADERS 1
5861| #define _ALL_SOURCE 1
5862| #define _DARWIN_C_SOURCE 1
5863| #define _GNU_SOURCE 1
5864| #define _HPUX_ALT_XOPEN_SOCKET_API 1
5865| #define _NETBSD_SOURCE 1
5866| #define _OPENBSD_SOURCE 1
5867| #define _POSIX_PTHREAD_SEMANTICS 1
5868| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
5869| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
5870| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
5871| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
5872| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
5873| #define __STDC_WANT_LIB_EXT2__ 1
5874| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
5875| #define _TANDEM_SOURCE 1
5876| #define __EXTENSIONS__ 1
5877| #define HAVE_DLFCN_H 1
5878| #define LT_OBJDIR ".libs/"
5879| #define HAVE_DIRENT_H 1
5880| #define HAVE_SYS_WAIT_H 1
5881| #define HAVE_COPYFILE_H 1
5882| #define HAVE_CTYPE_H 1
5883| #define HAVE_ERRNO_H 1
5884| #define HAVE_FCNTL_H 1
5885| #define HAVE_FNMATCH_H 1
5886| #define HAVE_GRP_H 1
5887| #define HAVE_INTTYPES_H 1
5888| #define HAVE_LANGINFO_H 1
5889| #define HAVE_LIMITS_H 1
5890| #define HAVE_LOCALE_H 1
5891| #define HAVE_MEMBERSHIP_H 1
5892| #define HAVE_PATHS_H 1
5893| #define HAVE_POLL_H 1
5894| #define HAVE_PTHREAD_H 1
5895| #define HAVE_PWD_H 1
5896| #define HAVE_READPASSPHRASE_H 1
5897| #define HAVE_SIGNAL_H 1
5898| #define HAVE_SPAWN_H 1
5899| #define HAVE_STDARG_H 1
5900| #define HAVE_STDINT_H 1
5901| #define HAVE_STDLIB_H 1
5902| #define HAVE_STRING_H 1
5903| #define HAVE_SYS_ACL_H 1
5904| #define HAVE_SYS_CDEFS_H 1
5905| #define HAVE_SYS_IOCTL_H 1
5906| #define HAVE_SYS_MOUNT_H 1
5907| #define HAVE_SYS_QUEUE_H 1
5908| #define HAVE_SYS_PARAM_H 1
5909| #define HAVE_SYS_POLL_H 1
5910| #define HAVE_SYS_SELECT_H 1
5911| #define HAVE_SYS_STATVFS_H 1
5912| #define HAVE_SYS_TIME_H 1
5913| #define HAVE_SYS_UTSNAME_H 1
5914| #define HAVE_SYS_XATTR_H 1
5915| #define HAVE_TIME_H 1
5916| #define HAVE_UNISTD_H 1
5917| #define HAVE_UTIME_H 1
5918| #define HAVE_WCHAR_H 1
5919| #define HAVE_WCTYPE_H 1
5920| #define HAVE_ZLIB_H 1
5921| #define HAVE_LIBZ 1
5922| #define HAVE_BZLIB_H 1
5923| #define HAVE_LIBBZ2 1
5924| #define HAVE_ICONV 1
5925| #define ICONV_CONST
5926| #define HAVE_ICONV_H 1
5927| #define HAVE_LOCALCHARSET_H 1
5928| #define HAVE_LOCALE_CHARSET 1
5929| #define HAVE_LZ4_H 1
5930| #define HAVE_LZ4HC_H 1
5931| #define HAVE_ZSTD_H 1
5932| #define HAVE_LZMA_H 1
5933| #define HAVE_LIBLZMA 1
5934| #define HAVE_LZMA_FILTER_ARM64 1
5935| #define HAVE_LZO_LZOCONF_H 1
5936| #define HAVE_LZO_LZO1X_H 1
5937| #define HAVE_LIBXML_XMLREADER_H 1
5938| #define HAVE_LIBXML_XMLWRITER_H 1
5939| #define HAVE_REGEX_H 1
5940| #define HAVE_STRUCT_TM_TM_GMTOFF 1
5941| #define HAVE_STRUCT_STATFS_F_IOSIZE 1
5942| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
5943| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
5944| #define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
5945| /* end confdefs.h.  */
5946| #include <stddef.h>
5947| #ifdef HAVE_STDIO_H
5948| # include <stdio.h>
5949| #endif
5950| #ifdef HAVE_STDLIB_H
5951| # include <stdlib.h>
5952| #endif
5953| #ifdef HAVE_STRING_H
5954| # include <string.h>
5955| #endif
5956| #ifdef HAVE_INTTYPES_H
5957| # include <inttypes.h>
5958| #endif
5959| #ifdef HAVE_STDINT_H
5960| # include <stdint.h>
5961| #endif
5962| #ifdef HAVE_STRINGS_H
5963| # include <strings.h>
5964| #endif
5965| #ifdef HAVE_SYS_TYPES_H
5966| # include <sys/types.h>
5967| #endif
5968| #ifdef HAVE_SYS_STAT_H
5969| # include <sys/stat.h>
5970| #endif
5971| #ifdef HAVE_UNISTD_H
5972| # include <unistd.h>
5973| #endif
5974| int
5975| main (void)
5976| {
5977| static struct stat ac_aggr;
5978| if (sizeof ac_aggr.st_mtim.tv_nsec)
5979| return 0;
5980|   ;
5981|   return 0;
5982| }
5983configure:17905: result: no
5984configure:17914: checking for struct stat.st_mtime_n
5985configure:17914: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
5986conftest.c:146:13: error: no member named 'st_mtime_n' in 'struct stat'
5987if (ac_aggr.st_mtime_n)
5988    ~~~~~~~ ^
59891 error generated.
5990configure:17914: $? = 1
5991configure: failed program was:
5992| /* confdefs.h */
5993| #define PACKAGE_NAME "libarchive"
5994| #define PACKAGE_TARNAME "libarchive"
5995| #define PACKAGE_VERSION "3.7.2"
5996| #define PACKAGE_STRING "libarchive 3.7.2"
5997| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
5998| #define PACKAGE_URL ""
5999| #define PACKAGE "libarchive"
6000| #define VERSION "3.7.2"
6001| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
6002| #define LIBARCHIVE_VERSION_STRING "3.7.2"
6003| #define LIBARCHIVE_VERSION_NUMBER "3007002"
6004| #define BSDCPIO_VERSION_STRING "3.7.2"
6005| #define BSDTAR_VERSION_STRING "3.7.2"
6006| #define BSDCAT_VERSION_STRING "3.7.2"
6007| #define BSDUNZIP_VERSION_STRING "3.7.2"
6008| #define HAVE_STDIO_H 1
6009| #define HAVE_STDLIB_H 1
6010| #define HAVE_STRING_H 1
6011| #define HAVE_INTTYPES_H 1
6012| #define HAVE_STDINT_H 1
6013| #define HAVE_STRINGS_H 1
6014| #define HAVE_SYS_STAT_H 1
6015| #define HAVE_SYS_TYPES_H 1
6016| #define HAVE_UNISTD_H 1
6017| #define HAVE_WCHAR_H 1
6018| #define HAVE_SYS_TIME_H 1
6019| #define STDC_HEADERS 1
6020| #define _ALL_SOURCE 1
6021| #define _DARWIN_C_SOURCE 1
6022| #define _GNU_SOURCE 1
6023| #define _HPUX_ALT_XOPEN_SOCKET_API 1
6024| #define _NETBSD_SOURCE 1
6025| #define _OPENBSD_SOURCE 1
6026| #define _POSIX_PTHREAD_SEMANTICS 1
6027| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
6028| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
6029| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
6030| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
6031| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
6032| #define __STDC_WANT_LIB_EXT2__ 1
6033| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
6034| #define _TANDEM_SOURCE 1
6035| #define __EXTENSIONS__ 1
6036| #define HAVE_DLFCN_H 1
6037| #define LT_OBJDIR ".libs/"
6038| #define HAVE_DIRENT_H 1
6039| #define HAVE_SYS_WAIT_H 1
6040| #define HAVE_COPYFILE_H 1
6041| #define HAVE_CTYPE_H 1
6042| #define HAVE_ERRNO_H 1
6043| #define HAVE_FCNTL_H 1
6044| #define HAVE_FNMATCH_H 1
6045| #define HAVE_GRP_H 1
6046| #define HAVE_INTTYPES_H 1
6047| #define HAVE_LANGINFO_H 1
6048| #define HAVE_LIMITS_H 1
6049| #define HAVE_LOCALE_H 1
6050| #define HAVE_MEMBERSHIP_H 1
6051| #define HAVE_PATHS_H 1
6052| #define HAVE_POLL_H 1
6053| #define HAVE_PTHREAD_H 1
6054| #define HAVE_PWD_H 1
6055| #define HAVE_READPASSPHRASE_H 1
6056| #define HAVE_SIGNAL_H 1
6057| #define HAVE_SPAWN_H 1
6058| #define HAVE_STDARG_H 1
6059| #define HAVE_STDINT_H 1
6060| #define HAVE_STDLIB_H 1
6061| #define HAVE_STRING_H 1
6062| #define HAVE_SYS_ACL_H 1
6063| #define HAVE_SYS_CDEFS_H 1
6064| #define HAVE_SYS_IOCTL_H 1
6065| #define HAVE_SYS_MOUNT_H 1
6066| #define HAVE_SYS_QUEUE_H 1
6067| #define HAVE_SYS_PARAM_H 1
6068| #define HAVE_SYS_POLL_H 1
6069| #define HAVE_SYS_SELECT_H 1
6070| #define HAVE_SYS_STATVFS_H 1
6071| #define HAVE_SYS_TIME_H 1
6072| #define HAVE_SYS_UTSNAME_H 1
6073| #define HAVE_SYS_XATTR_H 1
6074| #define HAVE_TIME_H 1
6075| #define HAVE_UNISTD_H 1
6076| #define HAVE_UTIME_H 1
6077| #define HAVE_WCHAR_H 1
6078| #define HAVE_WCTYPE_H 1
6079| #define HAVE_ZLIB_H 1
6080| #define HAVE_LIBZ 1
6081| #define HAVE_BZLIB_H 1
6082| #define HAVE_LIBBZ2 1
6083| #define HAVE_ICONV 1
6084| #define ICONV_CONST
6085| #define HAVE_ICONV_H 1
6086| #define HAVE_LOCALCHARSET_H 1
6087| #define HAVE_LOCALE_CHARSET 1
6088| #define HAVE_LZ4_H 1
6089| #define HAVE_LZ4HC_H 1
6090| #define HAVE_ZSTD_H 1
6091| #define HAVE_LZMA_H 1
6092| #define HAVE_LIBLZMA 1
6093| #define HAVE_LZMA_FILTER_ARM64 1
6094| #define HAVE_LZO_LZOCONF_H 1
6095| #define HAVE_LZO_LZO1X_H 1
6096| #define HAVE_LIBXML_XMLREADER_H 1
6097| #define HAVE_LIBXML_XMLWRITER_H 1
6098| #define HAVE_REGEX_H 1
6099| #define HAVE_STRUCT_TM_TM_GMTOFF 1
6100| #define HAVE_STRUCT_STATFS_F_IOSIZE 1
6101| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
6102| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
6103| #define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
6104| /* end confdefs.h.  */
6105| #include <stddef.h>
6106| #ifdef HAVE_STDIO_H
6107| # include <stdio.h>
6108| #endif
6109| #ifdef HAVE_STDLIB_H
6110| # include <stdlib.h>
6111| #endif
6112| #ifdef HAVE_STRING_H
6113| # include <string.h>
6114| #endif
6115| #ifdef HAVE_INTTYPES_H
6116| # include <inttypes.h>
6117| #endif
6118| #ifdef HAVE_STDINT_H
6119| # include <stdint.h>
6120| #endif
6121| #ifdef HAVE_STRINGS_H
6122| # include <strings.h>
6123| #endif
6124| #ifdef HAVE_SYS_TYPES_H
6125| # include <sys/types.h>
6126| #endif
6127| #ifdef HAVE_SYS_STAT_H
6128| # include <sys/stat.h>
6129| #endif
6130| #ifdef HAVE_UNISTD_H
6131| # include <unistd.h>
6132| #endif
6133| int
6134| main (void)
6135| {
6136| static struct stat ac_aggr;
6137| if (ac_aggr.st_mtime_n)
6138| return 0;
6139|   ;
6140|   return 0;
6141| }
6142configure:17914: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
6143conftest.c:146:20: error: no member named 'st_mtime_n' in 'struct stat'
6144if (sizeof ac_aggr.st_mtime_n)
6145           ~~~~~~~ ^
61461 error generated.
6147configure:17914: $? = 1
6148configure: failed program was:
6149| /* confdefs.h */
6150| #define PACKAGE_NAME "libarchive"
6151| #define PACKAGE_TARNAME "libarchive"
6152| #define PACKAGE_VERSION "3.7.2"
6153| #define PACKAGE_STRING "libarchive 3.7.2"
6154| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
6155| #define PACKAGE_URL ""
6156| #define PACKAGE "libarchive"
6157| #define VERSION "3.7.2"
6158| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
6159| #define LIBARCHIVE_VERSION_STRING "3.7.2"
6160| #define LIBARCHIVE_VERSION_NUMBER "3007002"
6161| #define BSDCPIO_VERSION_STRING "3.7.2"
6162| #define BSDTAR_VERSION_STRING "3.7.2"
6163| #define BSDCAT_VERSION_STRING "3.7.2"
6164| #define BSDUNZIP_VERSION_STRING "3.7.2"
6165| #define HAVE_STDIO_H 1
6166| #define HAVE_STDLIB_H 1
6167| #define HAVE_STRING_H 1
6168| #define HAVE_INTTYPES_H 1
6169| #define HAVE_STDINT_H 1
6170| #define HAVE_STRINGS_H 1
6171| #define HAVE_SYS_STAT_H 1
6172| #define HAVE_SYS_TYPES_H 1
6173| #define HAVE_UNISTD_H 1
6174| #define HAVE_WCHAR_H 1
6175| #define HAVE_SYS_TIME_H 1
6176| #define STDC_HEADERS 1
6177| #define _ALL_SOURCE 1
6178| #define _DARWIN_C_SOURCE 1
6179| #define _GNU_SOURCE 1
6180| #define _HPUX_ALT_XOPEN_SOCKET_API 1
6181| #define _NETBSD_SOURCE 1
6182| #define _OPENBSD_SOURCE 1
6183| #define _POSIX_PTHREAD_SEMANTICS 1
6184| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
6185| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
6186| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
6187| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
6188| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
6189| #define __STDC_WANT_LIB_EXT2__ 1
6190| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
6191| #define _TANDEM_SOURCE 1
6192| #define __EXTENSIONS__ 1
6193| #define HAVE_DLFCN_H 1
6194| #define LT_OBJDIR ".libs/"
6195| #define HAVE_DIRENT_H 1
6196| #define HAVE_SYS_WAIT_H 1
6197| #define HAVE_COPYFILE_H 1
6198| #define HAVE_CTYPE_H 1
6199| #define HAVE_ERRNO_H 1
6200| #define HAVE_FCNTL_H 1
6201| #define HAVE_FNMATCH_H 1
6202| #define HAVE_GRP_H 1
6203| #define HAVE_INTTYPES_H 1
6204| #define HAVE_LANGINFO_H 1
6205| #define HAVE_LIMITS_H 1
6206| #define HAVE_LOCALE_H 1
6207| #define HAVE_MEMBERSHIP_H 1
6208| #define HAVE_PATHS_H 1
6209| #define HAVE_POLL_H 1
6210| #define HAVE_PTHREAD_H 1
6211| #define HAVE_PWD_H 1
6212| #define HAVE_READPASSPHRASE_H 1
6213| #define HAVE_SIGNAL_H 1
6214| #define HAVE_SPAWN_H 1
6215| #define HAVE_STDARG_H 1
6216| #define HAVE_STDINT_H 1
6217| #define HAVE_STDLIB_H 1
6218| #define HAVE_STRING_H 1
6219| #define HAVE_SYS_ACL_H 1
6220| #define HAVE_SYS_CDEFS_H 1
6221| #define HAVE_SYS_IOCTL_H 1
6222| #define HAVE_SYS_MOUNT_H 1
6223| #define HAVE_SYS_QUEUE_H 1
6224| #define HAVE_SYS_PARAM_H 1
6225| #define HAVE_SYS_POLL_H 1
6226| #define HAVE_SYS_SELECT_H 1
6227| #define HAVE_SYS_STATVFS_H 1
6228| #define HAVE_SYS_TIME_H 1
6229| #define HAVE_SYS_UTSNAME_H 1
6230| #define HAVE_SYS_XATTR_H 1
6231| #define HAVE_TIME_H 1
6232| #define HAVE_UNISTD_H 1
6233| #define HAVE_UTIME_H 1
6234| #define HAVE_WCHAR_H 1
6235| #define HAVE_WCTYPE_H 1
6236| #define HAVE_ZLIB_H 1
6237| #define HAVE_LIBZ 1
6238| #define HAVE_BZLIB_H 1
6239| #define HAVE_LIBBZ2 1
6240| #define HAVE_ICONV 1
6241| #define ICONV_CONST
6242| #define HAVE_ICONV_H 1
6243| #define HAVE_LOCALCHARSET_H 1
6244| #define HAVE_LOCALE_CHARSET 1
6245| #define HAVE_LZ4_H 1
6246| #define HAVE_LZ4HC_H 1
6247| #define HAVE_ZSTD_H 1
6248| #define HAVE_LZMA_H 1
6249| #define HAVE_LIBLZMA 1
6250| #define HAVE_LZMA_FILTER_ARM64 1
6251| #define HAVE_LZO_LZOCONF_H 1
6252| #define HAVE_LZO_LZO1X_H 1
6253| #define HAVE_LIBXML_XMLREADER_H 1
6254| #define HAVE_LIBXML_XMLWRITER_H 1
6255| #define HAVE_REGEX_H 1
6256| #define HAVE_STRUCT_TM_TM_GMTOFF 1
6257| #define HAVE_STRUCT_STATFS_F_IOSIZE 1
6258| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
6259| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
6260| #define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
6261| /* end confdefs.h.  */
6262| #include <stddef.h>
6263| #ifdef HAVE_STDIO_H
6264| # include <stdio.h>
6265| #endif
6266| #ifdef HAVE_STDLIB_H
6267| # include <stdlib.h>
6268| #endif
6269| #ifdef HAVE_STRING_H
6270| # include <string.h>
6271| #endif
6272| #ifdef HAVE_INTTYPES_H
6273| # include <inttypes.h>
6274| #endif
6275| #ifdef HAVE_STDINT_H
6276| # include <stdint.h>
6277| #endif
6278| #ifdef HAVE_STRINGS_H
6279| # include <strings.h>
6280| #endif
6281| #ifdef HAVE_SYS_TYPES_H
6282| # include <sys/types.h>
6283| #endif
6284| #ifdef HAVE_SYS_STAT_H
6285| # include <sys/stat.h>
6286| #endif
6287| #ifdef HAVE_UNISTD_H
6288| # include <unistd.h>
6289| #endif
6290| int
6291| main (void)
6292| {
6293| static struct stat ac_aggr;
6294| if (sizeof ac_aggr.st_mtime_n)
6295| return 0;
6296|   ;
6297|   return 0;
6298| }
6299configure:17914: result: no
6300configure:17923: checking for struct stat.st_umtime
6301configure:17923: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
6302conftest.c:146:13: error: no member named 'st_umtime' in 'struct stat'
6303if (ac_aggr.st_umtime)
6304    ~~~~~~~ ^
63051 error generated.
6306configure:17923: $? = 1
6307configure: failed program was:
6308| /* confdefs.h */
6309| #define PACKAGE_NAME "libarchive"
6310| #define PACKAGE_TARNAME "libarchive"
6311| #define PACKAGE_VERSION "3.7.2"
6312| #define PACKAGE_STRING "libarchive 3.7.2"
6313| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
6314| #define PACKAGE_URL ""
6315| #define PACKAGE "libarchive"
6316| #define VERSION "3.7.2"
6317| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
6318| #define LIBARCHIVE_VERSION_STRING "3.7.2"
6319| #define LIBARCHIVE_VERSION_NUMBER "3007002"
6320| #define BSDCPIO_VERSION_STRING "3.7.2"
6321| #define BSDTAR_VERSION_STRING "3.7.2"
6322| #define BSDCAT_VERSION_STRING "3.7.2"
6323| #define BSDUNZIP_VERSION_STRING "3.7.2"
6324| #define HAVE_STDIO_H 1
6325| #define HAVE_STDLIB_H 1
6326| #define HAVE_STRING_H 1
6327| #define HAVE_INTTYPES_H 1
6328| #define HAVE_STDINT_H 1
6329| #define HAVE_STRINGS_H 1
6330| #define HAVE_SYS_STAT_H 1
6331| #define HAVE_SYS_TYPES_H 1
6332| #define HAVE_UNISTD_H 1
6333| #define HAVE_WCHAR_H 1
6334| #define HAVE_SYS_TIME_H 1
6335| #define STDC_HEADERS 1
6336| #define _ALL_SOURCE 1
6337| #define _DARWIN_C_SOURCE 1
6338| #define _GNU_SOURCE 1
6339| #define _HPUX_ALT_XOPEN_SOCKET_API 1
6340| #define _NETBSD_SOURCE 1
6341| #define _OPENBSD_SOURCE 1
6342| #define _POSIX_PTHREAD_SEMANTICS 1
6343| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
6344| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
6345| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
6346| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
6347| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
6348| #define __STDC_WANT_LIB_EXT2__ 1
6349| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
6350| #define _TANDEM_SOURCE 1
6351| #define __EXTENSIONS__ 1
6352| #define HAVE_DLFCN_H 1
6353| #define LT_OBJDIR ".libs/"
6354| #define HAVE_DIRENT_H 1
6355| #define HAVE_SYS_WAIT_H 1
6356| #define HAVE_COPYFILE_H 1
6357| #define HAVE_CTYPE_H 1
6358| #define HAVE_ERRNO_H 1
6359| #define HAVE_FCNTL_H 1
6360| #define HAVE_FNMATCH_H 1
6361| #define HAVE_GRP_H 1
6362| #define HAVE_INTTYPES_H 1
6363| #define HAVE_LANGINFO_H 1
6364| #define HAVE_LIMITS_H 1
6365| #define HAVE_LOCALE_H 1
6366| #define HAVE_MEMBERSHIP_H 1
6367| #define HAVE_PATHS_H 1
6368| #define HAVE_POLL_H 1
6369| #define HAVE_PTHREAD_H 1
6370| #define HAVE_PWD_H 1
6371| #define HAVE_READPASSPHRASE_H 1
6372| #define HAVE_SIGNAL_H 1
6373| #define HAVE_SPAWN_H 1
6374| #define HAVE_STDARG_H 1
6375| #define HAVE_STDINT_H 1
6376| #define HAVE_STDLIB_H 1
6377| #define HAVE_STRING_H 1
6378| #define HAVE_SYS_ACL_H 1
6379| #define HAVE_SYS_CDEFS_H 1
6380| #define HAVE_SYS_IOCTL_H 1
6381| #define HAVE_SYS_MOUNT_H 1
6382| #define HAVE_SYS_QUEUE_H 1
6383| #define HAVE_SYS_PARAM_H 1
6384| #define HAVE_SYS_POLL_H 1
6385| #define HAVE_SYS_SELECT_H 1
6386| #define HAVE_SYS_STATVFS_H 1
6387| #define HAVE_SYS_TIME_H 1
6388| #define HAVE_SYS_UTSNAME_H 1
6389| #define HAVE_SYS_XATTR_H 1
6390| #define HAVE_TIME_H 1
6391| #define HAVE_UNISTD_H 1
6392| #define HAVE_UTIME_H 1
6393| #define HAVE_WCHAR_H 1
6394| #define HAVE_WCTYPE_H 1
6395| #define HAVE_ZLIB_H 1
6396| #define HAVE_LIBZ 1
6397| #define HAVE_BZLIB_H 1
6398| #define HAVE_LIBBZ2 1
6399| #define HAVE_ICONV 1
6400| #define ICONV_CONST
6401| #define HAVE_ICONV_H 1
6402| #define HAVE_LOCALCHARSET_H 1
6403| #define HAVE_LOCALE_CHARSET 1
6404| #define HAVE_LZ4_H 1
6405| #define HAVE_LZ4HC_H 1
6406| #define HAVE_ZSTD_H 1
6407| #define HAVE_LZMA_H 1
6408| #define HAVE_LIBLZMA 1
6409| #define HAVE_LZMA_FILTER_ARM64 1
6410| #define HAVE_LZO_LZOCONF_H 1
6411| #define HAVE_LZO_LZO1X_H 1
6412| #define HAVE_LIBXML_XMLREADER_H 1
6413| #define HAVE_LIBXML_XMLWRITER_H 1
6414| #define HAVE_REGEX_H 1
6415| #define HAVE_STRUCT_TM_TM_GMTOFF 1
6416| #define HAVE_STRUCT_STATFS_F_IOSIZE 1
6417| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
6418| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
6419| #define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
6420| /* end confdefs.h.  */
6421| #include <stddef.h>
6422| #ifdef HAVE_STDIO_H
6423| # include <stdio.h>
6424| #endif
6425| #ifdef HAVE_STDLIB_H
6426| # include <stdlib.h>
6427| #endif
6428| #ifdef HAVE_STRING_H
6429| # include <string.h>
6430| #endif
6431| #ifdef HAVE_INTTYPES_H
6432| # include <inttypes.h>
6433| #endif
6434| #ifdef HAVE_STDINT_H
6435| # include <stdint.h>
6436| #endif
6437| #ifdef HAVE_STRINGS_H
6438| # include <strings.h>
6439| #endif
6440| #ifdef HAVE_SYS_TYPES_H
6441| # include <sys/types.h>
6442| #endif
6443| #ifdef HAVE_SYS_STAT_H
6444| # include <sys/stat.h>
6445| #endif
6446| #ifdef HAVE_UNISTD_H
6447| # include <unistd.h>
6448| #endif
6449| int
6450| main (void)
6451| {
6452| static struct stat ac_aggr;
6453| if (ac_aggr.st_umtime)
6454| return 0;
6455|   ;
6456|   return 0;
6457| }
6458configure:17923: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
6459conftest.c:146:20: error: no member named 'st_umtime' in 'struct stat'
6460if (sizeof ac_aggr.st_umtime)
6461           ~~~~~~~ ^
64621 error generated.
6463configure:17923: $? = 1
6464configure: failed program was:
6465| /* confdefs.h */
6466| #define PACKAGE_NAME "libarchive"
6467| #define PACKAGE_TARNAME "libarchive"
6468| #define PACKAGE_VERSION "3.7.2"
6469| #define PACKAGE_STRING "libarchive 3.7.2"
6470| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
6471| #define PACKAGE_URL ""
6472| #define PACKAGE "libarchive"
6473| #define VERSION "3.7.2"
6474| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
6475| #define LIBARCHIVE_VERSION_STRING "3.7.2"
6476| #define LIBARCHIVE_VERSION_NUMBER "3007002"
6477| #define BSDCPIO_VERSION_STRING "3.7.2"
6478| #define BSDTAR_VERSION_STRING "3.7.2"
6479| #define BSDCAT_VERSION_STRING "3.7.2"
6480| #define BSDUNZIP_VERSION_STRING "3.7.2"
6481| #define HAVE_STDIO_H 1
6482| #define HAVE_STDLIB_H 1
6483| #define HAVE_STRING_H 1
6484| #define HAVE_INTTYPES_H 1
6485| #define HAVE_STDINT_H 1
6486| #define HAVE_STRINGS_H 1
6487| #define HAVE_SYS_STAT_H 1
6488| #define HAVE_SYS_TYPES_H 1
6489| #define HAVE_UNISTD_H 1
6490| #define HAVE_WCHAR_H 1
6491| #define HAVE_SYS_TIME_H 1
6492| #define STDC_HEADERS 1
6493| #define _ALL_SOURCE 1
6494| #define _DARWIN_C_SOURCE 1
6495| #define _GNU_SOURCE 1
6496| #define _HPUX_ALT_XOPEN_SOCKET_API 1
6497| #define _NETBSD_SOURCE 1
6498| #define _OPENBSD_SOURCE 1
6499| #define _POSIX_PTHREAD_SEMANTICS 1
6500| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
6501| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
6502| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
6503| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
6504| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
6505| #define __STDC_WANT_LIB_EXT2__ 1
6506| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
6507| #define _TANDEM_SOURCE 1
6508| #define __EXTENSIONS__ 1
6509| #define HAVE_DLFCN_H 1
6510| #define LT_OBJDIR ".libs/"
6511| #define HAVE_DIRENT_H 1
6512| #define HAVE_SYS_WAIT_H 1
6513| #define HAVE_COPYFILE_H 1
6514| #define HAVE_CTYPE_H 1
6515| #define HAVE_ERRNO_H 1
6516| #define HAVE_FCNTL_H 1
6517| #define HAVE_FNMATCH_H 1
6518| #define HAVE_GRP_H 1
6519| #define HAVE_INTTYPES_H 1
6520| #define HAVE_LANGINFO_H 1
6521| #define HAVE_LIMITS_H 1
6522| #define HAVE_LOCALE_H 1
6523| #define HAVE_MEMBERSHIP_H 1
6524| #define HAVE_PATHS_H 1
6525| #define HAVE_POLL_H 1
6526| #define HAVE_PTHREAD_H 1
6527| #define HAVE_PWD_H 1
6528| #define HAVE_READPASSPHRASE_H 1
6529| #define HAVE_SIGNAL_H 1
6530| #define HAVE_SPAWN_H 1
6531| #define HAVE_STDARG_H 1
6532| #define HAVE_STDINT_H 1
6533| #define HAVE_STDLIB_H 1
6534| #define HAVE_STRING_H 1
6535| #define HAVE_SYS_ACL_H 1
6536| #define HAVE_SYS_CDEFS_H 1
6537| #define HAVE_SYS_IOCTL_H 1
6538| #define HAVE_SYS_MOUNT_H 1
6539| #define HAVE_SYS_QUEUE_H 1
6540| #define HAVE_SYS_PARAM_H 1
6541| #define HAVE_SYS_POLL_H 1
6542| #define HAVE_SYS_SELECT_H 1
6543| #define HAVE_SYS_STATVFS_H 1
6544| #define HAVE_SYS_TIME_H 1
6545| #define HAVE_SYS_UTSNAME_H 1
6546| #define HAVE_SYS_XATTR_H 1
6547| #define HAVE_TIME_H 1
6548| #define HAVE_UNISTD_H 1
6549| #define HAVE_UTIME_H 1
6550| #define HAVE_WCHAR_H 1
6551| #define HAVE_WCTYPE_H 1
6552| #define HAVE_ZLIB_H 1
6553| #define HAVE_LIBZ 1
6554| #define HAVE_BZLIB_H 1
6555| #define HAVE_LIBBZ2 1
6556| #define HAVE_ICONV 1
6557| #define ICONV_CONST
6558| #define HAVE_ICONV_H 1
6559| #define HAVE_LOCALCHARSET_H 1
6560| #define HAVE_LOCALE_CHARSET 1
6561| #define HAVE_LZ4_H 1
6562| #define HAVE_LZ4HC_H 1
6563| #define HAVE_ZSTD_H 1
6564| #define HAVE_LZMA_H 1
6565| #define HAVE_LIBLZMA 1
6566| #define HAVE_LZMA_FILTER_ARM64 1
6567| #define HAVE_LZO_LZOCONF_H 1
6568| #define HAVE_LZO_LZO1X_H 1
6569| #define HAVE_LIBXML_XMLREADER_H 1
6570| #define HAVE_LIBXML_XMLWRITER_H 1
6571| #define HAVE_REGEX_H 1
6572| #define HAVE_STRUCT_TM_TM_GMTOFF 1
6573| #define HAVE_STRUCT_STATFS_F_IOSIZE 1
6574| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
6575| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
6576| #define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
6577| /* end confdefs.h.  */
6578| #include <stddef.h>
6579| #ifdef HAVE_STDIO_H
6580| # include <stdio.h>
6581| #endif
6582| #ifdef HAVE_STDLIB_H
6583| # include <stdlib.h>
6584| #endif
6585| #ifdef HAVE_STRING_H
6586| # include <string.h>
6587| #endif
6588| #ifdef HAVE_INTTYPES_H
6589| # include <inttypes.h>
6590| #endif
6591| #ifdef HAVE_STDINT_H
6592| # include <stdint.h>
6593| #endif
6594| #ifdef HAVE_STRINGS_H
6595| # include <strings.h>
6596| #endif
6597| #ifdef HAVE_SYS_TYPES_H
6598| # include <sys/types.h>
6599| #endif
6600| #ifdef HAVE_SYS_STAT_H
6601| # include <sys/stat.h>
6602| #endif
6603| #ifdef HAVE_UNISTD_H
6604| # include <unistd.h>
6605| #endif
6606| int
6607| main (void)
6608| {
6609| static struct stat ac_aggr;
6610| if (sizeof ac_aggr.st_umtime)
6611| return 0;
6612|   ;
6613|   return 0;
6614| }
6615configure:17923: result: no
6616configure:17932: checking for struct stat.st_mtime_usec
6617configure:17932: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
6618conftest.c:146:13: error: no member named 'st_mtime_usec' in 'struct stat'; did you mean 'st_mtimespec'?
6619if (ac_aggr.st_mtime_usec)
6620            ^~~~~~~~~~~~~
6621            st_mtimespec
6622/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stat.h:182:13: note: 'st_mtimespec' declared here
6623struct stat __DARWIN_STRUCT_STAT64;
6624            ^
6625/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stat.h:166:2: note: expanded from macro '__DARWIN_STRUCT_STAT64'
6626        __DARWIN_STRUCT_STAT64_TIMES \
6627        ^
6628/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stat.h:130:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES'
6629        struct timespec st_mtimespec;           /* time of last data modification */ \
6630                        ^
66311 error generated.
6632configure:17932: $? = 1
6633configure: failed program was:
6634| /* confdefs.h */
6635| #define PACKAGE_NAME "libarchive"
6636| #define PACKAGE_TARNAME "libarchive"
6637| #define PACKAGE_VERSION "3.7.2"
6638| #define PACKAGE_STRING "libarchive 3.7.2"
6639| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
6640| #define PACKAGE_URL ""
6641| #define PACKAGE "libarchive"
6642| #define VERSION "3.7.2"
6643| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
6644| #define LIBARCHIVE_VERSION_STRING "3.7.2"
6645| #define LIBARCHIVE_VERSION_NUMBER "3007002"
6646| #define BSDCPIO_VERSION_STRING "3.7.2"
6647| #define BSDTAR_VERSION_STRING "3.7.2"
6648| #define BSDCAT_VERSION_STRING "3.7.2"
6649| #define BSDUNZIP_VERSION_STRING "3.7.2"
6650| #define HAVE_STDIO_H 1
6651| #define HAVE_STDLIB_H 1
6652| #define HAVE_STRING_H 1
6653| #define HAVE_INTTYPES_H 1
6654| #define HAVE_STDINT_H 1
6655| #define HAVE_STRINGS_H 1
6656| #define HAVE_SYS_STAT_H 1
6657| #define HAVE_SYS_TYPES_H 1
6658| #define HAVE_UNISTD_H 1
6659| #define HAVE_WCHAR_H 1
6660| #define HAVE_SYS_TIME_H 1
6661| #define STDC_HEADERS 1
6662| #define _ALL_SOURCE 1
6663| #define _DARWIN_C_SOURCE 1
6664| #define _GNU_SOURCE 1
6665| #define _HPUX_ALT_XOPEN_SOCKET_API 1
6666| #define _NETBSD_SOURCE 1
6667| #define _OPENBSD_SOURCE 1
6668| #define _POSIX_PTHREAD_SEMANTICS 1
6669| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
6670| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
6671| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
6672| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
6673| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
6674| #define __STDC_WANT_LIB_EXT2__ 1
6675| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
6676| #define _TANDEM_SOURCE 1
6677| #define __EXTENSIONS__ 1
6678| #define HAVE_DLFCN_H 1
6679| #define LT_OBJDIR ".libs/"
6680| #define HAVE_DIRENT_H 1
6681| #define HAVE_SYS_WAIT_H 1
6682| #define HAVE_COPYFILE_H 1
6683| #define HAVE_CTYPE_H 1
6684| #define HAVE_ERRNO_H 1
6685| #define HAVE_FCNTL_H 1
6686| #define HAVE_FNMATCH_H 1
6687| #define HAVE_GRP_H 1
6688| #define HAVE_INTTYPES_H 1
6689| #define HAVE_LANGINFO_H 1
6690| #define HAVE_LIMITS_H 1
6691| #define HAVE_LOCALE_H 1
6692| #define HAVE_MEMBERSHIP_H 1
6693| #define HAVE_PATHS_H 1
6694| #define HAVE_POLL_H 1
6695| #define HAVE_PTHREAD_H 1
6696| #define HAVE_PWD_H 1
6697| #define HAVE_READPASSPHRASE_H 1
6698| #define HAVE_SIGNAL_H 1
6699| #define HAVE_SPAWN_H 1
6700| #define HAVE_STDARG_H 1
6701| #define HAVE_STDINT_H 1
6702| #define HAVE_STDLIB_H 1
6703| #define HAVE_STRING_H 1
6704| #define HAVE_SYS_ACL_H 1
6705| #define HAVE_SYS_CDEFS_H 1
6706| #define HAVE_SYS_IOCTL_H 1
6707| #define HAVE_SYS_MOUNT_H 1
6708| #define HAVE_SYS_QUEUE_H 1
6709| #define HAVE_SYS_PARAM_H 1
6710| #define HAVE_SYS_POLL_H 1
6711| #define HAVE_SYS_SELECT_H 1
6712| #define HAVE_SYS_STATVFS_H 1
6713| #define HAVE_SYS_TIME_H 1
6714| #define HAVE_SYS_UTSNAME_H 1
6715| #define HAVE_SYS_XATTR_H 1
6716| #define HAVE_TIME_H 1
6717| #define HAVE_UNISTD_H 1
6718| #define HAVE_UTIME_H 1
6719| #define HAVE_WCHAR_H 1
6720| #define HAVE_WCTYPE_H 1
6721| #define HAVE_ZLIB_H 1
6722| #define HAVE_LIBZ 1
6723| #define HAVE_BZLIB_H 1
6724| #define HAVE_LIBBZ2 1
6725| #define HAVE_ICONV 1
6726| #define ICONV_CONST
6727| #define HAVE_ICONV_H 1
6728| #define HAVE_LOCALCHARSET_H 1
6729| #define HAVE_LOCALE_CHARSET 1
6730| #define HAVE_LZ4_H 1
6731| #define HAVE_LZ4HC_H 1
6732| #define HAVE_ZSTD_H 1
6733| #define HAVE_LZMA_H 1
6734| #define HAVE_LIBLZMA 1
6735| #define HAVE_LZMA_FILTER_ARM64 1
6736| #define HAVE_LZO_LZOCONF_H 1
6737| #define HAVE_LZO_LZO1X_H 1
6738| #define HAVE_LIBXML_XMLREADER_H 1
6739| #define HAVE_LIBXML_XMLWRITER_H 1
6740| #define HAVE_REGEX_H 1
6741| #define HAVE_STRUCT_TM_TM_GMTOFF 1
6742| #define HAVE_STRUCT_STATFS_F_IOSIZE 1
6743| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
6744| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
6745| #define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
6746| /* end confdefs.h.  */
6747| #include <stddef.h>
6748| #ifdef HAVE_STDIO_H
6749| # include <stdio.h>
6750| #endif
6751| #ifdef HAVE_STDLIB_H
6752| # include <stdlib.h>
6753| #endif
6754| #ifdef HAVE_STRING_H
6755| # include <string.h>
6756| #endif
6757| #ifdef HAVE_INTTYPES_H
6758| # include <inttypes.h>
6759| #endif
6760| #ifdef HAVE_STDINT_H
6761| # include <stdint.h>
6762| #endif
6763| #ifdef HAVE_STRINGS_H
6764| # include <strings.h>
6765| #endif
6766| #ifdef HAVE_SYS_TYPES_H
6767| # include <sys/types.h>
6768| #endif
6769| #ifdef HAVE_SYS_STAT_H
6770| # include <sys/stat.h>
6771| #endif
6772| #ifdef HAVE_UNISTD_H
6773| # include <unistd.h>
6774| #endif
6775| int
6776| main (void)
6777| {
6778| static struct stat ac_aggr;
6779| if (ac_aggr.st_mtime_usec)
6780| return 0;
6781|   ;
6782|   return 0;
6783| }
6784configure:17932: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
6785conftest.c:146:20: error: no member named 'st_mtime_usec' in 'struct stat'; did you mean 'st_mtimespec'?
6786if (sizeof ac_aggr.st_mtime_usec)
6787                   ^~~~~~~~~~~~~
6788                   st_mtimespec
6789/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stat.h:182:13: note: 'st_mtimespec' declared here
6790struct stat __DARWIN_STRUCT_STAT64;
6791            ^
6792/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stat.h:166:2: note: expanded from macro '__DARWIN_STRUCT_STAT64'
6793        __DARWIN_STRUCT_STAT64_TIMES \
6794        ^
6795/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stat.h:130:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES'
6796        struct timespec st_mtimespec;           /* time of last data modification */ \
6797                        ^
67981 error generated.
6799configure:17932: $? = 1
6800configure: failed program was:
6801| /* confdefs.h */
6802| #define PACKAGE_NAME "libarchive"
6803| #define PACKAGE_TARNAME "libarchive"
6804| #define PACKAGE_VERSION "3.7.2"
6805| #define PACKAGE_STRING "libarchive 3.7.2"
6806| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
6807| #define PACKAGE_URL ""
6808| #define PACKAGE "libarchive"
6809| #define VERSION "3.7.2"
6810| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
6811| #define LIBARCHIVE_VERSION_STRING "3.7.2"
6812| #define LIBARCHIVE_VERSION_NUMBER "3007002"
6813| #define BSDCPIO_VERSION_STRING "3.7.2"
6814| #define BSDTAR_VERSION_STRING "3.7.2"
6815| #define BSDCAT_VERSION_STRING "3.7.2"
6816| #define BSDUNZIP_VERSION_STRING "3.7.2"
6817| #define HAVE_STDIO_H 1
6818| #define HAVE_STDLIB_H 1
6819| #define HAVE_STRING_H 1
6820| #define HAVE_INTTYPES_H 1
6821| #define HAVE_STDINT_H 1
6822| #define HAVE_STRINGS_H 1
6823| #define HAVE_SYS_STAT_H 1
6824| #define HAVE_SYS_TYPES_H 1
6825| #define HAVE_UNISTD_H 1
6826| #define HAVE_WCHAR_H 1
6827| #define HAVE_SYS_TIME_H 1
6828| #define STDC_HEADERS 1
6829| #define _ALL_SOURCE 1
6830| #define _DARWIN_C_SOURCE 1
6831| #define _GNU_SOURCE 1
6832| #define _HPUX_ALT_XOPEN_SOCKET_API 1
6833| #define _NETBSD_SOURCE 1
6834| #define _OPENBSD_SOURCE 1
6835| #define _POSIX_PTHREAD_SEMANTICS 1
6836| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
6837| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
6838| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
6839| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
6840| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
6841| #define __STDC_WANT_LIB_EXT2__ 1
6842| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
6843| #define _TANDEM_SOURCE 1
6844| #define __EXTENSIONS__ 1
6845| #define HAVE_DLFCN_H 1
6846| #define LT_OBJDIR ".libs/"
6847| #define HAVE_DIRENT_H 1
6848| #define HAVE_SYS_WAIT_H 1
6849| #define HAVE_COPYFILE_H 1
6850| #define HAVE_CTYPE_H 1
6851| #define HAVE_ERRNO_H 1
6852| #define HAVE_FCNTL_H 1
6853| #define HAVE_FNMATCH_H 1
6854| #define HAVE_GRP_H 1
6855| #define HAVE_INTTYPES_H 1
6856| #define HAVE_LANGINFO_H 1
6857| #define HAVE_LIMITS_H 1
6858| #define HAVE_LOCALE_H 1
6859| #define HAVE_MEMBERSHIP_H 1
6860| #define HAVE_PATHS_H 1
6861| #define HAVE_POLL_H 1
6862| #define HAVE_PTHREAD_H 1
6863| #define HAVE_PWD_H 1
6864| #define HAVE_READPASSPHRASE_H 1
6865| #define HAVE_SIGNAL_H 1
6866| #define HAVE_SPAWN_H 1
6867| #define HAVE_STDARG_H 1
6868| #define HAVE_STDINT_H 1
6869| #define HAVE_STDLIB_H 1
6870| #define HAVE_STRING_H 1
6871| #define HAVE_SYS_ACL_H 1
6872| #define HAVE_SYS_CDEFS_H 1
6873| #define HAVE_SYS_IOCTL_H 1
6874| #define HAVE_SYS_MOUNT_H 1
6875| #define HAVE_SYS_QUEUE_H 1
6876| #define HAVE_SYS_PARAM_H 1
6877| #define HAVE_SYS_POLL_H 1
6878| #define HAVE_SYS_SELECT_H 1
6879| #define HAVE_SYS_STATVFS_H 1
6880| #define HAVE_SYS_TIME_H 1
6881| #define HAVE_SYS_UTSNAME_H 1
6882| #define HAVE_SYS_XATTR_H 1
6883| #define HAVE_TIME_H 1
6884| #define HAVE_UNISTD_H 1
6885| #define HAVE_UTIME_H 1
6886| #define HAVE_WCHAR_H 1
6887| #define HAVE_WCTYPE_H 1
6888| #define HAVE_ZLIB_H 1
6889| #define HAVE_LIBZ 1
6890| #define HAVE_BZLIB_H 1
6891| #define HAVE_LIBBZ2 1
6892| #define HAVE_ICONV 1
6893| #define ICONV_CONST
6894| #define HAVE_ICONV_H 1
6895| #define HAVE_LOCALCHARSET_H 1
6896| #define HAVE_LOCALE_CHARSET 1
6897| #define HAVE_LZ4_H 1
6898| #define HAVE_LZ4HC_H 1
6899| #define HAVE_ZSTD_H 1
6900| #define HAVE_LZMA_H 1
6901| #define HAVE_LIBLZMA 1
6902| #define HAVE_LZMA_FILTER_ARM64 1
6903| #define HAVE_LZO_LZOCONF_H 1
6904| #define HAVE_LZO_LZO1X_H 1
6905| #define HAVE_LIBXML_XMLREADER_H 1
6906| #define HAVE_LIBXML_XMLWRITER_H 1
6907| #define HAVE_REGEX_H 1
6908| #define HAVE_STRUCT_TM_TM_GMTOFF 1
6909| #define HAVE_STRUCT_STATFS_F_IOSIZE 1
6910| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
6911| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
6912| #define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
6913| /* end confdefs.h.  */
6914| #include <stddef.h>
6915| #ifdef HAVE_STDIO_H
6916| # include <stdio.h>
6917| #endif
6918| #ifdef HAVE_STDLIB_H
6919| # include <stdlib.h>
6920| #endif
6921| #ifdef HAVE_STRING_H
6922| # include <string.h>
6923| #endif
6924| #ifdef HAVE_INTTYPES_H
6925| # include <inttypes.h>
6926| #endif
6927| #ifdef HAVE_STDINT_H
6928| # include <stdint.h>
6929| #endif
6930| #ifdef HAVE_STRINGS_H
6931| # include <strings.h>
6932| #endif
6933| #ifdef HAVE_SYS_TYPES_H
6934| # include <sys/types.h>
6935| #endif
6936| #ifdef HAVE_SYS_STAT_H
6937| # include <sys/stat.h>
6938| #endif
6939| #ifdef HAVE_UNISTD_H
6940| # include <unistd.h>
6941| #endif
6942| int
6943| main (void)
6944| {
6945| static struct stat ac_aggr;
6946| if (sizeof ac_aggr.st_mtime_usec)
6947| return 0;
6948|   ;
6949|   return 0;
6950| }
6951configure:17932: result: no
6952configure:17942: checking for struct stat.st_blksize
6953configure:17942: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
6954configure:17942: $? = 0
6955configure:17942: result: yes
6956configure:17952: checking for struct stat.st_flags
6957configure:17952: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
6958configure:17952: $? = 0
6959configure:17952: result: yes
6960configure:17965: checking for uintmax_t
6961configure:17965: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
6962configure:17965: $? = 0
6963configure:17965: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
6964conftest.c:147:24: error: expected expression
6965if (sizeof ((uintmax_t)))
6966                       ^
69671 error generated.
6968configure:17965: $? = 1
6969configure: failed program was:
6970| /* confdefs.h */
6971| #define PACKAGE_NAME "libarchive"
6972| #define PACKAGE_TARNAME "libarchive"
6973| #define PACKAGE_VERSION "3.7.2"
6974| #define PACKAGE_STRING "libarchive 3.7.2"
6975| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
6976| #define PACKAGE_URL ""
6977| #define PACKAGE "libarchive"
6978| #define VERSION "3.7.2"
6979| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
6980| #define LIBARCHIVE_VERSION_STRING "3.7.2"
6981| #define LIBARCHIVE_VERSION_NUMBER "3007002"
6982| #define BSDCPIO_VERSION_STRING "3.7.2"
6983| #define BSDTAR_VERSION_STRING "3.7.2"
6984| #define BSDCAT_VERSION_STRING "3.7.2"
6985| #define BSDUNZIP_VERSION_STRING "3.7.2"
6986| #define HAVE_STDIO_H 1
6987| #define HAVE_STDLIB_H 1
6988| #define HAVE_STRING_H 1
6989| #define HAVE_INTTYPES_H 1
6990| #define HAVE_STDINT_H 1
6991| #define HAVE_STRINGS_H 1
6992| #define HAVE_SYS_STAT_H 1
6993| #define HAVE_SYS_TYPES_H 1
6994| #define HAVE_UNISTD_H 1
6995| #define HAVE_WCHAR_H 1
6996| #define HAVE_SYS_TIME_H 1
6997| #define STDC_HEADERS 1
6998| #define _ALL_SOURCE 1
6999| #define _DARWIN_C_SOURCE 1
7000| #define _GNU_SOURCE 1
7001| #define _HPUX_ALT_XOPEN_SOCKET_API 1
7002| #define _NETBSD_SOURCE 1
7003| #define _OPENBSD_SOURCE 1
7004| #define _POSIX_PTHREAD_SEMANTICS 1
7005| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
7006| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
7007| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
7008| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
7009| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
7010| #define __STDC_WANT_LIB_EXT2__ 1
7011| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
7012| #define _TANDEM_SOURCE 1
7013| #define __EXTENSIONS__ 1
7014| #define HAVE_DLFCN_H 1
7015| #define LT_OBJDIR ".libs/"
7016| #define HAVE_DIRENT_H 1
7017| #define HAVE_SYS_WAIT_H 1
7018| #define HAVE_COPYFILE_H 1
7019| #define HAVE_CTYPE_H 1
7020| #define HAVE_ERRNO_H 1
7021| #define HAVE_FCNTL_H 1
7022| #define HAVE_FNMATCH_H 1
7023| #define HAVE_GRP_H 1
7024| #define HAVE_INTTYPES_H 1
7025| #define HAVE_LANGINFO_H 1
7026| #define HAVE_LIMITS_H 1
7027| #define HAVE_LOCALE_H 1
7028| #define HAVE_MEMBERSHIP_H 1
7029| #define HAVE_PATHS_H 1
7030| #define HAVE_POLL_H 1
7031| #define HAVE_PTHREAD_H 1
7032| #define HAVE_PWD_H 1
7033| #define HAVE_READPASSPHRASE_H 1
7034| #define HAVE_SIGNAL_H 1
7035| #define HAVE_SPAWN_H 1
7036| #define HAVE_STDARG_H 1
7037| #define HAVE_STDINT_H 1
7038| #define HAVE_STDLIB_H 1
7039| #define HAVE_STRING_H 1
7040| #define HAVE_SYS_ACL_H 1
7041| #define HAVE_SYS_CDEFS_H 1
7042| #define HAVE_SYS_IOCTL_H 1
7043| #define HAVE_SYS_MOUNT_H 1
7044| #define HAVE_SYS_QUEUE_H 1
7045| #define HAVE_SYS_PARAM_H 1
7046| #define HAVE_SYS_POLL_H 1
7047| #define HAVE_SYS_SELECT_H 1
7048| #define HAVE_SYS_STATVFS_H 1
7049| #define HAVE_SYS_TIME_H 1
7050| #define HAVE_SYS_UTSNAME_H 1
7051| #define HAVE_SYS_XATTR_H 1
7052| #define HAVE_TIME_H 1
7053| #define HAVE_UNISTD_H 1
7054| #define HAVE_UTIME_H 1
7055| #define HAVE_WCHAR_H 1
7056| #define HAVE_WCTYPE_H 1
7057| #define HAVE_ZLIB_H 1
7058| #define HAVE_LIBZ 1
7059| #define HAVE_BZLIB_H 1
7060| #define HAVE_LIBBZ2 1
7061| #define HAVE_ICONV 1
7062| #define ICONV_CONST
7063| #define HAVE_ICONV_H 1
7064| #define HAVE_LOCALCHARSET_H 1
7065| #define HAVE_LOCALE_CHARSET 1
7066| #define HAVE_LZ4_H 1
7067| #define HAVE_LZ4HC_H 1
7068| #define HAVE_ZSTD_H 1
7069| #define HAVE_LZMA_H 1
7070| #define HAVE_LIBLZMA 1
7071| #define HAVE_LZMA_FILTER_ARM64 1
7072| #define HAVE_LZO_LZOCONF_H 1
7073| #define HAVE_LZO_LZO1X_H 1
7074| #define HAVE_LIBXML_XMLREADER_H 1
7075| #define HAVE_LIBXML_XMLWRITER_H 1
7076| #define HAVE_REGEX_H 1
7077| #define HAVE_STRUCT_TM_TM_GMTOFF 1
7078| #define HAVE_STRUCT_STATFS_F_IOSIZE 1
7079| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
7080| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
7081| #define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
7082| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7083| #define HAVE_STRUCT_STAT_ST_FLAGS 1
7084| /* end confdefs.h.  */
7085| #include <stddef.h>
7086| #ifdef HAVE_STDIO_H
7087| # include <stdio.h>
7088| #endif
7089| #ifdef HAVE_STDLIB_H
7090| # include <stdlib.h>
7091| #endif
7092| #ifdef HAVE_STRING_H
7093| # include <string.h>
7094| #endif
7095| #ifdef HAVE_INTTYPES_H
7096| # include <inttypes.h>
7097| #endif
7098| #ifdef HAVE_STDINT_H
7099| # include <stdint.h>
7100| #endif
7101| #ifdef HAVE_STRINGS_H
7102| # include <strings.h>
7103| #endif
7104| #ifdef HAVE_SYS_TYPES_H
7105| # include <sys/types.h>
7106| #endif
7107| #ifdef HAVE_SYS_STAT_H
7108| # include <sys/stat.h>
7109| #endif
7110| #ifdef HAVE_UNISTD_H
7111| # include <unistd.h>
7112| #endif
7113| int
7114| main (void)
7115| {
7116| if (sizeof ((uintmax_t)))
7117|           return 0;
7118|   ;
7119|   return 0;
7120| }
7121configure:17965: result: yes
7122configure:17973: checking for unsigned long long
7123configure:17973: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
7124configure:17973: $? = 0
7125configure:17973: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
7126conftest.c:148:33: error: expected expression
7127if (sizeof ((unsigned long long)))
7128                                ^
71291 error generated.
7130configure:17973: $? = 1
7131configure: failed program was:
7132| /* confdefs.h */
7133| #define PACKAGE_NAME "libarchive"
7134| #define PACKAGE_TARNAME "libarchive"
7135| #define PACKAGE_VERSION "3.7.2"
7136| #define PACKAGE_STRING "libarchive 3.7.2"
7137| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
7138| #define PACKAGE_URL ""
7139| #define PACKAGE "libarchive"
7140| #define VERSION "3.7.2"
7141| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
7142| #define LIBARCHIVE_VERSION_STRING "3.7.2"
7143| #define LIBARCHIVE_VERSION_NUMBER "3007002"
7144| #define BSDCPIO_VERSION_STRING "3.7.2"
7145| #define BSDTAR_VERSION_STRING "3.7.2"
7146| #define BSDCAT_VERSION_STRING "3.7.2"
7147| #define BSDUNZIP_VERSION_STRING "3.7.2"
7148| #define HAVE_STDIO_H 1
7149| #define HAVE_STDLIB_H 1
7150| #define HAVE_STRING_H 1
7151| #define HAVE_INTTYPES_H 1
7152| #define HAVE_STDINT_H 1
7153| #define HAVE_STRINGS_H 1
7154| #define HAVE_SYS_STAT_H 1
7155| #define HAVE_SYS_TYPES_H 1
7156| #define HAVE_UNISTD_H 1
7157| #define HAVE_WCHAR_H 1
7158| #define HAVE_SYS_TIME_H 1
7159| #define STDC_HEADERS 1
7160| #define _ALL_SOURCE 1
7161| #define _DARWIN_C_SOURCE 1
7162| #define _GNU_SOURCE 1
7163| #define _HPUX_ALT_XOPEN_SOCKET_API 1
7164| #define _NETBSD_SOURCE 1
7165| #define _OPENBSD_SOURCE 1
7166| #define _POSIX_PTHREAD_SEMANTICS 1
7167| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
7168| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
7169| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
7170| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
7171| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
7172| #define __STDC_WANT_LIB_EXT2__ 1
7173| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
7174| #define _TANDEM_SOURCE 1
7175| #define __EXTENSIONS__ 1
7176| #define HAVE_DLFCN_H 1
7177| #define LT_OBJDIR ".libs/"
7178| #define HAVE_DIRENT_H 1
7179| #define HAVE_SYS_WAIT_H 1
7180| #define HAVE_COPYFILE_H 1
7181| #define HAVE_CTYPE_H 1
7182| #define HAVE_ERRNO_H 1
7183| #define HAVE_FCNTL_H 1
7184| #define HAVE_FNMATCH_H 1
7185| #define HAVE_GRP_H 1
7186| #define HAVE_INTTYPES_H 1
7187| #define HAVE_LANGINFO_H 1
7188| #define HAVE_LIMITS_H 1
7189| #define HAVE_LOCALE_H 1
7190| #define HAVE_MEMBERSHIP_H 1
7191| #define HAVE_PATHS_H 1
7192| #define HAVE_POLL_H 1
7193| #define HAVE_PTHREAD_H 1
7194| #define HAVE_PWD_H 1
7195| #define HAVE_READPASSPHRASE_H 1
7196| #define HAVE_SIGNAL_H 1
7197| #define HAVE_SPAWN_H 1
7198| #define HAVE_STDARG_H 1
7199| #define HAVE_STDINT_H 1
7200| #define HAVE_STDLIB_H 1
7201| #define HAVE_STRING_H 1
7202| #define HAVE_SYS_ACL_H 1
7203| #define HAVE_SYS_CDEFS_H 1
7204| #define HAVE_SYS_IOCTL_H 1
7205| #define HAVE_SYS_MOUNT_H 1
7206| #define HAVE_SYS_QUEUE_H 1
7207| #define HAVE_SYS_PARAM_H 1
7208| #define HAVE_SYS_POLL_H 1
7209| #define HAVE_SYS_SELECT_H 1
7210| #define HAVE_SYS_STATVFS_H 1
7211| #define HAVE_SYS_TIME_H 1
7212| #define HAVE_SYS_UTSNAME_H 1
7213| #define HAVE_SYS_XATTR_H 1
7214| #define HAVE_TIME_H 1
7215| #define HAVE_UNISTD_H 1
7216| #define HAVE_UTIME_H 1
7217| #define HAVE_WCHAR_H 1
7218| #define HAVE_WCTYPE_H 1
7219| #define HAVE_ZLIB_H 1
7220| #define HAVE_LIBZ 1
7221| #define HAVE_BZLIB_H 1
7222| #define HAVE_LIBBZ2 1
7223| #define HAVE_ICONV 1
7224| #define ICONV_CONST
7225| #define HAVE_ICONV_H 1
7226| #define HAVE_LOCALCHARSET_H 1
7227| #define HAVE_LOCALE_CHARSET 1
7228| #define HAVE_LZ4_H 1
7229| #define HAVE_LZ4HC_H 1
7230| #define HAVE_ZSTD_H 1
7231| #define HAVE_LZMA_H 1
7232| #define HAVE_LIBLZMA 1
7233| #define HAVE_LZMA_FILTER_ARM64 1
7234| #define HAVE_LZO_LZOCONF_H 1
7235| #define HAVE_LZO_LZO1X_H 1
7236| #define HAVE_LIBXML_XMLREADER_H 1
7237| #define HAVE_LIBXML_XMLWRITER_H 1
7238| #define HAVE_REGEX_H 1
7239| #define HAVE_STRUCT_TM_TM_GMTOFF 1
7240| #define HAVE_STRUCT_STATFS_F_IOSIZE 1
7241| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
7242| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
7243| #define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
7244| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7245| #define HAVE_STRUCT_STAT_ST_FLAGS 1
7246| #define HAVE_UINTMAX_T 1
7247| /* end confdefs.h.  */
7248| #include <stddef.h>
7249| #ifdef HAVE_STDIO_H
7250| # include <stdio.h>
7251| #endif
7252| #ifdef HAVE_STDLIB_H
7253| # include <stdlib.h>
7254| #endif
7255| #ifdef HAVE_STRING_H
7256| # include <string.h>
7257| #endif
7258| #ifdef HAVE_INTTYPES_H
7259| # include <inttypes.h>
7260| #endif
7261| #ifdef HAVE_STDINT_H
7262| # include <stdint.h>
7263| #endif
7264| #ifdef HAVE_STRINGS_H
7265| # include <strings.h>
7266| #endif
7267| #ifdef HAVE_SYS_TYPES_H
7268| # include <sys/types.h>
7269| #endif
7270| #ifdef HAVE_SYS_STAT_H
7271| # include <sys/stat.h>
7272| #endif
7273| #ifdef HAVE_UNISTD_H
7274| # include <unistd.h>
7275| #endif
7276| int
7277| main (void)
7278| {
7279| if (sizeof ((unsigned long long)))
7280|           return 0;
7281|   ;
7282|   return 0;
7283| }
7284configure:17973: result: yes
7285configure:17986: checking for unsigned long long int
7286configure:18028: gcc -o conftest -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2  conftest.c -llzma -lbz2 -lz  -L/opt/local/lib -lxml2 >&5
7287configure:18028: $? = 0
7288configure:18038: result: yes
7289configure:18048: checking for long long int
7290configure:18090: gcc -o conftest -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2  conftest.c -llzma -lbz2 -lz  -L/opt/local/lib -lxml2 >&5
7291+ eval '$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7292++ gcc -o conftest -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c -llzma -lbz2 -lz -L/opt/local/lib -lxml2
7293configure:18090: $? = 0
7294configure:18090: ./conftest
7295+ eval './conftest$ac_exeext'
7296++ ./conftest
7297dyld[59755]: Library not loaded: /opt/local/lib/libicui18n.73.dylib
7298  Referenced from: <A6EF06B4-01B0-356B-9500-964493CACA2C> /opt/local/lib/libxml2.2.dylib
7299  Reason: tried: '/opt/local/lib/libicui18n.73.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/local/lib/libicui18n.73.dylib' (no such file), '/opt/local/lib/libicui18n.73.dylib' (no such file)
7300./configure: line 1939: 59755 Abort trap: 6           ./conftest$ac_exeext
7301configure:18090: $? = 134
7302configure: program exited with status 134
7303configure: failed program was:
7304| /* confdefs.h */
7305| #define PACKAGE_NAME "libarchive"
7306| #define PACKAGE_TARNAME "libarchive"
7307| #define PACKAGE_VERSION "3.7.2"
7308| #define PACKAGE_STRING "libarchive 3.7.2"
7309| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
7310| #define PACKAGE_URL ""
7311| #define PACKAGE "libarchive"
7312| #define VERSION "3.7.2"
7313| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
7314| #define LIBARCHIVE_VERSION_STRING "3.7.2"
7315| #define LIBARCHIVE_VERSION_NUMBER "3007002"
7316| #define BSDCPIO_VERSION_STRING "3.7.2"
7317| #define BSDTAR_VERSION_STRING "3.7.2"
7318| #define BSDCAT_VERSION_STRING "3.7.2"
7319| #define BSDUNZIP_VERSION_STRING "3.7.2"
7320| #define HAVE_STDIO_H 1
7321| #define HAVE_STDLIB_H 1
7322| #define HAVE_STRING_H 1
7323| #define HAVE_INTTYPES_H 1
7324| #define HAVE_STDINT_H 1
7325| #define HAVE_STRINGS_H 1
7326| #define HAVE_SYS_STAT_H 1
7327| #define HAVE_SYS_TYPES_H 1
7328| #define HAVE_UNISTD_H 1
7329| #define HAVE_WCHAR_H 1
7330| #define HAVE_SYS_TIME_H 1
7331| #define STDC_HEADERS 1
7332| #define _ALL_SOURCE 1
7333| #define _DARWIN_C_SOURCE 1
7334| #define _GNU_SOURCE 1
7335| #define _HPUX_ALT_XOPEN_SOCKET_API 1
7336| #define _NETBSD_SOURCE 1
7337| #define _OPENBSD_SOURCE 1
7338| #define _POSIX_PTHREAD_SEMANTICS 1
7339| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
7340| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
7341| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
7342| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
7343| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
7344| #define __STDC_WANT_LIB_EXT2__ 1
7345| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
7346| #define _TANDEM_SOURCE 1
7347| #define __EXTENSIONS__ 1
7348| #define HAVE_DLFCN_H 1
7349| #define LT_OBJDIR ".libs/"
7350| #define HAVE_DIRENT_H 1
7351| #define HAVE_SYS_WAIT_H 1
7352| #define HAVE_COPYFILE_H 1
7353| #define HAVE_CTYPE_H 1
7354| #define HAVE_ERRNO_H 1
7355| #define HAVE_FCNTL_H 1
7356| #define HAVE_FNMATCH_H 1
7357| #define HAVE_GRP_H 1
7358| #define HAVE_INTTYPES_H 1
7359| #define HAVE_LANGINFO_H 1
7360| #define HAVE_LIMITS_H 1
7361| #define HAVE_LOCALE_H 1
7362| #define HAVE_MEMBERSHIP_H 1
7363| #define HAVE_PATHS_H 1
7364| #define HAVE_POLL_H 1
7365| #define HAVE_PTHREAD_H 1
7366| #define HAVE_PWD_H 1
7367| #define HAVE_READPASSPHRASE_H 1
7368| #define HAVE_SIGNAL_H 1
7369| #define HAVE_SPAWN_H 1
7370| #define HAVE_STDARG_H 1
7371| #define HAVE_STDINT_H 1
7372| #define HAVE_STDLIB_H 1
7373| #define HAVE_STRING_H 1
7374| #define HAVE_SYS_ACL_H 1
7375| #define HAVE_SYS_CDEFS_H 1
7376| #define HAVE_SYS_IOCTL_H 1
7377| #define HAVE_SYS_MOUNT_H 1
7378| #define HAVE_SYS_QUEUE_H 1
7379| #define HAVE_SYS_PARAM_H 1
7380| #define HAVE_SYS_POLL_H 1
7381| #define HAVE_SYS_SELECT_H 1
7382| #define HAVE_SYS_STATVFS_H 1
7383| #define HAVE_SYS_TIME_H 1
7384| #define HAVE_SYS_UTSNAME_H 1
7385| #define HAVE_SYS_XATTR_H 1
7386| #define HAVE_TIME_H 1
7387| #define HAVE_UNISTD_H 1
7388| #define HAVE_UTIME_H 1
7389| #define HAVE_WCHAR_H 1
7390| #define HAVE_WCTYPE_H 1
7391| #define HAVE_ZLIB_H 1
7392| #define HAVE_LIBZ 1
7393| #define HAVE_BZLIB_H 1
7394| #define HAVE_LIBBZ2 1
7395| #define HAVE_ICONV 1
7396| #define ICONV_CONST
7397| #define HAVE_ICONV_H 1
7398| #define HAVE_LOCALCHARSET_H 1
7399| #define HAVE_LOCALE_CHARSET 1
7400| #define HAVE_LZ4_H 1
7401| #define HAVE_LZ4HC_H 1
7402| #define HAVE_ZSTD_H 1
7403| #define HAVE_LZMA_H 1
7404| #define HAVE_LIBLZMA 1
7405| #define HAVE_LZMA_FILTER_ARM64 1
7406| #define HAVE_LZO_LZOCONF_H 1
7407| #define HAVE_LZO_LZO1X_H 1
7408| #define HAVE_LIBXML_XMLREADER_H 1
7409| #define HAVE_LIBXML_XMLWRITER_H 1
7410| #define HAVE_REGEX_H 1
7411| #define HAVE_STRUCT_TM_TM_GMTOFF 1
7412| #define HAVE_STRUCT_STATFS_F_IOSIZE 1
7413| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
7414| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
7415| #define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
7416| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7417| #define HAVE_STRUCT_STAT_ST_FLAGS 1
7418| #define HAVE_UINTMAX_T 1
7419| #define HAVE_UNSIGNED_LONG_LONG 1
7420| #define HAVE_UNSIGNED_LONG_LONG_INT 1
7421| /* end confdefs.h.  */
7422| #include <limits.h>
7423|                  #ifndef LLONG_MAX
7424|                  # define HALF                            (1LL << (sizeof (long long int) * CHAR_BIT - 2))
7425|                  # define LLONG_MAX (HALF - 1 + HALF)
7426|                  #endif
7427| int
7428| main (void)
7429| {
7430| long long int n = 1;
7431|                  int i;
7432|                  for (i = 0; ; i++)
7433|                    {
7434|                      long long int m = n << i;
7435|                      if (m >> i != n)
7436|                        return 1;
7437|                      if (LLONG_MAX / 2 < m)
7438|                        break;
7439|                    }
7440|                  return 0;
7441|   ;
7442|   return 0;
7443| }
7444configure:18103: result: no
7445configure:18113: checking for intmax_t
7446configure:18113: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
7447configure:18113: $? = 0
7448configure:18113: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
7449conftest.c:150:23: error: expected expression
7450if (sizeof ((intmax_t)))
7451                      ^
74521 error generated.
7453configure:18113: $? = 1
7454configure: failed program was:
7455| /* confdefs.h */
7456| #define PACKAGE_NAME "libarchive"
7457| #define PACKAGE_TARNAME "libarchive"
7458| #define PACKAGE_VERSION "3.7.2"
7459| #define PACKAGE_STRING "libarchive 3.7.2"
7460| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
7461| #define PACKAGE_URL ""
7462| #define PACKAGE "libarchive"
7463| #define VERSION "3.7.2"
7464| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
7465| #define LIBARCHIVE_VERSION_STRING "3.7.2"
7466| #define LIBARCHIVE_VERSION_NUMBER "3007002"
7467| #define BSDCPIO_VERSION_STRING "3.7.2"
7468| #define BSDTAR_VERSION_STRING "3.7.2"
7469| #define BSDCAT_VERSION_STRING "3.7.2"
7470| #define BSDUNZIP_VERSION_STRING "3.7.2"
7471| #define HAVE_STDIO_H 1
7472| #define HAVE_STDLIB_H 1
7473| #define HAVE_STRING_H 1
7474| #define HAVE_INTTYPES_H 1
7475| #define HAVE_STDINT_H 1
7476| #define HAVE_STRINGS_H 1
7477| #define HAVE_SYS_STAT_H 1
7478| #define HAVE_SYS_TYPES_H 1
7479| #define HAVE_UNISTD_H 1
7480| #define HAVE_WCHAR_H 1
7481| #define HAVE_SYS_TIME_H 1
7482| #define STDC_HEADERS 1
7483| #define _ALL_SOURCE 1
7484| #define _DARWIN_C_SOURCE 1
7485| #define _GNU_SOURCE 1
7486| #define _HPUX_ALT_XOPEN_SOCKET_API 1
7487| #define _NETBSD_SOURCE 1
7488| #define _OPENBSD_SOURCE 1
7489| #define _POSIX_PTHREAD_SEMANTICS 1
7490| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
7491| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
7492| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
7493| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
7494| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
7495| #define __STDC_WANT_LIB_EXT2__ 1
7496| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
7497| #define _TANDEM_SOURCE 1
7498| #define __EXTENSIONS__ 1
7499| #define HAVE_DLFCN_H 1
7500| #define LT_OBJDIR ".libs/"
7501| #define HAVE_DIRENT_H 1
7502| #define HAVE_SYS_WAIT_H 1
7503| #define HAVE_COPYFILE_H 1
7504| #define HAVE_CTYPE_H 1
7505| #define HAVE_ERRNO_H 1
7506| #define HAVE_FCNTL_H 1
7507| #define HAVE_FNMATCH_H 1
7508| #define HAVE_GRP_H 1
7509| #define HAVE_INTTYPES_H 1
7510| #define HAVE_LANGINFO_H 1
7511| #define HAVE_LIMITS_H 1
7512| #define HAVE_LOCALE_H 1
7513| #define HAVE_MEMBERSHIP_H 1
7514| #define HAVE_PATHS_H 1
7515| #define HAVE_POLL_H 1
7516| #define HAVE_PTHREAD_H 1
7517| #define HAVE_PWD_H 1
7518| #define HAVE_READPASSPHRASE_H 1
7519| #define HAVE_SIGNAL_H 1
7520| #define HAVE_SPAWN_H 1
7521| #define HAVE_STDARG_H 1
7522| #define HAVE_STDINT_H 1
7523| #define HAVE_STDLIB_H 1
7524| #define HAVE_STRING_H 1
7525| #define HAVE_SYS_ACL_H 1
7526| #define HAVE_SYS_CDEFS_H 1
7527| #define HAVE_SYS_IOCTL_H 1
7528| #define HAVE_SYS_MOUNT_H 1
7529| #define HAVE_SYS_QUEUE_H 1
7530| #define HAVE_SYS_PARAM_H 1
7531| #define HAVE_SYS_POLL_H 1
7532| #define HAVE_SYS_SELECT_H 1
7533| #define HAVE_SYS_STATVFS_H 1
7534| #define HAVE_SYS_TIME_H 1
7535| #define HAVE_SYS_UTSNAME_H 1
7536| #define HAVE_SYS_XATTR_H 1
7537| #define HAVE_TIME_H 1
7538| #define HAVE_UNISTD_H 1
7539| #define HAVE_UTIME_H 1
7540| #define HAVE_WCHAR_H 1
7541| #define HAVE_WCTYPE_H 1
7542| #define HAVE_ZLIB_H 1
7543| #define HAVE_LIBZ 1
7544| #define HAVE_BZLIB_H 1
7545| #define HAVE_LIBBZ2 1
7546| #define HAVE_ICONV 1
7547| #define ICONV_CONST
7548| #define HAVE_ICONV_H 1
7549| #define HAVE_LOCALCHARSET_H 1
7550| #define HAVE_LOCALE_CHARSET 1
7551| #define HAVE_LZ4_H 1
7552| #define HAVE_LZ4HC_H 1
7553| #define HAVE_ZSTD_H 1
7554| #define HAVE_LZMA_H 1
7555| #define HAVE_LIBLZMA 1
7556| #define HAVE_LZMA_FILTER_ARM64 1
7557| #define HAVE_LZO_LZOCONF_H 1
7558| #define HAVE_LZO_LZO1X_H 1
7559| #define HAVE_LIBXML_XMLREADER_H 1
7560| #define HAVE_LIBXML_XMLWRITER_H 1
7561| #define HAVE_REGEX_H 1
7562| #define HAVE_STRUCT_TM_TM_GMTOFF 1
7563| #define HAVE_STRUCT_STATFS_F_IOSIZE 1
7564| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
7565| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
7566| #define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
7567| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7568| #define HAVE_STRUCT_STAT_ST_FLAGS 1
7569| #define HAVE_UINTMAX_T 1
7570| #define HAVE_UNSIGNED_LONG_LONG 1
7571| #define HAVE_UNSIGNED_LONG_LONG_INT 1
7572| /* end confdefs.h.  */
7573| #include <stddef.h>
7574| #ifdef HAVE_STDIO_H
7575| # include <stdio.h>
7576| #endif
7577| #ifdef HAVE_STDLIB_H
7578| # include <stdlib.h>
7579| #endif
7580| #ifdef HAVE_STRING_H
7581| # include <string.h>
7582| #endif
7583| #ifdef HAVE_INTTYPES_H
7584| # include <inttypes.h>
7585| #endif
7586| #ifdef HAVE_STDINT_H
7587| # include <stdint.h>
7588| #endif
7589| #ifdef HAVE_STRINGS_H
7590| # include <strings.h>
7591| #endif
7592| #ifdef HAVE_SYS_TYPES_H
7593| # include <sys/types.h>
7594| #endif
7595| #ifdef HAVE_SYS_STAT_H
7596| # include <sys/stat.h>
7597| #endif
7598| #ifdef HAVE_UNISTD_H
7599| # include <unistd.h>
7600| #endif
7601| int
7602| main (void)
7603| {
7604| if (sizeof ((intmax_t)))
7605|           return 0;
7606|   ;
7607|   return 0;
7608| }
7609configure:18113: result: yes
7610configure:18131: checking for uintmax_t
7611configure:18131: result: yes
7612configure:18147: checking for int64_t
7613configure:18147: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
7614configure:18147: $? = 0
7615configure:18147: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
7616conftest.c:154:53: warning: overflow in expression; result is -9223372036854775808 with type 'int64_t' (aka 'long long') [-Winteger-overflow]
7617                 < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
7618                                                                  ^
7619conftest.c:153:24: error: 'test_array' declared as an array with a negative size
7620static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
7621                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
76221 warning and 1 error generated.
7623configure:18147: $? = 1
7624configure: failed program was:
7625| /* confdefs.h */
7626| #define PACKAGE_NAME "libarchive"
7627| #define PACKAGE_TARNAME "libarchive"
7628| #define PACKAGE_VERSION "3.7.2"
7629| #define PACKAGE_STRING "libarchive 3.7.2"
7630| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
7631| #define PACKAGE_URL ""
7632| #define PACKAGE "libarchive"
7633| #define VERSION "3.7.2"
7634| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
7635| #define LIBARCHIVE_VERSION_STRING "3.7.2"
7636| #define LIBARCHIVE_VERSION_NUMBER "3007002"
7637| #define BSDCPIO_VERSION_STRING "3.7.2"
7638| #define BSDTAR_VERSION_STRING "3.7.2"
7639| #define BSDCAT_VERSION_STRING "3.7.2"
7640| #define BSDUNZIP_VERSION_STRING "3.7.2"
7641| #define HAVE_STDIO_H 1
7642| #define HAVE_STDLIB_H 1
7643| #define HAVE_STRING_H 1
7644| #define HAVE_INTTYPES_H 1
7645| #define HAVE_STDINT_H 1
7646| #define HAVE_STRINGS_H 1
7647| #define HAVE_SYS_STAT_H 1
7648| #define HAVE_SYS_TYPES_H 1
7649| #define HAVE_UNISTD_H 1
7650| #define HAVE_WCHAR_H 1
7651| #define HAVE_SYS_TIME_H 1
7652| #define STDC_HEADERS 1
7653| #define _ALL_SOURCE 1
7654| #define _DARWIN_C_SOURCE 1
7655| #define _GNU_SOURCE 1
7656| #define _HPUX_ALT_XOPEN_SOCKET_API 1
7657| #define _NETBSD_SOURCE 1
7658| #define _OPENBSD_SOURCE 1
7659| #define _POSIX_PTHREAD_SEMANTICS 1
7660| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
7661| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
7662| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
7663| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
7664| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
7665| #define __STDC_WANT_LIB_EXT2__ 1
7666| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
7667| #define _TANDEM_SOURCE 1
7668| #define __EXTENSIONS__ 1
7669| #define HAVE_DLFCN_H 1
7670| #define LT_OBJDIR ".libs/"
7671| #define HAVE_DIRENT_H 1
7672| #define HAVE_SYS_WAIT_H 1
7673| #define HAVE_COPYFILE_H 1
7674| #define HAVE_CTYPE_H 1
7675| #define HAVE_ERRNO_H 1
7676| #define HAVE_FCNTL_H 1
7677| #define HAVE_FNMATCH_H 1
7678| #define HAVE_GRP_H 1
7679| #define HAVE_INTTYPES_H 1
7680| #define HAVE_LANGINFO_H 1
7681| #define HAVE_LIMITS_H 1
7682| #define HAVE_LOCALE_H 1
7683| #define HAVE_MEMBERSHIP_H 1
7684| #define HAVE_PATHS_H 1
7685| #define HAVE_POLL_H 1
7686| #define HAVE_PTHREAD_H 1
7687| #define HAVE_PWD_H 1
7688| #define HAVE_READPASSPHRASE_H 1
7689| #define HAVE_SIGNAL_H 1
7690| #define HAVE_SPAWN_H 1
7691| #define HAVE_STDARG_H 1
7692| #define HAVE_STDINT_H 1
7693| #define HAVE_STDLIB_H 1
7694| #define HAVE_STRING_H 1
7695| #define HAVE_SYS_ACL_H 1
7696| #define HAVE_SYS_CDEFS_H 1
7697| #define HAVE_SYS_IOCTL_H 1
7698| #define HAVE_SYS_MOUNT_H 1
7699| #define HAVE_SYS_QUEUE_H 1
7700| #define HAVE_SYS_PARAM_H 1
7701| #define HAVE_SYS_POLL_H 1
7702| #define HAVE_SYS_SELECT_H 1
7703| #define HAVE_SYS_STATVFS_H 1
7704| #define HAVE_SYS_TIME_H 1
7705| #define HAVE_SYS_UTSNAME_H 1
7706| #define HAVE_SYS_XATTR_H 1
7707| #define HAVE_TIME_H 1
7708| #define HAVE_UNISTD_H 1
7709| #define HAVE_UTIME_H 1
7710| #define HAVE_WCHAR_H 1
7711| #define HAVE_WCTYPE_H 1
7712| #define HAVE_ZLIB_H 1
7713| #define HAVE_LIBZ 1
7714| #define HAVE_BZLIB_H 1
7715| #define HAVE_LIBBZ2 1
7716| #define HAVE_ICONV 1
7717| #define ICONV_CONST
7718| #define HAVE_ICONV_H 1
7719| #define HAVE_LOCALCHARSET_H 1
7720| #define HAVE_LOCALE_CHARSET 1
7721| #define HAVE_LZ4_H 1
7722| #define HAVE_LZ4HC_H 1
7723| #define HAVE_ZSTD_H 1
7724| #define HAVE_LZMA_H 1
7725| #define HAVE_LIBLZMA 1
7726| #define HAVE_LZMA_FILTER_ARM64 1
7727| #define HAVE_LZO_LZOCONF_H 1
7728| #define HAVE_LZO_LZO1X_H 1
7729| #define HAVE_LIBXML_XMLREADER_H 1
7730| #define HAVE_LIBXML_XMLWRITER_H 1
7731| #define HAVE_REGEX_H 1
7732| #define HAVE_STRUCT_TM_TM_GMTOFF 1
7733| #define HAVE_STRUCT_STATFS_F_IOSIZE 1
7734| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
7735| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
7736| #define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
7737| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7738| #define HAVE_STRUCT_STAT_ST_FLAGS 1
7739| #define HAVE_UINTMAX_T 1
7740| #define HAVE_UNSIGNED_LONG_LONG 1
7741| #define HAVE_UNSIGNED_LONG_LONG_INT 1
7742| #define HAVE_INTMAX_T 1
7743| #define HAVE_UINTMAX_T 1
7744| /* end confdefs.h.  */
7745| #include <stddef.h>
7746| #ifdef HAVE_STDIO_H
7747| # include <stdio.h>
7748| #endif
7749| #ifdef HAVE_STDLIB_H
7750| # include <stdlib.h>
7751| #endif
7752| #ifdef HAVE_STRING_H
7753| # include <string.h>
7754| #endif
7755| #ifdef HAVE_INTTYPES_H
7756| # include <inttypes.h>
7757| #endif
7758| #ifdef HAVE_STDINT_H
7759| # include <stdint.h>
7760| #endif
7761| #ifdef HAVE_STRINGS_H
7762| # include <strings.h>
7763| #endif
7764| #ifdef HAVE_SYS_TYPES_H
7765| # include <sys/types.h>
7766| #endif
7767| #ifdef HAVE_SYS_STAT_H
7768| # include <sys/stat.h>
7769| #endif
7770| #ifdef HAVE_UNISTD_H
7771| # include <unistd.h>
7772| #endif
7773|               enum { N = 64 / 2 - 1 };
7774| int
7775| main (void)
7776| {
7777| static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
7778|                < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
7779| test_array [0] = 0;
7780| return test_array [0];
7781|
7782|   ;
7783|   return 0;
7784| }
7785configure:18147: result: yes
7786configure:18156: checking for uint64_t
7787configure:18156: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
7788configure:18156: $? = 0
7789configure:18156: result: yes
7790configure:18168: checking for int32_t
7791configure:18168: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
7792configure:18168: $? = 0
7793configure:18168: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
7794conftest.c:154:53: warning: overflow in expression; result is -2147483648 with type 'int' [-Winteger-overflow]
7795                 < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
7796                                                                  ^
7797conftest.c:153:24: error: 'test_array' declared as an array with a negative size
7798static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
7799                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
78001 warning and 1 error generated.
7801configure:18168: $? = 1
7802configure: failed program was:
7803| /* confdefs.h */
7804| #define PACKAGE_NAME "libarchive"
7805| #define PACKAGE_TARNAME "libarchive"
7806| #define PACKAGE_VERSION "3.7.2"
7807| #define PACKAGE_STRING "libarchive 3.7.2"
7808| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
7809| #define PACKAGE_URL ""
7810| #define PACKAGE "libarchive"
7811| #define VERSION "3.7.2"
7812| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
7813| #define LIBARCHIVE_VERSION_STRING "3.7.2"
7814| #define LIBARCHIVE_VERSION_NUMBER "3007002"
7815| #define BSDCPIO_VERSION_STRING "3.7.2"
7816| #define BSDTAR_VERSION_STRING "3.7.2"
7817| #define BSDCAT_VERSION_STRING "3.7.2"
7818| #define BSDUNZIP_VERSION_STRING "3.7.2"
7819| #define HAVE_STDIO_H 1
7820| #define HAVE_STDLIB_H 1
7821| #define HAVE_STRING_H 1
7822| #define HAVE_INTTYPES_H 1
7823| #define HAVE_STDINT_H 1
7824| #define HAVE_STRINGS_H 1
7825| #define HAVE_SYS_STAT_H 1
7826| #define HAVE_SYS_TYPES_H 1
7827| #define HAVE_UNISTD_H 1
7828| #define HAVE_WCHAR_H 1
7829| #define HAVE_SYS_TIME_H 1
7830| #define STDC_HEADERS 1
7831| #define _ALL_SOURCE 1
7832| #define _DARWIN_C_SOURCE 1
7833| #define _GNU_SOURCE 1
7834| #define _HPUX_ALT_XOPEN_SOCKET_API 1
7835| #define _NETBSD_SOURCE 1
7836| #define _OPENBSD_SOURCE 1
7837| #define _POSIX_PTHREAD_SEMANTICS 1
7838| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
7839| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
7840| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
7841| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
7842| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
7843| #define __STDC_WANT_LIB_EXT2__ 1
7844| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
7845| #define _TANDEM_SOURCE 1
7846| #define __EXTENSIONS__ 1
7847| #define HAVE_DLFCN_H 1
7848| #define LT_OBJDIR ".libs/"
7849| #define HAVE_DIRENT_H 1
7850| #define HAVE_SYS_WAIT_H 1
7851| #define HAVE_COPYFILE_H 1
7852| #define HAVE_CTYPE_H 1
7853| #define HAVE_ERRNO_H 1
7854| #define HAVE_FCNTL_H 1
7855| #define HAVE_FNMATCH_H 1
7856| #define HAVE_GRP_H 1
7857| #define HAVE_INTTYPES_H 1
7858| #define HAVE_LANGINFO_H 1
7859| #define HAVE_LIMITS_H 1
7860| #define HAVE_LOCALE_H 1
7861| #define HAVE_MEMBERSHIP_H 1
7862| #define HAVE_PATHS_H 1
7863| #define HAVE_POLL_H 1
7864| #define HAVE_PTHREAD_H 1
7865| #define HAVE_PWD_H 1
7866| #define HAVE_READPASSPHRASE_H 1
7867| #define HAVE_SIGNAL_H 1
7868| #define HAVE_SPAWN_H 1
7869| #define HAVE_STDARG_H 1
7870| #define HAVE_STDINT_H 1
7871| #define HAVE_STDLIB_H 1
7872| #define HAVE_STRING_H 1
7873| #define HAVE_SYS_ACL_H 1
7874| #define HAVE_SYS_CDEFS_H 1
7875| #define HAVE_SYS_IOCTL_H 1
7876| #define HAVE_SYS_MOUNT_H 1
7877| #define HAVE_SYS_QUEUE_H 1
7878| #define HAVE_SYS_PARAM_H 1
7879| #define HAVE_SYS_POLL_H 1
7880| #define HAVE_SYS_SELECT_H 1
7881| #define HAVE_SYS_STATVFS_H 1
7882| #define HAVE_SYS_TIME_H 1
7883| #define HAVE_SYS_UTSNAME_H 1
7884| #define HAVE_SYS_XATTR_H 1
7885| #define HAVE_TIME_H 1
7886| #define HAVE_UNISTD_H 1
7887| #define HAVE_UTIME_H 1
7888| #define HAVE_WCHAR_H 1
7889| #define HAVE_WCTYPE_H 1
7890| #define HAVE_ZLIB_H 1
7891| #define HAVE_LIBZ 1
7892| #define HAVE_BZLIB_H 1
7893| #define HAVE_LIBBZ2 1
7894| #define HAVE_ICONV 1
7895| #define ICONV_CONST
7896| #define HAVE_ICONV_H 1
7897| #define HAVE_LOCALCHARSET_H 1
7898| #define HAVE_LOCALE_CHARSET 1
7899| #define HAVE_LZ4_H 1
7900| #define HAVE_LZ4HC_H 1
7901| #define HAVE_ZSTD_H 1
7902| #define HAVE_LZMA_H 1
7903| #define HAVE_LIBLZMA 1
7904| #define HAVE_LZMA_FILTER_ARM64 1
7905| #define HAVE_LZO_LZOCONF_H 1
7906| #define HAVE_LZO_LZO1X_H 1
7907| #define HAVE_LIBXML_XMLREADER_H 1
7908| #define HAVE_LIBXML_XMLWRITER_H 1
7909| #define HAVE_REGEX_H 1
7910| #define HAVE_STRUCT_TM_TM_GMTOFF 1
7911| #define HAVE_STRUCT_STATFS_F_IOSIZE 1
7912| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
7913| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
7914| #define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
7915| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7916| #define HAVE_STRUCT_STAT_ST_FLAGS 1
7917| #define HAVE_UINTMAX_T 1
7918| #define HAVE_UNSIGNED_LONG_LONG 1
7919| #define HAVE_UNSIGNED_LONG_LONG_INT 1
7920| #define HAVE_INTMAX_T 1
7921| #define HAVE_UINTMAX_T 1
7922| /* end confdefs.h.  */
7923| #include <stddef.h>
7924| #ifdef HAVE_STDIO_H
7925| # include <stdio.h>
7926| #endif
7927| #ifdef HAVE_STDLIB_H
7928| # include <stdlib.h>
7929| #endif
7930| #ifdef HAVE_STRING_H
7931| # include <string.h>
7932| #endif
7933| #ifdef HAVE_INTTYPES_H
7934| # include <inttypes.h>
7935| #endif
7936| #ifdef HAVE_STDINT_H
7937| # include <stdint.h>
7938| #endif
7939| #ifdef HAVE_STRINGS_H
7940| # include <strings.h>
7941| #endif
7942| #ifdef HAVE_SYS_TYPES_H
7943| # include <sys/types.h>
7944| #endif
7945| #ifdef HAVE_SYS_STAT_H
7946| # include <sys/stat.h>
7947| #endif
7948| #ifdef HAVE_UNISTD_H
7949| # include <unistd.h>
7950| #endif
7951|               enum { N = 32 / 2 - 1 };
7952| int
7953| main (void)
7954| {
7955| static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
7956|                < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
7957| test_array [0] = 0;
7958| return test_array [0];
7959|
7960|   ;
7961|   return 0;
7962| }
7963configure:18168: result: yes
7964configure:18177: checking for uint32_t
7965configure:18177: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
7966configure:18177: $? = 0
7967configure:18177: result: yes
7968configure:18189: checking for int16_t
7969configure:18189: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
7970configure:18189: $? = 0
7971configure:18189: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
7972conftest.c:153:24: error: 'test_array' declared as an array with a negative size
7973static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
7974                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
79751 error generated.
7976configure:18189: $? = 1
7977configure: failed program was:
7978| /* confdefs.h */
7979| #define PACKAGE_NAME "libarchive"
7980| #define PACKAGE_TARNAME "libarchive"
7981| #define PACKAGE_VERSION "3.7.2"
7982| #define PACKAGE_STRING "libarchive 3.7.2"
7983| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
7984| #define PACKAGE_URL ""
7985| #define PACKAGE "libarchive"
7986| #define VERSION "3.7.2"
7987| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
7988| #define LIBARCHIVE_VERSION_STRING "3.7.2"
7989| #define LIBARCHIVE_VERSION_NUMBER "3007002"
7990| #define BSDCPIO_VERSION_STRING "3.7.2"
7991| #define BSDTAR_VERSION_STRING "3.7.2"
7992| #define BSDCAT_VERSION_STRING "3.7.2"
7993| #define BSDUNZIP_VERSION_STRING "3.7.2"
7994| #define HAVE_STDIO_H 1
7995| #define HAVE_STDLIB_H 1
7996| #define HAVE_STRING_H 1
7997| #define HAVE_INTTYPES_H 1
7998| #define HAVE_STDINT_H 1
7999| #define HAVE_STRINGS_H 1
8000| #define HAVE_SYS_STAT_H 1
8001| #define HAVE_SYS_TYPES_H 1
8002| #define HAVE_UNISTD_H 1
8003| #define HAVE_WCHAR_H 1
8004| #define HAVE_SYS_TIME_H 1
8005| #define STDC_HEADERS 1
8006| #define _ALL_SOURCE 1
8007| #define _DARWIN_C_SOURCE 1
8008| #define _GNU_SOURCE 1
8009| #define _HPUX_ALT_XOPEN_SOCKET_API 1
8010| #define _NETBSD_SOURCE 1
8011| #define _OPENBSD_SOURCE 1
8012| #define _POSIX_PTHREAD_SEMANTICS 1
8013| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
8014| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
8015| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
8016| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
8017| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
8018| #define __STDC_WANT_LIB_EXT2__ 1
8019| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
8020| #define _TANDEM_SOURCE 1
8021| #define __EXTENSIONS__ 1
8022| #define HAVE_DLFCN_H 1
8023| #define LT_OBJDIR ".libs/"
8024| #define HAVE_DIRENT_H 1
8025| #define HAVE_SYS_WAIT_H 1
8026| #define HAVE_COPYFILE_H 1
8027| #define HAVE_CTYPE_H 1
8028| #define HAVE_ERRNO_H 1
8029| #define HAVE_FCNTL_H 1
8030| #define HAVE_FNMATCH_H 1
8031| #define HAVE_GRP_H 1
8032| #define HAVE_INTTYPES_H 1
8033| #define HAVE_LANGINFO_H 1
8034| #define HAVE_LIMITS_H 1
8035| #define HAVE_LOCALE_H 1
8036| #define HAVE_MEMBERSHIP_H 1
8037| #define HAVE_PATHS_H 1
8038| #define HAVE_POLL_H 1
8039| #define HAVE_PTHREAD_H 1
8040| #define HAVE_PWD_H 1
8041| #define HAVE_READPASSPHRASE_H 1
8042| #define HAVE_SIGNAL_H 1
8043| #define HAVE_SPAWN_H 1
8044| #define HAVE_STDARG_H 1
8045| #define HAVE_STDINT_H 1
8046| #define HAVE_STDLIB_H 1
8047| #define HAVE_STRING_H 1
8048| #define HAVE_SYS_ACL_H 1
8049| #define HAVE_SYS_CDEFS_H 1
8050| #define HAVE_SYS_IOCTL_H 1
8051| #define HAVE_SYS_MOUNT_H 1
8052| #define HAVE_SYS_QUEUE_H 1
8053| #define HAVE_SYS_PARAM_H 1
8054| #define HAVE_SYS_POLL_H 1
8055| #define HAVE_SYS_SELECT_H 1
8056| #define HAVE_SYS_STATVFS_H 1
8057| #define HAVE_SYS_TIME_H 1
8058| #define HAVE_SYS_UTSNAME_H 1
8059| #define HAVE_SYS_XATTR_H 1
8060| #define HAVE_TIME_H 1
8061| #define HAVE_UNISTD_H 1
8062| #define HAVE_UTIME_H 1
8063| #define HAVE_WCHAR_H 1
8064| #define HAVE_WCTYPE_H 1
8065| #define HAVE_ZLIB_H 1
8066| #define HAVE_LIBZ 1
8067| #define HAVE_BZLIB_H 1
8068| #define HAVE_LIBBZ2 1
8069| #define HAVE_ICONV 1
8070| #define ICONV_CONST
8071| #define HAVE_ICONV_H 1
8072| #define HAVE_LOCALCHARSET_H 1
8073| #define HAVE_LOCALE_CHARSET 1
8074| #define HAVE_LZ4_H 1
8075| #define HAVE_LZ4HC_H 1
8076| #define HAVE_ZSTD_H 1
8077| #define HAVE_LZMA_H 1
8078| #define HAVE_LIBLZMA 1
8079| #define HAVE_LZMA_FILTER_ARM64 1
8080| #define HAVE_LZO_LZOCONF_H 1
8081| #define HAVE_LZO_LZO1X_H 1
8082| #define HAVE_LIBXML_XMLREADER_H 1
8083| #define HAVE_LIBXML_XMLWRITER_H 1
8084| #define HAVE_REGEX_H 1
8085| #define HAVE_STRUCT_TM_TM_GMTOFF 1
8086| #define HAVE_STRUCT_STATFS_F_IOSIZE 1
8087| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
8088| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
8089| #define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
8090| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
8091| #define HAVE_STRUCT_STAT_ST_FLAGS 1
8092| #define HAVE_UINTMAX_T 1
8093| #define HAVE_UNSIGNED_LONG_LONG 1
8094| #define HAVE_UNSIGNED_LONG_LONG_INT 1
8095| #define HAVE_INTMAX_T 1
8096| #define HAVE_UINTMAX_T 1
8097| /* end confdefs.h.  */
8098| #include <stddef.h>
8099| #ifdef HAVE_STDIO_H
8100| # include <stdio.h>
8101| #endif
8102| #ifdef HAVE_STDLIB_H
8103| # include <stdlib.h>
8104| #endif
8105| #ifdef HAVE_STRING_H
8106| # include <string.h>
8107| #endif
8108| #ifdef HAVE_INTTYPES_H
8109| # include <inttypes.h>
8110| #endif
8111| #ifdef HAVE_STDINT_H
8112| # include <stdint.h>
8113| #endif
8114| #ifdef HAVE_STRINGS_H
8115| # include <strings.h>
8116| #endif
8117| #ifdef HAVE_SYS_TYPES_H
8118| # include <sys/types.h>
8119| #endif
8120| #ifdef HAVE_SYS_STAT_H
8121| # include <sys/stat.h>
8122| #endif
8123| #ifdef HAVE_UNISTD_H
8124| # include <unistd.h>
8125| #endif
8126|               enum { N = 16 / 2 - 1 };
8127| int
8128| main (void)
8129| {
8130| static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
8131|                < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
8132| test_array [0] = 0;
8133| return test_array [0];
8134|
8135|   ;
8136|   return 0;
8137| }
8138configure:18189: result: yes
8139configure:18198: checking for uint16_t
8140configure:18198: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
8141configure:18198: $? = 0
8142configure:18198: result: yes
8143configure:18208: checking for uint8_t
8144configure:18208: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
8145configure:18208: $? = 0
8146configure:18208: result: yes
8147configure:18221: checking for gcc options needed to detect all undeclared functions
8148configure:18243: gcc -c -g -O2 -Wall -Wformat -Wformat-security  -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
8149conftest.c:125:8: error: call to undeclared library function 'strchr' with type 'char *(const char *, int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
8150(void) strchr;
8151       ^
8152conftest.c:125:8: note: include the header <string.h> or explicitly provide a declaration for 'strchr'
81531 error generated.
8154configure:18243: $? = 1
8155configure: failed program was:
8156| /* confdefs.h */
8157| #define PACKAGE_NAME "libarchive"
8158| #define PACKAGE_TARNAME "libarchive"
8159| #define PACKAGE_VERSION "3.7.2"
8160| #define PACKAGE_STRING "libarchive 3.7.2"
8161| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
8162| #define PACKAGE_URL ""
8163| #define PACKAGE "libarchive"
8164| #define VERSION "3.7.2"
8165| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
8166| #define LIBARCHIVE_VERSION_STRING "3.7.2"
8167| #define LIBARCHIVE_VERSION_NUMBER "3007002"
8168| #define BSDCPIO_VERSION_STRING "3.7.2"
8169| #define BSDTAR_VERSION_STRING "3.7.2"
8170| #define BSDCAT_VERSION_STRING "3.7.2"
8171| #define BSDUNZIP_VERSION_STRING "3.7.2"
8172| #define HAVE_STDIO_H 1
8173| #define HAVE_STDLIB_H 1
8174| #define HAVE_STRING_H 1
8175| #define HAVE_INTTYPES_H 1
8176| #define HAVE_STDINT_H 1
8177| #define HAVE_STRINGS_H 1
8178| #define HAVE_SYS_STAT_H 1
8179| #define HAVE_SYS_TYPES_H 1
8180| #define HAVE_UNISTD_H 1
8181| #define HAVE_WCHAR_H 1
8182| #define HAVE_SYS_TIME_H 1
8183| #define STDC_HEADERS 1
8184| #define _ALL_SOURCE 1
8185| #define _DARWIN_C_SOURCE 1
8186| #define _GNU_SOURCE 1
8187| #define _HPUX_ALT_XOPEN_SOCKET_API 1
8188| #define _NETBSD_SOURCE 1
8189| #define _OPENBSD_SOURCE 1
8190| #define _POSIX_PTHREAD_SEMANTICS 1
8191| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
8192| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
8193| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
8194| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
8195| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
8196| #define __STDC_WANT_LIB_EXT2__ 1
8197| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
8198| #define _TANDEM_SOURCE 1
8199| #define __EXTENSIONS__ 1
8200| #define HAVE_DLFCN_H 1
8201| #define LT_OBJDIR ".libs/"
8202| #define HAVE_DIRENT_H 1
8203| #define HAVE_SYS_WAIT_H 1
8204| #define HAVE_COPYFILE_H 1
8205| #define HAVE_CTYPE_H 1
8206| #define HAVE_ERRNO_H 1
8207| #define HAVE_FCNTL_H 1
8208| #define HAVE_FNMATCH_H 1
8209| #define HAVE_GRP_H 1
8210| #define HAVE_INTTYPES_H 1
8211| #define HAVE_LANGINFO_H 1
8212| #define HAVE_LIMITS_H 1
8213| #define HAVE_LOCALE_H 1
8214| #define HAVE_MEMBERSHIP_H 1
8215| #define HAVE_PATHS_H 1
8216| #define HAVE_POLL_H 1
8217| #define HAVE_PTHREAD_H 1
8218| #define HAVE_PWD_H 1
8219| #define HAVE_READPASSPHRASE_H 1
8220| #define HAVE_SIGNAL_H 1
8221| #define HAVE_SPAWN_H 1
8222| #define HAVE_STDARG_H 1
8223| #define HAVE_STDINT_H 1
8224| #define HAVE_STDLIB_H 1
8225| #define HAVE_STRING_H 1
8226| #define HAVE_SYS_ACL_H 1
8227| #define HAVE_SYS_CDEFS_H 1
8228| #define HAVE_SYS_IOCTL_H 1
8229| #define HAVE_SYS_MOUNT_H 1
8230| #define HAVE_SYS_QUEUE_H 1
8231| #define HAVE_SYS_PARAM_H 1
8232| #define HAVE_SYS_POLL_H 1
8233| #define HAVE_SYS_SELECT_H 1
8234| #define HAVE_SYS_STATVFS_H 1
8235| #define HAVE_SYS_TIME_H 1
8236| #define HAVE_SYS_UTSNAME_H 1
8237| #define HAVE_SYS_XATTR_H 1
8238| #define HAVE_TIME_H 1
8239| #define HAVE_UNISTD_H 1
8240| #define HAVE_UTIME_H 1
8241| #define HAVE_WCHAR_H 1
8242| #define HAVE_WCTYPE_H 1
8243| #define HAVE_ZLIB_H 1
8244| #define HAVE_LIBZ 1
8245| #define HAVE_BZLIB_H 1
8246| #define HAVE_LIBBZ2 1
8247| #define HAVE_ICONV 1
8248| #define ICONV_CONST
8249| #define HAVE_ICONV_H 1
8250| #define HAVE_LOCALCHARSET_H 1
8251| #define HAVE_LOCALE_CHARSET 1
8252| #define HAVE_LZ4_H 1
8253| #define HAVE_LZ4HC_H 1
8254| #define HAVE_ZSTD_H 1
8255| #define HAVE_LZMA_H 1
8256| #define HAVE_LIBLZMA 1
8257| #define HAVE_LZMA_FILTER_ARM64 1
8258| #define HAVE_LZO_LZOCONF_H 1
8259| #define HAVE_LZO_LZO1X_H 1
8260| #define HAVE_LIBXML_XMLREADER_H 1
8261| #define HAVE_LIBXML_XMLWRITER_H 1
8262| #define HAVE_REGEX_H 1
8263| #define HAVE_STRUCT_TM_TM_GMTOFF 1
8264| #define HAVE_STRUCT_STATFS_F_IOSIZE 1
8265| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
8266| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
8267| #define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
8268| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
8269| #define HAVE_STRUCT_STAT_ST_FLAGS 1
8270| #define HAVE_UINTMAX_T 1
8271| #define HAVE_UNSIGNED_LONG_LONG 1
8272| #define HAVE_UNSIGNED_LONG_LONG_INT 1
8273| #define HAVE_INTMAX_T 1
8274| #define HAVE_UINTMAX_T 1
8275| /* end confdefs.h.  */
8276|
8277| int
8278| main (void)
8279| {
8280| (void) strchr;
8281|   ;
8282|   return 0;
8283| }
8284configure:18270: gcc -c -g -O2 -Wall -Wformat -Wformat-security  -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
8285configure:18270: $? = 0
8286configure:18287: result: none needed
8287configure:18301: checking whether SIZE_MAX is declared
8288configure:18301: gcc -c -g -O2 -Wall -Wformat -Wformat-security  -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
8289configure:18301: $? = 0
8290configure:18301: result: yes
8291configure:18309: checking whether INT32_MAX is declared
8292configure:18309: gcc -c -g -O2 -Wall -Wformat -Wformat-security  -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
8293configure:18309: $? = 0
8294configure:18309: result: yes
8295configure:18317: checking whether INT32_MIN is declared
8296configure:18317: gcc -c -g -O2 -Wall -Wformat -Wformat-security  -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
8297configure:18317: $? = 0
8298configure:18317: result: yes
8299configure:18326: checking whether INT64_MAX is declared
8300configure:18326: gcc -c -g -O2 -Wall -Wformat -Wformat-security  -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
8301configure:18326: $? = 0
8302configure:18326: result: yes
8303configure:18334: checking whether INT64_MIN is declared
8304configure:18334: gcc -c -g -O2 -Wall -Wformat -Wformat-security  -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
8305configure:18334: $? = 0
8306configure:18334: result: yes
8307configure:18342: checking whether UINT64_MAX is declared
8308configure:18342: gcc -c -g -O2 -Wall -Wformat -Wformat-security  -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
8309configure:18342: $? = 0
8310configure:18342: result: yes
8311configure:18350: checking whether UINT32_MAX is declared
8312configure:18350: gcc -c -g -O2 -Wall -Wformat -Wformat-security  -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
8313configure:18350: $? = 0
8314configure:18350: result: yes
8315configure:18359: checking whether INTMAX_MAX is declared
8316configure:18359: gcc -c -g -O2 -Wall -Wformat -Wformat-security  -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
8317configure:18359: $? = 0
8318configure:18359: result: yes
8319configure:18367: checking whether INTMAX_MIN is declared
8320configure:18367: gcc -c -g -O2 -Wall -Wformat -Wformat-security  -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
8321configure:18367: $? = 0
8322configure:18367: result: yes
8323configure:18375: checking whether UINTMAX_MAX is declared
8324configure:18375: gcc -c -g -O2 -Wall -Wformat -Wformat-security  -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
8325configure:18375: $? = 0
8326configure:18375: result: yes
8327configure:18385: checking whether SSIZE_MAX is declared
8328configure:18385: gcc -c -g -O2 -Wall -Wformat -Wformat-security  -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
8329configure:18385: $? = 0
8330configure:18385: result: yes
8331configure:18394: checking whether EFTYPE is declared
8332configure:18394: gcc -c -g -O2 -Wall -Wformat -Wformat-security  -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
8333configure:18394: $? = 0
8334configure:18394: result: yes
8335configure:18402: checking whether EILSEQ is declared
8336configure:18402: gcc -c -g -O2 -Wall -Wformat -Wformat-security  -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
8337configure:18402: $? = 0
8338configure:18402: result: yes
8339configure:18410: checking for wchar_t
8340configure:18410: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
8341configure:18410: $? = 0
8342configure:18410: gcc -c -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c >&5
8343conftest.c:165:22: error: expected expression
8344if (sizeof ((wchar_t)))
8345                     ^
83461 error generated.
8347configure:18410: $? = 1
8348configure: failed program was:
8349| /* confdefs.h */
8350| #define PACKAGE_NAME "libarchive"
8351| #define PACKAGE_TARNAME "libarchive"
8352| #define PACKAGE_VERSION "3.7.2"
8353| #define PACKAGE_STRING "libarchive 3.7.2"
8354| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
8355| #define PACKAGE_URL ""
8356| #define PACKAGE "libarchive"
8357| #define VERSION "3.7.2"
8358| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
8359| #define LIBARCHIVE_VERSION_STRING "3.7.2"
8360| #define LIBARCHIVE_VERSION_NUMBER "3007002"
8361| #define BSDCPIO_VERSION_STRING "3.7.2"
8362| #define BSDTAR_VERSION_STRING "3.7.2"
8363| #define BSDCAT_VERSION_STRING "3.7.2"
8364| #define BSDUNZIP_VERSION_STRING "3.7.2"
8365| #define HAVE_STDIO_H 1
8366| #define HAVE_STDLIB_H 1
8367| #define HAVE_STRING_H 1
8368| #define HAVE_INTTYPES_H 1
8369| #define HAVE_STDINT_H 1
8370| #define HAVE_STRINGS_H 1
8371| #define HAVE_SYS_STAT_H 1
8372| #define HAVE_SYS_TYPES_H 1
8373| #define HAVE_UNISTD_H 1
8374| #define HAVE_WCHAR_H 1
8375| #define HAVE_SYS_TIME_H 1
8376| #define STDC_HEADERS 1
8377| #define _ALL_SOURCE 1
8378| #define _DARWIN_C_SOURCE 1
8379| #define _GNU_SOURCE 1
8380| #define _HPUX_ALT_XOPEN_SOCKET_API 1
8381| #define _NETBSD_SOURCE 1
8382| #define _OPENBSD_SOURCE 1
8383| #define _POSIX_PTHREAD_SEMANTICS 1
8384| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
8385| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
8386| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
8387| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
8388| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
8389| #define __STDC_WANT_LIB_EXT2__ 1
8390| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
8391| #define _TANDEM_SOURCE 1
8392| #define __EXTENSIONS__ 1
8393| #define HAVE_DLFCN_H 1
8394| #define LT_OBJDIR ".libs/"
8395| #define HAVE_DIRENT_H 1
8396| #define HAVE_SYS_WAIT_H 1
8397| #define HAVE_COPYFILE_H 1
8398| #define HAVE_CTYPE_H 1
8399| #define HAVE_ERRNO_H 1
8400| #define HAVE_FCNTL_H 1
8401| #define HAVE_FNMATCH_H 1
8402| #define HAVE_GRP_H 1
8403| #define HAVE_INTTYPES_H 1
8404| #define HAVE_LANGINFO_H 1
8405| #define HAVE_LIMITS_H 1
8406| #define HAVE_LOCALE_H 1
8407| #define HAVE_MEMBERSHIP_H 1
8408| #define HAVE_PATHS_H 1
8409| #define HAVE_POLL_H 1
8410| #define HAVE_PTHREAD_H 1
8411| #define HAVE_PWD_H 1
8412| #define HAVE_READPASSPHRASE_H 1
8413| #define HAVE_SIGNAL_H 1
8414| #define HAVE_SPAWN_H 1
8415| #define HAVE_STDARG_H 1
8416| #define HAVE_STDINT_H 1
8417| #define HAVE_STDLIB_H 1
8418| #define HAVE_STRING_H 1
8419| #define HAVE_SYS_ACL_H 1
8420| #define HAVE_SYS_CDEFS_H 1
8421| #define HAVE_SYS_IOCTL_H 1
8422| #define HAVE_SYS_MOUNT_H 1
8423| #define HAVE_SYS_QUEUE_H 1
8424| #define HAVE_SYS_PARAM_H 1
8425| #define HAVE_SYS_POLL_H 1
8426| #define HAVE_SYS_SELECT_H 1
8427| #define HAVE_SYS_STATVFS_H 1
8428| #define HAVE_SYS_TIME_H 1
8429| #define HAVE_SYS_UTSNAME_H 1
8430| #define HAVE_SYS_XATTR_H 1
8431| #define HAVE_TIME_H 1
8432| #define HAVE_UNISTD_H 1
8433| #define HAVE_UTIME_H 1
8434| #define HAVE_WCHAR_H 1
8435| #define HAVE_WCTYPE_H 1
8436| #define HAVE_ZLIB_H 1
8437| #define HAVE_LIBZ 1
8438| #define HAVE_BZLIB_H 1
8439| #define HAVE_LIBBZ2 1
8440| #define HAVE_ICONV 1
8441| #define ICONV_CONST
8442| #define HAVE_ICONV_H 1
8443| #define HAVE_LOCALCHARSET_H 1
8444| #define HAVE_LOCALE_CHARSET 1
8445| #define HAVE_LZ4_H 1
8446| #define HAVE_LZ4HC_H 1
8447| #define HAVE_ZSTD_H 1
8448| #define HAVE_LZMA_H 1
8449| #define HAVE_LIBLZMA 1
8450| #define HAVE_LZMA_FILTER_ARM64 1
8451| #define HAVE_LZO_LZOCONF_H 1
8452| #define HAVE_LZO_LZO1X_H 1
8453| #define HAVE_LIBXML_XMLREADER_H 1
8454| #define HAVE_LIBXML_XMLWRITER_H 1
8455| #define HAVE_REGEX_H 1
8456| #define HAVE_STRUCT_TM_TM_GMTOFF 1
8457| #define HAVE_STRUCT_STATFS_F_IOSIZE 1
8458| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
8459| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
8460| #define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
8461| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
8462| #define HAVE_STRUCT_STAT_ST_FLAGS 1
8463| #define HAVE_UINTMAX_T 1
8464| #define HAVE_UNSIGNED_LONG_LONG 1
8465| #define HAVE_UNSIGNED_LONG_LONG_INT 1
8466| #define HAVE_INTMAX_T 1
8467| #define HAVE_UINTMAX_T 1
8468| #define HAVE_DECL_SIZE_MAX 1
8469| #define HAVE_DECL_INT32_MAX 1
8470| #define HAVE_DECL_INT32_MIN 1
8471| #define HAVE_DECL_INT64_MAX 1
8472| #define HAVE_DECL_INT64_MIN 1
8473| #define HAVE_DECL_UINT64_MAX 1
8474| #define HAVE_DECL_UINT32_MAX 1
8475| #define HAVE_DECL_INTMAX_MAX 1
8476| #define HAVE_DECL_INTMAX_MIN 1
8477| #define HAVE_DECL_UINTMAX_MAX 1
8478| #define HAVE_DECL_SSIZE_MAX 1
8479| #define HAVE_EFTYPE 1
8480| #define HAVE_EILSEQ 1
8481| /* end confdefs.h.  */
8482| #include <stddef.h>
8483| #ifdef HAVE_STDIO_H
8484| # include <stdio.h>
8485| #endif
8486| #ifdef HAVE_STDLIB_H
8487| # include <stdlib.h>
8488| #endif
8489| #ifdef HAVE_STRING_H
8490| # include <string.h>
8491| #endif
8492| #ifdef HAVE_INTTYPES_H
8493| # include <inttypes.h>
8494| #endif
8495| #ifdef HAVE_STDINT_H
8496| # include <stdint.h>
8497| #endif
8498| #ifdef HAVE_STRINGS_H
8499| # include <strings.h>
8500| #endif
8501| #ifdef HAVE_SYS_TYPES_H
8502| # include <sys/types.h>
8503| #endif
8504| #ifdef HAVE_SYS_STAT_H
8505| # include <sys/stat.h>
8506| #endif
8507| #ifdef HAVE_UNISTD_H
8508| # include <unistd.h>
8509| #endif
8510| int
8511| main (void)
8512| {
8513| if (sizeof ((wchar_t)))
8514|           return 0;
8515|   ;
8516|   return 0;
8517| }
8518configure:18410: result: yes
8519configure:18419: checking size of wchar_t
8520configure:18425: gcc -o conftest -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2  conftest.c -llzma -lbz2 -lz  -L/opt/local/lib -lxml2 >&5
8521+ eval '$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8522++ gcc -o conftest -g -O2 -Wall -Wformat -Wformat-security -I/opt/local/include -I/opt/local/include/libxml2 conftest.c -llzma -lbz2 -lz -L/opt/local/lib -lxml2
8523configure:18425: $? = 0
8524configure:18425: ./conftest
8525+ eval './conftest$ac_exeext'
8526++ ./conftest
8527dyld[60109]: Library not loaded: /opt/local/lib/libicui18n.73.dylib
8528  Referenced from: <A6EF06B4-01B0-356B-9500-964493CACA2C> /opt/local/lib/libxml2.2.dylib
8529  Reason: tried: '/opt/local/lib/libicui18n.73.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/local/lib/libicui18n.73.dylib' (no such file), '/opt/local/lib/libicui18n.73.dylib' (no such file)
8530./configure: line 1939: 60109 Abort trap: 6           ./conftest$ac_exeext
8531configure:18425: $? = 134
8532configure: program exited with status 134
8533configure: failed program was:
8534| /* confdefs.h */
8535| #define PACKAGE_NAME "libarchive"
8536| #define PACKAGE_TARNAME "libarchive"
8537| #define PACKAGE_VERSION "3.7.2"
8538| #define PACKAGE_STRING "libarchive 3.7.2"
8539| #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
8540| #define PACKAGE_URL ""
8541| #define PACKAGE "libarchive"
8542| #define VERSION "3.7.2"
8543| #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
8544| #define LIBARCHIVE_VERSION_STRING "3.7.2"
8545| #define LIBARCHIVE_VERSION_NUMBER "3007002"
8546| #define BSDCPIO_VERSION_STRING "3.7.2"
8547| #define BSDTAR_VERSION_STRING "3.7.2"
8548| #define BSDCAT_VERSION_STRING "3.7.2"
8549| #define BSDUNZIP_VERSION_STRING "3.7.2"
8550| #define HAVE_STDIO_H 1
8551| #define HAVE_STDLIB_H 1
8552| #define HAVE_STRING_H 1
8553| #define HAVE_INTTYPES_H 1
8554| #define HAVE_STDINT_H 1
8555| #define HAVE_STRINGS_H 1
8556| #define HAVE_SYS_STAT_H 1
8557| #define HAVE_SYS_TYPES_H 1
8558| #define HAVE_UNISTD_H 1
8559| #define HAVE_WCHAR_H 1
8560| #define HAVE_SYS_TIME_H 1
8561| #define STDC_HEADERS 1
8562| #define _ALL_SOURCE 1
8563| #define _DARWIN_C_SOURCE 1
8564| #define _GNU_SOURCE 1
8565| #define _HPUX_ALT_XOPEN_SOCKET_API 1
8566| #define _NETBSD_SOURCE 1
8567| #define _OPENBSD_SOURCE 1
8568| #define _POSIX_PTHREAD_SEMANTICS 1
8569| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
8570| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
8571| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
8572| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
8573| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
8574| #define __STDC_WANT_LIB_EXT2__ 1
8575| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
8576| #define _TANDEM_SOURCE 1
8577| #define __EXTENSIONS__ 1
8578| #define HAVE_DLFCN_H 1
8579| #define LT_OBJDIR ".libs/"
8580| #define HAVE_DIRENT_H 1
8581| #define HAVE_SYS_WAIT_H 1
8582| #define HAVE_COPYFILE_H 1
8583| #define HAVE_CTYPE_H 1
8584| #define HAVE_ERRNO_H 1
8585| #define HAVE_FCNTL_H 1
8586| #define HAVE_FNMATCH_H 1
8587| #define HAVE_GRP_H 1
8588| #define HAVE_INTTYPES_H 1
8589| #define HAVE_LANGINFO_H 1
8590| #define HAVE_LIMITS_H 1
8591| #define HAVE_LOCALE_H 1
8592| #define HAVE_MEMBERSHIP_H 1
8593| #define HAVE_PATHS_H 1
8594| #define HAVE_POLL_H 1
8595| #define HAVE_PTHREAD_H 1
8596| #define HAVE_PWD_H 1
8597| #define HAVE_READPASSPHRASE_H 1
8598| #define HAVE_SIGNAL_H 1
8599| #define HAVE_SPAWN_H 1
8600| #define HAVE_STDARG_H 1
8601| #define HAVE_STDINT_H 1
8602| #define HAVE_STDLIB_H 1
8603| #define HAVE_STRING_H 1
8604| #define HAVE_SYS_ACL_H 1
8605| #define HAVE_SYS_CDEFS_H 1
8606| #define HAVE_SYS_IOCTL_H 1
8607| #define HAVE_SYS_MOUNT_H 1
8608| #define HAVE_SYS_QUEUE_H 1
8609| #define HAVE_SYS_PARAM_H 1
8610| #define HAVE_SYS_POLL_H 1
8611| #define HAVE_SYS_SELECT_H 1
8612| #define HAVE_SYS_STATVFS_H 1
8613| #define HAVE_SYS_TIME_H 1
8614| #define HAVE_SYS_UTSNAME_H 1
8615| #define HAVE_SYS_XATTR_H 1
8616| #define HAVE_TIME_H 1
8617| #define HAVE_UNISTD_H 1
8618| #define HAVE_UTIME_H 1
8619| #define HAVE_WCHAR_H 1
8620| #define HAVE_WCTYPE_H 1
8621| #define HAVE_ZLIB_H 1
8622| #define HAVE_LIBZ 1
8623| #define HAVE_BZLIB_H 1
8624| #define HAVE_LIBBZ2 1
8625| #define HAVE_ICONV 1
8626| #define ICONV_CONST
8627| #define HAVE_ICONV_H 1
8628| #define HAVE_LOCALCHARSET_H 1
8629| #define HAVE_LOCALE_CHARSET 1
8630| #define HAVE_LZ4_H 1
8631| #define HAVE_LZ4HC_H 1
8632| #define HAVE_ZSTD_H 1
8633| #define HAVE_LZMA_H 1
8634| #define HAVE_LIBLZMA 1
8635| #define HAVE_LZMA_FILTER_ARM64 1
8636| #define HAVE_LZO_LZOCONF_H 1
8637| #define HAVE_LZO_LZO1X_H 1
8638| #define HAVE_LIBXML_XMLREADER_H 1
8639| #define HAVE_LIBXML_XMLWRITER_H 1
8640| #define HAVE_REGEX_H 1
8641| #define HAVE_STRUCT_TM_TM_GMTOFF 1
8642| #define HAVE_STRUCT_STATFS_F_IOSIZE 1
8643| #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
8644| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
8645| #define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
8646| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
8647| #define HAVE_STRUCT_STAT_ST_FLAGS 1
8648| #define HAVE_UINTMAX_T 1
8649| #define HAVE_UNSIGNED_LONG_LONG 1
8650| #define HAVE_UNSIGNED_LONG_LONG_INT 1
8651| #define HAVE_INTMAX_T 1
8652| #define HAVE_UINTMAX_T 1
8653| #define HAVE_DECL_SIZE_MAX 1
8654| #define HAVE_DECL_INT32_MAX 1
8655| #define HAVE_DECL_INT32_MIN 1
8656| #define HAVE_DECL_INT64_MAX 1
8657| #define HAVE_DECL_INT64_MIN 1
8658| #define HAVE_DECL_UINT64_MAX 1
8659| #define HAVE_DECL_UINT32_MAX 1
8660| #define HAVE_DECL_INTMAX_MAX 1
8661| #define HAVE_DECL_INTMAX_MIN 1
8662| #define HAVE_DECL_UINTMAX_MAX 1
8663| #define HAVE_DECL_SSIZE_MAX 1
8664| #define HAVE_EFTYPE 1
8665| #define HAVE_EILSEQ 1
8666| #define HAVE_WCHAR_T 1
8667| /* end confdefs.h.  */
8668| #include <stddef.h>
8669| #ifdef HAVE_STDIO_H
8670| # include <stdio.h>
8671| #endif
8672| #ifdef HAVE_STDLIB_H
8673| # include <stdlib.h>
8674| #endif
8675| #ifdef HAVE_STRING_H
8676| # include <string.h>
8677| #endif
8678| #ifdef HAVE_INTTYPES_H
8679| # include <inttypes.h>
8680| #endif
8681| #ifdef HAVE_STDINT_H
8682| # include <stdint.h>
8683| #endif
8684| #ifdef HAVE_STRINGS_H
8685| # include <strings.h>
8686| #endif
8687| #ifdef HAVE_SYS_TYPES_H
8688| # include <sys/types.h>
8689| #endif
8690| #ifdef HAVE_SYS_STAT_H
8691| # include <sys/stat.h>
8692| #endif
8693| #ifdef HAVE_UNISTD_H
8694| # include <unistd.h>
8695| #endif
8696| static long int longval (void) { return (long int) (sizeof (wchar_t)); }
8697| static unsigned long int ulongval (void) { return (long int) (sizeof (wchar_t)); }
8698| #include <stdio.h>
8699| #include <stdlib.h>
8700| int
8701| main (void)
8702| {
8703|
8704|   FILE *f = fopen ("conftest.val", "w");
8705|   if (! f)
8706|     return 1;
8707|   if (((long int) (sizeof (wchar_t))) < 0)
8708|     {
8709|       long int i = longval ();
8710|       if (i != ((long int) (sizeof (wchar_t))))
8711|       return 1;
8712|       fprintf (f, "%ld", i);
8713|     }
8714|   else
8715|     {
8716|       unsigned long int i = ulongval ();
8717|       if (i != ((long int) (sizeof (wchar_t))))
8718|       return 1;
8719|       fprintf (f, "%lu", i);
8720|     }
8721|   /* Do not output a trailing newline, as this causes \r\n confusion
8722|      on some platforms.  */
8723|   return ferror (f) || fclose (f) != 0;
8724|
8725|   ;
8726|   return 0;
8727| }
8728configure:18430: error: in `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_archivers_libarchive/libarchive/work/libarchive-3.7.2':
8729configure:18432: error: cannot compute sizeof (wchar_t)
8730See `config.log' for more details
8731
8732## ---------------- ##
8733## Cache variables. ##
8734## ---------------- ##
8735
8736ac_cv_build=aarch64-apple-darwin23.2.0
8737ac_cv_c_compiler_gnu=yes
8738ac_cv_c_const=yes
8739ac_cv_c_int16_t=yes
8740ac_cv_c_int32_t=yes
8741ac_cv_c_int64_t=yes
8742ac_cv_c_uint16_t=yes
8743ac_cv_c_uint32_t=yes
8744ac_cv_c_uint64_t=yes
8745ac_cv_c_uint8_t=yes
8746ac_cv_c_undeclared_builtin_options='none needed'
8747ac_cv_env_CC_set=
8748ac_cv_env_CC_value=
8749ac_cv_env_CFLAGS_set=
8750ac_cv_env_CFLAGS_value=
8751ac_cv_env_CPPFLAGS_set=
8752ac_cv_env_CPPFLAGS_value=
8753ac_cv_env_CPP_set=
8754ac_cv_env_CPP_value=
8755ac_cv_env_LDFLAGS_set=
8756ac_cv_env_LDFLAGS_value=
8757ac_cv_env_LIBS_set=
8758ac_cv_env_LIBS_value=
8759ac_cv_env_LIBXML2_PC_CFLAGS_set=
8760ac_cv_env_LIBXML2_PC_CFLAGS_value=
8761ac_cv_env_LIBXML2_PC_LIBS_set=
8762ac_cv_env_LIBXML2_PC_LIBS_value=
8763ac_cv_env_LT_SYS_LIBRARY_PATH_set=
8764ac_cv_env_LT_SYS_LIBRARY_PATH_value=
8765ac_cv_env_PKG_CONFIG_LIBDIR_set=
8766ac_cv_env_PKG_CONFIG_LIBDIR_value=
8767ac_cv_env_PKG_CONFIG_PATH_set=
8768ac_cv_env_PKG_CONFIG_PATH_value=
8769ac_cv_env_PKG_CONFIG_set=
8770ac_cv_env_PKG_CONFIG_value=
8771ac_cv_env_build_alias_set=
8772ac_cv_env_build_alias_value=
8773ac_cv_env_host_alias_set=
8774ac_cv_env_host_alias_value=
8775ac_cv_env_target_alias_set=
8776ac_cv_env_target_alias_value=
8777ac_cv_func_locale_charset=yes
8778ac_cv_func_regcomp=yes
8779ac_cv_have_decl_EFTYPE=yes
8780ac_cv_have_decl_EILSEQ=yes
8781ac_cv_have_decl_EXT2_IOC_GETFLAGS=no
8782ac_cv_have_decl_FS_IOC_GETFLAGS=no
8783ac_cv_have_decl_INT32_MAX=yes
8784ac_cv_have_decl_INT32_MIN=yes
8785ac_cv_have_decl_INT64_MAX=yes
8786ac_cv_have_decl_INT64_MIN=yes
8787ac_cv_have_decl_INTMAX_MAX=yes
8788ac_cv_have_decl_INTMAX_MIN=yes
8789ac_cv_have_decl_SIZE_MAX=yes
8790ac_cv_have_decl_SSIZE_MAX=yes
8791ac_cv_have_decl_UINT32_MAX=yes
8792ac_cv_have_decl_UINT64_MAX=yes
8793ac_cv_have_decl_UINTMAX_MAX=yes
8794ac_cv_header_acl_libacl_h=no
8795ac_cv_header_attr_xattr_h=no
8796ac_cv_header_blake2_h=no
8797ac_cv_header_bzlib_h=yes
8798ac_cv_header_copyfile_h=yes
8799ac_cv_header_ctype_h=yes
8800ac_cv_header_dirent_dirent_h=yes
8801ac_cv_header_dlfcn_h=yes
8802ac_cv_header_errno_h=yes
8803ac_cv_header_ext2fs_ext2_fs_h=no
8804ac_cv_header_fcntl_h=yes
8805ac_cv_header_fnmatch_h=yes
8806ac_cv_header_grp_h=yes
8807ac_cv_header_iconv_h=yes
8808ac_cv_header_inttypes_h=yes
8809ac_cv_header_io_h=no
8810ac_cv_header_langinfo_h=yes
8811ac_cv_header_libxml_xmlreader_h=yes
8812ac_cv_header_libxml_xmlwriter_h=yes
8813ac_cv_header_limits_h=yes
8814ac_cv_header_linux_fiemap_h=no
8815ac_cv_header_linux_fs_h=no
8816ac_cv_header_linux_magic_h=no
8817ac_cv_header_linux_types_h=no
8818ac_cv_header_localcharset_h=yes
8819ac_cv_header_locale_h=yes
8820ac_cv_header_lz4_h=yes
8821ac_cv_header_lz4hc_h=yes
8822ac_cv_header_lzma_h=yes
8823ac_cv_header_lzo_lzo1x_h=yes
8824ac_cv_header_lzo_lzoconf_h=yes
8825ac_cv_header_membership_h=yes
8826ac_cv_header_minix_config_h=no
8827ac_cv_header_paths_h=yes
8828ac_cv_header_poll_h=yes
8829ac_cv_header_pthread_h=yes
8830ac_cv_header_pwd_h=yes
8831ac_cv_header_readpassphrase_h=yes
8832ac_cv_header_regex_h=yes
8833ac_cv_header_signal_h=yes
8834ac_cv_header_spawn_h=yes
8835ac_cv_header_stdarg_h=yes
8836ac_cv_header_stdint_h=yes
8837ac_cv_header_stdio_h=yes
8838ac_cv_header_stdlib_h=yes
8839ac_cv_header_string_h=yes
8840ac_cv_header_strings_h=yes
8841ac_cv_header_sys_acl_h=yes
8842ac_cv_header_sys_cdefs_h=yes
8843ac_cv_header_sys_ea_h=no
8844ac_cv_header_sys_extattr_h=no
8845ac_cv_header_sys_ioctl_h=yes
8846ac_cv_header_sys_mkdev_h=no
8847ac_cv_header_sys_mount_h=yes
8848ac_cv_header_sys_param_h=yes
8849ac_cv_header_sys_poll_h=yes
8850ac_cv_header_sys_queue_h=yes
8851ac_cv_header_sys_richacl_h=no
8852ac_cv_header_sys_select_h=yes
8853ac_cv_header_sys_stat_h=yes
8854ac_cv_header_sys_statfs_h=no
8855ac_cv_header_sys_statvfs_h=yes
8856ac_cv_header_sys_sysmacros_h=no
8857ac_cv_header_sys_time_h=yes
8858ac_cv_header_sys_types_h=yes
8859ac_cv_header_sys_utime_h=no
8860ac_cv_header_sys_utsname_h=yes
8861ac_cv_header_sys_vfs_h=no
8862ac_cv_header_sys_wait_h=yes
8863ac_cv_header_sys_xattr_h=yes
8864ac_cv_header_time_h=yes
8865ac_cv_header_unistd_h=yes
8866ac_cv_header_utime_h=yes
8867ac_cv_header_wchar_h=yes
8868ac_cv_header_wctype_h=yes
8869ac_cv_header_wincrypt_h=no
8870ac_cv_header_windows_h=no
8871ac_cv_header_winioctl_h=no
8872ac_cv_header_zlib_h=yes
8873ac_cv_header_zstd_h=yes
8874ac_cv_host=aarch64-apple-darwin23.2.0
8875ac_cv_lib_b2_blake2sp_init=no
8876ac_cv_lib_bz2_BZ2_bzDecompressInit=yes
8877ac_cv_lib_lz4_LZ4_decompress_safe=no
8878ac_cv_lib_lzma_lzma_stream_decoder=yes
8879ac_cv_lib_lzo2_lzo1x_decompress_safe=no
8880ac_cv_lib_xml2_xmlInitParser=yes
8881ac_cv_lib_z_inflate=yes
8882ac_cv_lib_zstd_ZSTD_compressStream=no
8883ac_cv_lib_zstd_ZSTD_decompressStream=no
8884ac_cv_lzma_has_arm64=yes
8885ac_cv_lzma_has_mt=no
8886ac_cv_member_struct_stat_st_birthtime=yes
8887ac_cv_member_struct_stat_st_birthtimespec_tv_nsec=yes
8888ac_cv_member_struct_stat_st_blksize=yes
8889ac_cv_member_struct_stat_st_flags=yes
8890ac_cv_member_struct_stat_st_mtim_tv_nsec=no
8891ac_cv_member_struct_stat_st_mtime_n=no
8892ac_cv_member_struct_stat_st_mtime_usec=no
8893ac_cv_member_struct_stat_st_mtimespec_tv_nsec=yes
8894ac_cv_member_struct_stat_st_umtime=no
8895ac_cv_member_struct_statfs_f_iosize=yes
8896ac_cv_member_struct_statfs_f_namemax=no
8897ac_cv_member_struct_statvfs_f_iosize=no
8898ac_cv_member_struct_tm___tm_gmtoff=no
8899ac_cv_member_struct_tm_tm_gmtoff=yes
8900ac_cv_objext=o
8901ac_cv_path_EGREP='/usr/bin/grep -E'
8902ac_cv_path_FGREP='/usr/bin/grep -F'
8903ac_cv_path_GREP=/usr/bin/grep
8904ac_cv_path_SED=/usr/bin/sed
8905ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config
8906ac_cv_path_install='/usr/bin/install -c'
8907ac_cv_path_lt_DD=/bin/dd
8908ac_cv_prog_AWK=awk
8909ac_cv_prog_CPP='gcc -E'
8910ac_cv_prog_ac_ct_AR=ar
8911ac_cv_prog_ac_ct_CC=gcc
8912ac_cv_prog_ac_ct_DLLTOOL=dlltool
8913ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
8914ac_cv_prog_ac_ct_LIPO=lipo
8915ac_cv_prog_ac_ct_NMEDIT=nmedit
8916ac_cv_prog_ac_ct_OBJDUMP=objdump
8917ac_cv_prog_ac_ct_OTOOL=otool
8918ac_cv_prog_ac_ct_RANLIB=ranlib
8919ac_cv_prog_ac_ct_STRIP=strip
8920ac_cv_prog_cc_c11=
8921ac_cv_prog_cc_g=yes
8922ac_cv_prog_cc_stdc=
8923ac_cv_prog_make_make_set=yes
8924ac_cv_safe_to_define___extensions__=yes
8925ac_cv_search_opendir='none required'
8926ac_cv_should_define__xopen_source=no
8927ac_cv_type_id_t=yes
8928ac_cv_type_intmax_t=yes
8929ac_cv_type_long_long_int=no
8930ac_cv_type_mode_t=yes
8931ac_cv_type_off_t=yes
8932ac_cv_type_size_t=yes
8933ac_cv_type_uintmax_t=yes
8934ac_cv_type_uintptr_t=yes
8935ac_cv_type_unsigned_long_long=yes
8936ac_cv_type_unsigned_long_long_int=yes
8937ac_cv_type_wchar_t=yes
8938acl_cv_hardcode_direct=no
8939acl_cv_hardcode_libdir_flag_spec=
8940acl_cv_hardcode_libdir_separator=
8941acl_cv_hardcode_minus_L=no
8942acl_cv_libext=a
8943acl_cv_libname_spec='lib$name'
8944acl_cv_library_names_spec='$libname$shrext'
8945acl_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
8946acl_cv_prog_gnu_ld=no
8947acl_cv_rpath=done
8948acl_cv_shlibext=dylib
8949acl_cv_wl=-Wl,
8950am_cv_CC_dependencies_compiler_type=gcc3
8951am_cv_func_iconv=yes
8952am_cv_func_iconv_works=yes
8953am_cv_lib_iconv=yes
8954am_cv_make_support_nested_variables=yes
8955am_cv_prog_cc_c_o=yes
8956am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
8957am_cv_proto_iconv_arg1=
8958ax_cv_check_cflags___Wall=yes
8959ax_cv_check_cflags___Wformat=yes
8960ax_cv_check_cflags___Wformat_security=yes
8961la_cv_type_uid_t=yes
8962lt_cv_apple_cc_single_mod=no
8963lt_cv_ar_at_file=no
8964lt_cv_deplibs_check_method=pass_all
8965lt_cv_file_magic_cmd='$MAGIC_CMD'
8966lt_cv_file_magic_test_file=
8967lt_cv_ld_exported_symbols_list=yes
8968lt_cv_ld_force_load=yes
8969lt_cv_ld_reload_flag=-r
8970lt_cv_nm_interface='BSD nm'
8971lt_cv_objdir=.libs
8972lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
8973lt_cv_path_NM='/usr/bin/nm -B'
8974lt_cv_path_mainfest_tool=no
8975lt_cv_prog_compiler_c_o=yes
8976lt_cv_prog_compiler_pic='-fno-common -DPIC'
8977lt_cv_prog_compiler_pic_works=yes
8978lt_cv_prog_compiler_rtti_exceptions=yes
8979lt_cv_prog_compiler_static_works=no
8980lt_cv_prog_gnu_ld=no
8981lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
8982lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
8983lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
8984lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
8985lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
8986lt_cv_sys_global_symbol_to_import=
8987lt_cv_sys_max_cmd_len=786432
8988lt_cv_to_host_file_cmd=func_convert_file_noop
8989lt_cv_to_tool_file_cmd=func_convert_file_noop
8990lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
8991pkg_cv_LIBXML2_PC_CFLAGS=-I/opt/local/include/libxml2
8992pkg_cv_LIBXML2_PC_LIBS='-L/opt/local/lib -lxml2'
8993
8994## ----------------- ##
8995## Output variables. ##
8996## ----------------- ##
8997
8998ACLOCAL='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_archivers_libarchive/libarchive/work/libarchive-3.7.2/build/autoconf/missing'\'' aclocal-1.16'
8999AMDEPBACKSLASH='\'
9000AMDEP_FALSE='#'
9001AMDEP_TRUE=''
9002AMTAR='$${TAR-tar}'
9003AM_BACKSLASH='\'
9004AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
9005AM_DEFAULT_VERBOSITY='1'
9006AM_V='$(V)'
9007AR='ar'
9008ARCHIVE_LIBTOOL_VERSION='20:2:7'
9009AS='as'
9010AUTOCONF='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_archivers_libarchive/libarchive/work/libarchive-3.7.2/build/autoconf/missing'\'' autoconf'
9011AUTOHEADER='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_archivers_libarchive/libarchive/work/libarchive-3.7.2/build/autoconf/missing'\'' autoheader'
9012AUTOMAKE='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_archivers_libarchive/libarchive/work/libarchive-3.7.2/build/autoconf/missing'\'' automake-1.16'
9013AWK='awk'
9014BSDCAT_VERSION_STRING='3.7.2'
9015BSDCPIO_VERSION_STRING='3.7.2'
9016BSDTAR_VERSION_STRING='3.7.2'
9017BSDUNZIP_VERSION_STRING='3.7.2'
9018BUILD_BSDCAT_FALSE='#'
9019BUILD_BSDCAT_TRUE=''
9020BUILD_BSDCPIO_FALSE='#'
9021BUILD_BSDCPIO_TRUE=''
9022BUILD_BSDTAR_FALSE='#'
9023BUILD_BSDTAR_TRUE=''
9024BUILD_BSDUNZIP_FALSE='#'
9025BUILD_BSDUNZIP_TRUE=''
9026CC='gcc'
9027CCDEPMODE='depmode=gcc3'
9028CFLAGS='-g -O2 -Wall -Wformat -Wformat-security'
9029CPP='gcc -E'
9030CPPFLAGS='-I/opt/local/include -I/opt/local/include/libxml2'
9031CSCOPE='cscope'
9032CTAGS='ctags'
9033CYGPATH_W='echo'
9034DEFS=''
9035DEPDIR='.deps'
9036DLLTOOL='dlltool'
9037DSYMUTIL='dsymutil'
9038DUMPBIN=''
9039ECHO_C='\c'
9040ECHO_N=''
9041ECHO_T=''
9042EGREP='/usr/bin/grep -E'
9043ETAGS='etags'
9044EXEEXT=''
9045FGREP='/usr/bin/grep -F'
9046GC_SECTIONS=''
9047GREP='/usr/bin/grep'
9048INC_BLAKE2_FALSE='#'
9049INC_BLAKE2_TRUE=''
9050INC_CYGWIN_FILES_FALSE=''
9051INC_CYGWIN_FILES_TRUE='#'
9052INC_DARWIN_ACL_FALSE=''
9053INC_DARWIN_ACL_TRUE=''
9054INC_FREEBSD_ACL_FALSE=''
9055INC_FREEBSD_ACL_TRUE=''
9056INC_LINUX_ACL_FALSE=''
9057INC_LINUX_ACL_TRUE=''
9058INC_SUNOS_ACL_FALSE=''
9059INC_SUNOS_ACL_TRUE=''
9060INC_WINDOWS_FILES_FALSE=''
9061INC_WINDOWS_FILES_TRUE='#'
9062INSTALL_DATA='${INSTALL} -m 644'
9063INSTALL_PROGRAM='${INSTALL}'
9064INSTALL_SCRIPT='${INSTALL}'
9065INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
9066LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
9067LDFLAGS=''
9068LIBARCHIVE_VERSION_NUMBER='3007002'
9069LIBARCHIVE_VERSION_STRING='3.7.2'
9070LIBICONV='-L/opt/local/lib -liconv'
9071LIBOBJS=''
9072LIBS='-llzma -lbz2 -lz  -L/opt/local/lib -lxml2'
9073LIBSREQUIRED='iconv'
9074LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9075LIBXML2_PC_CFLAGS='-I/opt/local/include/libxml2'
9076LIBXML2_PC_LIBS='-L/opt/local/lib -lxml2'
9077LIPO='lipo'
9078LN_S='ln -s'
9079LTLIBICONV='-L/opt/local/lib -liconv -R/opt/local/lib'
9080LTLIBOBJS=''
9081LT_SYS_LIBRARY_PATH=''
9082MAINT=''
9083MAINTAINER_MODE_FALSE='#'
9084MAINTAINER_MODE_TRUE=''
9085MAKEINFO='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_archivers_libarchive/libarchive/work/libarchive-3.7.2/build/autoconf/missing'\'' makeinfo'
9086MANIFEST_TOOL=':'
9087MKDIR_P='./build/autoconf/install-sh -c -d'
9088NM='/usr/bin/nm -B'
9089NMEDIT='nmedit'
9090OBJDUMP='objdump'
9091OBJEXT='o'
9092OTOOL64=':'
9093OTOOL='otool'
9094PACKAGE='libarchive'
9095PACKAGE_BUGREPORT='libarchive-discuss@googlegroups.com'
9096PACKAGE_NAME='libarchive'
9097PACKAGE_STRING='libarchive 3.7.2'
9098PACKAGE_TARNAME='libarchive'
9099PACKAGE_URL=''
9100PACKAGE_VERSION='3.7.2'
9101PATH_SEPARATOR=':'
9102PKG_CONFIG='/opt/local/bin/pkg-config'
9103PKG_CONFIG_LIBDIR=''
9104PKG_CONFIG_PATH=''
9105PLATFORMCPPFLAGS=''
9106RANLIB='ranlib'
9107SED='/usr/bin/sed'
9108SET_MAKE=''
9109SHELL='/bin/sh'
9110STATIC_BSDCAT_FALSE='#'
9111STATIC_BSDCAT_TRUE=''
9112STATIC_BSDCPIO_FALSE=''
9113STATIC_BSDCPIO_TRUE='#'
9114STATIC_BSDTAR_FALSE=''
9115STATIC_BSDTAR_TRUE='#'
9116STATIC_BSDUNZIP_FALSE='#'
9117STATIC_BSDUNZIP_TRUE=''
9118STRIP='strip'
9119VERSION='3.7.2'
9120ac_ct_AR='ar'
9121ac_ct_CC='gcc'
9122ac_ct_DUMPBIN=''
9123am__EXEEXT_FALSE=''
9124am__EXEEXT_TRUE=''
9125am__fastdepCC_FALSE='#'
9126am__fastdepCC_TRUE=''
9127am__include='include'
9128am__isrc=''
9129am__leading_dot='.'
9130am__nodep='_no'
9131am__quote=''
9132am__tar='$${TAR-tar} chof - "$$tardir"'
9133am__untar='$${TAR-tar} xf -'
9134bindir='${exec_prefix}/bin'
9135build='aarch64-apple-darwin23.2.0'
9136build_alias=''
9137build_cpu='aarch64'
9138build_os='darwin23.2.0'
9139build_vendor='apple'
9140datadir='${datarootdir}'
9141datarootdir='${prefix}/share'
9142docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
9143dvidir='${docdir}'
9144exec_prefix='NONE'
9145host='aarch64-apple-darwin23.2.0'
9146host_alias=''
9147host_cpu='aarch64'
9148host_os='darwin23.2.0'
9149host_vendor='apple'
9150htmldir='${docdir}'
9151includedir='${prefix}/include'
9152infodir='${datarootdir}/info'
9153install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_archivers_libarchive/libarchive/work/libarchive-3.7.2/build/autoconf/install-sh'
9154libdir='${exec_prefix}/lib'
9155libexecdir='${exec_prefix}/libexec'
9156localedir='${datarootdir}/locale'
9157localstatedir='${prefix}/var'
9158mandir='${datarootdir}/man'
9159mkdir_p='$(MKDIR_P)'
9160oldincludedir='/usr/include'
9161pdfdir='${docdir}'
9162prefix='/opt/local'
9163program_transform_name='s,x,x,'
9164psdir='${docdir}'
9165runstatedir='${localstatedir}/run'
9166sbindir='${exec_prefix}/sbin'
9167sharedstatedir='${prefix}/com'
9168sysconfdir='${prefix}/etc'
9169target_alias=''
9170
9171## ----------- ##
9172## confdefs.h. ##
9173## ----------- ##
9174
9175/* confdefs.h */
9176#define PACKAGE_NAME "libarchive"
9177#define PACKAGE_TARNAME "libarchive"
9178#define PACKAGE_VERSION "3.7.2"
9179#define PACKAGE_STRING "libarchive 3.7.2"
9180#define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
9181#define PACKAGE_URL ""
9182#define PACKAGE "libarchive"
9183#define VERSION "3.7.2"
9184#define __LIBARCHIVE_CONFIG_H_INCLUDED 1
9185#define LIBARCHIVE_VERSION_STRING "3.7.2"
9186#define LIBARCHIVE_VERSION_NUMBER "3007002"
9187#define BSDCPIO_VERSION_STRING "3.7.2"
9188#define BSDTAR_VERSION_STRING "3.7.2"
9189#define BSDCAT_VERSION_STRING "3.7.2"
9190#define BSDUNZIP_VERSION_STRING "3.7.2"
9191#define HAVE_STDIO_H 1
9192#define HAVE_STDLIB_H 1
9193#define HAVE_STRING_H 1
9194#define HAVE_INTTYPES_H 1
9195#define HAVE_STDINT_H 1
9196#define HAVE_STRINGS_H 1
9197#define HAVE_SYS_STAT_H 1
9198#define HAVE_SYS_TYPES_H 1
9199#define HAVE_UNISTD_H 1
9200#define HAVE_WCHAR_H 1
9201#define HAVE_SYS_TIME_H 1
9202#define STDC_HEADERS 1
9203#define _ALL_SOURCE 1
9204#define _DARWIN_C_SOURCE 1
9205#define _GNU_SOURCE 1
9206#define _HPUX_ALT_XOPEN_SOCKET_API 1
9207#define _NETBSD_SOURCE 1
9208#define _OPENBSD_SOURCE 1
9209#define _POSIX_PTHREAD_SEMANTICS 1
9210#define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
9211#define __STDC_WANT_IEC_60559_BFP_EXT__ 1
9212#define __STDC_WANT_IEC_60559_DFP_EXT__ 1
9213#define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
9214#define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
9215#define __STDC_WANT_LIB_EXT2__ 1
9216#define __STDC_WANT_MATH_SPEC_FUNCS__ 1
9217#define _TANDEM_SOURCE 1
9218#define __EXTENSIONS__ 1
9219#define HAVE_DLFCN_H 1
9220#define LT_OBJDIR ".libs/"
9221#define HAVE_DIRENT_H 1
9222#define HAVE_SYS_WAIT_H 1
9223#define HAVE_COPYFILE_H 1
9224#define HAVE_CTYPE_H 1
9225#define HAVE_ERRNO_H 1
9226#define HAVE_FCNTL_H 1
9227#define HAVE_FNMATCH_H 1
9228#define HAVE_GRP_H 1
9229#define HAVE_INTTYPES_H 1
9230#define HAVE_LANGINFO_H 1
9231#define HAVE_LIMITS_H 1
9232#define HAVE_LOCALE_H 1
9233#define HAVE_MEMBERSHIP_H 1
9234#define HAVE_PATHS_H 1
9235#define HAVE_POLL_H 1
9236#define HAVE_PTHREAD_H 1
9237#define HAVE_PWD_H 1
9238#define HAVE_READPASSPHRASE_H 1
9239#define HAVE_SIGNAL_H 1
9240#define HAVE_SPAWN_H 1
9241#define HAVE_STDARG_H 1
9242#define HAVE_STDINT_H 1
9243#define HAVE_STDLIB_H 1
9244#define HAVE_STRING_H 1
9245#define HAVE_SYS_ACL_H 1
9246#define HAVE_SYS_CDEFS_H 1
9247#define HAVE_SYS_IOCTL_H 1
9248#define HAVE_SYS_MOUNT_H 1
9249#define HAVE_SYS_QUEUE_H 1
9250#define HAVE_SYS_PARAM_H 1
9251#define HAVE_SYS_POLL_H 1
9252#define HAVE_SYS_SELECT_H 1
9253#define HAVE_SYS_STATVFS_H 1
9254#define HAVE_SYS_TIME_H 1
9255#define HAVE_SYS_UTSNAME_H 1
9256#define HAVE_SYS_XATTR_H 1
9257#define HAVE_TIME_H 1
9258#define HAVE_UNISTD_H 1
9259#define HAVE_UTIME_H 1
9260#define HAVE_WCHAR_H 1
9261#define HAVE_WCTYPE_H 1
9262#define HAVE_ZLIB_H 1
9263#define HAVE_LIBZ 1
9264#define HAVE_BZLIB_H 1
9265#define HAVE_LIBBZ2 1
9266#define HAVE_ICONV 1
9267#define ICONV_CONST
9268#define HAVE_ICONV_H 1
9269#define HAVE_LOCALCHARSET_H 1
9270#define HAVE_LOCALE_CHARSET 1
9271#define HAVE_LZ4_H 1
9272#define HAVE_LZ4HC_H 1
9273#define HAVE_ZSTD_H 1
9274#define HAVE_LZMA_H 1
9275#define HAVE_LIBLZMA 1
9276#define HAVE_LZMA_FILTER_ARM64 1
9277#define HAVE_LZO_LZOCONF_H 1
9278#define HAVE_LZO_LZO1X_H 1
9279#define HAVE_LIBXML_XMLREADER_H 1
9280#define HAVE_LIBXML_XMLWRITER_H 1
9281#define HAVE_REGEX_H 1
9282#define HAVE_STRUCT_TM_TM_GMTOFF 1
9283#define HAVE_STRUCT_STATFS_F_IOSIZE 1
9284#define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
9285#define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
9286#define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
9287#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9288#define HAVE_STRUCT_STAT_ST_FLAGS 1
9289#define HAVE_UINTMAX_T 1
9290#define HAVE_UNSIGNED_LONG_LONG 1
9291#define HAVE_UNSIGNED_LONG_LONG_INT 1
9292#define HAVE_INTMAX_T 1
9293#define HAVE_UINTMAX_T 1
9294#define HAVE_DECL_SIZE_MAX 1
9295#define HAVE_DECL_INT32_MAX 1
9296#define HAVE_DECL_INT32_MIN 1
9297#define HAVE_DECL_INT64_MAX 1
9298#define HAVE_DECL_INT64_MIN 1
9299#define HAVE_DECL_UINT64_MAX 1
9300#define HAVE_DECL_UINT32_MAX 1
9301#define HAVE_DECL_INTMAX_MAX 1
9302#define HAVE_DECL_INTMAX_MIN 1
9303#define HAVE_DECL_UINTMAX_MAX 1
9304#define HAVE_DECL_SSIZE_MAX 1
9305#define HAVE_EFTYPE 1
9306#define HAVE_EILSEQ 1
9307#define HAVE_WCHAR_T 1
9308
9309configure: exit 77