Ticket #64321: config.log

File config.log, 40.3 KB (added by purist, 2 years ago)

$ ./configure

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 MacPorts configure 2.7.1, which was
5generated by GNU Autoconf 2.71.  Invocation command line was
6
7  $ ./configure
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = thinmac2021.local
14uname -m = x86_64
15uname -r = 20.6.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 20.6.0: Wed Nov 10 22:23:07 PST 2021; root:xnu-7195.141.14~1/RELEASE_X86_64
18
19/usr/bin/uname -p = i386
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo      = Mach kernel version:
26         Darwin Kernel Version 20.6.0: Wed Nov 10 22:23:07 PST 2021; root:xnu-7195.141.14~1/RELEASE_X86_64
27Kernel configured for up to 16 processors.
288 processors are physically available.
2916 processors are logically available.
30Processor type: x86_64h (Intel x86-64h Haswell)
31Processors active: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
32Primary memory available: 16.00 gigabytes
33Default processor set: 460 tasks, 2735 threads, 16 processors
34Load average: 2.47, Mach factor: 13.52
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /usr/local/bin/
40PATH: /usr/bin/
41PATH: /bin/
42PATH: /usr/sbin/
43PATH: /sbin/
44PATH: /Applications/VMware Fusion.app/Contents/Public/
45PATH: /Applications/Little Snitch.app/Contents/Components/
46PATH: /Library/Apple/usr/bin/
47
48
49## ----------- ##
50## Core tests. ##
51## ----------- ##
52
53configure:2587: looking for aux files: install-sh config.guess config.sub
54configure:2600:  trying ./
55configure:2611:   ./install-sh found
56configure:2629:   ./config.guess found
57configure:2629:   ./config.sub found
58configure:2751: checking build system type
59configure:2766: result: x86_64-apple-darwin20.6.0
60configure:2786: checking host system type
61configure:2800: result: x86_64-apple-darwin20.6.0
62configure:2820: checking target system type
63configure:2834: result: x86_64-apple-darwin20.6.0
64configure:2862: checking MacPorts version
65configure:2865: result: 2.7.1
66configure:2985: checking for sw_vers
67configure:3008: found /usr/bin/sw_vers
68configure:3020: result: /usr/bin/sw_vers
69configure:3030: checking for defaults
70configure:3053: found /usr/bin/defaults
71configure:3065: result: /usr/bin/defaults
72configure:3075: checking for xcode-select
73configure:3098: found /usr/bin/xcode-select
74configure:3110: result: /usr/bin/xcode-select
75configure:3120: checking macOS version
76configure:3123: result: 11.6.2
77configure:3161: checking Xcode location
78configure:3173: result: /Applications/Xcode.app/Contents/Developer
79configure:3187: checking Xcode version
80configure:3194: result: 13.2.1
81configure:3284: checking for clang
82configure:3305: found /usr/bin/clang
83configure:3316: result: clang
84configure:3347: checking for C compiler version
85configure:3356: clang --version >&5
86Apple clang version 13.0.0 (clang-1300.0.29.30)
87Target: x86_64-apple-darwin20.6.0
88Thread model: posix
89InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
90configure:3367: $? = 0
91configure:3356: clang -v >&5
92Apple clang version 13.0.0 (clang-1300.0.29.30)
93Target: x86_64-apple-darwin20.6.0
94Thread model: posix
95InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
96configure:3367: $? = 0
97configure:3356: clang -V >&5
98clang: error: argument to '-V' is missing (expected 1 value)
99clang: error: no input files
100configure:3367: $? = 1
101configure:3356: clang -qversion >&5
102clang: error: unknown argument '-qversion'; did you mean '--version'?
103clang: error: no input files
104configure:3367: $? = 1
105configure:3356: clang -version >&5
106clang: error: unknown argument '-version'; did you mean '--version'?
107clang: error: no input files
108configure:3367: $? = 1
109configure:3387: checking whether the C compiler works
110configure:3409: clang    conftest.c  >&5
111configure:3413: $? = 0
112configure:3463: result: yes
113configure:3466: checking for C compiler default output file name
114configure:3468: result: a.out
115configure:3474: checking for suffix of executables
116configure:3481: clang -o conftest    conftest.c  >&5
117configure:3485: $? = 0
118configure:3508: result:
119configure:3530: checking whether we are cross compiling
120configure:3538: clang -o conftest    conftest.c  >&5
121configure:3542: $? = 0
122configure:3549: ./conftest
123configure:3553: $? = 0
124configure:3568: result: no
125configure:3573: checking for suffix of object files
126configure:3596: clang -c   conftest.c >&5
127configure:3600: $? = 0
128configure:3622: result: o
129configure:3626: checking whether the compiler supports GNU C
130configure:3646: clang -c   conftest.c >&5
131configure:3646: $? = 0
132configure:3656: result: yes
133configure:3667: checking whether clang accepts -g
134configure:3688: clang -c -g  conftest.c >&5
135configure:3688: $? = 0
136configure:3732: result: yes
137configure:3752: checking for clang option to enable C11 features
138configure:3767: clang  -c -g -O2  conftest.c >&5
139configure:3767: $? = 0
140configure:3785: result: none needed
141configure:3910: checking for a BSD-compatible install
142configure:3983: result: /usr/bin/install -c
143configure:3994: checking whether ln -s works
144configure:3998: result: yes
145configure:4005: checking whether make sets $(MAKE)
146configure:4028: result: yes
147configure:4158: checking for bsdmake
148configure:4196: result: no
149configure:4158: checking for pmake
150configure:4196: result: no
151configure:4206: checking for bzip2
152configure:4229: found /usr/bin/bzip2
153configure:4241: result: /usr/bin/bzip2
154configure:4251: checking for bzr
155configure:4289: result: no
156configure:4296: checking for chown
157configure:4320: found /usr/sbin/chown
158configure:4332: result: /usr/sbin/chown
159configure:4342: checking for cp
160configure:4365: found /bin/cp
161configure:4377: result: /bin/cp
162configure:4387: checking for cpio
163configure:4410: found /usr/bin/cpio
164configure:4422: result: /usr/bin/cpio
165configure:4432: checking for cvs
166configure:4470: result: no
167configure:4477: checking for diff
168configure:4500: found /usr/bin/diff
169configure:4512: result: /usr/bin/diff
170configure:4522: checking for dscl
171configure:4545: found /usr/bin/dscl
172configure:4557: result: /usr/bin/dscl
173configure:4567: checking for dseditgroup
174configure:4591: found /usr/sbin/dseditgroup
175configure:4603: result: /usr/sbin/dseditgroup
176configure:4613: checking for file
177configure:4636: found /usr/bin/file
178configure:4648: result: /usr/bin/file
179configure:4658: checking for find
180configure:4681: found /usr/bin/find
181configure:4693: result: /usr/bin/find
182configure:4703: checking for git
183configure:4726: found /usr/bin/git
184configure:4738: result: /usr/bin/git
185configure:4750: checking for gnumake
186configure:4773: found /usr/bin/gnumake
187configure:4785: result: /usr/bin/gnumake
188configure:4800: checking for gnupatch
189configure:4838: result: no
190configure:4800: checking for gpatch
191configure:4838: result: no
192configure:4850: checking for gnutar
193configure:4888: result: no
194configure:4850: checking for gtar
195configure:4888: result: no
196configure:4898: checking for gzip
197configure:4921: found /usr/bin/gzip
198configure:4933: result: /usr/bin/gzip
199configure:4943: checking for hdiutil
200configure:4966: found /usr/bin/hdiutil
201configure:4978: result: /usr/bin/hdiutil
202configure:4988: checking for hg
203configure:5026: result: no
204configure:5033: checking for launchctl
205configure:5056: found /bin/launchctl
206configure:5068: result: /bin/launchctl
207configure:5078: checking for lipo
208configure:5101: found /usr/bin/lipo
209configure:5113: result: /usr/bin/lipo
210configure:5123: checking for lsbom
211configure:5146: found /usr/bin/lsbom
212configure:5158: result: /usr/bin/lsbom
213configure:5168: checking for lzma
214configure:5206: result: no
215configure:5213: checking for make
216configure:5236: found /usr/bin/make
217configure:5248: result: /usr/bin/make
218configure:5258: checking for man
219configure:5281: found /usr/bin/man
220configure:5293: result: /usr/bin/man
221configure:5303: checking for mdfind
222configure:5326: found /usr/bin/mdfind
223configure:5338: result: /usr/bin/mdfind
224configure:5348: checking for mdls
225configure:5371: found /usr/bin/mdls
226configure:5383: result: /usr/bin/mdls
227configure:5393: checking for mkbom
228configure:5416: found /usr/bin/mkbom
229configure:5428: result: /usr/bin/mkbom
230configure:5440: checking for mtree
231configure:5464: found /usr/sbin/mtree
232configure:5476: result: /usr/sbin/mtree
233configure:5489: checking for open
234configure:5512: found /usr/bin/open
235configure:5524: result: /usr/bin/open
236configure:5534: checking for openssl
237configure:5557: found /usr/bin/openssl
238configure:5569: result: /usr/bin/openssl
239configure:5579: checking for patch
240configure:5602: found /usr/bin/patch
241configure:5614: result: /usr/bin/patch
242configure:5624: checking for pax
243configure:5647: found /bin/pax
244configure:5659: result: /bin/pax
245configure:5669: checking for rmdir
246configure:5692: found /bin/rmdir
247configure:5704: result: /bin/rmdir
248configure:5714: checking for rsync
249configure:5737: found /usr/bin/rsync
250configure:5749: result: /usr/bin/rsync
251configure:5759: checking for sandbox-exec
252configure:5782: found /usr/bin/sandbox-exec
253configure:5794: result: /usr/bin/sandbox-exec
254configure:5804: checking for sed
255configure:5827: found /usr/bin/sed
256configure:5839: result: /usr/bin/sed
257configure:5849: checking for swig
258configure:5887: result: no
259configure:5894: checking for tar
260configure:5917: found /usr/bin/tar
261configure:5929: result: /usr/bin/tar
262configure:5939: checking for unzip
263configure:5962: found /usr/bin/unzip
264configure:5974: result: /usr/bin/unzip
265configure:5984: checking for xar
266configure:6007: found /usr/bin/xar
267configure:6019: result: /usr/bin/xar
268configure:6029: checking for xcodebuild
269configure:6052: found /usr/bin/xcodebuild
270configure:6064: result: /usr/bin/xcodebuild
271configure:6074: checking for xcrun
272configure:6097: found /usr/bin/xcrun
273configure:6109: result: /usr/bin/xcrun
274configure:6119: checking for xz
275configure:6157: result: no
276configure:6164: checking for zip
277configure:6187: found /usr/bin/zip
278configure:6199: result: /usr/bin/zip
279configure:6215: checking for tar
280configure:6250: result: /usr/bin/tar
281configure:6259: checking whether tar supports -q
282configure:6262: result: yes (bsdtar)
283configure:6275: checking for tar
284configure:6310: result: /usr/bin/tar
285configure:6320: checking for gnutar
286configure:6358: result: no
287configure:6364: checking for which tar variant to use
288configure:6372: result: /usr/bin/tar
289configure:6376: checking for /usr/bin/tar --no-same-owner support
290configure:6380: result: no
291configure:6391: checking for patch
292configure:6426: result: /usr/bin/patch
293configure:6436: checking for gpatch
294configure:6474: result: no
295configure:6480: checking for GNU (FSF) patch
296configure:6493: result: /usr/bin/patch
297configure:6526: checking how to mark unused variables
298configure:6532: clang -c -g -O2  conftest.c >&5
299configure:6532: $? = 0
300configure:6543: result:
301configure:6551: checking for CoreFoundation framework
302configure:6580: clang -o conftest -g -O2   conftest.c -framework CoreFoundation  >&5
303configure:6580: $? = 0
304configure:6599: result: yes
305configure:6614: checking for SystemConfiguration framework
306configure:6643: clang -o conftest -g -O2   conftest.c -framework SystemConfiguration  >&5
307conftest.c:20:75: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
308                                        SCDynamicStoreRef dsRef = SCDynamicStoreCreate(NULL, NULL, NULL, NULL);
309                                                                                             ~~~~            ^
3101 warning generated.
311configure:6643: $? = 0
312configure:6662: result: yes
313configure:6677: checking for IOKit framework
314configure:6707: clang -o conftest -g -O2   conftest.c -framework IOKit  >&5
315configure:6707: $? = 0
316configure:6726: result: yes
317configure:6741: checking for CFNotificationCenterGetDarwinNotifyCenter
318configure:6769: clang -o conftest -g -O2   conftest.c -framework CoreFoundation  >&5
319configure:6769: $? = 0
320configure:6788: result: yes
321configure:6805: checking for whether we will build daemondo
322configure:6822: result: yes
323configure:6846: checking for MacPorts config directory
324configure:6851: result: ${sysconfdir}/macports
325configure:6910: checking for install user
326configure:6916: result: root
327configure:6931: checking for install group
328configure:6950: result: admin
329configure:6965: checking for macports user
330configure:6971: result: macports
331configure:6986: checking what permissions to use for installation directories
332configure:6992: result: 0755
333configure:7034: checking for Applications installation directory
334configure:7045: result: /Applications/MacPorts
335configure:7065: checking for Frameworks installation directory
336configure:7072: result: /opt/local/Library/Frameworks
337configure:7088: checking for startupitem_install
338configure:7101: result: yes
339configure:7141: checking for Universal CPU architectures
340configure:7143: result: arm64 x86_64
341configure:7154: checking for stdio.h
342configure:7154: clang -c -g -O2  conftest.c >&5
343configure:7154: $? = 0
344configure:7154: result: yes
345configure:7154: checking for stdlib.h
346configure:7154: clang -c -g -O2  conftest.c >&5
347configure:7154: $? = 0
348configure:7154: result: yes
349configure:7154: checking for string.h
350configure:7154: clang -c -g -O2  conftest.c >&5
351configure:7154: $? = 0
352configure:7154: result: yes
353configure:7154: checking for inttypes.h
354configure:7154: clang -c -g -O2  conftest.c >&5
355configure:7154: $? = 0
356configure:7154: result: yes
357configure:7154: checking for stdint.h
358configure:7154: clang -c -g -O2  conftest.c >&5
359configure:7154: $? = 0
360configure:7154: result: yes
361configure:7154: checking for strings.h
362configure:7154: clang -c -g -O2  conftest.c >&5
363configure:7154: $? = 0
364configure:7154: result: yes
365configure:7154: checking for sys/stat.h
366configure:7154: clang -c -g -O2  conftest.c >&5
367configure:7154: $? = 0
368configure:7154: result: yes
369configure:7154: checking for sys/types.h
370configure:7154: clang -c -g -O2  conftest.c >&5
371configure:7154: $? = 0
372configure:7154: result: yes
373configure:7154: checking for unistd.h
374configure:7154: clang -c -g -O2  conftest.c >&5
375configure:7154: $? = 0
376configure:7154: result: yes
377configure:7179: checking for crt_externs.h
378configure:7179: clang -c -g -O2  conftest.c >&5
379configure:7179: $? = 0
380configure:7179: result: yes
381configure:7185: checking for err.h
382configure:7185: clang -c -g -O2  conftest.c >&5
383configure:7185: $? = 0
384configure:7185: result: yes
385configure:7191: checking for fcntl.h
386configure:7191: clang -c -g -O2  conftest.c >&5
387configure:7191: $? = 0
388configure:7191: result: yes
389configure:7197: checking for libkern/OSAtomic.h
390configure:7197: clang -c -g -O2  conftest.c >&5
391configure:7197: $? = 0
392configure:7197: result: yes
393configure:7203: checking for libproc.h
394configure:7203: clang -c -g -O2  conftest.c >&5
395configure:7203: $? = 0
396configure:7203: result: yes
397configure:7209: checking for limits.h
398configure:7209: clang -c -g -O2  conftest.c >&5
399configure:7209: $? = 0
400configure:7209: result: yes
401configure:7215: checking for paths.h
402configure:7215: clang -c -g -O2  conftest.c >&5
403configure:7215: $? = 0
404configure:7215: result: yes
405configure:7221: checking for pwd.h
406configure:7221: clang -c -g -O2  conftest.c >&5
407configure:7221: $? = 0
408configure:7221: result: yes
409configure:7227: checking for readline/history.h
410configure:7227: clang -c -g -O2  conftest.c >&5
411configure:7227: $? = 0
412configure:7227: result: yes
413configure:7233: checking for readline/readline.h
414configure:7233: clang -c -g -O2  conftest.c >&5
415configure:7233: $? = 0
416configure:7233: result: yes
417configure:7239: checking for stdatomic.h
418configure:7239: clang -c -g -O2  conftest.c >&5
419configure:7239: $? = 0
420configure:7239: result: yes
421configure:7245: checking for spawn.h
422configure:7245: clang -c -g -O2  conftest.c >&5
423configure:7245: $? = 0
424configure:7245: result: yes
425configure:7251: checking for sys/cdefs.h
426configure:7251: clang -c -g -O2  conftest.c >&5
427configure:7251: $? = 0
428configure:7251: result: yes
429configure:7257: checking for sys/event.h
430configure:7257: clang -c -g -O2  conftest.c >&5
431configure:7257: $? = 0
432configure:7257: result: yes
433configure:7263: checking for sys/fcntl.h
434configure:7263: clang -c -g -O2  conftest.c >&5
435configure:7263: $? = 0
436configure:7263: result: yes
437configure:7269: checking for sys/file.h
438configure:7269: clang -c -g -O2  conftest.c >&5
439configure:7269: $? = 0
440configure:7269: result: yes
441configure:7275: checking for sys/paths.h
442configure:7275: clang -c -g -O2  conftest.c >&5
443configure:7275: $? = 0
444configure:7275: result: yes
445configure:7281: checking for sys/socket.h
446configure:7281: clang -c -g -O2  conftest.c >&5
447configure:7281: $? = 0
448configure:7281: result: yes
449configure:7287: checking for sys/sysctl.h
450configure:7287: clang -c -g -O2  conftest.c >&5
451configure:7287: $? = 0
452configure:7287: result: yes
453configure:7293: checking for utime.h
454configure:7293: clang -c -g -O2  conftest.c >&5
455configure:7293: $? = 0
456configure:7293: result: yes
457configure:7302: checking for OSAtomicCompareAndSwap32
458configure:7302: clang -o conftest -g -O2   conftest.c  >&5
459configure:7302: $? = 0
460configure:7302: result: yes
461configure:7308: checking for OSAtomicCompareAndSwap64
462configure:7308: clang -o conftest -g -O2   conftest.c  >&5
463configure:7308: $? = 0
464configure:7308: result: yes
465configure:7314: checking for OSAtomicCompareAndSwapPtr
466configure:7314: clang -o conftest -g -O2   conftest.c  >&5
467configure:7314: $? = 0
468configure:7314: result: yes
469configure:7320: checking for __getdirentries64
470configure:7320: clang -o conftest -g -O2   conftest.c  >&5
471configure:7320: $? = 0
472configure:7320: result: yes
473configure:7326: checking for clearenv
474configure:7326: clang -o conftest -g -O2   conftest.c  >&5
475Undefined symbols for architecture x86_64:
476  "_clearenv", referenced from:
477      _main in conftest-b192d1.o
478ld: symbol(s) not found for architecture x86_64
479clang: error: linker command failed with exit code 1 (use -v to see invocation)
480configure:7326: $? = 1
481configure: failed program was:
482| /* confdefs.h */
483| #define PACKAGE_NAME "MacPorts"
484| #define PACKAGE_TARNAME "macports"
485| #define PACKAGE_VERSION "2.7.1"
486| #define PACKAGE_STRING "MacPorts 2.7.1"
487| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
488| #define PACKAGE_URL ""
489| #define UNUSED __attribute__((unused))
490| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
491| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
492| #define HAVE_FRAMEWORK_IOKIT /**/
493| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
494| #define HAVE_STDIO_H 1
495| #define HAVE_STDLIB_H 1
496| #define HAVE_STRING_H 1
497| #define HAVE_INTTYPES_H 1
498| #define HAVE_STDINT_H 1
499| #define HAVE_STRINGS_H 1
500| #define HAVE_SYS_STAT_H 1
501| #define HAVE_SYS_TYPES_H 1
502| #define HAVE_UNISTD_H 1
503| #define STDC_HEADERS 1
504| #define HAVE_CRT_EXTERNS_H 1
505| #define HAVE_ERR_H 1
506| #define HAVE_FCNTL_H 1
507| #define HAVE_LIBKERN_OSATOMIC_H 1
508| #define HAVE_LIBPROC_H 1
509| #define HAVE_LIMITS_H 1
510| #define HAVE_PATHS_H 1
511| #define HAVE_PWD_H 1
512| #define HAVE_READLINE_HISTORY_H 1
513| #define HAVE_READLINE_READLINE_H 1
514| #define HAVE_STDATOMIC_H 1
515| #define HAVE_SPAWN_H 1
516| #define HAVE_SYS_CDEFS_H 1
517| #define HAVE_SYS_EVENT_H 1
518| #define HAVE_SYS_FCNTL_H 1
519| #define HAVE_SYS_FILE_H 1
520| #define HAVE_SYS_PATHS_H 1
521| #define HAVE_SYS_SOCKET_H 1
522| #define HAVE_SYS_SYSCTL_H 1
523| #define HAVE_UTIME_H 1
524| #define HAVE_OSATOMICCOMPAREANDSWAP32 1
525| #define HAVE_OSATOMICCOMPAREANDSWAP64 1
526| #define HAVE_OSATOMICCOMPAREANDSWAPPTR 1
527| #define HAVE___GETDIRENTRIES64 1
528| /* end confdefs.h.  */
529| /* Define clearenv to an innocuous variant, in case <limits.h> declares clearenv.
530|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
531| #define clearenv innocuous_clearenv
532|
533| /* System header to define __stub macros and hopefully few prototypes,
534|    which can conflict with char clearenv (); below.  */
535|
536| #include <limits.h>
537| #undef clearenv
538|
539| /* Override any GCC internal prototype to avoid an error.
540|    Use char because int might match the return type of a GCC
541|    builtin and then its argument prototype would still apply.  */
542| #ifdef __cplusplus
543| extern "C"
544| #endif
545| char clearenv ();
546| /* The GNU C library defines this for functions which it implements
547|     to always fail with ENOSYS.  Some functions are actually named
548|     something starting with __ and the normal name is an alias.  */
549| #if defined __stub_clearenv || defined __stub___clearenv
550| choke me
551| #endif
552|
553| int
554| main (void)
555| {
556| return clearenv ();
557|   ;
558|   return 0;
559| }
560configure:7326: result: no
561configure:7332: checking for copyfile
562configure:7332: clang -o conftest -g -O2   conftest.c  >&5
563configure:7332: $? = 0
564configure:7332: result: yes
565configure:7338: checking for _dyld_shared_cache_contains_path
566configure:7338: clang -o conftest -g -O2   conftest.c  >&5
567configure:7338: $? = 0
568configure:7338: result: yes
569configure:7344: checking for flock
570configure:7344: clang -o conftest -g -O2   conftest.c  >&5
571configure:7344: $? = 0
572configure:7344: result: yes
573configure:7350: checking for fls
574configure:7350: clang -o conftest -g -O2   conftest.c  >&5
575configure:7350: $? = 0
576configure:7350: result: yes
577configure:7356: checking for kqueue
578configure:7356: clang -o conftest -g -O2   conftest.c  >&5
579configure:7356: $? = 0
580configure:7356: result: yes
581configure:7362: checking for posix_spawn
582configure:7362: clang -o conftest -g -O2   conftest.c  >&5
583configure:7362: $? = 0
584configure:7362: result: yes
585configure:7368: checking for setmode
586configure:7368: clang -o conftest -g -O2   conftest.c  >&5
587configure:7368: $? = 0
588configure:7368: result: yes
589configure:7374: checking for sysctlbyname
590configure:7374: clang -o conftest -g -O2   conftest.c  >&5
591configure:7374: $? = 0
592configure:7374: result: yes
593configure:7383: checking for getline
594configure:7383: clang -o conftest -g -O2   conftest.c  >&5
595configure:7383: $? = 0
596configure:7383: result: yes
597configure:7389: checking for getdelim
598configure:7389: clang -o conftest -g -O2   conftest.c  >&5
599configure:7389: $? = 0
600configure:7389: result: yes
601configure:7395: checking for strlcat
602configure:7395: clang -o conftest -g -O2   conftest.c  >&5
603conftest.c:74:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
604char strlcat ();
605     ^
606conftest.c:74:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
6071 warning generated.
608configure:7395: $? = 0
609configure:7395: result: yes
610configure:7401: checking for strlcpy
611configure:7401: clang -o conftest -g -O2   conftest.c  >&5
612conftest.c:75:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
613char strlcpy ();
614     ^
615conftest.c:75:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
6161 warning generated.
617configure:7401: $? = 0
618configure:7401: result: yes
619configure:7417: checking for clang options needed to detect all undeclared functions
620configure:7439: clang -c -g -O2   conftest.c >&5
621conftest.c:64:8: error: implicitly declaring library function 'strchr' with type 'char *(const char *, int)' [-Werror,-Wimplicit-function-declaration]
622(void) strchr;
623       ^
624conftest.c:64:8: note: include the header <string.h> or explicitly provide a declaration for 'strchr'
6251 error generated.
626configure:7439: $? = 1
627configure: failed program was:
628| /* confdefs.h */
629| #define PACKAGE_NAME "MacPorts"
630| #define PACKAGE_TARNAME "macports"
631| #define PACKAGE_VERSION "2.7.1"
632| #define PACKAGE_STRING "MacPorts 2.7.1"
633| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
634| #define PACKAGE_URL ""
635| #define UNUSED __attribute__((unused))
636| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
637| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
638| #define HAVE_FRAMEWORK_IOKIT /**/
639| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
640| #define HAVE_STDIO_H 1
641| #define HAVE_STDLIB_H 1
642| #define HAVE_STRING_H 1
643| #define HAVE_INTTYPES_H 1
644| #define HAVE_STDINT_H 1
645| #define HAVE_STRINGS_H 1
646| #define HAVE_SYS_STAT_H 1
647| #define HAVE_SYS_TYPES_H 1
648| #define HAVE_UNISTD_H 1
649| #define STDC_HEADERS 1
650| #define HAVE_CRT_EXTERNS_H 1
651| #define HAVE_ERR_H 1
652| #define HAVE_FCNTL_H 1
653| #define HAVE_LIBKERN_OSATOMIC_H 1
654| #define HAVE_LIBPROC_H 1
655| #define HAVE_LIMITS_H 1
656| #define HAVE_PATHS_H 1
657| #define HAVE_PWD_H 1
658| #define HAVE_READLINE_HISTORY_H 1
659| #define HAVE_READLINE_READLINE_H 1
660| #define HAVE_STDATOMIC_H 1
661| #define HAVE_SPAWN_H 1
662| #define HAVE_SYS_CDEFS_H 1
663| #define HAVE_SYS_EVENT_H 1
664| #define HAVE_SYS_FCNTL_H 1
665| #define HAVE_SYS_FILE_H 1
666| #define HAVE_SYS_PATHS_H 1
667| #define HAVE_SYS_SOCKET_H 1
668| #define HAVE_SYS_SYSCTL_H 1
669| #define HAVE_UTIME_H 1
670| #define HAVE_OSATOMICCOMPAREANDSWAP32 1
671| #define HAVE_OSATOMICCOMPAREANDSWAP64 1
672| #define HAVE_OSATOMICCOMPAREANDSWAPPTR 1
673| #define HAVE___GETDIRENTRIES64 1
674| #define HAVE_COPYFILE 1
675| #define HAVE__DYLD_SHARED_CACHE_CONTAINS_PATH 1
676| #define HAVE_FLOCK 1
677| #define HAVE_FLS 1
678| #define HAVE_KQUEUE 1
679| #define HAVE_POSIX_SPAWN 1
680| #define HAVE_SETMODE 1
681| #define HAVE_SYSCTLBYNAME 1
682| #define HAVE_GETLINE 1
683| #define HAVE_GETDELIM 1
684| #define HAVE_STRLCAT 1
685| #define HAVE_STRLCPY 1
686| /* end confdefs.h.  */
687|
688| int
689| main (void)
690| {
691| (void) strchr;
692|   ;
693|   return 0;
694| }
695configure:7466: clang -c -g -O2   conftest.c >&5
696configure:7466: $? = 0
697configure:7483: result: none needed
698configure:7497: checking whether atomic_compare_exchange_strong_explicit is declared
699configure:7497: clang -c -g -O2   conftest.c >&5
700configure:7497: $? = 0
701configure:7497: result: yes
702configure:7509: checking for CommonCrypto/CommonDigest.h
703configure:7509: clang -c -g -O2  conftest.c >&5
704configure:7509: $? = 0
705configure:7509: result: yes
706configure:7844: checking for target platform
707configure:7848: result: darwin 20
708configure:7867: checking for curl-config
709configure:7890: found /usr/bin/curl-config
710configure:7902: result: /usr/bin/curl-config
711configure:7991: checking for sqlite3.h
712configure:7991: clang -c -g -O2  conftest.c >&5
713configure:7991: $? = 0
714configure:7991: result: yes
715configure:8065: checking for sqlite3ext.h
716configure:8065: clang -c -g -O2   conftest.c >&5
717configure:8065: $? = 0
718configure:8065: result: yes
719configure:8083: checking how to run the C preprocessor
720configure:8109: clang -E  conftest.c
721configure:8109: $? = 0
722configure:8124: clang -E  conftest.c
723conftest.c:65:10: fatal error: 'ac_nonexistent.h' file not found
724#include <ac_nonexistent.h>
725         ^~~~~~~~~~~~~~~~~~
7261 error generated.
727configure:8124: $? = 1
728configure: failed program was:
729| /* confdefs.h */
730| #define PACKAGE_NAME "MacPorts"
731| #define PACKAGE_TARNAME "macports"
732| #define PACKAGE_VERSION "2.7.1"
733| #define PACKAGE_STRING "MacPorts 2.7.1"
734| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
735| #define PACKAGE_URL ""
736| #define UNUSED __attribute__((unused))
737| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
738| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
739| #define HAVE_FRAMEWORK_IOKIT /**/
740| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
741| #define HAVE_STDIO_H 1
742| #define HAVE_STDLIB_H 1
743| #define HAVE_STRING_H 1
744| #define HAVE_INTTYPES_H 1
745| #define HAVE_STDINT_H 1
746| #define HAVE_STRINGS_H 1
747| #define HAVE_SYS_STAT_H 1
748| #define HAVE_SYS_TYPES_H 1
749| #define HAVE_UNISTD_H 1
750| #define STDC_HEADERS 1
751| #define HAVE_CRT_EXTERNS_H 1
752| #define HAVE_ERR_H 1
753| #define HAVE_FCNTL_H 1
754| #define HAVE_LIBKERN_OSATOMIC_H 1
755| #define HAVE_LIBPROC_H 1
756| #define HAVE_LIMITS_H 1
757| #define HAVE_PATHS_H 1
758| #define HAVE_PWD_H 1
759| #define HAVE_READLINE_HISTORY_H 1
760| #define HAVE_READLINE_READLINE_H 1
761| #define HAVE_STDATOMIC_H 1
762| #define HAVE_SPAWN_H 1
763| #define HAVE_SYS_CDEFS_H 1
764| #define HAVE_SYS_EVENT_H 1
765| #define HAVE_SYS_FCNTL_H 1
766| #define HAVE_SYS_FILE_H 1
767| #define HAVE_SYS_PATHS_H 1
768| #define HAVE_SYS_SOCKET_H 1
769| #define HAVE_SYS_SYSCTL_H 1
770| #define HAVE_UTIME_H 1
771| #define HAVE_OSATOMICCOMPAREANDSWAP32 1
772| #define HAVE_OSATOMICCOMPAREANDSWAP64 1
773| #define HAVE_OSATOMICCOMPAREANDSWAPPTR 1
774| #define HAVE___GETDIRENTRIES64 1
775| #define HAVE_COPYFILE 1
776| #define HAVE__DYLD_SHARED_CACHE_CONTAINS_PATH 1
777| #define HAVE_FLOCK 1
778| #define HAVE_FLS 1
779| #define HAVE_KQUEUE 1
780| #define HAVE_POSIX_SPAWN 1
781| #define HAVE_SETMODE 1
782| #define HAVE_SYSCTLBYNAME 1
783| #define HAVE_GETLINE 1
784| #define HAVE_GETDELIM 1
785| #define HAVE_STRLCAT 1
786| #define HAVE_STRLCPY 1
787| #define HAVE_DECL_ATOMIC_COMPARE_EXCHANGE_STRONG_EXPLICIT 1
788| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
789| #define MIN_USABLE_UID 501
790| #define MIN_USABLE_GID 501
791| #define HAVE_SQLITE3EXT_H 1
792| /* end confdefs.h.  */
793| #include <ac_nonexistent.h>
794configure:8151: result: clang -E
795configure:8165: clang -E  conftest.c
796configure:8165: $? = 0
797configure:8180: clang -E  conftest.c
798conftest.c:65:10: fatal error: 'ac_nonexistent.h' file not found
799#include <ac_nonexistent.h>
800         ^~~~~~~~~~~~~~~~~~
8011 error generated.
802configure:8180: $? = 1
803configure: failed program was:
804| /* confdefs.h */
805| #define PACKAGE_NAME "MacPorts"
806| #define PACKAGE_TARNAME "macports"
807| #define PACKAGE_VERSION "2.7.1"
808| #define PACKAGE_STRING "MacPorts 2.7.1"
809| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
810| #define PACKAGE_URL ""
811| #define UNUSED __attribute__((unused))
812| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
813| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
814| #define HAVE_FRAMEWORK_IOKIT /**/
815| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
816| #define HAVE_STDIO_H 1
817| #define HAVE_STDLIB_H 1
818| #define HAVE_STRING_H 1
819| #define HAVE_INTTYPES_H 1
820| #define HAVE_STDINT_H 1
821| #define HAVE_STRINGS_H 1
822| #define HAVE_SYS_STAT_H 1
823| #define HAVE_SYS_TYPES_H 1
824| #define HAVE_UNISTD_H 1
825| #define STDC_HEADERS 1
826| #define HAVE_CRT_EXTERNS_H 1
827| #define HAVE_ERR_H 1
828| #define HAVE_FCNTL_H 1
829| #define HAVE_LIBKERN_OSATOMIC_H 1
830| #define HAVE_LIBPROC_H 1
831| #define HAVE_LIMITS_H 1
832| #define HAVE_PATHS_H 1
833| #define HAVE_PWD_H 1
834| #define HAVE_READLINE_HISTORY_H 1
835| #define HAVE_READLINE_READLINE_H 1
836| #define HAVE_STDATOMIC_H 1
837| #define HAVE_SPAWN_H 1
838| #define HAVE_SYS_CDEFS_H 1
839| #define HAVE_SYS_EVENT_H 1
840| #define HAVE_SYS_FCNTL_H 1
841| #define HAVE_SYS_FILE_H 1
842| #define HAVE_SYS_PATHS_H 1
843| #define HAVE_SYS_SOCKET_H 1
844| #define HAVE_SYS_SYSCTL_H 1
845| #define HAVE_UTIME_H 1
846| #define HAVE_OSATOMICCOMPAREANDSWAP32 1
847| #define HAVE_OSATOMICCOMPAREANDSWAP64 1
848| #define HAVE_OSATOMICCOMPAREANDSWAPPTR 1
849| #define HAVE___GETDIRENTRIES64 1
850| #define HAVE_COPYFILE 1
851| #define HAVE__DYLD_SHARED_CACHE_CONTAINS_PATH 1
852| #define HAVE_FLOCK 1
853| #define HAVE_FLS 1
854| #define HAVE_KQUEUE 1
855| #define HAVE_POSIX_SPAWN 1
856| #define HAVE_SETMODE 1
857| #define HAVE_SYSCTLBYNAME 1
858| #define HAVE_GETLINE 1
859| #define HAVE_GETDELIM 1
860| #define HAVE_STRLCAT 1
861| #define HAVE_STRLCPY 1
862| #define HAVE_DECL_ATOMIC_COMPARE_EXCHANGE_STRONG_EXPLICIT 1
863| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
864| #define MIN_USABLE_UID 501
865| #define MIN_USABLE_GID 501
866| #define HAVE_SQLITE3EXT_H 1
867| /* end confdefs.h.  */
868| #include <ac_nonexistent.h>
869configure:8214: checking for SQLite version in header
870configure:8239: clang -E   conftest.c
871configure:8239: $? = 0
872configure:8251: result: 3036000
873configure:8255: checking for SQLite version at runtime
874configure:8283: clang -o conftest -g -O2    -lsqlite3 conftest.c  >&5
875configure:8283: $? = 0
876configure:8283: ./conftest
877configure:8283: $? = 0
878configure:8296: result: 3032003
879configure:8315: checking for grep that handles long lines and -e
880configure:8379: result: /usr/bin/grep
881configure:8384: checking for egrep
882configure:8452: result: /usr/bin/grep -E
883configure:8460: checking for kqueue
884configure:8460: result: yes
885configure:8466: checking for kevent
886configure:8466: clang -o conftest -g -O2   conftest.c  >&5
887configure:8466: $? = 0
888configure:8466: result: yes
889configure:8474: checking whether trace mode is supported on this platform
890configure:8504: result: yes
891configure:8607: === configuring in vendor/tcl/unix (/Volumes/Big LaCie/p/sw2/MacPorts-2.7.1/vendor/tcl/unix)
892configure:8866: running /bin/sh ./configure '--cache-file=/dev/null' '--disable-option-checking'  '--prefix=/opt/local/libexec/macports' '--enable-threads' '--srcdir=.' 'CC=clang' in vendor/tcl/unix
893configure:8872: === finished configuring in vendor/tcl/unix (/Volumes/Big LaCie/p/sw2/MacPorts-2.7.1/vendor/tcl/unix)
894configure:8933: === configuring in vendor/thread (/Volumes/Big LaCie/p/sw2/MacPorts-2.7.1/vendor/thread)
895configure:9192: running /bin/sh ./configure '--cache-file=/dev/null' '--disable-option-checking'  '--prefix=/opt/local/libexec/macports' '--srcdir=.' 'CC=clang' in vendor/thread
896configure:9194: error: configure failed for vendor/thread
897
898## ---------------- ##
899## Cache variables. ##
900## ---------------- ##
901
902ac_cv_build=x86_64-apple-darwin20.6.0
903ac_cv_c_compiler_gnu=yes
904ac_cv_c_undeclared_builtin_options='none needed'
905ac_cv_env_CC_set=
906ac_cv_env_CC_value=
907ac_cv_env_CFLAGS_set=
908ac_cv_env_CFLAGS_value=
909ac_cv_env_CPPFLAGS_set=
910ac_cv_env_CPPFLAGS_value=
911ac_cv_env_CPP_set=
912ac_cv_env_CPP_value=
913ac_cv_env_LDFLAGS_set=
914ac_cv_env_LDFLAGS_value=
915ac_cv_env_LIBS_set=
916ac_cv_env_LIBS_value=
917ac_cv_env_OBJCFLAGS_set=
918ac_cv_env_OBJCFLAGS_value=
919ac_cv_env_build_alias_set=
920ac_cv_env_build_alias_value=
921ac_cv_env_host_alias_set=
922ac_cv_env_host_alias_value=
923ac_cv_env_target_alias_set=
924ac_cv_env_target_alias_value=
925ac_cv_func_OSAtomicCompareAndSwap32=yes
926ac_cv_func_OSAtomicCompareAndSwap64=yes
927ac_cv_func_OSAtomicCompareAndSwapPtr=yes
928ac_cv_func___getdirentries64=yes
929ac_cv_func__dyld_shared_cache_contains_path=yes
930ac_cv_func_clearenv=no
931ac_cv_func_copyfile=yes
932ac_cv_func_flock=yes
933ac_cv_func_fls=yes
934ac_cv_func_getdelim=yes
935ac_cv_func_getline=yes
936ac_cv_func_kevent=yes
937ac_cv_func_kqueue=yes
938ac_cv_func_posix_spawn=yes
939ac_cv_func_setmode=yes
940ac_cv_func_strlcat=yes
941ac_cv_func_strlcpy=yes
942ac_cv_func_sysctlbyname=yes
943ac_cv_have_decl_atomic_compare_exchange_strong_explicit=yes
944ac_cv_header_CommonCrypto_CommonDigest_h=yes
945ac_cv_header_crt_externs_h=yes
946ac_cv_header_err_h=yes
947ac_cv_header_fcntl_h=yes
948ac_cv_header_inttypes_h=yes
949ac_cv_header_libkern_OSAtomic_h=yes
950ac_cv_header_libproc_h=yes
951ac_cv_header_limits_h=yes
952ac_cv_header_paths_h=yes
953ac_cv_header_pwd_h=yes
954ac_cv_header_readline_history_h=yes
955ac_cv_header_readline_readline_h=yes
956ac_cv_header_spawn_h=yes
957ac_cv_header_sqlite3_h=yes
958ac_cv_header_sqlite3ext_h=yes
959ac_cv_header_stdatomic_h=yes
960ac_cv_header_stdint_h=yes
961ac_cv_header_stdio_h=yes
962ac_cv_header_stdlib_h=yes
963ac_cv_header_string_h=yes
964ac_cv_header_strings_h=yes
965ac_cv_header_sys_cdefs_h=yes
966ac_cv_header_sys_event_h=yes
967ac_cv_header_sys_fcntl_h=yes
968ac_cv_header_sys_file_h=yes
969ac_cv_header_sys_paths_h=yes
970ac_cv_header_sys_socket_h=yes
971ac_cv_header_sys_stat_h=yes
972ac_cv_header_sys_sysctl_h=yes
973ac_cv_header_sys_types_h=yes
974ac_cv_header_unistd_h=yes
975ac_cv_header_utime_h=yes
976ac_cv_host=x86_64-apple-darwin20.6.0
977ac_cv_objext=o
978ac_cv_path_BZIP2_BIN=/usr/bin/bzip2
979ac_cv_path_CHOWN=/usr/sbin/chown
980ac_cv_path_CP=/bin/cp
981ac_cv_path_CPIO=/usr/bin/cpio
982ac_cv_path_CURL_CONFIG=/usr/bin/curl-config
983ac_cv_path_DEFAULTS=/usr/bin/defaults
984ac_cv_path_DIFF=/usr/bin/diff
985ac_cv_path_DSCL=/usr/bin/dscl
986ac_cv_path_DSEDITGROUP=/usr/sbin/dseditgroup
987ac_cv_path_EGREP='/usr/bin/grep -E'
988ac_cv_path_FILE=/usr/bin/file
989ac_cv_path_FIND=/usr/bin/find
990ac_cv_path_GIT=/usr/bin/git
991ac_cv_path_GNUMAKE=/usr/bin/gnumake
992ac_cv_path_GREP=/usr/bin/grep
993ac_cv_path_GZIP_BIN=/usr/bin/gzip
994ac_cv_path_HDIUTIL=/usr/bin/hdiutil
995ac_cv_path_LAUNCHCTL=/bin/launchctl
996ac_cv_path_LIPO=/usr/bin/lipo
997ac_cv_path_LSBOM=/usr/bin/lsbom
998ac_cv_path_MAKE=/usr/bin/make
999ac_cv_path_MAN=/usr/bin/man
1000ac_cv_path_MDFIND=/usr/bin/mdfind
1001ac_cv_path_MDLS=/usr/bin/mdls
1002ac_cv_path_MKBOM=/usr/bin/mkbom
1003ac_cv_path_MTREE=/usr/sbin/mtree
1004ac_cv_path_OPEN=/usr/bin/open
1005ac_cv_path_OPENSSL=/usr/bin/openssl
1006ac_cv_path_PATCH=/usr/bin/patch
1007ac_cv_path_PAX=/bin/pax
1008ac_cv_path_RMDIR=/bin/rmdir
1009ac_cv_path_RSYNC=/usr/bin/rsync
1010ac_cv_path_SANDBOX_EXEC=/usr/bin/sandbox-exec
1011ac_cv_path_SED=/usr/bin/sed
1012ac_cv_path_SW_VERS=/usr/bin/sw_vers
1013ac_cv_path_TAR=/usr/bin/tar
1014ac_cv_path_UNZIP=/usr/bin/unzip
1015ac_cv_path_XAR=/usr/bin/xar
1016ac_cv_path_XCODEBUILD=/usr/bin/xcodebuild
1017ac_cv_path_XCODE_SELECT=/usr/bin/xcode-select
1018ac_cv_path_XCRUN=/usr/bin/xcrun
1019ac_cv_path_ZIP=/usr/bin/zip
1020ac_cv_path_install='/usr/bin/install -c'
1021ac_cv_prog_CPP='clang -E'
1022ac_cv_prog_ac_ct_CC=clang
1023ac_cv_prog_cc_c11=
1024ac_cv_prog_cc_g=yes
1025ac_cv_prog_cc_stdc=
1026ac_cv_prog_make_make_set=yes
1027ac_cv_target=x86_64-apple-darwin20.6.0
1028mp_cv_have_framework_corefoundation=yes
1029mp_cv_have_framework_iokit=yes
1030mp_cv_have_framework_systemconfiguration=yes
1031mp_cv_have_function_cfnotificationcentergetdarwinnotifycenter=yes
1032mp_cv_sqlite_run_version=3032003
1033mp_cv_sqlite_version=3036000
1034
1035## ----------------- ##
1036## Output variables. ##
1037## ----------------- ##
1038
1039BSDMAKE=''
1040BZIP2_BIN='/usr/bin/bzip2'
1041BZR=''
1042CC='clang'
1043CFLAGS='-g -O2'
1044CFLAGS_LIBCURL=''
1045CFLAGS_PEDANTIC='-pedantic'
1046CFLAGS_QUICHEEATERS='-Wextra -Wall'
1047CFLAGS_SQLITE3=''
1048CFLAGS_WERROR=''
1049CHOWN='/usr/sbin/chown'
1050CP='/bin/cp'
1051CPIO='/usr/bin/cpio'
1052CPP='clang -E'
1053CPPFLAGS=''
1054CURL_CONFIG='/usr/bin/curl-config'
1055CVS=''
1056DARWINTRACE_SIP_WORKAROUND_PATH='/opt/local/var/macports/sip-workaround'
1057DEFAULTS='/usr/bin/defaults'
1058DEFS=''
1059DEVELOPER_DIR='/Applications/Xcode.app/Contents/Developer'
1060DIFF='/usr/bin/diff'
1061DSCL='/usr/bin/dscl'
1062DSEDITGROUP='/usr/sbin/dseditgroup'
1063DSTGRP='admin'
1064DSTMODE='0755'
1065DSTUSR='root'
1066ECHO_C='\c'
1067ECHO_N=''
1068ECHO_T=''
1069EGREP='/usr/bin/grep -E'
1070EXEEXT=''
1071EXTRA_PROGS=' daemondo'
1072FILE='/usr/bin/file'
1073FIND='/usr/bin/find'
1074GIT='/usr/bin/git'
1075GNUMAKE='/usr/bin/gnumake'
1076GNUPATCH='/usr/bin/patch'
1077GNUTAR=''
1078GREP='/usr/bin/grep'
1079GZIP_BIN='/usr/bin/gzip'
1080HAVE_FRAMEWORK_COREFOUNDATION='yes'
1081HAVE_FRAMEWORK_IOKIT='yes'
1082HAVE_FRAMEWORK_SYSTEMCONFIGURATION='yes'
1083HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER=''
1084HAVE_GETDELIM='yes'
1085HAVE_GETLINE='yes'
1086HAVE_STRLCAT='yes'
1087HAVE_STRLCPY='yes'
1088HDIUTIL='/usr/bin/hdiutil'
1089HG=''
1090INCLUDES=''
1091INSTALL_DATA='${INSTALL} -m 644'
1092INSTALL_PROGRAM='${INSTALL}'
1093INSTALL_SCRIPT='${INSTALL}'
1094INTREE_TCLSH=''
1095LAUNCHCTL='/bin/launchctl'
1096LDFLAGS=''
1097LDFLAGS_LIBCURL='-lcurl'
1098LDFLAGS_SQLITE3='-lsqlite3'
1099LIBOBJS=''
1100LIBS=''
1101LIPO='/usr/bin/lipo'
1102LN_S='ln -s'
1103LSBOM='/usr/bin/lsbom'
1104LTLIBOBJS=''
1105LZMA=''
1106MACPORTS_VERSION='2.7.1'
1107MAKE='/usr/bin/make'
1108MAN='/usr/bin/man'
1109MD5_LIBS=''
1110MDFIND='/usr/bin/mdfind'
1111MDLS='/usr/bin/mdls'
1112MKBOM='/usr/bin/mkbom'
1113MPAPPLICATIONSDIR='/Applications/MacPorts'
1114MPCONFIGDIR='${sysconfdir}/macports'
1115MPCONFIGDIR_EXPANDED='/opt/local/etc/macports'
1116MPFRAMEWORKSDIR='/opt/local/Library/Frameworks'
1117MTREE='/usr/sbin/mtree'
1118OBJEXT='o'
1119OPEN='/usr/bin/open'
1120OPENSSL='/usr/bin/openssl'
1121OS_MAJOR='20'
1122OS_PLATFORM='darwin'
1123PACKAGE_BUGREPORT='macports-dev@lists.macports.org'
1124PACKAGE_NAME='MacPorts'
1125PACKAGE_STRING='MacPorts 2.7.1'
1126PACKAGE_TARNAME='macports'
1127PACKAGE_URL=''
1128PACKAGE_VERSION='2.7.1'
1129PATCH='/usr/bin/patch'
1130PATH_CLEANED='/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/VMware Fusion.app/Contents/Public:/Applications/Little Snitch.app/Contents/Components:/Library/Apple/usr/bin'
1131PATH_SEPARATOR=':'
1132PAX='/bin/pax'
1133PKG_CONFIG=''
1134READLINE_LIBS=''
1135RMDIR='/bin/rmdir'
1136RSYNC='/usr/bin/rsync'
1137RUNUSR='macports'
1138SANDBOX_EXEC='/usr/bin/sandbox-exec'
1139SED='/usr/bin/sed'
1140SET_MAKE=''
1141SHELL='/bin/sh'
1142SHLIB_CFLAGS=''
1143SHLIB_LD=''
1144SHLIB_SUFFIX=''
1145STLIB_LD=''
1146SWIG=''
1147SW_VERS='/usr/bin/sw_vers'
1148TAR='/usr/bin/tar'
1149TAR_CMD='/usr/bin/tar'
1150TAR_Q='q'
1151TCLSH=''
1152TCL_BIN_DIR=''
1153TCL_LIB_FILE=''
1154TCL_LIB_FLAG=''
1155TCL_LIB_SPEC=''
1156TCL_PACKAGE_PATH=''
1157TCL_PREFIX=''
1158TCL_SRC_DIR=''
1159TCL_STUB_LIB_FILE=''
1160TCL_STUB_LIB_FLAG=''
1161TCL_STUB_LIB_SPEC=''
1162TCL_VERSION=''
1163TRACEMODE_SUPPORT='1'
1164UNIVERSAL_ARCHFLAGS=' -arch arm64 -arch x86_64'
1165UNIVERSAL_ARCHS='arm64 x86_64'
1166UNZIP='/usr/bin/unzip'
1167VENDOR_DESTROOT='vendor/vendor-destroot'
1168VENDOR_TCLLIB_INSTALL=''
1169VENDOR_TCLLIB_SUBDIR=''
1170VENDOR_TCLTHREAD_INSTALL=''
1171VENDOR_TCLTHREAD_SUBDIR=''
1172VENDOR_TCLX_INSTALL=''
1173VENDOR_TCLX_SUBDIR=''
1174VENDOR_TCL_INSTALL='install-binaries install-libraries'
1175VENDOR_TCL_SUBDIR='tcl/unix'
1176XAR='/usr/bin/xar'
1177XCODEBUILD='/usr/bin/xcodebuild'
1178XCODE_SELECT='/usr/bin/xcode-select'
1179XCRUN='/usr/bin/xcrun'
1180XZ=''
1181ZIP='/usr/bin/zip'
1182ac_ct_CC='clang'
1183bindir='${exec_prefix}/bin'
1184build='x86_64-apple-darwin20.6.0'
1185build_alias=''
1186build_cpu='x86_64'
1187build_os='darwin20.6.0'
1188build_vendor='apple'
1189datadir='${datarootdir}'
1190datarootdir='${prefix}/share'
1191docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1192dvidir='${docdir}'
1193exec_prefix='NONE'
1194host='x86_64-apple-darwin20.6.0'
1195host_alias=''
1196host_cpu='x86_64'
1197host_os='darwin20.6.0'
1198host_vendor='apple'
1199htmldir='${docdir}'
1200includedir='${prefix}/include'
1201infodir='${datarootdir}/info'
1202libdir='${exec_prefix}/lib'
1203libexecdir='${exec_prefix}/libexec'
1204localedir='${datarootdir}/locale'
1205localstatedir='${prefix}/var'
1206localstatedir_expanded='/opt/local/var'
1207mandir='${datarootdir}/man'
1208oldincludedir='/usr/include'
1209pdfdir='${docdir}'
1210prefix='NONE'
1211prefix_expanded='/opt/local'
1212program_transform_name='s,x,x,'
1213psdir='${docdir}'
1214runstatedir='${localstatedir}/run'
1215sbindir='${exec_prefix}/sbin'
1216sharedstatedir='${prefix}/com'
1217startupitem_install='#startupitem_install       yes'
1218sysconfdir='${prefix}/etc'
1219target='x86_64-apple-darwin20.6.0'
1220target_alias=''
1221target_cpu='x86_64'
1222target_os='darwin20.6.0'
1223target_vendor='apple'
1224
1225configure: exit 1