Ticket #61441: config.log

File config.log, 274.8 KB (added by smeingast (Stefan Meingast), 4 years 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 MacPorts configure 2.6.3, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = vega.local
14uname -m = x86_64
15uname -r = 20.1.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 20.1.0: Sat Oct 31 00:07:11 PDT 2020; root:xnu-7195.50.7~2/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.1.0: Sat Oct 31 00:07:11 PDT 2020; root:xnu-7195.50.7~2/RELEASE_X86_64
27Kernel configured for up to 16 processors.
288 processors are physically available.
2916 processors are logically available.
30Processor type: x86_64h (Intel x86-64h Haswell)
31Processors active: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
32Primary memory available: 64.00 gigabytes
33Default processor set: 480 tasks, 2073 threads, 16 processors
34Load average: 17.02, Mach factor: 5.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: /opt/X11/bin
45PATH: /Library/Apple/usr/bin
46PATH: /Users/Stefan/Dropbox/Software/krpano-1.18.5
47PATH: /Users/stefan/Dropbox/Software/homebrew/bin
48PATH: /Users/stefan/Dropbox/Software/Astromatic/Stiff/bin
49PATH: /Users/stefan/Dropbox/Software/Astromatic/Skymaker/bin
50PATH: /Users/stefan/Dropbox/Software/Astromatic/Missfits/bin
51PATH: /Users/stefan/Dropbox/Software/Astromatic/WeightWatcher/bin
52PATH: /Users/stefan/Dropbox/Software/Astromatic/sextractor-master/bin
53PATH: /Users/stefan/Dropbox/Software/Astromatic/psfex-master/bin
54PATH: /Users/stefan/Dropbox/Software/Astromatic/swarp-master/bin
55PATH: /Users/stefan/Dropbox/Software/Astromatic/scamp-master/bin
56PATH: /Users/stefan/Dropbox/Software/Misc/ds9
57PATH: /Users/stefan/Dropbox/Software/ESO/sadt-5.1.0/bin
58PATH: /Users/stefan/Dropbox/Software/ESO/p2pp-3.4.3/bin
59PATH: /Users/stefan/Dropbox/Software/Misc
60PATH: /Users/stefan/Dropbox/Software/Montage_v5.0/bin
61PATH: /Users/stefan/Dropbox/Software/wcstools-3.9.5/bin
62PATH: /opt/local/bin
63PATH: /opt/local/sbin
64
65
66## ----------- ##
67## Core tests. ##
68## ----------- ##
69
70configure:2399: checking build system type
71configure:2413: result: x86_64-apple-darwin20.1.0
72configure:2433: checking host system type
73configure:2446: result: x86_64-apple-darwin20.1.0
74configure:2466: checking target system type
75configure:2479: result: x86_64-apple-darwin20.1.0
76configure:2507: checking MacPorts version
77configure:2510: result: 2.6.3
78configure:2629: checking for sw_vers
79configure:2647: found /usr/bin/sw_vers
80configure:2659: result: /usr/bin/sw_vers
81configure:2669: checking for defaults
82configure:2687: found /usr/bin/defaults
83configure:2699: result: /usr/bin/defaults
84configure:2709: checking for xcode-select
85configure:2727: found /usr/bin/xcode-select
86configure:2739: result: /usr/bin/xcode-select
87configure:2749: checking macOS version
88configure:2752: result: 11.0.1
89configure:2792: checking Xcode location
90configure:2804: result: /Applications/Xcode.app/Contents/Developer
91configure:2818: checking Xcode version
92configure:2825: result: 12.2
93configure:2961: checking for C compiler version
94configure:2970: gcc --version >&5
95Apple clang version 12.0.0 (clang-1200.0.32.27)
96Target: x86_64-apple-darwin20.1.0
97Thread model: posix
98InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
99Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
100configure:2981: $? = 0
101configure:2970: gcc -v >&5
102Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
103Apple clang version 12.0.0 (clang-1200.0.32.27)
104Target: x86_64-apple-darwin20.1.0
105Thread model: posix
106InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
107configure:2981: $? = 0
108configure:2970: gcc -V >&5
109clang: error: argument to '-V' is missing (expected 1 value)
110clang: error: no input files
111configure:2981: $? = 1
112configure:2970: gcc -qversion >&5
113clang: error: unknown argument '-qversion'; did you mean '--version'?
114clang: error: no input files
115configure:2981: $? = 1
116configure:3001: checking whether the C compiler works
117configure:3023: gcc    conftest.c  >&5
118configure:3027: $? = 0
119configure:3075: result: yes
120configure:3078: checking for C compiler default output file name
121configure:3080: result: a.out
122configure:3086: checking for suffix of executables
123configure:3093: gcc -o conftest    conftest.c  >&5
124configure:3097: $? = 0
125configure:3119: result:
126configure:3141: checking whether we are cross compiling
127configure:3149: gcc -o conftest    conftest.c  >&5
128configure:3153: $? = 0
129configure:3160: ./conftest
130configure:3164: $? = 0
131configure:3179: result: no
132configure:3184: checking for suffix of object files
133configure:3206: gcc -c   conftest.c >&5
134configure:3210: $? = 0
135configure:3231: result: o
136configure:3235: checking whether we are using the GNU C compiler
137configure:3254: gcc -c   conftest.c >&5
138configure:3254: $? = 0
139configure:3263: result: yes
140configure:3272: checking whether gcc accepts -g
141configure:3292: gcc -c -g  conftest.c >&5
142configure:3292: $? = 0
143configure:3333: result: yes
144configure:3350: checking for gcc option to accept ISO C89
145configure:3413: gcc  -c -g -O2  conftest.c >&5
146configure:3413: $? = 0
147configure:3426: result: none needed
148configure:3460: checking for a BSD-compatible install
149configure:3528: result: /usr/bin/install -c
150configure:3539: checking whether ln -s works
151configure:3543: result: yes
152configure:3550: checking whether make sets $(MAKE)
153configure:3572: result: yes
154configure:3692: checking for bsdmake
155configure:3725: result: no
156configure:3692: checking for pmake
157configure:3725: result: no
158configure:3735: checking for bzip2
159configure:3753: found /usr/bin/bzip2
160configure:3765: result: /usr/bin/bzip2
161configure:3775: checking for bzr
162configure:3808: result: no
163configure:3815: checking for chown
164configure:3834: found /usr/sbin/chown
165configure:3846: result: /usr/sbin/chown
166configure:3856: checking for cp
167configure:3874: found /bin/cp
168configure:3886: result: /bin/cp
169configure:3896: checking for cpio
170configure:3914: found /usr/bin/cpio
171configure:3926: result: /usr/bin/cpio
172configure:3936: checking for cvs
173configure:3969: result: no
174configure:3976: checking for diff
175configure:3994: found /usr/bin/diff
176configure:4006: result: /usr/bin/diff
177configure:4016: checking for dscl
178configure:4034: found /usr/bin/dscl
179configure:4046: result: /usr/bin/dscl
180configure:4056: checking for dseditgroup
181configure:4075: found /usr/sbin/dseditgroup
182configure:4087: result: /usr/sbin/dseditgroup
183configure:4097: checking for file
184configure:4115: found /usr/bin/file
185configure:4127: result: /usr/bin/file
186configure:4137: checking for find
187configure:4155: found /usr/bin/find
188configure:4167: result: /usr/bin/find
189configure:4177: checking for git
190configure:4195: found /usr/bin/git
191configure:4207: result: /usr/bin/git
192configure:4219: checking for gnumake
193configure:4237: found /usr/bin/gnumake
194configure:4249: result: /usr/bin/gnumake
195configure:4264: checking for gnupatch
196configure:4297: result: no
197configure:4264: checking for gpatch
198configure:4297: result: no
199configure:4309: checking for gnutar
200configure:4342: result: no
201configure:4309: checking for gtar
202configure:4342: result: no
203configure:4352: checking for gzip
204configure:4370: found /usr/bin/gzip
205configure:4382: result: /usr/bin/gzip
206configure:4392: checking for hdiutil
207configure:4410: found /usr/bin/hdiutil
208configure:4422: result: /usr/bin/hdiutil
209configure:4432: checking for hg
210configure:4465: result: no
211configure:4472: checking for launchctl
212configure:4490: found /bin/launchctl
213configure:4502: result: /bin/launchctl
214configure:4512: checking for lipo
215configure:4530: found /usr/bin/lipo
216configure:4542: result: /usr/bin/lipo
217configure:4552: checking for lsbom
218configure:4570: found /usr/bin/lsbom
219configure:4582: result: /usr/bin/lsbom
220configure:4592: checking for lzma
221configure:4625: result: no
222configure:4632: checking for make
223configure:4650: found /usr/bin/make
224configure:4662: result: /usr/bin/make
225configure:4672: checking for man
226configure:4690: found /usr/bin/man
227configure:4702: result: /usr/bin/man
228configure:4712: checking for mdfind
229configure:4730: found /usr/bin/mdfind
230configure:4742: result: /usr/bin/mdfind
231configure:4752: checking for mdls
232configure:4770: found /usr/bin/mdls
233configure:4782: result: /usr/bin/mdls
234configure:4792: checking for mkbom
235configure:4810: found /usr/bin/mkbom
236configure:4822: result: /usr/bin/mkbom
237configure:4834: checking for mtree
238configure:4853: found /usr/sbin/mtree
239configure:4865: result: /usr/sbin/mtree
240configure:4878: checking for open
241configure:4896: found /usr/bin/open
242configure:4908: result: /usr/bin/open
243configure:4918: checking for openssl
244configure:4936: found /usr/bin/openssl
245configure:4948: result: /usr/bin/openssl
246configure:4958: checking for patch
247configure:4976: found /usr/bin/patch
248configure:4988: result: /usr/bin/patch
249configure:4998: checking for pax
250configure:5016: found /bin/pax
251configure:5028: result: /bin/pax
252configure:5038: checking for rmdir
253configure:5056: found /bin/rmdir
254configure:5068: result: /bin/rmdir
255configure:5078: checking for rsync
256configure:5096: found /usr/bin/rsync
257configure:5108: result: /usr/bin/rsync
258configure:5118: checking for sandbox-exec
259configure:5136: found /usr/bin/sandbox-exec
260configure:5148: result: /usr/bin/sandbox-exec
261configure:5158: checking for sed
262configure:5176: found /usr/bin/sed
263configure:5188: result: /usr/bin/sed
264configure:5198: checking for svn
265configure:5231: result: no
266configure:5238: checking for swig
267configure:5271: result: no
268configure:5278: checking for tar
269configure:5296: found /usr/bin/tar
270configure:5308: result: /usr/bin/tar
271configure:5318: checking for unzip
272configure:5336: found /usr/bin/unzip
273configure:5348: result: /usr/bin/unzip
274configure:5358: checking for xar
275configure:5376: found /usr/bin/xar
276configure:5388: result: /usr/bin/xar
277configure:5398: checking for xcodebuild
278configure:5416: found /usr/bin/xcodebuild
279configure:5428: result: /usr/bin/xcodebuild
280configure:5438: checking for xcrun
281configure:5456: found /usr/bin/xcrun
282configure:5468: result: /usr/bin/xcrun
283configure:5478: checking for xz
284configure:5511: result: no
285configure:5518: checking for zip
286configure:5536: found /usr/bin/zip
287configure:5548: result: /usr/bin/zip
288configure:5564: checking for tar
289configure:5594: result: /usr/bin/tar
290configure:5603: checking whether tar supports -q
291configure:5606: result: yes (bsdtar)
292configure:5619: checking for tar
293configure:5649: result: /usr/bin/tar
294configure:5659: checking for gnutar
295configure:5692: result: no
296configure:5698: checking for which tar variant to use
297configure:5705: result: /usr/bin/tar
298configure:5709: checking for /usr/bin/tar --no-same-owner support
299configure:5713: result: no
300configure:5724: checking for patch
301configure:5754: result: /usr/bin/patch
302configure:5764: checking for gpatch
303configure:5797: result: no
304configure:5803: checking for GNU (FSF) patch
305configure:5815: result: /usr/bin/patch
306configure:5847: checking how to mark unused variables
307configure:5853: gcc -c -g -O2  conftest.c >&5
308configure:5853: $? = 0
309configure:5863: result:
310configure:5871: checking for CoreFoundation framework
311configure:5899: gcc -o conftest -g -O2   conftest.c -framework CoreFoundation  >&5
312configure:5899: $? = 0
313configure:5917: result: yes
314configure:5932: checking for SystemConfiguration framework
315configure:5960: gcc -o conftest -g -O2   conftest.c -framework SystemConfiguration  >&5
316conftest.c:20:75: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
317                                        SCDynamicStoreRef dsRef = SCDynamicStoreCreate(NULL, NULL, NULL, NULL);
318                                                                                             ~~~~            ^
3191 warning generated.
320configure:5960: $? = 0
321configure:5978: result: yes
322configure:5993: checking for IOKit framework
323configure:6022: gcc -o conftest -g -O2   conftest.c -framework IOKit  >&5
324configure:6022: $? = 0
325configure:6040: result: yes
326configure:6055: checking for CFNotificationCenterGetDarwinNotifyCenter
327configure:6082: gcc -o conftest -g -O2   conftest.c -framework CoreFoundation  >&5
328configure:6082: $? = 0
329configure:6100: result: yes
330configure:6117: checking for whether we will build daemondo
331configure:6134: result: yes
332configure:6157: checking for MacPorts config directory
333configure:6162: result: ${sysconfdir}/macports
334configure:6219: checking for install user
335configure:6225: result: root
336configure:6239: checking for install group
337configure:6258: result: admin
338configure:6272: checking for macports user
339configure:6278: result: macports
340configure:6292: checking what permissions to use for installation directories
341configure:6298: result: 0755
342configure:6338: checking for Applications installation directory
343configure:6349: result: /Applications/MacPorts
344configure:6368: checking for Frameworks installation directory
345configure:6375: result: /opt/local/Library/Frameworks
346configure:6390: checking for startupitem_install
347configure:6399: result: yes
348configure:6438: checking for Universal CPU architectures
349configure:6440: result: arm64 x86_64
350configure:6452: checking how to run the C preprocessor
351configure:6522: result: cpp
352configure:6542: cpp  conftest.c
353configure:6542: $? = 0
354configure:6556: cpp  conftest.c
355conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found
356#include <ac_nonexistent.h>
357         ^~~~~~~~~~~~~~~~~~
3581 error generated.
359configure:6556: $? = 1
360configure: failed program was:
361| /* confdefs.h */
362| #define PACKAGE_NAME "MacPorts"
363| #define PACKAGE_TARNAME "macports"
364| #define PACKAGE_VERSION "2.6.3"
365| #define PACKAGE_STRING "MacPorts 2.6.3"
366| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
367| #define PACKAGE_URL ""
368| #define UNUSED __attribute__((unused))
369| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
370| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
371| #define HAVE_FRAMEWORK_IOKIT /**/
372| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
373| /* end confdefs.h.  */
374| #include <ac_nonexistent.h>
375configure:6585: checking for grep that handles long lines and -e
376configure:6643: result: /usr/bin/grep
377configure:6648: checking for egrep
378configure:6710: result: /usr/bin/grep -E
379configure:6715: checking for ANSI C header files
380configure:6735: gcc -c -g -O2  conftest.c >&5
381configure:6735: $? = 0
382In file included from conftest.c:14:
383In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/string.h:63:
384In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h:136:
385/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:142:2: error: #endif without #if
386#endif /* #if defined(__has_builtin) */
387 ^
388/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:150:2: error: #endif without #if
389#endif /* __ENABLE_LEGACY_IPHONE_AVAILABILITY */
390 ^
391/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:32: error: missing '(' after '__has_attribute'
392    #if defined(__has_attribute) && defined(__has_feature)
393                               ^
394/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:58: error: missing '(' after '__has_feature'
395    #if defined(__has_attribute) && defined(__has_feature)
396                                                         ^
397/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4432:6: error: #endif without #if
398    #endif
399     ^
400/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4433:2: error: #endif without #if
401#endif /* __ENABLE_LEGACY_MAC_AVAILABILITY */
402 ^
403/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:41: error: _Pragma takes a parenthesized string literal
404    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
405                                        ^
406/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
407    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
408                             ^
409/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:58: error: _Pragma takes a parenthesized string literal
410    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
411                                                         ^
412/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
413    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
414                             ^
415/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:45: error: _Pragma takes a parenthesized string literal
416    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
417                                            ^
418/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
419    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
420                             ^
421/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:62: error: _Pragma takes a parenthesized string literal
422    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
423                                                             ^
424/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
425    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
426                             ^
427/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:79: error: _Pragma takes a parenthesized string literal
428    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
429                                                                              ^
430/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
431    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
432                             ^
433/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:96: error: _Pragma takes a parenthesized string literal
434    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
435                                                                                               ^
436/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
437    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
438                             ^
439/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:49: error: _Pragma takes a parenthesized string literal
440    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
441                                                ^
442/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
443    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
444                             ^
445/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:66: error: _Pragma takes a parenthesized string literal
446    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
447                                                                 ^
448/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
449    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
450                             ^
451/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:83: error: _Pragma takes a parenthesized string literal
452    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
453                                                                                  ^
454/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
455    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
456                             ^
457/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:100: error: _Pragma takes a parenthesized string literal
458    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
459                                                                                                   ^
460/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
461    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
462                             ^
463/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:117: error: _Pragma takes a parenthesized string literal
464    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
465                                                                                                                    ^
466/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
467    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
468                             ^
469/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:134: error: _Pragma takes a parenthesized string literal
470    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
471                                                                                                                                     ^
472/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
473    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
474                             ^
475/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4528:50: error: _Pragma takes a parenthesized string literal
476    #define __API_DEPRECATED_BEGIN_MSG3(msg,a,b) __API_D_BEGIN(msg,a) __API_D_BEGIN(msg,b)
477                                                 ^
478/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4525:35: note: expanded from macro '__API_D_BEGIN'
479    #define __API_D_BEGIN(msg, x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_DEPRECATED_PLATFORM_##x,message=msg))), apply_to = __API_APPLY_TO)))
480                                  ^
481fatal error: too many errors emitted, stopping now [-ferror-limit=]
48220 errors generated.
483In file included from conftest.c:14:
484In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdlib.h:61:
485In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h:136:
486/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:142:2: error: #endif without #if
487#endif /* #if defined(__has_builtin) */
488 ^
489/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:150:2: error: #endif without #if
490#endif /* __ENABLE_LEGACY_IPHONE_AVAILABILITY */
491 ^
492/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:32: error: missing '(' after '__has_attribute'
493    #if defined(__has_attribute) && defined(__has_feature)
494                               ^
495/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:58: error: missing '(' after '__has_feature'
496    #if defined(__has_attribute) && defined(__has_feature)
497                                                         ^
498/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4432:6: error: #endif without #if
499    #endif
500     ^
501/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4433:2: error: #endif without #if
502#endif /* __ENABLE_LEGACY_MAC_AVAILABILITY */
503 ^
504/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:41: error: _Pragma takes a parenthesized string literal
505    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
506                                        ^
507/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
508    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
509                             ^
510/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:58: error: _Pragma takes a parenthesized string literal
511    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
512                                                         ^
513/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
514    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
515                             ^
516/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:45: error: _Pragma takes a parenthesized string literal
517    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
518                                            ^
519/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
520    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
521                             ^
522/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:62: error: _Pragma takes a parenthesized string literal
523    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
524                                                             ^
525/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
526    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
527                             ^
528/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:79: error: _Pragma takes a parenthesized string literal
529    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
530                                                                              ^
531/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
532    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
533                             ^
534/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:96: error: _Pragma takes a parenthesized string literal
535    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
536                                                                                               ^
537/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
538    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
539                             ^
540/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:49: error: _Pragma takes a parenthesized string literal
541    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
542                                                ^
543/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
544    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
545                             ^
546/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:66: error: _Pragma takes a parenthesized string literal
547    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
548                                                                 ^
549/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
550    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
551                             ^
552/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:83: error: _Pragma takes a parenthesized string literal
553    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
554                                                                                  ^
555/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
556    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
557                             ^
558/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:100: error: _Pragma takes a parenthesized string literal
559    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
560                                                                                                   ^
561/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
562    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
563                             ^
564/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:117: error: _Pragma takes a parenthesized string literal
565    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
566                                                                                                                    ^
567/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
568    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
569                             ^
570/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:134: error: _Pragma takes a parenthesized string literal
571    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
572                                                                                                                                     ^
573/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
574    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
575                             ^
576/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4528:50: error: _Pragma takes a parenthesized string literal
577    #define __API_DEPRECATED_BEGIN_MSG3(msg,a,b) __API_D_BEGIN(msg,a) __API_D_BEGIN(msg,b)
578                                                 ^
579/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4525:35: note: expanded from macro '__API_D_BEGIN'
580    #define __API_D_BEGIN(msg, x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_DEPRECATED_PLATFORM_##x,message=msg))), apply_to = __API_APPLY_TO)))
581                                  ^
582fatal error: too many errors emitted, stopping now [-ferror-limit=]
58320 errors generated.
584configure:6808: gcc -o conftest -g -O2   conftest.c  >&5
585configure:6808: $? = 0
586configure:6808: ./conftest
587configure:6808: $? = 0
588configure:6819: result: yes
589configure:6832: checking for sys/types.h
590configure:6832: gcc -c -g -O2  conftest.c >&5
591configure:6832: $? = 0
592configure:6832: result: yes
593configure:6832: checking for sys/stat.h
594configure:6832: gcc -c -g -O2  conftest.c >&5
595configure:6832: $? = 0
596configure:6832: result: yes
597configure:6832: checking for stdlib.h
598configure:6832: gcc -c -g -O2  conftest.c >&5
599configure:6832: $? = 0
600configure:6832: result: yes
601configure:6832: checking for string.h
602configure:6832: gcc -c -g -O2  conftest.c >&5
603configure:6832: $? = 0
604configure:6832: result: yes
605configure:6832: checking for memory.h
606configure:6832: gcc -c -g -O2  conftest.c >&5
607configure:6832: $? = 0
608configure:6832: result: yes
609configure:6832: checking for strings.h
610configure:6832: gcc -c -g -O2  conftest.c >&5
611configure:6832: $? = 0
612configure:6832: result: yes
613configure:6832: checking for inttypes.h
614configure:6832: gcc -c -g -O2  conftest.c >&5
615configure:6832: $? = 0
616configure:6832: result: yes
617configure:6832: checking for stdint.h
618configure:6832: gcc -c -g -O2  conftest.c >&5
619configure:6832: $? = 0
620configure:6832: result: yes
621configure:6832: checking for unistd.h
622configure:6832: gcc -c -g -O2  conftest.c >&5
623configure:6832: $? = 0
624configure:6832: result: yes
625configure:6849: checking crt_externs.h usability
626configure:6849: gcc -c -g -O2  conftest.c >&5
627configure:6849: $? = 0
628configure:6849: result: yes
629configure:6849: checking crt_externs.h presence
630configure:6849: cpp  conftest.c
631configure:6849: $? = 0
632configure:6849: result: yes
633configure:6849: checking for crt_externs.h
634configure:6849: result: yes
635configure:6849: checking err.h usability
636configure:6849: gcc -c -g -O2  conftest.c >&5
637configure:6849: $? = 0
638configure:6849: result: yes
639configure:6849: checking err.h presence
640configure:6849: cpp  conftest.c
641In file included from conftest.c:25:
642In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/err.h:70:
643In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h:136:
644/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:142:2: error: #endif without #if
645#endif /* #if defined(__has_builtin) */
646 ^
647/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:150:2: error: #endif without #if
648#endif /* __ENABLE_LEGACY_IPHONE_AVAILABILITY */
649 ^
650/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:32: error: missing '(' after '__has_attribute'
651    #if defined(__has_attribute) && defined(__has_feature)
652                               ^
653/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:58: error: missing '(' after '__has_feature'
654    #if defined(__has_attribute) && defined(__has_feature)
655                                                         ^
656/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4432:6: error: #endif without #if
657    #endif
658     ^
659/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4433:2: error: #endif without #if
660#endif /* __ENABLE_LEGACY_MAC_AVAILABILITY */
661 ^
662/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:41: error: _Pragma takes a parenthesized string literal
663    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
664                                        ^
665/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
666    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
667                             ^
668/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:58: error: _Pragma takes a parenthesized string literal
669    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
670                                                         ^
671/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
672    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
673                             ^
674/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:45: error: _Pragma takes a parenthesized string literal
675    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
676                                            ^
677/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
678    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
679                             ^
680/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:62: error: _Pragma takes a parenthesized string literal
681    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
682                                                             ^
683/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
684    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
685                             ^
686/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:79: error: _Pragma takes a parenthesized string literal
687    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
688                                                                              ^
689/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
690    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
691                             ^
692/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:96: error: _Pragma takes a parenthesized string literal
693    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
694                                                                                               ^
695/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
696    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
697                             ^
698/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:49: error: _Pragma takes a parenthesized string literal
699    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
700                                                ^
701/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
702    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
703                             ^
704/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:66: error: _Pragma takes a parenthesized string literal
705    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
706                                                                 ^
707/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
708    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
709                             ^
710/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:83: error: _Pragma takes a parenthesized string literal
711    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
712                                                                                  ^
713/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
714    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
715                             ^
716/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:100: error: _Pragma takes a parenthesized string literal
717    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
718                                                                                                   ^
719/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
720    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
721                             ^
722/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:117: error: _Pragma takes a parenthesized string literal
723    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
724                                                                                                                    ^
725/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
726    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
727                             ^
728/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:134: error: _Pragma takes a parenthesized string literal
729    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
730                                                                                                                                     ^
731/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
732    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
733                             ^
734/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4528:50: error: _Pragma takes a parenthesized string literal
735    #define __API_DEPRECATED_BEGIN_MSG3(msg,a,b) __API_D_BEGIN(msg,a) __API_D_BEGIN(msg,b)
736                                                 ^
737/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4525:35: note: expanded from macro '__API_D_BEGIN'
738    #define __API_D_BEGIN(msg, x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_DEPRECATED_PLATFORM_##x,message=msg))), apply_to = __API_APPLY_TO)))
739                                  ^
740fatal error: too many errors emitted, stopping now [-ferror-limit=]
74120 errors generated.
742configure:6849: $? = 1
743configure: failed program was:
744| /* confdefs.h */
745| #define PACKAGE_NAME "MacPorts"
746| #define PACKAGE_TARNAME "macports"
747| #define PACKAGE_VERSION "2.6.3"
748| #define PACKAGE_STRING "MacPorts 2.6.3"
749| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
750| #define PACKAGE_URL ""
751| #define UNUSED __attribute__((unused))
752| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
753| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
754| #define HAVE_FRAMEWORK_IOKIT /**/
755| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
756| #define STDC_HEADERS 1
757| #define HAVE_SYS_TYPES_H 1
758| #define HAVE_SYS_STAT_H 1
759| #define HAVE_STDLIB_H 1
760| #define HAVE_STRING_H 1
761| #define HAVE_MEMORY_H 1
762| #define HAVE_STRINGS_H 1
763| #define HAVE_INTTYPES_H 1
764| #define HAVE_STDINT_H 1
765| #define HAVE_UNISTD_H 1
766| #define HAVE_CRT_EXTERNS_H 1
767| /* end confdefs.h.  */
768| #include <err.h>
769configure:6849: result: no
770configure:6849: WARNING: err.h: accepted by the compiler, rejected by the preprocessor!
771configure:6849: WARNING: err.h: proceeding with the compiler's result
772configure:6849: checking for err.h
773configure:6849: result: yes
774configure:6849: checking fcntl.h usability
775configure:6849: gcc -c -g -O2  conftest.c >&5
776configure:6849: $? = 0
777configure:6849: result: yes
778configure:6849: checking fcntl.h presence
779configure:6849: cpp  conftest.c
780In file included from conftest.c:26:
781In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/fcntl.h:23:
782In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:80:
783In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h:136:
784/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:142:2: error: #endif without #if
785#endif /* #if defined(__has_builtin) */
786 ^
787/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:150:2: error: #endif without #if
788#endif /* __ENABLE_LEGACY_IPHONE_AVAILABILITY */
789 ^
790/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:32: error: missing '(' after '__has_attribute'
791    #if defined(__has_attribute) && defined(__has_feature)
792                               ^
793/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:58: error: missing '(' after '__has_feature'
794    #if defined(__has_attribute) && defined(__has_feature)
795                                                         ^
796/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4432:6: error: #endif without #if
797    #endif
798     ^
799/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4433:2: error: #endif without #if
800#endif /* __ENABLE_LEGACY_MAC_AVAILABILITY */
801 ^
802/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:41: error: _Pragma takes a parenthesized string literal
803    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
804                                        ^
805/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
806    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
807                             ^
808/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:58: error: _Pragma takes a parenthesized string literal
809    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
810                                                         ^
811/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
812    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
813                             ^
814/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:45: error: _Pragma takes a parenthesized string literal
815    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
816                                            ^
817/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
818    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
819                             ^
820/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:62: error: _Pragma takes a parenthesized string literal
821    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
822                                                             ^
823/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
824    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
825                             ^
826/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:79: error: _Pragma takes a parenthesized string literal
827    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
828                                                                              ^
829/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
830    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
831                             ^
832/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:96: error: _Pragma takes a parenthesized string literal
833    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
834                                                                                               ^
835/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
836    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
837                             ^
838/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:49: error: _Pragma takes a parenthesized string literal
839    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
840                                                ^
841/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
842    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
843                             ^
844/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:66: error: _Pragma takes a parenthesized string literal
845    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
846                                                                 ^
847/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
848    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
849                             ^
850/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:83: error: _Pragma takes a parenthesized string literal
851    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
852                                                                                  ^
853/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
854    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
855                             ^
856/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:100: error: _Pragma takes a parenthesized string literal
857    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
858                                                                                                   ^
859/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
860    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
861                             ^
862/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:117: error: _Pragma takes a parenthesized string literal
863    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
864                                                                                                                    ^
865/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
866    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
867                             ^
868/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:134: error: _Pragma takes a parenthesized string literal
869    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
870                                                                                                                                     ^
871/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
872    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
873                             ^
874/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4528:50: error: _Pragma takes a parenthesized string literal
875    #define __API_DEPRECATED_BEGIN_MSG3(msg,a,b) __API_D_BEGIN(msg,a) __API_D_BEGIN(msg,b)
876                                                 ^
877/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4525:35: note: expanded from macro '__API_D_BEGIN'
878    #define __API_D_BEGIN(msg, x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_DEPRECATED_PLATFORM_##x,message=msg))), apply_to = __API_APPLY_TO)))
879                                  ^
880fatal error: too many errors emitted, stopping now [-ferror-limit=]
88120 errors generated.
882configure:6849: $? = 1
883configure: failed program was:
884| /* confdefs.h */
885| #define PACKAGE_NAME "MacPorts"
886| #define PACKAGE_TARNAME "macports"
887| #define PACKAGE_VERSION "2.6.3"
888| #define PACKAGE_STRING "MacPorts 2.6.3"
889| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
890| #define PACKAGE_URL ""
891| #define UNUSED __attribute__((unused))
892| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
893| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
894| #define HAVE_FRAMEWORK_IOKIT /**/
895| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
896| #define STDC_HEADERS 1
897| #define HAVE_SYS_TYPES_H 1
898| #define HAVE_SYS_STAT_H 1
899| #define HAVE_STDLIB_H 1
900| #define HAVE_STRING_H 1
901| #define HAVE_MEMORY_H 1
902| #define HAVE_STRINGS_H 1
903| #define HAVE_INTTYPES_H 1
904| #define HAVE_STDINT_H 1
905| #define HAVE_UNISTD_H 1
906| #define HAVE_CRT_EXTERNS_H 1
907| #define HAVE_ERR_H 1
908| /* end confdefs.h.  */
909| #include <fcntl.h>
910configure:6849: result: no
911configure:6849: WARNING: fcntl.h: accepted by the compiler, rejected by the preprocessor!
912configure:6849: WARNING: fcntl.h: proceeding with the compiler's result
913configure:6849: checking for fcntl.h
914configure:6849: result: yes
915configure:6849: checking libkern/OSAtomic.h usability
916configure:6849: gcc -c -g -O2  conftest.c >&5
917configure:6849: $? = 0
918configure:6849: result: yes
919configure:6849: checking libkern/OSAtomic.h presence
920configure:6849: cpp  conftest.c
921In file included from conftest.c:27:
922In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/OSAtomic.h:43:
923In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libkern/OSAtomicDeprecated.h:38:
924In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h:136:
925/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:142:2: error: #endif without #if
926#endif /* #if defined(__has_builtin) */
927 ^
928/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:150:2: error: #endif without #if
929#endif /* __ENABLE_LEGACY_IPHONE_AVAILABILITY */
930 ^
931/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:32: error: missing '(' after '__has_attribute'
932    #if defined(__has_attribute) && defined(__has_feature)
933                               ^
934/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:58: error: missing '(' after '__has_feature'
935    #if defined(__has_attribute) && defined(__has_feature)
936                                                         ^
937/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4432:6: error: #endif without #if
938    #endif
939     ^
940/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4433:2: error: #endif without #if
941#endif /* __ENABLE_LEGACY_MAC_AVAILABILITY */
942 ^
943/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:41: error: _Pragma takes a parenthesized string literal
944    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
945                                        ^
946/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
947    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
948                             ^
949/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:58: error: _Pragma takes a parenthesized string literal
950    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
951                                                         ^
952/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
953    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
954                             ^
955/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:45: error: _Pragma takes a parenthesized string literal
956    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
957                                            ^
958/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
959    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
960                             ^
961/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:62: error: _Pragma takes a parenthesized string literal
962    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
963                                                             ^
964/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
965    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
966                             ^
967/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:79: error: _Pragma takes a parenthesized string literal
968    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
969                                                                              ^
970/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
971    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
972                             ^
973/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:96: error: _Pragma takes a parenthesized string literal
974    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
975                                                                                               ^
976/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
977    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
978                             ^
979/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:49: error: _Pragma takes a parenthesized string literal
980    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
981                                                ^
982/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
983    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
984                             ^
985/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:66: error: _Pragma takes a parenthesized string literal
986    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
987                                                                 ^
988/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
989    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
990                             ^
991/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:83: error: _Pragma takes a parenthesized string literal
992    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
993                                                                                  ^
994/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
995    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
996                             ^
997/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:100: error: _Pragma takes a parenthesized string literal
998    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
999                                                                                                   ^
1000/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1001    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1002                             ^
1003/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:117: error: _Pragma takes a parenthesized string literal
1004    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1005                                                                                                                    ^
1006/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1007    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1008                             ^
1009/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:134: error: _Pragma takes a parenthesized string literal
1010    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1011                                                                                                                                     ^
1012/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1013    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1014                             ^
1015/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4528:50: error: _Pragma takes a parenthesized string literal
1016    #define __API_DEPRECATED_BEGIN_MSG3(msg,a,b) __API_D_BEGIN(msg,a) __API_D_BEGIN(msg,b)
1017                                                 ^
1018/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4525:35: note: expanded from macro '__API_D_BEGIN'
1019    #define __API_D_BEGIN(msg, x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_DEPRECATED_PLATFORM_##x,message=msg))), apply_to = __API_APPLY_TO)))
1020                                  ^
1021fatal error: too many errors emitted, stopping now [-ferror-limit=]
102220 errors generated.
1023configure:6849: $? = 1
1024configure: failed program was:
1025| /* confdefs.h */
1026| #define PACKAGE_NAME "MacPorts"
1027| #define PACKAGE_TARNAME "macports"
1028| #define PACKAGE_VERSION "2.6.3"
1029| #define PACKAGE_STRING "MacPorts 2.6.3"
1030| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
1031| #define PACKAGE_URL ""
1032| #define UNUSED __attribute__((unused))
1033| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
1034| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
1035| #define HAVE_FRAMEWORK_IOKIT /**/
1036| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
1037| #define STDC_HEADERS 1
1038| #define HAVE_SYS_TYPES_H 1
1039| #define HAVE_SYS_STAT_H 1
1040| #define HAVE_STDLIB_H 1
1041| #define HAVE_STRING_H 1
1042| #define HAVE_MEMORY_H 1
1043| #define HAVE_STRINGS_H 1
1044| #define HAVE_INTTYPES_H 1
1045| #define HAVE_STDINT_H 1
1046| #define HAVE_UNISTD_H 1
1047| #define HAVE_CRT_EXTERNS_H 1
1048| #define HAVE_ERR_H 1
1049| #define HAVE_FCNTL_H 1
1050| /* end confdefs.h.  */
1051| #include <libkern/OSAtomic.h>
1052configure:6849: result: no
1053configure:6849: WARNING: libkern/OSAtomic.h: accepted by the compiler, rejected by the preprocessor!
1054configure:6849: WARNING: libkern/OSAtomic.h: proceeding with the compiler's result
1055configure:6849: checking for libkern/OSAtomic.h
1056configure:6849: result: yes
1057configure:6849: checking libproc.h usability
1058configure:6849: gcc -c -g -O2  conftest.c >&5
1059configure:6849: $? = 0
1060configure:6849: result: yes
1061configure:6849: checking libproc.h presence
1062configure:6849: cpp  conftest.c
1063In file included from conftest.c:28:
1064In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libproc.h:27:
1065In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/param.h:83:
1066In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/types.h:184:
1067In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h:32:
1068In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h:136:
1069/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:142:2: error: #endif without #if
1070#endif /* #if defined(__has_builtin) */
1071 ^
1072/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:150:2: error: #endif without #if
1073#endif /* __ENABLE_LEGACY_IPHONE_AVAILABILITY */
1074 ^
1075/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:32: error: missing '(' after '__has_attribute'
1076    #if defined(__has_attribute) && defined(__has_feature)
1077                               ^
1078/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:58: error: missing '(' after '__has_feature'
1079    #if defined(__has_attribute) && defined(__has_feature)
1080                                                         ^
1081/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4432:6: error: #endif without #if
1082    #endif
1083     ^
1084/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4433:2: error: #endif without #if
1085#endif /* __ENABLE_LEGACY_MAC_AVAILABILITY */
1086 ^
1087/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:41: error: _Pragma takes a parenthesized string literal
1088    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
1089                                        ^
1090/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1091    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1092                             ^
1093/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:58: error: _Pragma takes a parenthesized string literal
1094    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
1095                                                         ^
1096/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1097    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1098                             ^
1099/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:45: error: _Pragma takes a parenthesized string literal
1100    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
1101                                            ^
1102/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1103    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1104                             ^
1105/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:62: error: _Pragma takes a parenthesized string literal
1106    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
1107                                                             ^
1108/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1109    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1110                             ^
1111/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:79: error: _Pragma takes a parenthesized string literal
1112    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
1113                                                                              ^
1114/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1115    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1116                             ^
1117/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:96: error: _Pragma takes a parenthesized string literal
1118    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
1119                                                                                               ^
1120/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1121    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1122                             ^
1123/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:49: error: _Pragma takes a parenthesized string literal
1124    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1125                                                ^
1126/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1127    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1128                             ^
1129/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:66: error: _Pragma takes a parenthesized string literal
1130    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1131                                                                 ^
1132/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1133    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1134                             ^
1135/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:83: error: _Pragma takes a parenthesized string literal
1136    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1137                                                                                  ^
1138/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1139    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1140                             ^
1141/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:100: error: _Pragma takes a parenthesized string literal
1142    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1143                                                                                                   ^
1144/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1145    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1146                             ^
1147/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:117: error: _Pragma takes a parenthesized string literal
1148    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1149                                                                                                                    ^
1150/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1151    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1152                             ^
1153/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:134: error: _Pragma takes a parenthesized string literal
1154    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1155                                                                                                                                     ^
1156/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1157    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1158                             ^
1159/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4528:50: error: _Pragma takes a parenthesized string literal
1160    #define __API_DEPRECATED_BEGIN_MSG3(msg,a,b) __API_D_BEGIN(msg,a) __API_D_BEGIN(msg,b)
1161                                                 ^
1162/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4525:35: note: expanded from macro '__API_D_BEGIN'
1163    #define __API_D_BEGIN(msg, x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_DEPRECATED_PLATFORM_##x,message=msg))), apply_to = __API_APPLY_TO)))
1164                                  ^
1165fatal error: too many errors emitted, stopping now [-ferror-limit=]
116620 errors generated.
1167configure:6849: $? = 1
1168configure: failed program was:
1169| /* confdefs.h */
1170| #define PACKAGE_NAME "MacPorts"
1171| #define PACKAGE_TARNAME "macports"
1172| #define PACKAGE_VERSION "2.6.3"
1173| #define PACKAGE_STRING "MacPorts 2.6.3"
1174| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
1175| #define PACKAGE_URL ""
1176| #define UNUSED __attribute__((unused))
1177| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
1178| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
1179| #define HAVE_FRAMEWORK_IOKIT /**/
1180| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
1181| #define STDC_HEADERS 1
1182| #define HAVE_SYS_TYPES_H 1
1183| #define HAVE_SYS_STAT_H 1
1184| #define HAVE_STDLIB_H 1
1185| #define HAVE_STRING_H 1
1186| #define HAVE_MEMORY_H 1
1187| #define HAVE_STRINGS_H 1
1188| #define HAVE_INTTYPES_H 1
1189| #define HAVE_STDINT_H 1
1190| #define HAVE_UNISTD_H 1
1191| #define HAVE_CRT_EXTERNS_H 1
1192| #define HAVE_ERR_H 1
1193| #define HAVE_FCNTL_H 1
1194| #define HAVE_LIBKERN_OSATOMIC_H 1
1195| /* end confdefs.h.  */
1196| #include <libproc.h>
1197configure:6849: result: no
1198configure:6849: WARNING: libproc.h: accepted by the compiler, rejected by the preprocessor!
1199configure:6849: WARNING: libproc.h: proceeding with the compiler's result
1200configure:6849: checking for libproc.h
1201configure:6849: result: yes
1202configure:6849: checking limits.h usability
1203configure:6849: gcc -c -g -O2  conftest.c >&5
1204configure:6849: $? = 0
1205configure:6849: result: yes
1206configure:6849: checking limits.h presence
1207configure:6849: cpp  conftest.c
1208configure:6849: $? = 0
1209configure:6849: result: yes
1210configure:6849: checking for limits.h
1211configure:6849: result: yes
1212configure:6849: checking paths.h usability
1213configure:6849: gcc -c -g -O2  conftest.c >&5
1214configure:6849: $? = 0
1215configure:6849: result: yes
1216configure:6849: checking paths.h presence
1217configure:6849: cpp  conftest.c
1218configure:6849: $? = 0
1219configure:6849: result: yes
1220configure:6849: checking for paths.h
1221configure:6849: result: yes
1222configure:6849: checking pwd.h usability
1223configure:6849: gcc -c -g -O2  conftest.c >&5
1224configure:6849: $? = 0
1225configure:6849: result: yes
1226configure:6849: checking pwd.h presence
1227configure:6849: cpp  conftest.c
1228configure:6849: $? = 0
1229configure:6849: result: yes
1230configure:6849: checking for pwd.h
1231configure:6849: result: yes
1232configure:6849: checking readline/history.h usability
1233configure:6849: gcc -c -g -O2  conftest.c >&5
1234configure:6849: $? = 0
1235configure:6849: result: yes
1236configure:6849: checking readline/history.h presence
1237configure:6849: cpp  conftest.c
1238In file included from conftest.c:32:
1239In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/readline/history.h:34:
1240In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/types.h:184:
1241In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h:32:
1242In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h:136:
1243/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:142:2: error: #endif without #if
1244#endif /* #if defined(__has_builtin) */
1245 ^
1246/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:150:2: error: #endif without #if
1247#endif /* __ENABLE_LEGACY_IPHONE_AVAILABILITY */
1248 ^
1249/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:32: error: missing '(' after '__has_attribute'
1250    #if defined(__has_attribute) && defined(__has_feature)
1251                               ^
1252/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:58: error: missing '(' after '__has_feature'
1253    #if defined(__has_attribute) && defined(__has_feature)
1254                                                         ^
1255/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4432:6: error: #endif without #if
1256    #endif
1257     ^
1258/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4433:2: error: #endif without #if
1259#endif /* __ENABLE_LEGACY_MAC_AVAILABILITY */
1260 ^
1261/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:41: error: _Pragma takes a parenthesized string literal
1262    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
1263                                        ^
1264/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1265    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1266                             ^
1267/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:58: error: _Pragma takes a parenthesized string literal
1268    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
1269                                                         ^
1270/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1271    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1272                             ^
1273/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:45: error: _Pragma takes a parenthesized string literal
1274    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
1275                                            ^
1276/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1277    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1278                             ^
1279/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:62: error: _Pragma takes a parenthesized string literal
1280    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
1281                                                             ^
1282/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1283    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1284                             ^
1285/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:79: error: _Pragma takes a parenthesized string literal
1286    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
1287                                                                              ^
1288/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1289    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1290                             ^
1291/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:96: error: _Pragma takes a parenthesized string literal
1292    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
1293                                                                                               ^
1294/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1295    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1296                             ^
1297/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:49: error: _Pragma takes a parenthesized string literal
1298    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1299                                                ^
1300/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1301    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1302                             ^
1303/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:66: error: _Pragma takes a parenthesized string literal
1304    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1305                                                                 ^
1306/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1307    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1308                             ^
1309/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:83: error: _Pragma takes a parenthesized string literal
1310    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1311                                                                                  ^
1312/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1313    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1314                             ^
1315/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:100: error: _Pragma takes a parenthesized string literal
1316    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1317                                                                                                   ^
1318/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1319    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1320                             ^
1321/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:117: error: _Pragma takes a parenthesized string literal
1322    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1323                                                                                                                    ^
1324/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1325    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1326                             ^
1327/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:134: error: _Pragma takes a parenthesized string literal
1328    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1329                                                                                                                                     ^
1330/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1331    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1332                             ^
1333/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4528:50: error: _Pragma takes a parenthesized string literal
1334    #define __API_DEPRECATED_BEGIN_MSG3(msg,a,b) __API_D_BEGIN(msg,a) __API_D_BEGIN(msg,b)
1335                                                 ^
1336/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4525:35: note: expanded from macro '__API_D_BEGIN'
1337    #define __API_D_BEGIN(msg, x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_DEPRECATED_PLATFORM_##x,message=msg))), apply_to = __API_APPLY_TO)))
1338                                  ^
1339fatal error: too many errors emitted, stopping now [-ferror-limit=]
134020 errors generated.
1341configure:6849: $? = 1
1342configure: failed program was:
1343| /* confdefs.h */
1344| #define PACKAGE_NAME "MacPorts"
1345| #define PACKAGE_TARNAME "macports"
1346| #define PACKAGE_VERSION "2.6.3"
1347| #define PACKAGE_STRING "MacPorts 2.6.3"
1348| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
1349| #define PACKAGE_URL ""
1350| #define UNUSED __attribute__((unused))
1351| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
1352| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
1353| #define HAVE_FRAMEWORK_IOKIT /**/
1354| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
1355| #define STDC_HEADERS 1
1356| #define HAVE_SYS_TYPES_H 1
1357| #define HAVE_SYS_STAT_H 1
1358| #define HAVE_STDLIB_H 1
1359| #define HAVE_STRING_H 1
1360| #define HAVE_MEMORY_H 1
1361| #define HAVE_STRINGS_H 1
1362| #define HAVE_INTTYPES_H 1
1363| #define HAVE_STDINT_H 1
1364| #define HAVE_UNISTD_H 1
1365| #define HAVE_CRT_EXTERNS_H 1
1366| #define HAVE_ERR_H 1
1367| #define HAVE_FCNTL_H 1
1368| #define HAVE_LIBKERN_OSATOMIC_H 1
1369| #define HAVE_LIBPROC_H 1
1370| #define HAVE_LIMITS_H 1
1371| #define HAVE_PATHS_H 1
1372| #define HAVE_PWD_H 1
1373| /* end confdefs.h.  */
1374| #include <readline/history.h>
1375configure:6849: result: no
1376configure:6849: WARNING: readline/history.h: accepted by the compiler, rejected by the preprocessor!
1377configure:6849: WARNING: readline/history.h: proceeding with the compiler's result
1378configure:6849: checking for readline/history.h
1379configure:6849: result: yes
1380configure:6849: checking readline/readline.h usability
1381configure:6849: gcc -c -g -O2  conftest.c >&5
1382configure:6849: $? = 0
1383configure:6849: result: yes
1384configure:6849: checking readline/readline.h presence
1385configure:6849: cpp  conftest.c
1386In file included from conftest.c:33:
1387In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/readline/readline.h:34:
1388In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/types.h:184:
1389In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h:32:
1390In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h:136:
1391/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:142:2: error: #endif without #if
1392#endif /* #if defined(__has_builtin) */
1393 ^
1394/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:150:2: error: #endif without #if
1395#endif /* __ENABLE_LEGACY_IPHONE_AVAILABILITY */
1396 ^
1397/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:32: error: missing '(' after '__has_attribute'
1398    #if defined(__has_attribute) && defined(__has_feature)
1399                               ^
1400/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:58: error: missing '(' after '__has_feature'
1401    #if defined(__has_attribute) && defined(__has_feature)
1402                                                         ^
1403/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4432:6: error: #endif without #if
1404    #endif
1405     ^
1406/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4433:2: error: #endif without #if
1407#endif /* __ENABLE_LEGACY_MAC_AVAILABILITY */
1408 ^
1409/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:41: error: _Pragma takes a parenthesized string literal
1410    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
1411                                        ^
1412/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1413    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1414                             ^
1415/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:58: error: _Pragma takes a parenthesized string literal
1416    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
1417                                                         ^
1418/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1419    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1420                             ^
1421/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:45: error: _Pragma takes a parenthesized string literal
1422    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
1423                                            ^
1424/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1425    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1426                             ^
1427/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:62: error: _Pragma takes a parenthesized string literal
1428    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
1429                                                             ^
1430/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1431    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1432                             ^
1433/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:79: error: _Pragma takes a parenthesized string literal
1434    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
1435                                                                              ^
1436/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1437    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1438                             ^
1439/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:96: error: _Pragma takes a parenthesized string literal
1440    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
1441                                                                                               ^
1442/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1443    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1444                             ^
1445/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:49: error: _Pragma takes a parenthesized string literal
1446    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1447                                                ^
1448/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1449    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1450                             ^
1451/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:66: error: _Pragma takes a parenthesized string literal
1452    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1453                                                                 ^
1454/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1455    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1456                             ^
1457/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:83: error: _Pragma takes a parenthesized string literal
1458    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1459                                                                                  ^
1460/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1461    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1462                             ^
1463/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:100: error: _Pragma takes a parenthesized string literal
1464    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1465                                                                                                   ^
1466/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1467    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1468                             ^
1469/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:117: error: _Pragma takes a parenthesized string literal
1470    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1471                                                                                                                    ^
1472/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1473    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1474                             ^
1475/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:134: error: _Pragma takes a parenthesized string literal
1476    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1477                                                                                                                                     ^
1478/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1479    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1480                             ^
1481/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4528:50: error: _Pragma takes a parenthesized string literal
1482    #define __API_DEPRECATED_BEGIN_MSG3(msg,a,b) __API_D_BEGIN(msg,a) __API_D_BEGIN(msg,b)
1483                                                 ^
1484/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4525:35: note: expanded from macro '__API_D_BEGIN'
1485    #define __API_D_BEGIN(msg, x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_DEPRECATED_PLATFORM_##x,message=msg))), apply_to = __API_APPLY_TO)))
1486                                  ^
1487fatal error: too many errors emitted, stopping now [-ferror-limit=]
148820 errors generated.
1489configure:6849: $? = 1
1490configure: failed program was:
1491| /* confdefs.h */
1492| #define PACKAGE_NAME "MacPorts"
1493| #define PACKAGE_TARNAME "macports"
1494| #define PACKAGE_VERSION "2.6.3"
1495| #define PACKAGE_STRING "MacPorts 2.6.3"
1496| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
1497| #define PACKAGE_URL ""
1498| #define UNUSED __attribute__((unused))
1499| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
1500| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
1501| #define HAVE_FRAMEWORK_IOKIT /**/
1502| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
1503| #define STDC_HEADERS 1
1504| #define HAVE_SYS_TYPES_H 1
1505| #define HAVE_SYS_STAT_H 1
1506| #define HAVE_STDLIB_H 1
1507| #define HAVE_STRING_H 1
1508| #define HAVE_MEMORY_H 1
1509| #define HAVE_STRINGS_H 1
1510| #define HAVE_INTTYPES_H 1
1511| #define HAVE_STDINT_H 1
1512| #define HAVE_UNISTD_H 1
1513| #define HAVE_CRT_EXTERNS_H 1
1514| #define HAVE_ERR_H 1
1515| #define HAVE_FCNTL_H 1
1516| #define HAVE_LIBKERN_OSATOMIC_H 1
1517| #define HAVE_LIBPROC_H 1
1518| #define HAVE_LIMITS_H 1
1519| #define HAVE_PATHS_H 1
1520| #define HAVE_PWD_H 1
1521| #define HAVE_READLINE_HISTORY_H 1
1522| /* end confdefs.h.  */
1523| #include <readline/readline.h>
1524configure:6849: result: no
1525configure:6849: WARNING: readline/readline.h: accepted by the compiler, rejected by the preprocessor!
1526configure:6849: WARNING: readline/readline.h: proceeding with the compiler's result
1527configure:6849: checking for readline/readline.h
1528configure:6849: result: yes
1529configure:6849: checking stdatomic.h usability
1530configure:6849: gcc -c -g -O2  conftest.c >&5
1531configure:6849: $? = 0
1532configure:6849: result: yes
1533configure:6849: checking stdatomic.h presence
1534configure:6849: cpp  conftest.c
1535configure:6849: $? = 0
1536configure:6849: result: yes
1537configure:6849: checking for stdatomic.h
1538configure:6849: result: yes
1539configure:6849: checking spawn.h usability
1540configure:6849: gcc -c -g -O2  conftest.c >&5
1541configure:6849: $? = 0
1542configure:6849: result: yes
1543configure:6849: checking spawn.h presence
1544configure:6849: cpp  conftest.c
1545In file included from conftest.c:35:
1546In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/spawn.h:36:
1547In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h:136:
1548/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:142:2: error: #endif without #if
1549#endif /* #if defined(__has_builtin) */
1550 ^
1551/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:150:2: error: #endif without #if
1552#endif /* __ENABLE_LEGACY_IPHONE_AVAILABILITY */
1553 ^
1554/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:32: error: missing '(' after '__has_attribute'
1555    #if defined(__has_attribute) && defined(__has_feature)
1556                               ^
1557/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:58: error: missing '(' after '__has_feature'
1558    #if defined(__has_attribute) && defined(__has_feature)
1559                                                         ^
1560/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4432:6: error: #endif without #if
1561    #endif
1562     ^
1563/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4433:2: error: #endif without #if
1564#endif /* __ENABLE_LEGACY_MAC_AVAILABILITY */
1565 ^
1566/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:41: error: _Pragma takes a parenthesized string literal
1567    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
1568                                        ^
1569/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1570    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1571                             ^
1572/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:58: error: _Pragma takes a parenthesized string literal
1573    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
1574                                                         ^
1575/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1576    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1577                             ^
1578/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:45: error: _Pragma takes a parenthesized string literal
1579    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
1580                                            ^
1581/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1582    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1583                             ^
1584/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:62: error: _Pragma takes a parenthesized string literal
1585    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
1586                                                             ^
1587/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1588    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1589                             ^
1590/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:79: error: _Pragma takes a parenthesized string literal
1591    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
1592                                                                              ^
1593/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1594    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1595                             ^
1596/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:96: error: _Pragma takes a parenthesized string literal
1597    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
1598                                                                                               ^
1599/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1600    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1601                             ^
1602/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:49: error: _Pragma takes a parenthesized string literal
1603    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1604                                                ^
1605/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1606    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1607                             ^
1608/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:66: error: _Pragma takes a parenthesized string literal
1609    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1610                                                                 ^
1611/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1612    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1613                             ^
1614/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:83: error: _Pragma takes a parenthesized string literal
1615    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1616                                                                                  ^
1617/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1618    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1619                             ^
1620/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:100: error: _Pragma takes a parenthesized string literal
1621    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1622                                                                                                   ^
1623/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1624    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1625                             ^
1626/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:117: error: _Pragma takes a parenthesized string literal
1627    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1628                                                                                                                    ^
1629/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1630    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1631                             ^
1632/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:134: error: _Pragma takes a parenthesized string literal
1633    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1634                                                                                                                                     ^
1635/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1636    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1637                             ^
1638/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4528:50: error: _Pragma takes a parenthesized string literal
1639    #define __API_DEPRECATED_BEGIN_MSG3(msg,a,b) __API_D_BEGIN(msg,a) __API_D_BEGIN(msg,b)
1640                                                 ^
1641/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4525:35: note: expanded from macro '__API_D_BEGIN'
1642    #define __API_D_BEGIN(msg, x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_DEPRECATED_PLATFORM_##x,message=msg))), apply_to = __API_APPLY_TO)))
1643                                  ^
1644fatal error: too many errors emitted, stopping now [-ferror-limit=]
164520 errors generated.
1646configure:6849: $? = 1
1647configure: failed program was:
1648| /* confdefs.h */
1649| #define PACKAGE_NAME "MacPorts"
1650| #define PACKAGE_TARNAME "macports"
1651| #define PACKAGE_VERSION "2.6.3"
1652| #define PACKAGE_STRING "MacPorts 2.6.3"
1653| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
1654| #define PACKAGE_URL ""
1655| #define UNUSED __attribute__((unused))
1656| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
1657| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
1658| #define HAVE_FRAMEWORK_IOKIT /**/
1659| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
1660| #define STDC_HEADERS 1
1661| #define HAVE_SYS_TYPES_H 1
1662| #define HAVE_SYS_STAT_H 1
1663| #define HAVE_STDLIB_H 1
1664| #define HAVE_STRING_H 1
1665| #define HAVE_MEMORY_H 1
1666| #define HAVE_STRINGS_H 1
1667| #define HAVE_INTTYPES_H 1
1668| #define HAVE_STDINT_H 1
1669| #define HAVE_UNISTD_H 1
1670| #define HAVE_CRT_EXTERNS_H 1
1671| #define HAVE_ERR_H 1
1672| #define HAVE_FCNTL_H 1
1673| #define HAVE_LIBKERN_OSATOMIC_H 1
1674| #define HAVE_LIBPROC_H 1
1675| #define HAVE_LIMITS_H 1
1676| #define HAVE_PATHS_H 1
1677| #define HAVE_PWD_H 1
1678| #define HAVE_READLINE_HISTORY_H 1
1679| #define HAVE_READLINE_READLINE_H 1
1680| #define HAVE_STDATOMIC_H 1
1681| /* end confdefs.h.  */
1682| #include <spawn.h>
1683configure:6849: result: no
1684configure:6849: WARNING: spawn.h: accepted by the compiler, rejected by the preprocessor!
1685configure:6849: WARNING: spawn.h: proceeding with the compiler's result
1686configure:6849: checking for spawn.h
1687configure:6849: result: yes
1688configure:6849: checking sys/cdefs.h usability
1689configure:6849: gcc -c -g -O2  conftest.c >&5
1690configure:6849: $? = 0
1691configure:6849: result: yes
1692configure:6849: checking sys/cdefs.h presence
1693configure:6849: cpp  conftest.c
1694configure:6849: $? = 0
1695configure:6849: result: yes
1696configure:6849: checking for sys/cdefs.h
1697configure:6849: result: yes
1698configure:6849: checking sys/event.h usability
1699configure:6849: gcc -c -g -O2  conftest.c >&5
1700configure:6849: $? = 0
1701configure:6849: result: yes
1702configure:6849: checking sys/event.h presence
1703configure:6849: cpp  conftest.c
1704In file included from conftest.c:37:
1705In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/event.h:374:
1706In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/types.h:184:
1707In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h:32:
1708In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h:136:
1709/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:142:2: error: #endif without #if
1710#endif /* #if defined(__has_builtin) */
1711 ^
1712/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:150:2: error: #endif without #if
1713#endif /* __ENABLE_LEGACY_IPHONE_AVAILABILITY */
1714 ^
1715/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:32: error: missing '(' after '__has_attribute'
1716    #if defined(__has_attribute) && defined(__has_feature)
1717                               ^
1718/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:58: error: missing '(' after '__has_feature'
1719    #if defined(__has_attribute) && defined(__has_feature)
1720                                                         ^
1721/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4432:6: error: #endif without #if
1722    #endif
1723     ^
1724/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4433:2: error: #endif without #if
1725#endif /* __ENABLE_LEGACY_MAC_AVAILABILITY */
1726 ^
1727/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:41: error: _Pragma takes a parenthesized string literal
1728    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
1729                                        ^
1730/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1731    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1732                             ^
1733/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:58: error: _Pragma takes a parenthesized string literal
1734    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
1735                                                         ^
1736/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1737    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1738                             ^
1739/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:45: error: _Pragma takes a parenthesized string literal
1740    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
1741                                            ^
1742/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1743    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1744                             ^
1745/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:62: error: _Pragma takes a parenthesized string literal
1746    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
1747                                                             ^
1748/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1749    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1750                             ^
1751/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:79: error: _Pragma takes a parenthesized string literal
1752    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
1753                                                                              ^
1754/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1755    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1756                             ^
1757/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:96: error: _Pragma takes a parenthesized string literal
1758    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
1759                                                                                               ^
1760/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1761    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1762                             ^
1763/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:49: error: _Pragma takes a parenthesized string literal
1764    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1765                                                ^
1766/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1767    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1768                             ^
1769/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:66: error: _Pragma takes a parenthesized string literal
1770    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1771                                                                 ^
1772/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1773    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1774                             ^
1775/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:83: error: _Pragma takes a parenthesized string literal
1776    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1777                                                                                  ^
1778/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1779    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1780                             ^
1781/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:100: error: _Pragma takes a parenthesized string literal
1782    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1783                                                                                                   ^
1784/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1785    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1786                             ^
1787/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:117: error: _Pragma takes a parenthesized string literal
1788    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1789                                                                                                                    ^
1790/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1791    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1792                             ^
1793/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:134: error: _Pragma takes a parenthesized string literal
1794    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1795                                                                                                                                     ^
1796/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1797    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1798                             ^
1799/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4528:50: error: _Pragma takes a parenthesized string literal
1800    #define __API_DEPRECATED_BEGIN_MSG3(msg,a,b) __API_D_BEGIN(msg,a) __API_D_BEGIN(msg,b)
1801                                                 ^
1802/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4525:35: note: expanded from macro '__API_D_BEGIN'
1803    #define __API_D_BEGIN(msg, x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_DEPRECATED_PLATFORM_##x,message=msg))), apply_to = __API_APPLY_TO)))
1804                                  ^
1805fatal error: too many errors emitted, stopping now [-ferror-limit=]
180620 errors generated.
1807configure:6849: $? = 1
1808configure: failed program was:
1809| /* confdefs.h */
1810| #define PACKAGE_NAME "MacPorts"
1811| #define PACKAGE_TARNAME "macports"
1812| #define PACKAGE_VERSION "2.6.3"
1813| #define PACKAGE_STRING "MacPorts 2.6.3"
1814| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
1815| #define PACKAGE_URL ""
1816| #define UNUSED __attribute__((unused))
1817| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
1818| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
1819| #define HAVE_FRAMEWORK_IOKIT /**/
1820| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
1821| #define STDC_HEADERS 1
1822| #define HAVE_SYS_TYPES_H 1
1823| #define HAVE_SYS_STAT_H 1
1824| #define HAVE_STDLIB_H 1
1825| #define HAVE_STRING_H 1
1826| #define HAVE_MEMORY_H 1
1827| #define HAVE_STRINGS_H 1
1828| #define HAVE_INTTYPES_H 1
1829| #define HAVE_STDINT_H 1
1830| #define HAVE_UNISTD_H 1
1831| #define HAVE_CRT_EXTERNS_H 1
1832| #define HAVE_ERR_H 1
1833| #define HAVE_FCNTL_H 1
1834| #define HAVE_LIBKERN_OSATOMIC_H 1
1835| #define HAVE_LIBPROC_H 1
1836| #define HAVE_LIMITS_H 1
1837| #define HAVE_PATHS_H 1
1838| #define HAVE_PWD_H 1
1839| #define HAVE_READLINE_HISTORY_H 1
1840| #define HAVE_READLINE_READLINE_H 1
1841| #define HAVE_STDATOMIC_H 1
1842| #define HAVE_SPAWN_H 1
1843| #define HAVE_SYS_CDEFS_H 1
1844| /* end confdefs.h.  */
1845| #include <sys/event.h>
1846configure:6849: result: no
1847configure:6849: WARNING: sys/event.h: accepted by the compiler, rejected by the preprocessor!
1848configure:6849: WARNING: sys/event.h: proceeding with the compiler's result
1849configure:6849: checking for sys/event.h
1850configure:6849: result: yes
1851configure:6849: checking sys/fcntl.h usability
1852configure:6849: gcc -c -g -O2  conftest.c >&5
1853configure:6849: $? = 0
1854configure:6849: result: yes
1855configure:6849: checking sys/fcntl.h presence
1856configure:6849: cpp  conftest.c
1857In file included from conftest.c:38:
1858In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/fcntl.h:80:
1859In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h:136:
1860/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:142:2: error: #endif without #if
1861#endif /* #if defined(__has_builtin) */
1862 ^
1863/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:150:2: error: #endif without #if
1864#endif /* __ENABLE_LEGACY_IPHONE_AVAILABILITY */
1865 ^
1866/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:32: error: missing '(' after '__has_attribute'
1867    #if defined(__has_attribute) && defined(__has_feature)
1868                               ^
1869/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:58: error: missing '(' after '__has_feature'
1870    #if defined(__has_attribute) && defined(__has_feature)
1871                                                         ^
1872/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4432:6: error: #endif without #if
1873    #endif
1874     ^
1875/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4433:2: error: #endif without #if
1876#endif /* __ENABLE_LEGACY_MAC_AVAILABILITY */
1877 ^
1878/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:41: error: _Pragma takes a parenthesized string literal
1879    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
1880                                        ^
1881/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1882    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1883                             ^
1884/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:58: error: _Pragma takes a parenthesized string literal
1885    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
1886                                                         ^
1887/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1888    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1889                             ^
1890/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:45: error: _Pragma takes a parenthesized string literal
1891    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
1892                                            ^
1893/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1894    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1895                             ^
1896/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:62: error: _Pragma takes a parenthesized string literal
1897    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
1898                                                             ^
1899/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1900    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1901                             ^
1902/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:79: error: _Pragma takes a parenthesized string literal
1903    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
1904                                                                              ^
1905/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1906    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1907                             ^
1908/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:96: error: _Pragma takes a parenthesized string literal
1909    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
1910                                                                                               ^
1911/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1912    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1913                             ^
1914/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:49: error: _Pragma takes a parenthesized string literal
1915    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1916                                                ^
1917/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1918    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1919                             ^
1920/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:66: error: _Pragma takes a parenthesized string literal
1921    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1922                                                                 ^
1923/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1924    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1925                             ^
1926/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:83: error: _Pragma takes a parenthesized string literal
1927    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1928                                                                                  ^
1929/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1930    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1931                             ^
1932/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:100: error: _Pragma takes a parenthesized string literal
1933    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1934                                                                                                   ^
1935/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1936    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1937                             ^
1938/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:117: error: _Pragma takes a parenthesized string literal
1939    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1940                                                                                                                    ^
1941/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1942    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1943                             ^
1944/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:134: error: _Pragma takes a parenthesized string literal
1945    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
1946                                                                                                                                     ^
1947/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
1948    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
1949                             ^
1950/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4528:50: error: _Pragma takes a parenthesized string literal
1951    #define __API_DEPRECATED_BEGIN_MSG3(msg,a,b) __API_D_BEGIN(msg,a) __API_D_BEGIN(msg,b)
1952                                                 ^
1953/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4525:35: note: expanded from macro '__API_D_BEGIN'
1954    #define __API_D_BEGIN(msg, x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_DEPRECATED_PLATFORM_##x,message=msg))), apply_to = __API_APPLY_TO)))
1955                                  ^
1956fatal error: too many errors emitted, stopping now [-ferror-limit=]
195720 errors generated.
1958configure:6849: $? = 1
1959configure: failed program was:
1960| /* confdefs.h */
1961| #define PACKAGE_NAME "MacPorts"
1962| #define PACKAGE_TARNAME "macports"
1963| #define PACKAGE_VERSION "2.6.3"
1964| #define PACKAGE_STRING "MacPorts 2.6.3"
1965| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
1966| #define PACKAGE_URL ""
1967| #define UNUSED __attribute__((unused))
1968| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
1969| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
1970| #define HAVE_FRAMEWORK_IOKIT /**/
1971| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
1972| #define STDC_HEADERS 1
1973| #define HAVE_SYS_TYPES_H 1
1974| #define HAVE_SYS_STAT_H 1
1975| #define HAVE_STDLIB_H 1
1976| #define HAVE_STRING_H 1
1977| #define HAVE_MEMORY_H 1
1978| #define HAVE_STRINGS_H 1
1979| #define HAVE_INTTYPES_H 1
1980| #define HAVE_STDINT_H 1
1981| #define HAVE_UNISTD_H 1
1982| #define HAVE_CRT_EXTERNS_H 1
1983| #define HAVE_ERR_H 1
1984| #define HAVE_FCNTL_H 1
1985| #define HAVE_LIBKERN_OSATOMIC_H 1
1986| #define HAVE_LIBPROC_H 1
1987| #define HAVE_LIMITS_H 1
1988| #define HAVE_PATHS_H 1
1989| #define HAVE_PWD_H 1
1990| #define HAVE_READLINE_HISTORY_H 1
1991| #define HAVE_READLINE_READLINE_H 1
1992| #define HAVE_STDATOMIC_H 1
1993| #define HAVE_SPAWN_H 1
1994| #define HAVE_SYS_CDEFS_H 1
1995| #define HAVE_SYS_EVENT_H 1
1996| /* end confdefs.h.  */
1997| #include <sys/fcntl.h>
1998configure:6849: result: no
1999configure:6849: WARNING: sys/fcntl.h: accepted by the compiler, rejected by the preprocessor!
2000configure:6849: WARNING: sys/fcntl.h: proceeding with the compiler's result
2001configure:6849: checking for sys/fcntl.h
2002configure:6849: result: yes
2003configure:6849: checking sys/file.h usability
2004configure:6849: gcc -c -g -O2  conftest.c >&5
2005configure:6849: $? = 0
2006configure:6849: result: yes
2007configure:6849: checking sys/file.h presence
2008configure:6849: cpp  conftest.c
2009In file included from conftest.c:39:
2010In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/file.h:68:
2011In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/types.h:184:
2012In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h:32:
2013In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h:136:
2014/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:142:2: error: #endif without #if
2015#endif /* #if defined(__has_builtin) */
2016 ^
2017/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:150:2: error: #endif without #if
2018#endif /* __ENABLE_LEGACY_IPHONE_AVAILABILITY */
2019 ^
2020/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:32: error: missing '(' after '__has_attribute'
2021    #if defined(__has_attribute) && defined(__has_feature)
2022                               ^
2023/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:58: error: missing '(' after '__has_feature'
2024    #if defined(__has_attribute) && defined(__has_feature)
2025                                                         ^
2026/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4432:6: error: #endif without #if
2027    #endif
2028     ^
2029/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4433:2: error: #endif without #if
2030#endif /* __ENABLE_LEGACY_MAC_AVAILABILITY */
2031 ^
2032/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:41: error: _Pragma takes a parenthesized string literal
2033    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
2034                                        ^
2035/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2036    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2037                             ^
2038/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:58: error: _Pragma takes a parenthesized string literal
2039    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
2040                                                         ^
2041/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2042    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2043                             ^
2044/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:45: error: _Pragma takes a parenthesized string literal
2045    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
2046                                            ^
2047/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2048    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2049                             ^
2050/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:62: error: _Pragma takes a parenthesized string literal
2051    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
2052                                                             ^
2053/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2054    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2055                             ^
2056/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:79: error: _Pragma takes a parenthesized string literal
2057    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
2058                                                                              ^
2059/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2060    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2061                             ^
2062/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:96: error: _Pragma takes a parenthesized string literal
2063    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
2064                                                                                               ^
2065/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2066    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2067                             ^
2068/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:49: error: _Pragma takes a parenthesized string literal
2069    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
2070                                                ^
2071/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2072    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2073                             ^
2074/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:66: error: _Pragma takes a parenthesized string literal
2075    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
2076                                                                 ^
2077/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2078    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2079                             ^
2080/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:83: error: _Pragma takes a parenthesized string literal
2081    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
2082                                                                                  ^
2083/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2084    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2085                             ^
2086/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:100: error: _Pragma takes a parenthesized string literal
2087    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
2088                                                                                                   ^
2089/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2090    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2091                             ^
2092/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:117: error: _Pragma takes a parenthesized string literal
2093    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
2094                                                                                                                    ^
2095/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2096    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2097                             ^
2098/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:134: error: _Pragma takes a parenthesized string literal
2099    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
2100                                                                                                                                     ^
2101/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2102    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2103                             ^
2104/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4528:50: error: _Pragma takes a parenthesized string literal
2105    #define __API_DEPRECATED_BEGIN_MSG3(msg,a,b) __API_D_BEGIN(msg,a) __API_D_BEGIN(msg,b)
2106                                                 ^
2107/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4525:35: note: expanded from macro '__API_D_BEGIN'
2108    #define __API_D_BEGIN(msg, x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_DEPRECATED_PLATFORM_##x,message=msg))), apply_to = __API_APPLY_TO)))
2109                                  ^
2110fatal error: too many errors emitted, stopping now [-ferror-limit=]
211120 errors generated.
2112configure:6849: $? = 1
2113configure: failed program was:
2114| /* confdefs.h */
2115| #define PACKAGE_NAME "MacPorts"
2116| #define PACKAGE_TARNAME "macports"
2117| #define PACKAGE_VERSION "2.6.3"
2118| #define PACKAGE_STRING "MacPorts 2.6.3"
2119| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
2120| #define PACKAGE_URL ""
2121| #define UNUSED __attribute__((unused))
2122| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
2123| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
2124| #define HAVE_FRAMEWORK_IOKIT /**/
2125| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
2126| #define STDC_HEADERS 1
2127| #define HAVE_SYS_TYPES_H 1
2128| #define HAVE_SYS_STAT_H 1
2129| #define HAVE_STDLIB_H 1
2130| #define HAVE_STRING_H 1
2131| #define HAVE_MEMORY_H 1
2132| #define HAVE_STRINGS_H 1
2133| #define HAVE_INTTYPES_H 1
2134| #define HAVE_STDINT_H 1
2135| #define HAVE_UNISTD_H 1
2136| #define HAVE_CRT_EXTERNS_H 1
2137| #define HAVE_ERR_H 1
2138| #define HAVE_FCNTL_H 1
2139| #define HAVE_LIBKERN_OSATOMIC_H 1
2140| #define HAVE_LIBPROC_H 1
2141| #define HAVE_LIMITS_H 1
2142| #define HAVE_PATHS_H 1
2143| #define HAVE_PWD_H 1
2144| #define HAVE_READLINE_HISTORY_H 1
2145| #define HAVE_READLINE_READLINE_H 1
2146| #define HAVE_STDATOMIC_H 1
2147| #define HAVE_SPAWN_H 1
2148| #define HAVE_SYS_CDEFS_H 1
2149| #define HAVE_SYS_EVENT_H 1
2150| #define HAVE_SYS_FCNTL_H 1
2151| /* end confdefs.h.  */
2152| #include <sys/file.h>
2153configure:6849: result: no
2154configure:6849: WARNING: sys/file.h: accepted by the compiler, rejected by the preprocessor!
2155configure:6849: WARNING: sys/file.h: proceeding with the compiler's result
2156configure:6849: checking for sys/file.h
2157configure:6849: result: yes
2158configure:6849: checking sys/paths.h usability
2159configure:6849: gcc -c -g -O2  conftest.c >&5
2160configure:6849: $? = 0
2161configure:6849: result: yes
2162configure:6849: checking sys/paths.h presence
2163configure:6849: cpp  conftest.c
2164configure:6849: $? = 0
2165configure:6849: result: yes
2166configure:6849: checking for sys/paths.h
2167configure:6849: result: yes
2168configure:6849: checking sys/socket.h usability
2169configure:6849: gcc -c -g -O2  conftest.c >&5
2170configure:6849: $? = 0
2171configure:6849: result: yes
2172configure:6849: checking sys/socket.h presence
2173configure:6849: cpp  conftest.c
2174In file included from conftest.c:41:
2175In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/socket.h:75:
2176In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/types.h:184:
2177In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types/_fd_def.h:32:
2178In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h:136:
2179/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:142:2: error: #endif without #if
2180#endif /* #if defined(__has_builtin) */
2181 ^
2182/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:150:2: error: #endif without #if
2183#endif /* __ENABLE_LEGACY_IPHONE_AVAILABILITY */
2184 ^
2185/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:32: error: missing '(' after '__has_attribute'
2186    #if defined(__has_attribute) && defined(__has_feature)
2187                               ^
2188/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:58: error: missing '(' after '__has_feature'
2189    #if defined(__has_attribute) && defined(__has_feature)
2190                                                         ^
2191/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4432:6: error: #endif without #if
2192    #endif
2193     ^
2194/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4433:2: error: #endif without #if
2195#endif /* __ENABLE_LEGACY_MAC_AVAILABILITY */
2196 ^
2197/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:41: error: _Pragma takes a parenthesized string literal
2198    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
2199                                        ^
2200/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2201    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2202                             ^
2203/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:58: error: _Pragma takes a parenthesized string literal
2204    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
2205                                                         ^
2206/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2207    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2208                             ^
2209/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:45: error: _Pragma takes a parenthesized string literal
2210    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
2211                                            ^
2212/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2213    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2214                             ^
2215/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:62: error: _Pragma takes a parenthesized string literal
2216    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
2217                                                             ^
2218/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2219    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2220                             ^
2221/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:79: error: _Pragma takes a parenthesized string literal
2222    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
2223                                                                              ^
2224/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2225    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2226                             ^
2227/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:96: error: _Pragma takes a parenthesized string literal
2228    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
2229                                                                                               ^
2230/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2231    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2232                             ^
2233/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:49: error: _Pragma takes a parenthesized string literal
2234    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
2235                                                ^
2236/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2237    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2238                             ^
2239/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:66: error: _Pragma takes a parenthesized string literal
2240    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
2241                                                                 ^
2242/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2243    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2244                             ^
2245/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:83: error: _Pragma takes a parenthesized string literal
2246    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
2247                                                                                  ^
2248/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2249    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2250                             ^
2251/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:100: error: _Pragma takes a parenthesized string literal
2252    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
2253                                                                                                   ^
2254/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2255    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2256                             ^
2257/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:117: error: _Pragma takes a parenthesized string literal
2258    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
2259                                                                                                                    ^
2260/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2261    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2262                             ^
2263/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:134: error: _Pragma takes a parenthesized string literal
2264    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
2265                                                                                                                                     ^
2266/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2267    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2268                             ^
2269/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4528:50: error: _Pragma takes a parenthesized string literal
2270    #define __API_DEPRECATED_BEGIN_MSG3(msg,a,b) __API_D_BEGIN(msg,a) __API_D_BEGIN(msg,b)
2271                                                 ^
2272/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4525:35: note: expanded from macro '__API_D_BEGIN'
2273    #define __API_D_BEGIN(msg, x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_DEPRECATED_PLATFORM_##x,message=msg))), apply_to = __API_APPLY_TO)))
2274                                  ^
2275fatal error: too many errors emitted, stopping now [-ferror-limit=]
227620 errors generated.
2277configure:6849: $? = 1
2278configure: failed program was:
2279| /* confdefs.h */
2280| #define PACKAGE_NAME "MacPorts"
2281| #define PACKAGE_TARNAME "macports"
2282| #define PACKAGE_VERSION "2.6.3"
2283| #define PACKAGE_STRING "MacPorts 2.6.3"
2284| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
2285| #define PACKAGE_URL ""
2286| #define UNUSED __attribute__((unused))
2287| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
2288| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
2289| #define HAVE_FRAMEWORK_IOKIT /**/
2290| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
2291| #define STDC_HEADERS 1
2292| #define HAVE_SYS_TYPES_H 1
2293| #define HAVE_SYS_STAT_H 1
2294| #define HAVE_STDLIB_H 1
2295| #define HAVE_STRING_H 1
2296| #define HAVE_MEMORY_H 1
2297| #define HAVE_STRINGS_H 1
2298| #define HAVE_INTTYPES_H 1
2299| #define HAVE_STDINT_H 1
2300| #define HAVE_UNISTD_H 1
2301| #define HAVE_CRT_EXTERNS_H 1
2302| #define HAVE_ERR_H 1
2303| #define HAVE_FCNTL_H 1
2304| #define HAVE_LIBKERN_OSATOMIC_H 1
2305| #define HAVE_LIBPROC_H 1
2306| #define HAVE_LIMITS_H 1
2307| #define HAVE_PATHS_H 1
2308| #define HAVE_PWD_H 1
2309| #define HAVE_READLINE_HISTORY_H 1
2310| #define HAVE_READLINE_READLINE_H 1
2311| #define HAVE_STDATOMIC_H 1
2312| #define HAVE_SPAWN_H 1
2313| #define HAVE_SYS_CDEFS_H 1
2314| #define HAVE_SYS_EVENT_H 1
2315| #define HAVE_SYS_FCNTL_H 1
2316| #define HAVE_SYS_FILE_H 1
2317| #define HAVE_SYS_PATHS_H 1
2318| /* end confdefs.h.  */
2319| #include <sys/socket.h>
2320configure:6849: result: no
2321configure:6849: WARNING: sys/socket.h: accepted by the compiler, rejected by the preprocessor!
2322configure:6849: WARNING: sys/socket.h: proceeding with the compiler's result
2323configure:6849: checking for sys/socket.h
2324configure:6849: result: yes
2325configure:6849: checking sys/sysctl.h usability
2326configure:6849: gcc -c -g -O2  conftest.c >&5
2327configure:6849: $? = 0
2328configure:6849: result: yes
2329configure:6849: checking sys/sysctl.h presence
2330configure:6849: cpp  conftest.c
2331In file included from conftest.c:42:
2332In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/sysctl.h:82:
2333In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/time.h:69:
2334In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h:136:
2335/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:142:2: error: #endif without #if
2336#endif /* #if defined(__has_builtin) */
2337 ^
2338/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:150:2: error: #endif without #if
2339#endif /* __ENABLE_LEGACY_IPHONE_AVAILABILITY */
2340 ^
2341/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:32: error: missing '(' after '__has_attribute'
2342    #if defined(__has_attribute) && defined(__has_feature)
2343                               ^
2344/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:58: error: missing '(' after '__has_feature'
2345    #if defined(__has_attribute) && defined(__has_feature)
2346                                                         ^
2347/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4432:6: error: #endif without #if
2348    #endif
2349     ^
2350/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4433:2: error: #endif without #if
2351#endif /* __ENABLE_LEGACY_MAC_AVAILABILITY */
2352 ^
2353/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:41: error: _Pragma takes a parenthesized string literal
2354    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
2355                                        ^
2356/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2357    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2358                             ^
2359/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:58: error: _Pragma takes a parenthesized string literal
2360    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
2361                                                         ^
2362/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2363    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2364                             ^
2365/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:45: error: _Pragma takes a parenthesized string literal
2366    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
2367                                            ^
2368/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2369    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2370                             ^
2371/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:62: error: _Pragma takes a parenthesized string literal
2372    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
2373                                                             ^
2374/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2375    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2376                             ^
2377/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:79: error: _Pragma takes a parenthesized string literal
2378    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
2379                                                                              ^
2380/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2381    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2382                             ^
2383/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:96: error: _Pragma takes a parenthesized string literal
2384    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
2385                                                                                               ^
2386/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2387    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2388                             ^
2389/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:49: error: _Pragma takes a parenthesized string literal
2390    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
2391                                                ^
2392/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2393    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2394                             ^
2395/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:66: error: _Pragma takes a parenthesized string literal
2396    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
2397                                                                 ^
2398/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2399    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2400                             ^
2401/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:83: error: _Pragma takes a parenthesized string literal
2402    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
2403                                                                                  ^
2404/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2405    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2406                             ^
2407/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:100: error: _Pragma takes a parenthesized string literal
2408    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
2409                                                                                                   ^
2410/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2411    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2412                             ^
2413/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:117: error: _Pragma takes a parenthesized string literal
2414    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
2415                                                                                                                    ^
2416/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2417    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2418                             ^
2419/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:134: error: _Pragma takes a parenthesized string literal
2420    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
2421                                                                                                                                     ^
2422/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2423    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2424                             ^
2425/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4528:50: error: _Pragma takes a parenthesized string literal
2426    #define __API_DEPRECATED_BEGIN_MSG3(msg,a,b) __API_D_BEGIN(msg,a) __API_D_BEGIN(msg,b)
2427                                                 ^
2428/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4525:35: note: expanded from macro '__API_D_BEGIN'
2429    #define __API_D_BEGIN(msg, x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_DEPRECATED_PLATFORM_##x,message=msg))), apply_to = __API_APPLY_TO)))
2430                                  ^
2431fatal error: too many errors emitted, stopping now [-ferror-limit=]
243220 errors generated.
2433configure:6849: $? = 1
2434configure: failed program was:
2435| /* confdefs.h */
2436| #define PACKAGE_NAME "MacPorts"
2437| #define PACKAGE_TARNAME "macports"
2438| #define PACKAGE_VERSION "2.6.3"
2439| #define PACKAGE_STRING "MacPorts 2.6.3"
2440| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
2441| #define PACKAGE_URL ""
2442| #define UNUSED __attribute__((unused))
2443| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
2444| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
2445| #define HAVE_FRAMEWORK_IOKIT /**/
2446| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
2447| #define STDC_HEADERS 1
2448| #define HAVE_SYS_TYPES_H 1
2449| #define HAVE_SYS_STAT_H 1
2450| #define HAVE_STDLIB_H 1
2451| #define HAVE_STRING_H 1
2452| #define HAVE_MEMORY_H 1
2453| #define HAVE_STRINGS_H 1
2454| #define HAVE_INTTYPES_H 1
2455| #define HAVE_STDINT_H 1
2456| #define HAVE_UNISTD_H 1
2457| #define HAVE_CRT_EXTERNS_H 1
2458| #define HAVE_ERR_H 1
2459| #define HAVE_FCNTL_H 1
2460| #define HAVE_LIBKERN_OSATOMIC_H 1
2461| #define HAVE_LIBPROC_H 1
2462| #define HAVE_LIMITS_H 1
2463| #define HAVE_PATHS_H 1
2464| #define HAVE_PWD_H 1
2465| #define HAVE_READLINE_HISTORY_H 1
2466| #define HAVE_READLINE_READLINE_H 1
2467| #define HAVE_STDATOMIC_H 1
2468| #define HAVE_SPAWN_H 1
2469| #define HAVE_SYS_CDEFS_H 1
2470| #define HAVE_SYS_EVENT_H 1
2471| #define HAVE_SYS_FCNTL_H 1
2472| #define HAVE_SYS_FILE_H 1
2473| #define HAVE_SYS_PATHS_H 1
2474| #define HAVE_SYS_SOCKET_H 1
2475| /* end confdefs.h.  */
2476| #include <sys/sysctl.h>
2477configure:6849: result: no
2478configure:6849: WARNING: sys/sysctl.h: accepted by the compiler, rejected by the preprocessor!
2479configure:6849: WARNING: sys/sysctl.h: proceeding with the compiler's result
2480configure:6849: checking for sys/sysctl.h
2481configure:6849: result: yes
2482configure:6849: checking utime.h usability
2483configure:6849: gcc -c -g -O2  conftest.c >&5
2484configure:6849: $? = 0
2485configure:6849: result: yes
2486configure:6849: checking utime.h presence
2487configure:6849: cpp  conftest.c
2488configure:6849: $? = 0
2489configure:6849: result: yes
2490configure:6849: checking for utime.h
2491configure:6849: result: yes
2492configure:6867: checking for OSAtomicCompareAndSwap32
2493configure:6867: gcc -o conftest -g -O2   conftest.c  >&5
2494configure:6867: $? = 0
2495configure:6867: result: yes
2496configure:6867: checking for OSAtomicCompareAndSwap64
2497configure:6867: gcc -o conftest -g -O2   conftest.c  >&5
2498configure:6867: $? = 0
2499configure:6867: result: yes
2500configure:6867: checking for OSAtomicCompareAndSwapPtr
2501configure:6867: gcc -o conftest -g -O2   conftest.c  >&5
2502configure:6867: $? = 0
2503configure:6867: result: yes
2504configure:6867: checking for __getdirentries64
2505configure:6867: gcc -o conftest -g -O2   conftest.c  >&5
2506configure:6867: $? = 0
2507configure:6867: result: yes
2508configure:6867: checking for clearenv
2509configure:6867: gcc -o conftest -g -O2   conftest.c  >&5
2510Undefined symbols for architecture x86_64:
2511  "_clearenv", referenced from:
2512      _main in conftest-eab2f7.o
2513ld: symbol(s) not found for architecture x86_64
2514clang: error: linker command failed with exit code 1 (use -v to see invocation)
2515configure:6867: $? = 1
2516configure: failed program was:
2517| /* confdefs.h */
2518| #define PACKAGE_NAME "MacPorts"
2519| #define PACKAGE_TARNAME "macports"
2520| #define PACKAGE_VERSION "2.6.3"
2521| #define PACKAGE_STRING "MacPorts 2.6.3"
2522| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
2523| #define PACKAGE_URL ""
2524| #define UNUSED __attribute__((unused))
2525| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
2526| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
2527| #define HAVE_FRAMEWORK_IOKIT /**/
2528| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
2529| #define STDC_HEADERS 1
2530| #define HAVE_SYS_TYPES_H 1
2531| #define HAVE_SYS_STAT_H 1
2532| #define HAVE_STDLIB_H 1
2533| #define HAVE_STRING_H 1
2534| #define HAVE_MEMORY_H 1
2535| #define HAVE_STRINGS_H 1
2536| #define HAVE_INTTYPES_H 1
2537| #define HAVE_STDINT_H 1
2538| #define HAVE_UNISTD_H 1
2539| #define HAVE_CRT_EXTERNS_H 1
2540| #define HAVE_ERR_H 1
2541| #define HAVE_FCNTL_H 1
2542| #define HAVE_LIBKERN_OSATOMIC_H 1
2543| #define HAVE_LIBPROC_H 1
2544| #define HAVE_LIMITS_H 1
2545| #define HAVE_PATHS_H 1
2546| #define HAVE_PWD_H 1
2547| #define HAVE_READLINE_HISTORY_H 1
2548| #define HAVE_READLINE_READLINE_H 1
2549| #define HAVE_STDATOMIC_H 1
2550| #define HAVE_SPAWN_H 1
2551| #define HAVE_SYS_CDEFS_H 1
2552| #define HAVE_SYS_EVENT_H 1
2553| #define HAVE_SYS_FCNTL_H 1
2554| #define HAVE_SYS_FILE_H 1
2555| #define HAVE_SYS_PATHS_H 1
2556| #define HAVE_SYS_SOCKET_H 1
2557| #define HAVE_SYS_SYSCTL_H 1
2558| #define HAVE_UTIME_H 1
2559| #define HAVE_OSATOMICCOMPAREANDSWAP32 1
2560| #define HAVE_OSATOMICCOMPAREANDSWAP64 1
2561| #define HAVE_OSATOMICCOMPAREANDSWAPPTR 1
2562| #define HAVE___GETDIRENTRIES64 1
2563| /* end confdefs.h.  */
2564| /* Define clearenv to an innocuous variant, in case <limits.h> declares clearenv.
2565|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2566| #define clearenv innocuous_clearenv
2567|
2568| /* System header to define __stub macros and hopefully few prototypes,
2569|     which can conflict with char clearenv (); below.
2570|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2571|     <limits.h> exists even on freestanding compilers.  */
2572|
2573| #ifdef __STDC__
2574| # include <limits.h>
2575| #else
2576| # include <assert.h>
2577| #endif
2578|
2579| #undef clearenv
2580|
2581| /* Override any GCC internal prototype to avoid an error.
2582|    Use char because int might match the return type of a GCC
2583|    builtin and then its argument prototype would still apply.  */
2584| #ifdef __cplusplus
2585| extern "C"
2586| #endif
2587| char clearenv ();
2588| /* The GNU C library defines this for functions which it implements
2589|     to always fail with ENOSYS.  Some functions are actually named
2590|     something starting with __ and the normal name is an alias.  */
2591| #if defined __stub_clearenv || defined __stub___clearenv
2592| choke me
2593| #endif
2594|
2595| int
2596| main ()
2597| {
2598| return clearenv ();
2599|   ;
2600|   return 0;
2601| }
2602configure:6867: result: no
2603configure:6867: checking for copyfile
2604configure:6867: gcc -o conftest -g -O2   conftest.c  >&5
2605configure:6867: $? = 0
2606configure:6867: result: yes
2607configure:6867: checking for dlopen_preflight
2608configure:6867: gcc -o conftest -g -O2   conftest.c  >&5
2609configure:6867: $? = 0
2610configure:6867: result: yes
2611configure:6867: checking for flock
2612configure:6867: gcc -o conftest -g -O2   conftest.c  >&5
2613configure:6867: $? = 0
2614configure:6867: result: yes
2615configure:6867: checking for fls
2616configure:6867: gcc -o conftest -g -O2   conftest.c  >&5
2617configure:6867: $? = 0
2618configure:6867: result: yes
2619configure:6867: checking for kqueue
2620configure:6867: gcc -o conftest -g -O2   conftest.c  >&5
2621configure:6867: $? = 0
2622configure:6867: result: yes
2623configure:6867: checking for posix_spawn
2624configure:6867: gcc -o conftest -g -O2   conftest.c  >&5
2625configure:6867: $? = 0
2626configure:6867: result: yes
2627configure:6867: checking for setmode
2628configure:6867: gcc -o conftest -g -O2   conftest.c  >&5
2629configure:6867: $? = 0
2630configure:6867: result: yes
2631configure:6867: checking for sysctlbyname
2632configure:6867: gcc -o conftest -g -O2   conftest.c  >&5
2633configure:6867: $? = 0
2634configure:6867: result: yes
2635configure:6881: checking for getline
2636configure:6881: gcc -o conftest -g -O2   conftest.c  >&5
2637configure:6881: $? = 0
2638configure:6881: result: yes
2639configure:6881: checking for getdelim
2640configure:6881: gcc -o conftest -g -O2   conftest.c  >&5
2641configure:6881: $? = 0
2642configure:6881: result: yes
2643configure:6881: checking for strlcat
2644configure:6881: gcc -o conftest -g -O2   conftest.c  >&5
2645conftest.c:81:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
2646char strlcat ();
2647     ^
2648conftest.c:81:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
26491 warning generated.
2650configure:6881: $? = 0
2651configure:6881: result: yes
2652configure:6881: checking for strlcpy
2653configure:6881: gcc -o conftest -g -O2   conftest.c  >&5
2654conftest.c:82:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
2655char strlcpy ();
2656     ^
2657conftest.c:82:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
26581 warning generated.
2659configure:6881: $? = 0
2660configure:6881: result: yes
2661configure:6899: checking whether atomic_compare_exchange_strong_explicit is declared
2662configure:6899: gcc -c -g -O2  conftest.c >&5
2663configure:6899: $? = 0
2664configure:6899: result: yes
2665configure:6913: checking CommonCrypto/CommonDigest.h usability
2666configure:6913: gcc -c -g -O2  conftest.c >&5
2667configure:6913: $? = 0
2668configure:6913: result: yes
2669configure:6913: checking CommonCrypto/CommonDigest.h presence
2670configure:6913: cpp  conftest.c
2671In file included from conftest.c:61:
2672In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/CommonCrypto/CommonDigest.h:36:
2673In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/availability.h:40:
2674/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:142:2: error: #endif without #if
2675#endif /* #if defined(__has_builtin) */
2676 ^
2677/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:150:2: error: #endif without #if
2678#endif /* __ENABLE_LEGACY_IPHONE_AVAILABILITY */
2679 ^
2680/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:32: error: missing '(' after '__has_attribute'
2681    #if defined(__has_attribute) && defined(__has_feature)
2682                               ^
2683/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:58: error: missing '(' after '__has_feature'
2684    #if defined(__has_attribute) && defined(__has_feature)
2685                                                         ^
2686/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4432:6: error: #endif without #if
2687    #endif
2688     ^
2689/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4433:2: error: #endif without #if
2690#endif /* __ENABLE_LEGACY_MAC_AVAILABILITY */
2691 ^
2692/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:41: error: _Pragma takes a parenthesized string literal
2693    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
2694                                        ^
2695/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2696    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2697                             ^
2698/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:58: error: _Pragma takes a parenthesized string literal
2699    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
2700                                                         ^
2701/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2702    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2703                             ^
2704/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:45: error: _Pragma takes a parenthesized string literal
2705    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
2706                                            ^
2707/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2708    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2709                             ^
2710/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:62: error: _Pragma takes a parenthesized string literal
2711    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
2712                                                             ^
2713/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2714    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2715                             ^
2716/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:79: error: _Pragma takes a parenthesized string literal
2717    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
2718                                                                              ^
2719/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2720    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2721                             ^
2722/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:96: error: _Pragma takes a parenthesized string literal
2723    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
2724                                                                                               ^
2725/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2726    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2727                             ^
2728/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:49: error: _Pragma takes a parenthesized string literal
2729    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
2730                                                ^
2731/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2732    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2733                             ^
2734/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:66: error: _Pragma takes a parenthesized string literal
2735    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
2736                                                                 ^
2737/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2738    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2739                             ^
2740/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:83: error: _Pragma takes a parenthesized string literal
2741    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
2742                                                                                  ^
2743/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2744    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2745                             ^
2746/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:100: error: _Pragma takes a parenthesized string literal
2747    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
2748                                                                                                   ^
2749/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2750    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2751                             ^
2752/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:117: error: _Pragma takes a parenthesized string literal
2753    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
2754                                                                                                                    ^
2755/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2756    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2757                             ^
2758/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:134: error: _Pragma takes a parenthesized string literal
2759    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
2760                                                                                                                                     ^
2761/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2762    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2763                             ^
2764/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4528:50: error: _Pragma takes a parenthesized string literal
2765    #define __API_DEPRECATED_BEGIN_MSG3(msg,a,b) __API_D_BEGIN(msg,a) __API_D_BEGIN(msg,b)
2766                                                 ^
2767/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4525:35: note: expanded from macro '__API_D_BEGIN'
2768    #define __API_D_BEGIN(msg, x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_DEPRECATED_PLATFORM_##x,message=msg))), apply_to = __API_APPLY_TO)))
2769                                  ^
2770fatal error: too many errors emitted, stopping now [-ferror-limit=]
277120 errors generated.
2772configure:6913: $? = 1
2773configure: failed program was:
2774| /* confdefs.h */
2775| #define PACKAGE_NAME "MacPorts"
2776| #define PACKAGE_TARNAME "macports"
2777| #define PACKAGE_VERSION "2.6.3"
2778| #define PACKAGE_STRING "MacPorts 2.6.3"
2779| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
2780| #define PACKAGE_URL ""
2781| #define UNUSED __attribute__((unused))
2782| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
2783| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
2784| #define HAVE_FRAMEWORK_IOKIT /**/
2785| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
2786| #define STDC_HEADERS 1
2787| #define HAVE_SYS_TYPES_H 1
2788| #define HAVE_SYS_STAT_H 1
2789| #define HAVE_STDLIB_H 1
2790| #define HAVE_STRING_H 1
2791| #define HAVE_MEMORY_H 1
2792| #define HAVE_STRINGS_H 1
2793| #define HAVE_INTTYPES_H 1
2794| #define HAVE_STDINT_H 1
2795| #define HAVE_UNISTD_H 1
2796| #define HAVE_CRT_EXTERNS_H 1
2797| #define HAVE_ERR_H 1
2798| #define HAVE_FCNTL_H 1
2799| #define HAVE_LIBKERN_OSATOMIC_H 1
2800| #define HAVE_LIBPROC_H 1
2801| #define HAVE_LIMITS_H 1
2802| #define HAVE_PATHS_H 1
2803| #define HAVE_PWD_H 1
2804| #define HAVE_READLINE_HISTORY_H 1
2805| #define HAVE_READLINE_READLINE_H 1
2806| #define HAVE_STDATOMIC_H 1
2807| #define HAVE_SPAWN_H 1
2808| #define HAVE_SYS_CDEFS_H 1
2809| #define HAVE_SYS_EVENT_H 1
2810| #define HAVE_SYS_FCNTL_H 1
2811| #define HAVE_SYS_FILE_H 1
2812| #define HAVE_SYS_PATHS_H 1
2813| #define HAVE_SYS_SOCKET_H 1
2814| #define HAVE_SYS_SYSCTL_H 1
2815| #define HAVE_UTIME_H 1
2816| #define HAVE_OSATOMICCOMPAREANDSWAP32 1
2817| #define HAVE_OSATOMICCOMPAREANDSWAP64 1
2818| #define HAVE_OSATOMICCOMPAREANDSWAPPTR 1
2819| #define HAVE___GETDIRENTRIES64 1
2820| #define HAVE_COPYFILE 1
2821| #define HAVE_DLOPEN_PREFLIGHT 1
2822| #define HAVE_FLOCK 1
2823| #define HAVE_FLS 1
2824| #define HAVE_KQUEUE 1
2825| #define HAVE_POSIX_SPAWN 1
2826| #define HAVE_SETMODE 1
2827| #define HAVE_SYSCTLBYNAME 1
2828| #define HAVE_GETLINE 1
2829| #define HAVE_GETDELIM 1
2830| #define HAVE_STRLCAT 1
2831| #define HAVE_STRLCPY 1
2832| #define HAVE_DECL_ATOMIC_COMPARE_EXCHANGE_STRONG_EXPLICIT 1
2833| /* end confdefs.h.  */
2834| #include <CommonCrypto/CommonDigest.h>
2835configure:6913: result: no
2836configure:6913: WARNING: CommonCrypto/CommonDigest.h: accepted by the compiler, rejected by the preprocessor!
2837configure:6913: WARNING: CommonCrypto/CommonDigest.h: proceeding with the compiler's result
2838configure:6913: checking for CommonCrypto/CommonDigest.h
2839configure:6913: result: yes
2840configure:7272: checking for target platform
2841configure:7276: result: darwin 20
2842configure:7294: checking for curl-config
2843configure:7312: found /usr/bin/curl-config
2844configure:7324: result: /usr/bin/curl-config
2845configure:7407: checking sqlite3.h usability
2846configure:7407: gcc -c -g -O2  conftest.c >&5
2847configure:7407: $? = 0
2848configure:7407: result: yes
2849configure:7407: checking sqlite3.h presence
2850configure:7407: cpp  conftest.c
2851In file included from conftest.c:64:
2852In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sqlite3.h:88:
2853In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h:136:
2854/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:142:2: error: #endif without #if
2855#endif /* #if defined(__has_builtin) */
2856 ^
2857/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:150:2: error: #endif without #if
2858#endif /* __ENABLE_LEGACY_IPHONE_AVAILABILITY */
2859 ^
2860/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:32: error: missing '(' after '__has_attribute'
2861    #if defined(__has_attribute) && defined(__has_feature)
2862                               ^
2863/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:58: error: missing '(' after '__has_feature'
2864    #if defined(__has_attribute) && defined(__has_feature)
2865                                                         ^
2866/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4432:6: error: #endif without #if
2867    #endif
2868     ^
2869/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4433:2: error: #endif without #if
2870#endif /* __ENABLE_LEGACY_MAC_AVAILABILITY */
2871 ^
2872/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:41: error: _Pragma takes a parenthesized string literal
2873    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
2874                                        ^
2875/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2876    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2877                             ^
2878/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:58: error: _Pragma takes a parenthesized string literal
2879    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
2880                                                         ^
2881/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2882    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2883                             ^
2884/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:45: error: _Pragma takes a parenthesized string literal
2885    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
2886                                            ^
2887/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2888    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2889                             ^
2890/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:62: error: _Pragma takes a parenthesized string literal
2891    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
2892                                                             ^
2893/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2894    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2895                             ^
2896/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:79: error: _Pragma takes a parenthesized string literal
2897    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
2898                                                                              ^
2899/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2900    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2901                             ^
2902/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:96: error: _Pragma takes a parenthesized string literal
2903    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
2904                                                                                               ^
2905/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2906    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2907                             ^
2908/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:49: error: _Pragma takes a parenthesized string literal
2909    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
2910                                                ^
2911/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2912    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2913                             ^
2914/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:66: error: _Pragma takes a parenthesized string literal
2915    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
2916                                                                 ^
2917/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2918    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2919                             ^
2920/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:83: error: _Pragma takes a parenthesized string literal
2921    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
2922                                                                                  ^
2923/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2924    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2925                             ^
2926/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:100: error: _Pragma takes a parenthesized string literal
2927    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
2928                                                                                                   ^
2929/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2930    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2931                             ^
2932/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:117: error: _Pragma takes a parenthesized string literal
2933    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
2934                                                                                                                    ^
2935/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2936    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2937                             ^
2938/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:134: error: _Pragma takes a parenthesized string literal
2939    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
2940                                                                                                                                     ^
2941/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
2942    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
2943                             ^
2944/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4528:50: error: _Pragma takes a parenthesized string literal
2945    #define __API_DEPRECATED_BEGIN_MSG3(msg,a,b) __API_D_BEGIN(msg,a) __API_D_BEGIN(msg,b)
2946                                                 ^
2947/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4525:35: note: expanded from macro '__API_D_BEGIN'
2948    #define __API_D_BEGIN(msg, x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_DEPRECATED_PLATFORM_##x,message=msg))), apply_to = __API_APPLY_TO)))
2949                                  ^
2950fatal error: too many errors emitted, stopping now [-ferror-limit=]
295120 errors generated.
2952configure:7407: $? = 1
2953configure: failed program was:
2954| /* confdefs.h */
2955| #define PACKAGE_NAME "MacPorts"
2956| #define PACKAGE_TARNAME "macports"
2957| #define PACKAGE_VERSION "2.6.3"
2958| #define PACKAGE_STRING "MacPorts 2.6.3"
2959| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
2960| #define PACKAGE_URL ""
2961| #define UNUSED __attribute__((unused))
2962| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
2963| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
2964| #define HAVE_FRAMEWORK_IOKIT /**/
2965| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
2966| #define STDC_HEADERS 1
2967| #define HAVE_SYS_TYPES_H 1
2968| #define HAVE_SYS_STAT_H 1
2969| #define HAVE_STDLIB_H 1
2970| #define HAVE_STRING_H 1
2971| #define HAVE_MEMORY_H 1
2972| #define HAVE_STRINGS_H 1
2973| #define HAVE_INTTYPES_H 1
2974| #define HAVE_STDINT_H 1
2975| #define HAVE_UNISTD_H 1
2976| #define HAVE_CRT_EXTERNS_H 1
2977| #define HAVE_ERR_H 1
2978| #define HAVE_FCNTL_H 1
2979| #define HAVE_LIBKERN_OSATOMIC_H 1
2980| #define HAVE_LIBPROC_H 1
2981| #define HAVE_LIMITS_H 1
2982| #define HAVE_PATHS_H 1
2983| #define HAVE_PWD_H 1
2984| #define HAVE_READLINE_HISTORY_H 1
2985| #define HAVE_READLINE_READLINE_H 1
2986| #define HAVE_STDATOMIC_H 1
2987| #define HAVE_SPAWN_H 1
2988| #define HAVE_SYS_CDEFS_H 1
2989| #define HAVE_SYS_EVENT_H 1
2990| #define HAVE_SYS_FCNTL_H 1
2991| #define HAVE_SYS_FILE_H 1
2992| #define HAVE_SYS_PATHS_H 1
2993| #define HAVE_SYS_SOCKET_H 1
2994| #define HAVE_SYS_SYSCTL_H 1
2995| #define HAVE_UTIME_H 1
2996| #define HAVE_OSATOMICCOMPAREANDSWAP32 1
2997| #define HAVE_OSATOMICCOMPAREANDSWAP64 1
2998| #define HAVE_OSATOMICCOMPAREANDSWAPPTR 1
2999| #define HAVE___GETDIRENTRIES64 1
3000| #define HAVE_COPYFILE 1
3001| #define HAVE_DLOPEN_PREFLIGHT 1
3002| #define HAVE_FLOCK 1
3003| #define HAVE_FLS 1
3004| #define HAVE_KQUEUE 1
3005| #define HAVE_POSIX_SPAWN 1
3006| #define HAVE_SETMODE 1
3007| #define HAVE_SYSCTLBYNAME 1
3008| #define HAVE_GETLINE 1
3009| #define HAVE_GETDELIM 1
3010| #define HAVE_STRLCAT 1
3011| #define HAVE_STRLCPY 1
3012| #define HAVE_DECL_ATOMIC_COMPARE_EXCHANGE_STRONG_EXPLICIT 1
3013| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
3014| #define MIN_USABLE_UID 501
3015| #define MIN_USABLE_GID 501
3016| /* end confdefs.h.  */
3017| #include <sqlite3.h>
3018configure:7407: result: no
3019configure:7407: WARNING: sqlite3.h: accepted by the compiler, rejected by the preprocessor!
3020configure:7407: WARNING: sqlite3.h: proceeding with the compiler's result
3021configure:7407: checking for sqlite3.h
3022configure:7407: result: yes
3023configure:7478: checking sqlite3ext.h usability
3024configure:7478: gcc -c -g -O2   conftest.c >&5
3025configure:7478: $? = 0
3026configure:7478: result: yes
3027configure:7478: checking sqlite3ext.h presence
3028configure:7478: cpp   conftest.c
3029In file included from conftest.c:64:
3030In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sqlite3ext.h:20:
3031In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sqlite3.h:88:
3032In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h:136:
3033/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:142:2: error: #endif without #if
3034#endif /* #if defined(__has_builtin) */
3035 ^
3036/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:150:2: error: #endif without #if
3037#endif /* __ENABLE_LEGACY_IPHONE_AVAILABILITY */
3038 ^
3039/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:32: error: missing '(' after '__has_attribute'
3040    #if defined(__has_attribute) && defined(__has_feature)
3041                               ^
3042/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:58: error: missing '(' after '__has_feature'
3043    #if defined(__has_attribute) && defined(__has_feature)
3044                                                         ^
3045/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4432:6: error: #endif without #if
3046    #endif
3047     ^
3048/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4433:2: error: #endif without #if
3049#endif /* __ENABLE_LEGACY_MAC_AVAILABILITY */
3050 ^
3051/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:41: error: _Pragma takes a parenthesized string literal
3052    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
3053                                        ^
3054/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
3055    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
3056                             ^
3057/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:58: error: _Pragma takes a parenthesized string literal
3058    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
3059                                                         ^
3060/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
3061    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
3062                             ^
3063/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:45: error: _Pragma takes a parenthesized string literal
3064    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
3065                                            ^
3066/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
3067    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
3068                             ^
3069/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:62: error: _Pragma takes a parenthesized string literal
3070    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
3071                                                             ^
3072/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
3073    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
3074                             ^
3075/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:79: error: _Pragma takes a parenthesized string literal
3076    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
3077                                                                              ^
3078/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
3079    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
3080                             ^
3081/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:96: error: _Pragma takes a parenthesized string literal
3082    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
3083                                                                                               ^
3084/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
3085    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
3086                             ^
3087/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:49: error: _Pragma takes a parenthesized string literal
3088    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
3089                                                ^
3090/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
3091    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
3092                             ^
3093/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:66: error: _Pragma takes a parenthesized string literal
3094    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
3095                                                                 ^
3096/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
3097    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
3098                             ^
3099/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:83: error: _Pragma takes a parenthesized string literal
3100    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
3101                                                                                  ^
3102/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
3103    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
3104                             ^
3105/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:100: error: _Pragma takes a parenthesized string literal
3106    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
3107                                                                                                   ^
3108/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
3109    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
3110                             ^
3111/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:117: error: _Pragma takes a parenthesized string literal
3112    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
3113                                                                                                                    ^
3114/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
3115    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
3116                             ^
3117/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:134: error: _Pragma takes a parenthesized string literal
3118    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
3119                                                                                                                                     ^
3120/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
3121    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
3122                             ^
3123/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4528:50: error: _Pragma takes a parenthesized string literal
3124    #define __API_DEPRECATED_BEGIN_MSG3(msg,a,b) __API_D_BEGIN(msg,a) __API_D_BEGIN(msg,b)
3125                                                 ^
3126/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4525:35: note: expanded from macro '__API_D_BEGIN'
3127    #define __API_D_BEGIN(msg, x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_DEPRECATED_PLATFORM_##x,message=msg))), apply_to = __API_APPLY_TO)))
3128                                  ^
3129fatal error: too many errors emitted, stopping now [-ferror-limit=]
313020 errors generated.
3131configure:7478: $? = 1
3132configure: failed program was:
3133| /* confdefs.h */
3134| #define PACKAGE_NAME "MacPorts"
3135| #define PACKAGE_TARNAME "macports"
3136| #define PACKAGE_VERSION "2.6.3"
3137| #define PACKAGE_STRING "MacPorts 2.6.3"
3138| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
3139| #define PACKAGE_URL ""
3140| #define UNUSED __attribute__((unused))
3141| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
3142| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
3143| #define HAVE_FRAMEWORK_IOKIT /**/
3144| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
3145| #define STDC_HEADERS 1
3146| #define HAVE_SYS_TYPES_H 1
3147| #define HAVE_SYS_STAT_H 1
3148| #define HAVE_STDLIB_H 1
3149| #define HAVE_STRING_H 1
3150| #define HAVE_MEMORY_H 1
3151| #define HAVE_STRINGS_H 1
3152| #define HAVE_INTTYPES_H 1
3153| #define HAVE_STDINT_H 1
3154| #define HAVE_UNISTD_H 1
3155| #define HAVE_CRT_EXTERNS_H 1
3156| #define HAVE_ERR_H 1
3157| #define HAVE_FCNTL_H 1
3158| #define HAVE_LIBKERN_OSATOMIC_H 1
3159| #define HAVE_LIBPROC_H 1
3160| #define HAVE_LIMITS_H 1
3161| #define HAVE_PATHS_H 1
3162| #define HAVE_PWD_H 1
3163| #define HAVE_READLINE_HISTORY_H 1
3164| #define HAVE_READLINE_READLINE_H 1
3165| #define HAVE_STDATOMIC_H 1
3166| #define HAVE_SPAWN_H 1
3167| #define HAVE_SYS_CDEFS_H 1
3168| #define HAVE_SYS_EVENT_H 1
3169| #define HAVE_SYS_FCNTL_H 1
3170| #define HAVE_SYS_FILE_H 1
3171| #define HAVE_SYS_PATHS_H 1
3172| #define HAVE_SYS_SOCKET_H 1
3173| #define HAVE_SYS_SYSCTL_H 1
3174| #define HAVE_UTIME_H 1
3175| #define HAVE_OSATOMICCOMPAREANDSWAP32 1
3176| #define HAVE_OSATOMICCOMPAREANDSWAP64 1
3177| #define HAVE_OSATOMICCOMPAREANDSWAPPTR 1
3178| #define HAVE___GETDIRENTRIES64 1
3179| #define HAVE_COPYFILE 1
3180| #define HAVE_DLOPEN_PREFLIGHT 1
3181| #define HAVE_FLOCK 1
3182| #define HAVE_FLS 1
3183| #define HAVE_KQUEUE 1
3184| #define HAVE_POSIX_SPAWN 1
3185| #define HAVE_SETMODE 1
3186| #define HAVE_SYSCTLBYNAME 1
3187| #define HAVE_GETLINE 1
3188| #define HAVE_GETDELIM 1
3189| #define HAVE_STRLCAT 1
3190| #define HAVE_STRLCPY 1
3191| #define HAVE_DECL_ATOMIC_COMPARE_EXCHANGE_STRONG_EXPLICIT 1
3192| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
3193| #define MIN_USABLE_UID 501
3194| #define MIN_USABLE_GID 501
3195| /* end confdefs.h.  */
3196| #include <sqlite3ext.h>
3197configure:7478: result: no
3198configure:7478: WARNING: sqlite3ext.h: accepted by the compiler, rejected by the preprocessor!
3199configure:7478: WARNING: sqlite3ext.h: proceeding with the compiler's result
3200configure:7478: checking for sqlite3ext.h
3201configure:7478: result: yes
3202configure:7497: checking for SQLite >= 3003011
3203configure:7517: cpp   conftest.c
3204In file included from conftest.c:66:
3205In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sqlite3.h:88:
3206In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h:136:
3207/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:142:2: error: #endif without #if
3208#endif /* #if defined(__has_builtin) */
3209 ^
3210/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:150:2: error: #endif without #if
3211#endif /* __ENABLE_LEGACY_IPHONE_AVAILABILITY */
3212 ^
3213/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:32: error: missing '(' after '__has_attribute'
3214    #if defined(__has_attribute) && defined(__has_feature)
3215                               ^
3216/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:153:58: error: missing '(' after '__has_feature'
3217    #if defined(__has_attribute) && defined(__has_feature)
3218                                                         ^
3219/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4432:6: error: #endif without #if
3220    #endif
3221     ^
3222/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4433:2: error: #endif without #if
3223#endif /* __ENABLE_LEGACY_MAC_AVAILABILITY */
3224 ^
3225/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:41: error: _Pragma takes a parenthesized string literal
3226    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
3227                                        ^
3228/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
3229    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
3230                             ^
3231/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4484:58: error: _Pragma takes a parenthesized string literal
3232    #define __API_AVAILABLE_BEGIN2(a,b) __API_A_BEGIN(a) __API_A_BEGIN(b)
3233                                                         ^
3234/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
3235    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
3236                             ^
3237/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:45: error: _Pragma takes a parenthesized string literal
3238    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
3239                                            ^
3240/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
3241    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
3242                             ^
3243/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:62: error: _Pragma takes a parenthesized string literal
3244    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
3245                                                             ^
3246/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
3247    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
3248                             ^
3249/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:79: error: _Pragma takes a parenthesized string literal
3250    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
3251                                                                              ^
3252/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
3253    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
3254                             ^
3255/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4486:96: error: _Pragma takes a parenthesized string literal
3256    #define __API_AVAILABLE_BEGIN4(a,b,c,d) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d)
3257                                                                                               ^
3258/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
3259    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
3260                             ^
3261/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:49: error: _Pragma takes a parenthesized string literal
3262    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
3263                                                ^
3264/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
3265    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
3266                             ^
3267/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:66: error: _Pragma takes a parenthesized string literal
3268    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
3269                                                                 ^
3270/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
3271    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
3272                             ^
3273/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:83: error: _Pragma takes a parenthesized string literal
3274    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
3275                                                                                  ^
3276/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
3277    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
3278                             ^
3279/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:100: error: _Pragma takes a parenthesized string literal
3280    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
3281                                                                                                   ^
3282/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
3283    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
3284                             ^
3285/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:117: error: _Pragma takes a parenthesized string literal
3286    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
3287                                                                                                                    ^
3288/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
3289    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
3290                             ^
3291/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4488:134: error: _Pragma takes a parenthesized string literal
3292    #define __API_AVAILABLE_BEGIN6(a,b,c,d,e,f) __API_A_BEGIN(a) __API_A_BEGIN(b) __API_A_BEGIN(c) __API_A_BEGIN(d) __API_A_BEGIN(e) __API_A_BEGIN(f)
3293                                                                                                                                     ^
3294/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4481:30: note: expanded from macro '__API_A_BEGIN'
3295    #define __API_A_BEGIN(x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_AVAILABLE_PLATFORM_##x))), apply_to = __API_APPLY_TO)))
3296                             ^
3297/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4528:50: error: _Pragma takes a parenthesized string literal
3298    #define __API_DEPRECATED_BEGIN_MSG3(msg,a,b) __API_D_BEGIN(msg,a) __API_D_BEGIN(msg,b)
3299                                                 ^
3300/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h:4525:35: note: expanded from macro '__API_D_BEGIN'
3301    #define __API_D_BEGIN(msg, x) _Pragma(__API_RANGE_STRINGIFY (clang attribute (__attribute__((availability(__API_DEPRECATED_PLATFORM_##x,message=msg))), apply_to = __API_APPLY_TO)))
3302                                  ^
3303fatal error: too many errors emitted, stopping now [-ferror-limit=]
330420 errors generated.
3305configure:7517: $? = 1
3306configure: failed program was:
3307| /* confdefs.h */
3308| #define PACKAGE_NAME "MacPorts"
3309| #define PACKAGE_TARNAME "macports"
3310| #define PACKAGE_VERSION "2.6.3"
3311| #define PACKAGE_STRING "MacPorts 2.6.3"
3312| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
3313| #define PACKAGE_URL ""
3314| #define UNUSED __attribute__((unused))
3315| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
3316| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
3317| #define HAVE_FRAMEWORK_IOKIT /**/
3318| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
3319| #define STDC_HEADERS 1
3320| #define HAVE_SYS_TYPES_H 1
3321| #define HAVE_SYS_STAT_H 1
3322| #define HAVE_STDLIB_H 1
3323| #define HAVE_STRING_H 1
3324| #define HAVE_MEMORY_H 1
3325| #define HAVE_STRINGS_H 1
3326| #define HAVE_INTTYPES_H 1
3327| #define HAVE_STDINT_H 1
3328| #define HAVE_UNISTD_H 1
3329| #define HAVE_CRT_EXTERNS_H 1
3330| #define HAVE_ERR_H 1
3331| #define HAVE_FCNTL_H 1
3332| #define HAVE_LIBKERN_OSATOMIC_H 1
3333| #define HAVE_LIBPROC_H 1
3334| #define HAVE_LIMITS_H 1
3335| #define HAVE_PATHS_H 1
3336| #define HAVE_PWD_H 1
3337| #define HAVE_READLINE_HISTORY_H 1
3338| #define HAVE_READLINE_READLINE_H 1
3339| #define HAVE_STDATOMIC_H 1
3340| #define HAVE_SPAWN_H 1
3341| #define HAVE_SYS_CDEFS_H 1
3342| #define HAVE_SYS_EVENT_H 1
3343| #define HAVE_SYS_FCNTL_H 1
3344| #define HAVE_SYS_FILE_H 1
3345| #define HAVE_SYS_PATHS_H 1
3346| #define HAVE_SYS_SOCKET_H 1
3347| #define HAVE_SYS_SYSCTL_H 1
3348| #define HAVE_UTIME_H 1
3349| #define HAVE_OSATOMICCOMPAREANDSWAP32 1
3350| #define HAVE_OSATOMICCOMPAREANDSWAP64 1
3351| #define HAVE_OSATOMICCOMPAREANDSWAPPTR 1
3352| #define HAVE___GETDIRENTRIES64 1
3353| #define HAVE_COPYFILE 1
3354| #define HAVE_DLOPEN_PREFLIGHT 1
3355| #define HAVE_FLOCK 1
3356| #define HAVE_FLS 1
3357| #define HAVE_KQUEUE 1
3358| #define HAVE_POSIX_SPAWN 1
3359| #define HAVE_SETMODE 1
3360| #define HAVE_SYSCTLBYNAME 1
3361| #define HAVE_GETLINE 1
3362| #define HAVE_GETDELIM 1
3363| #define HAVE_STRLCAT 1
3364| #define HAVE_STRLCPY 1
3365| #define HAVE_DECL_ATOMIC_COMPARE_EXCHANGE_STRONG_EXPLICIT 1
3366| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
3367| #define MIN_USABLE_UID 501
3368| #define MIN_USABLE_GID 501
3369| #define HAVE_SQLITE3EXT_H 1
3370| /* end confdefs.h.  */
3371|
3372|                                       #include <sqlite3.h>
3373|                                       #ifndef SQLITE_VERSION_NUMBER
3374|                                       #  error "SQLITE_VERSION_NUMBER undefined"
3375|                                       #endif
3376|
3377|
3378configure:7520: error: "SQLITE_VERSION_NUMBER undefined or sqlite3.h not found"
3379
3380## ---------------- ##
3381## Cache variables. ##
3382## ---------------- ##
3383
3384ac_cv_build=x86_64-apple-darwin20.1.0
3385ac_cv_c_compiler_gnu=yes
3386ac_cv_env_CC_set=set
3387ac_cv_env_CC_value=gcc
3388ac_cv_env_CFLAGS_set=
3389ac_cv_env_CFLAGS_value=
3390ac_cv_env_CPPFLAGS_set=
3391ac_cv_env_CPPFLAGS_value=
3392ac_cv_env_CPP_set=set
3393ac_cv_env_CPP_value=cpp
3394ac_cv_env_LDFLAGS_set=
3395ac_cv_env_LDFLAGS_value=
3396ac_cv_env_LIBS_set=
3397ac_cv_env_LIBS_value=
3398ac_cv_env_OBJCFLAGS_set=
3399ac_cv_env_OBJCFLAGS_value=
3400ac_cv_env_build_alias_set=
3401ac_cv_env_build_alias_value=
3402ac_cv_env_host_alias_set=
3403ac_cv_env_host_alias_value=
3404ac_cv_env_target_alias_set=
3405ac_cv_env_target_alias_value=
3406ac_cv_func_OSAtomicCompareAndSwap32=yes
3407ac_cv_func_OSAtomicCompareAndSwap64=yes
3408ac_cv_func_OSAtomicCompareAndSwapPtr=yes
3409ac_cv_func___getdirentries64=yes
3410ac_cv_func_clearenv=no
3411ac_cv_func_copyfile=yes
3412ac_cv_func_dlopen_preflight=yes
3413ac_cv_func_flock=yes
3414ac_cv_func_fls=yes
3415ac_cv_func_getdelim=yes
3416ac_cv_func_getline=yes
3417ac_cv_func_kqueue=yes
3418ac_cv_func_posix_spawn=yes
3419ac_cv_func_setmode=yes
3420ac_cv_func_strlcat=yes
3421ac_cv_func_strlcpy=yes
3422ac_cv_func_sysctlbyname=yes
3423ac_cv_have_decl_atomic_compare_exchange_strong_explicit=yes
3424ac_cv_header_CommonCrypto_CommonDigest_h=yes
3425ac_cv_header_crt_externs_h=yes
3426ac_cv_header_err_h=yes
3427ac_cv_header_fcntl_h=yes
3428ac_cv_header_inttypes_h=yes
3429ac_cv_header_libkern_OSAtomic_h=yes
3430ac_cv_header_libproc_h=yes
3431ac_cv_header_limits_h=yes
3432ac_cv_header_memory_h=yes
3433ac_cv_header_paths_h=yes
3434ac_cv_header_pwd_h=yes
3435ac_cv_header_readline_history_h=yes
3436ac_cv_header_readline_readline_h=yes
3437ac_cv_header_spawn_h=yes
3438ac_cv_header_sqlite3_h=yes
3439ac_cv_header_sqlite3ext_h=yes
3440ac_cv_header_stdatomic_h=yes
3441ac_cv_header_stdc=yes
3442ac_cv_header_stdint_h=yes
3443ac_cv_header_stdlib_h=yes
3444ac_cv_header_string_h=yes
3445ac_cv_header_strings_h=yes
3446ac_cv_header_sys_cdefs_h=yes
3447ac_cv_header_sys_event_h=yes
3448ac_cv_header_sys_fcntl_h=yes
3449ac_cv_header_sys_file_h=yes
3450ac_cv_header_sys_paths_h=yes
3451ac_cv_header_sys_socket_h=yes
3452ac_cv_header_sys_stat_h=yes
3453ac_cv_header_sys_sysctl_h=yes
3454ac_cv_header_sys_types_h=yes
3455ac_cv_header_unistd_h=yes
3456ac_cv_header_utime_h=yes
3457ac_cv_host=x86_64-apple-darwin20.1.0
3458ac_cv_objext=o
3459ac_cv_path_BZIP2_BIN=/usr/bin/bzip2
3460ac_cv_path_CHOWN=/usr/sbin/chown
3461ac_cv_path_CP=/bin/cp
3462ac_cv_path_CPIO=/usr/bin/cpio
3463ac_cv_path_CURL_CONFIG=/usr/bin/curl-config
3464ac_cv_path_DEFAULTS=/usr/bin/defaults
3465ac_cv_path_DIFF=/usr/bin/diff
3466ac_cv_path_DSCL=/usr/bin/dscl
3467ac_cv_path_DSEDITGROUP=/usr/sbin/dseditgroup
3468ac_cv_path_EGREP='/usr/bin/grep -E'
3469ac_cv_path_FILE=/usr/bin/file
3470ac_cv_path_FIND=/usr/bin/find
3471ac_cv_path_GIT=/usr/bin/git
3472ac_cv_path_GNUMAKE=/usr/bin/gnumake
3473ac_cv_path_GREP=/usr/bin/grep
3474ac_cv_path_GZIP_BIN=/usr/bin/gzip
3475ac_cv_path_HDIUTIL=/usr/bin/hdiutil
3476ac_cv_path_LAUNCHCTL=/bin/launchctl
3477ac_cv_path_LIPO=/usr/bin/lipo
3478ac_cv_path_LSBOM=/usr/bin/lsbom
3479ac_cv_path_MAKE=/usr/bin/make
3480ac_cv_path_MAN=/usr/bin/man
3481ac_cv_path_MDFIND=/usr/bin/mdfind
3482ac_cv_path_MDLS=/usr/bin/mdls
3483ac_cv_path_MKBOM=/usr/bin/mkbom
3484ac_cv_path_MTREE=/usr/sbin/mtree
3485ac_cv_path_OPEN=/usr/bin/open
3486ac_cv_path_OPENSSL=/usr/bin/openssl
3487ac_cv_path_PATCH=/usr/bin/patch
3488ac_cv_path_PAX=/bin/pax
3489ac_cv_path_RMDIR=/bin/rmdir
3490ac_cv_path_RSYNC=/usr/bin/rsync
3491ac_cv_path_SANDBOX_EXEC=/usr/bin/sandbox-exec
3492ac_cv_path_SED=/usr/bin/sed
3493ac_cv_path_SW_VERS=/usr/bin/sw_vers
3494ac_cv_path_TAR=/usr/bin/tar
3495ac_cv_path_UNZIP=/usr/bin/unzip
3496ac_cv_path_XAR=/usr/bin/xar
3497ac_cv_path_XCODEBUILD=/usr/bin/xcodebuild
3498ac_cv_path_XCODE_SELECT=/usr/bin/xcode-select
3499ac_cv_path_XCRUN=/usr/bin/xcrun
3500ac_cv_path_ZIP=/usr/bin/zip
3501ac_cv_path_install='/usr/bin/install -c'
3502ac_cv_prog_CPP=cpp
3503ac_cv_prog_cc_c89=
3504ac_cv_prog_cc_g=yes
3505ac_cv_prog_make_make_set=yes
3506ac_cv_target=x86_64-apple-darwin20.1.0
3507mp_cv_have_framework_corefoundation=yes
3508mp_cv_have_framework_iokit=yes
3509mp_cv_have_framework_systemconfiguration=yes
3510mp_cv_have_function_cfnotificationcentergetdarwinnotifycenter=yes
3511
3512## ----------------- ##
3513## Output variables. ##
3514## ----------------- ##
3515
3516BSDMAKE=''
3517BZIP2_BIN='/usr/bin/bzip2'
3518BZR=''
3519CC='gcc'
3520CFLAGS='-g -O2'
3521CFLAGS_LIBCURL=''
3522CFLAGS_PEDANTIC='-pedantic'
3523CFLAGS_QUICHEEATERS='-Wextra -Wall'
3524CFLAGS_SQLITE3=''
3525CFLAGS_WERROR=''
3526CHOWN='/usr/sbin/chown'
3527CP='/bin/cp'
3528CPIO='/usr/bin/cpio'
3529CPP='cpp'
3530CPPFLAGS=' '
3531CURL_CONFIG='/usr/bin/curl-config'
3532CVS=''
3533DARWINTRACE_SIP_WORKAROUND_PATH=''
3534DEFAULTS='/usr/bin/defaults'
3535DEFS=''
3536DEVELOPER_DIR='/Applications/Xcode.app/Contents/Developer'
3537DIFF='/usr/bin/diff'
3538DSCL='/usr/bin/dscl'
3539DSEDITGROUP='/usr/sbin/dseditgroup'
3540DSTGRP='admin'
3541DSTMODE='0755'
3542DSTUSR='root'
3543ECHO_C='\c'
3544ECHO_N=''
3545ECHO_T=''
3546EGREP='/usr/bin/grep -E'
3547EXEEXT=''
3548EXTRA_PROGS=' daemondo'
3549FILE='/usr/bin/file'
3550FIND='/usr/bin/find'
3551GIT='/usr/bin/git'
3552GNUMAKE='/usr/bin/gnumake'
3553GNUPATCH='/usr/bin/patch'
3554GNUTAR=''
3555GREP='/usr/bin/grep'
3556GZIP_BIN='/usr/bin/gzip'
3557HAVE_FRAMEWORK_COREFOUNDATION='yes'
3558HAVE_FRAMEWORK_IOKIT='yes'
3559HAVE_FRAMEWORK_SYSTEMCONFIGURATION='yes'
3560HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER=''
3561HAVE_GETDELIM='yes'
3562HAVE_GETLINE='yes'
3563HAVE_STRLCAT='yes'
3564HAVE_STRLCPY='yes'
3565HDIUTIL='/usr/bin/hdiutil'
3566HG=''
3567INCLUDES=''
3568INSTALL_DATA='${INSTALL} -m 644'
3569INSTALL_PROGRAM='${INSTALL}'
3570INSTALL_SCRIPT='${INSTALL}'
3571INTREE_TCLSH=''
3572LAUNCHCTL='/bin/launchctl'
3573LDFLAGS=''
3574LDFLAGS_LIBCURL='-lcurl'
3575LDFLAGS_SQLITE3='-lsqlite3'
3576LIBOBJS=''
3577LIBS=''
3578LIPO='/usr/bin/lipo'
3579LN_S='ln -s'
3580LSBOM='/usr/bin/lsbom'
3581LTLIBOBJS=''
3582LZMA=''
3583MACPORTS_VERSION='2.6.3'
3584MAKE='/usr/bin/make'
3585MAN='/usr/bin/man'
3586MD5_LIBS=''
3587MDFIND='/usr/bin/mdfind'
3588MDLS='/usr/bin/mdls'
3589MKBOM='/usr/bin/mkbom'
3590MPAPPLICATIONSDIR='/Applications/MacPorts'
3591MPCONFIGDIR='${sysconfdir}/macports'
3592MPCONFIGDIR_EXPANDED=''
3593MPFRAMEWORKSDIR='/opt/local/Library/Frameworks'
3594MTREE='/usr/sbin/mtree'
3595OBJEXT='o'
3596OPEN='/usr/bin/open'
3597OPENSSL='/usr/bin/openssl'
3598OS_MAJOR='20'
3599OS_PLATFORM='darwin'
3600PACKAGE_BUGREPORT='macports-dev@lists.macports.org'
3601PACKAGE_NAME='MacPorts'
3602PACKAGE_STRING='MacPorts 2.6.3'
3603PACKAGE_TARNAME='macports'
3604PACKAGE_URL=''
3605PACKAGE_VERSION='2.6.3'
3606PATCH='/usr/bin/patch'
3607PATH_CLEANED='/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Library/Apple/usr/bin:/Users/Stefan/Dropbox/Software/krpano-1.18.5:/Users/stefan/Dropbox/Software/homebrew/bin:/Users/stefan/Dropbox/Software/Astromatic/Stiff/bin:/Users/stefan/Dropbox/Software/Astromatic/Skymaker/bin:/Users/stefan/Dropbox/Software/Astromatic/Missfits/bin:/Users/stefan/Dropbox/Software/Astromatic/WeightWatcher/bin:/Users/stefan/Dropbox/Software/Astromatic/sextractor-master/bin:/Users/stefan/Dropbox/Software/Astromatic/psfex-master/bin:/Users/stefan/Dropbox/Software/Astromatic/swarp-master/bin:/Users/stefan/Dropbox/Software/Astromatic/scamp-master/bin:/Users/stefan/Dropbox/Software/Misc/ds9:/Users/stefan/Dropbox/Software/ESO/sadt-5.1.0/bin:/Users/stefan/Dropbox/Software/ESO/p2pp-3.4.3/bin:/Users/stefan/Dropbox/Software/Misc:/Users/stefan/Dropbox/Software/Montage_v5.0/bin:/Users/stefan/Dropbox/Software/wcstools-3.9.5/bin'
3608PATH_SEPARATOR=':'
3609PAX='/bin/pax'
3610PKG_CONFIG=''
3611READLINE_LIBS=''
3612RMDIR='/bin/rmdir'
3613RSYNC='/usr/bin/rsync'
3614RUNUSR='macports'
3615SANDBOX_EXEC='/usr/bin/sandbox-exec'
3616SED='/usr/bin/sed'
3617SET_MAKE=''
3618SHELL='/bin/sh'
3619SHLIB_CFLAGS=''
3620SHLIB_LD=''
3621SHLIB_SUFFIX=''
3622STLIB_LD=''
3623SVN=''
3624SWIG=''
3625SW_VERS='/usr/bin/sw_vers'
3626TAR='/usr/bin/tar'
3627TAR_CMD='/usr/bin/tar'
3628TAR_Q='q'
3629TCLSH=''
3630TCL_BIN_DIR=''
3631TCL_LIB_FILE=''
3632TCL_LIB_FLAG=''
3633TCL_LIB_SPEC=''
3634TCL_PACKAGE_PATH=''
3635TCL_PREFIX=''
3636TCL_SRC_DIR=''
3637TCL_STUB_LIB_FILE=''
3638TCL_STUB_LIB_FLAG=''
3639TCL_STUB_LIB_SPEC=''
3640TCL_VERSION=''
3641TRACEMODE_SUPPORT=''
3642UNIVERSAL_ARCHFLAGS=' -arch arm64 -arch x86_64'
3643UNIVERSAL_ARCHS='arm64 x86_64'
3644UNZIP='/usr/bin/unzip'
3645VENDOR_DESTROOT=''
3646VENDOR_TCLLIB_INSTALL=''
3647VENDOR_TCLLIB_SUBDIR=''
3648VENDOR_TCLTHREAD_INSTALL=''
3649VENDOR_TCLTHREAD_SUBDIR=''
3650VENDOR_TCLX_INSTALL=''
3651VENDOR_TCLX_SUBDIR=''
3652VENDOR_TCL_INSTALL=''
3653VENDOR_TCL_SUBDIR=''
3654XAR='/usr/bin/xar'
3655XCODEBUILD='/usr/bin/xcodebuild'
3656XCODE_SELECT='/usr/bin/xcode-select'
3657XCRUN='/usr/bin/xcrun'
3658XZ=''
3659ZIP='/usr/bin/zip'
3660ac_ct_CC=''
3661bindir='${exec_prefix}/bin'
3662build='x86_64-apple-darwin20.1.0'
3663build_alias=''
3664build_cpu='x86_64'
3665build_os='darwin20.1.0'
3666build_vendor='apple'
3667datadir='${datarootdir}'
3668datarootdir='${prefix}/share'
3669docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
3670dvidir='${docdir}'
3671exec_prefix='NONE'
3672host='x86_64-apple-darwin20.1.0'
3673host_alias=''
3674host_cpu='x86_64'
3675host_os='darwin20.1.0'
3676host_vendor='apple'
3677htmldir='${docdir}'
3678includedir='${prefix}/include'
3679infodir='${datarootdir}/info'
3680libdir='${exec_prefix}/lib'
3681libexecdir='${exec_prefix}/libexec'
3682localedir='${datarootdir}/locale'
3683localstatedir='${prefix}/var'
3684localstatedir_expanded=''
3685mandir='${datarootdir}/man'
3686oldincludedir='/usr/include'
3687pdfdir='${docdir}'
3688prefix='NONE'
3689prefix_expanded=''
3690program_transform_name='s,x,x,'
3691psdir='${docdir}'
3692sbindir='${exec_prefix}/sbin'
3693sharedstatedir='${prefix}/com'
3694startupitem_install='#startupitem_install       yes'
3695sysconfdir='${prefix}/etc'
3696target='x86_64-apple-darwin20.1.0'
3697target_alias=''
3698target_cpu='x86_64'
3699target_os='darwin20.1.0'
3700target_vendor='apple'
3701
3702## ----------- ##
3703## confdefs.h. ##
3704## ----------- ##
3705
3706/* confdefs.h */
3707#define PACKAGE_NAME "MacPorts"
3708#define PACKAGE_TARNAME "macports"
3709#define PACKAGE_VERSION "2.6.3"
3710#define PACKAGE_STRING "MacPorts 2.6.3"
3711#define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
3712#define PACKAGE_URL ""
3713#define UNUSED __attribute__((unused))
3714#define HAVE_FRAMEWORK_COREFOUNDATION /**/
3715#define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
3716#define HAVE_FRAMEWORK_IOKIT /**/
3717#define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
3718#define STDC_HEADERS 1
3719#define HAVE_SYS_TYPES_H 1
3720#define HAVE_SYS_STAT_H 1
3721#define HAVE_STDLIB_H 1
3722#define HAVE_STRING_H 1
3723#define HAVE_MEMORY_H 1
3724#define HAVE_STRINGS_H 1
3725#define HAVE_INTTYPES_H 1
3726#define HAVE_STDINT_H 1
3727#define HAVE_UNISTD_H 1
3728#define HAVE_CRT_EXTERNS_H 1
3729#define HAVE_ERR_H 1
3730#define HAVE_FCNTL_H 1
3731#define HAVE_LIBKERN_OSATOMIC_H 1
3732#define HAVE_LIBPROC_H 1
3733#define HAVE_LIMITS_H 1
3734#define HAVE_PATHS_H 1
3735#define HAVE_PWD_H 1
3736#define HAVE_READLINE_HISTORY_H 1
3737#define HAVE_READLINE_READLINE_H 1
3738#define HAVE_STDATOMIC_H 1
3739#define HAVE_SPAWN_H 1
3740#define HAVE_SYS_CDEFS_H 1
3741#define HAVE_SYS_EVENT_H 1
3742#define HAVE_SYS_FCNTL_H 1
3743#define HAVE_SYS_FILE_H 1
3744#define HAVE_SYS_PATHS_H 1
3745#define HAVE_SYS_SOCKET_H 1
3746#define HAVE_SYS_SYSCTL_H 1
3747#define HAVE_UTIME_H 1
3748#define HAVE_OSATOMICCOMPAREANDSWAP32 1
3749#define HAVE_OSATOMICCOMPAREANDSWAP64 1
3750#define HAVE_OSATOMICCOMPAREANDSWAPPTR 1
3751#define HAVE___GETDIRENTRIES64 1
3752#define HAVE_COPYFILE 1
3753#define HAVE_DLOPEN_PREFLIGHT 1
3754#define HAVE_FLOCK 1
3755#define HAVE_FLS 1
3756#define HAVE_KQUEUE 1
3757#define HAVE_POSIX_SPAWN 1
3758#define HAVE_SETMODE 1
3759#define HAVE_SYSCTLBYNAME 1
3760#define HAVE_GETLINE 1
3761#define HAVE_GETDELIM 1
3762#define HAVE_STRLCAT 1
3763#define HAVE_STRLCPY 1
3764#define HAVE_DECL_ATOMIC_COMPARE_EXCHANGE_STRONG_EXPLICIT 1
3765#define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
3766#define MIN_USABLE_UID 501
3767#define MIN_USABLE_GID 501
3768#define HAVE_SQLITE3EXT_H 1
3769
3770configure: exit 1