Ticket #64588: config.log

File config.log, 62.7 KB (added by barracuda156, 3 years ago)

Config log when trying to build with gcc11

Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by MacPorts configure 2.7.1, which was
5generated by GNU Autoconf 2.71.  Invocation command line was
6
7  $ ./configure --prefix=/opt/bootstrap --with-applications-dir=/opt/bootstrap/Applications --without-startupitems --build=powerpc-apple-darwin9.8.0
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = 36-47.wireless-city.scu.edu.tw
14uname -m = Power Macintosh
15uname -r = 9.8.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 9.8.0: Wed Jul 15 16:57:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_PPC
18
19/usr/bin/uname -p = powerpc
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 9.8.0: Wed Jul 15 16:57:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_PPC
27Kernel configured for up to 4 processors.
284 processors are physically available.
294 processors are logically available.
30Processor type: ppc970 (PowerPC 970)
31Processors active: 0 1 2 3
32Primary memory available: 16.00 gigabytes
33Default processor set: 51 tasks, 242 threads, 4 processors
34Load average: 0.66, Mach factor: 3.33
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /bin/
40PATH: /sbin/
41PATH: /opt/svacchanda/gcc11/bin/
42PATH: /usr/bin/
43PATH: /usr/sbin/
44
45
46## ----------- ##
47## Core tests. ##
48## ----------- ##
49
50configure:2587: looking for aux files: install-sh config.guess config.sub
51configure:2600:  trying ./
52configure:2611:   ./install-sh found
53configure:2629:   ./config.guess found
54configure:2629:   ./config.sub found
55configure:2751: checking build system type
56configure:2766: result: powerpc-apple-darwin9.8.0
57configure:2786: checking host system type
58configure:2800: result: powerpc-apple-darwin9.8.0
59configure:2820: checking target system type
60configure:2834: result: powerpc-apple-darwin9.8.0
61configure:2862: checking MacPorts version
62configure:2865: result: 2.7.1
63configure:2985: checking for sw_vers
64configure:3008: found /usr/bin/sw_vers
65configure:3020: result: /usr/bin/sw_vers
66configure:3030: checking for defaults
67configure:3053: found /usr/bin/defaults
68configure:3065: result: /usr/bin/defaults
69configure:3075: checking for xcode-select
70configure:3098: found /usr/bin/xcode-select
71configure:3110: result: /usr/bin/xcode-select
72configure:3120: checking macOS version
73configure:3123: result: 10.5.8
74configure:3161: checking Xcode location
75configure:3173: result: /Developer
76configure:3187: checking Xcode version
77configure:3194: result: 3.1.4
78configure:3347: checking for C compiler version
79configure:3356: /opt/svacchanda/gcc11/bin/gcc -arch ppc --version >&5
80gcc (GCC) 11.2.1 20211013
81Copyright (C) 2021 Free Software Foundation, Inc.
82This is free software; see the source for copying conditions.  There is NO
83warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
84
85configure:3367: $? = 0
86configure:3356: /opt/svacchanda/gcc11/bin/gcc -arch ppc -v >&5
87Using built-in specs.
88COLLECT_GCC=/opt/svacchanda/gcc11/bin/gcc
89COLLECT_LTO_WRAPPER=/opt/svacchanda/gcc11/libexec/gcc/powerpc-apple-darwin9/11.2.1/lto-wrapper
90Target: powerpc-apple-darwin9
91Configured with: ../configure --prefix=/opt/svacchanda/gcc11 --build=powerpc-apple-darwin9 --with-as=/usr/bin/as --with-ld=/usr/bin/ld --enable-languages=all CC=/opt/iains/powerpc-apple-darwin9/gcc-10-3-ppc/bin/gcc CXX=/opt/iains/powerpc-apple-darwin9/gcc-10-3-ppc/bin/g++
92Thread model: posix
93Supported LTO compression algorithms: zlib
94gcc version 11.2.1 20211013 (GCC)
95configure:3367: $? = 0
96configure:3356: /opt/svacchanda/gcc11/bin/gcc -arch ppc -V >&5
97gcc: error: unrecognized command-line option '-V'
98gcc: fatal error: no input files
99compilation terminated.
100configure:3367: $? = 1
101configure:3356: /opt/svacchanda/gcc11/bin/gcc -arch ppc -qversion >&5
102gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
103gcc: fatal error: no input files
104compilation terminated.
105configure:3367: $? = 1
106configure:3356: /opt/svacchanda/gcc11/bin/gcc -arch ppc -version >&5
107gcc: error: unrecognized command-line option '-version'
108gcc: fatal error: no input files
109compilation terminated.
110configure:3367: $? = 1
111configure:3387: checking whether the C compiler works
112configure:3409: /opt/svacchanda/gcc11/bin/gcc -arch ppc    conftest.c  >&5
113configure:3413: $? = 0
114configure:3463: result: yes
115configure:3466: checking for C compiler default output file name
116configure:3468: result: a.out
117configure:3474: checking for suffix of executables
118configure:3481: /opt/svacchanda/gcc11/bin/gcc -arch ppc -o conftest    conftest.c  >&5
119configure:3485: $? = 0
120configure:3508: result:
121configure:3530: checking whether we are cross compiling
122configure:3538: /opt/svacchanda/gcc11/bin/gcc -arch ppc -o conftest    conftest.c  >&5
123configure:3542: $? = 0
124configure:3549: ./conftest
125configure:3553: $? = 0
126configure:3568: result: no
127configure:3573: checking for suffix of object files
128configure:3596: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c   conftest.c >&5
129configure:3600: $? = 0
130configure:3622: result: o
131configure:3626: checking whether the compiler supports GNU C
132configure:3646: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c   conftest.c >&5
133configure:3646: $? = 0
134configure:3656: result: yes
135configure:3667: checking whether /opt/svacchanda/gcc11/bin/gcc -arch ppc accepts -g
136configure:3688: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g  conftest.c >&5
137configure:3688: $? = 0
138configure:3732: result: yes
139configure:3752: checking for /opt/svacchanda/gcc11/bin/gcc -arch ppc option to enable C11 features
140configure:3767: /opt/svacchanda/gcc11/bin/gcc -arch ppc  -c -g -O2  conftest.c >&5
141configure:3767: $? = 0
142configure:3785: result: none needed
143configure:3910: checking for a BSD-compatible install
144configure:3983: result: /usr/bin/install -c
145configure:3994: checking whether ln -s works
146configure:3998: result: yes
147configure:4005: checking whether make sets $(MAKE)
148configure:4028: result: yes
149configure:4158: checking for bsdmake
150configure:4181: found /usr/bin/bsdmake
151configure:4193: result: /usr/bin/bsdmake
152configure:4206: checking for bzip2
153configure:4229: found /usr/bin/bzip2
154configure:4241: result: /usr/bin/bzip2
155configure:4251: checking for bzr
156configure:4289: result: no
157configure:4296: checking for chown
158configure:4320: found /usr/sbin/chown
159configure:4332: result: /usr/sbin/chown
160configure:4342: checking for cp
161configure:4365: found /bin/cp
162configure:4377: result: /bin/cp
163configure:4387: checking for cpio
164configure:4410: found /usr/bin/cpio
165configure:4422: result: /usr/bin/cpio
166configure:4432: checking for cvs
167configure:4455: found /usr/bin/cvs
168configure:4467: result: /usr/bin/cvs
169configure:4477: checking for diff
170configure:4500: found /usr/bin/diff
171configure:4512: result: /usr/bin/diff
172configure:4522: checking for dscl
173configure:4545: found /usr/bin/dscl
174configure:4557: result: /usr/bin/dscl
175configure:4567: checking for dseditgroup
176configure:4591: found /usr/sbin/dseditgroup
177configure:4603: result: /usr/sbin/dseditgroup
178configure:4613: checking for file
179configure:4636: found /usr/bin/file
180configure:4648: result: /usr/bin/file
181configure:4658: checking for find
182configure:4681: found /usr/bin/find
183configure:4693: result: /usr/bin/find
184configure:4703: checking for git
185configure:4741: result: no
186configure:4750: checking for gnumake
187configure:4773: found /usr/bin/gnumake
188configure:4785: result: /usr/bin/gnumake
189configure:4800: checking for gnupatch
190configure:4838: result: no
191configure:4800: checking for gpatch
192configure:4838: result: no
193configure:4850: checking for gnutar
194configure:4873: found /usr/bin/gnutar
195configure:4885: result: /usr/bin/gnutar
196configure:4898: checking for gzip
197configure:4921: found /usr/bin/gzip
198configure:4933: result: /usr/bin/gzip
199configure:4943: checking for hdiutil
200configure:4966: found /usr/bin/hdiutil
201configure:4978: result: /usr/bin/hdiutil
202configure:4988: checking for hg
203configure:5026: result: no
204configure:5033: checking for launchctl
205configure:5056: found /bin/launchctl
206configure:5068: result: /bin/launchctl
207configure:5078: checking for lipo
208configure:5101: found /usr/bin/lipo
209configure:5113: result: /usr/bin/lipo
210configure:5123: checking for lsbom
211configure:5146: found /usr/bin/lsbom
212configure:5158: result: /usr/bin/lsbom
213configure:5168: checking for lzma
214configure:5206: result: no
215configure:5213: checking for make
216configure:5236: found /usr/bin/make
217configure:5248: result: /usr/bin/make
218configure:5258: checking for man
219configure:5281: found /usr/bin/man
220configure:5293: result: /usr/bin/man
221configure:5303: checking for mdfind
222configure:5326: found /usr/bin/mdfind
223configure:5338: result: /usr/bin/mdfind
224configure:5348: checking for mdls
225configure:5371: found /usr/bin/mdls
226configure:5383: result: /usr/bin/mdls
227configure:5393: checking for mkbom
228configure:5416: found /usr/bin/mkbom
229configure:5428: result: /usr/bin/mkbom
230configure:5440: checking for mtree
231configure:5464: found /usr/sbin/mtree
232configure:5476: result: /usr/sbin/mtree
233configure:5489: checking for open
234configure:5512: found /usr/bin/open
235configure:5524: result: /usr/bin/open
236configure:5534: checking for openssl
237configure:5557: found /usr/bin/openssl
238configure:5569: result: /usr/bin/openssl
239configure:5579: checking for patch
240configure:5602: found /usr/bin/patch
241configure:5614: result: /usr/bin/patch
242configure:5624: checking for pax
243configure:5647: found /bin/pax
244configure:5659: result: /bin/pax
245configure:5669: checking for rmdir
246configure:5692: found /bin/rmdir
247configure:5704: result: /bin/rmdir
248configure:5714: checking for rsync
249configure:5737: found /usr/bin/rsync
250configure:5749: result: /usr/bin/rsync
251configure:5759: checking for sandbox-exec
252configure:5782: found /usr/bin/sandbox-exec
253configure:5794: result: /usr/bin/sandbox-exec
254configure:5804: checking for sed
255configure:5827: found /usr/bin/sed
256configure:5839: result: /usr/bin/sed
257configure:5849: checking for swig
258configure:5872: found /usr/bin/swig
259configure:5884: result: /usr/bin/swig
260configure:5894: checking for tar
261configure:5917: found /usr/bin/tar
262configure:5929: result: /usr/bin/tar
263configure:5939: checking for unzip
264configure:5962: found /usr/bin/unzip
265configure:5974: result: /usr/bin/unzip
266configure:5984: checking for xar
267configure:6007: found /usr/bin/xar
268configure:6019: result: /usr/bin/xar
269configure:6029: checking for xcodebuild
270configure:6052: found /usr/bin/xcodebuild
271configure:6064: result: /usr/bin/xcodebuild
272configure:6074: checking for xcrun
273configure:6097: found /usr/bin/xcrun
274configure:6109: result: /usr/bin/xcrun
275configure:6119: checking for xz
276configure:6157: result: no
277configure:6164: checking for zip
278configure:6187: found /usr/bin/zip
279configure:6199: result: /usr/bin/zip
280configure:6215: checking for tar
281configure:6250: result: /usr/bin/tar
282configure:6259: checking whether tar supports -q
283configure:6266: result: no (gnutar)
284configure:6275: checking for tar
285configure:6310: result: /usr/bin/tar
286configure:6320: checking for gnutar
287configure:6355: result: /usr/bin/gnutar
288configure:6364: checking for which tar variant to use
289configure:6372: result: /usr/bin/gnutar
290configure:6376: checking for /usr/bin/gnutar --no-same-owner support
291configure:6383: result: yes
292configure:6391: checking for patch
293configure:6426: result: /usr/bin/patch
294configure:6436: checking for gpatch
295configure:6474: result: no
296configure:6480: checking for GNU (FSF) patch
297configure:6493: result: /usr/bin/patch
298configure:6526: checking how to mark unused variables
299configure:6532: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2  conftest.c >&5
300configure:6532: $? = 0
301configure:6543: result:
302configure:6551: checking for CoreFoundation framework
303configure:6580: /opt/svacchanda/gcc11/bin/gcc -arch ppc -o conftest -g -O2   conftest.c -framework CoreFoundation  >&5
304configure:6580: $? = 0
305configure:6599: result: yes
306configure:6614: checking for SystemConfiguration framework
307configure:6643: /opt/svacchanda/gcc11/bin/gcc -arch ppc -o conftest -g -O2   conftest.c -framework SystemConfiguration  >&5
308configure:6643: $? = 0
309configure:6662: result: yes
310configure:6677: checking for IOKit framework
311configure:6707: /opt/svacchanda/gcc11/bin/gcc -arch ppc -o conftest -g -O2   conftest.c -framework IOKit  >&5
312configure:6707: $? = 0
313configure:6726: result: yes
314configure:6741: checking for CFNotificationCenterGetDarwinNotifyCenter
315configure:6769: /opt/svacchanda/gcc11/bin/gcc -arch ppc -o conftest -g -O2   conftest.c -framework CoreFoundation  >&5
316configure:6769: $? = 0
317configure:6788: result: yes
318configure:6805: checking for whether we will build daemondo
319configure:6822: result: yes
320configure:6846: checking for MacPorts config directory
321configure:6851: result: ${sysconfdir}/macports
322configure:6910: checking for install user
323configure:6916: result: root
324configure:6931: checking for install group
325configure:6950: result: admin
326configure:6965: checking for macports user
327configure:6971: result: macports
328configure:6986: checking what permissions to use for installation directories
329configure:6992: result: 0755
330configure:7034: checking for Applications installation directory
331configure:7045: result: /opt/bootstrap/Applications
332configure:7065: checking for Frameworks installation directory
333configure:7072: result: /opt/bootstrap/Library/Frameworks
334configure:7088: checking for startupitem_install
335configure:7101: result: no
336configure:7141: checking for Universal CPU architectures
337configure:7143: result: i386 ppc
338configure:7154: checking for stdio.h
339configure:7154: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2  conftest.c >&5
340configure:7154: $? = 0
341configure:7154: result: yes
342configure:7154: checking for stdlib.h
343configure:7154: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2  conftest.c >&5
344configure:7154: $? = 0
345configure:7154: result: yes
346configure:7154: checking for string.h
347configure:7154: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2  conftest.c >&5
348configure:7154: $? = 0
349configure:7154: result: yes
350configure:7154: checking for inttypes.h
351configure:7154: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2  conftest.c >&5
352configure:7154: $? = 0
353configure:7154: result: yes
354configure:7154: checking for stdint.h
355configure:7154: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2  conftest.c >&5
356configure:7154: $? = 0
357configure:7154: result: yes
358configure:7154: checking for strings.h
359configure:7154: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2  conftest.c >&5
360configure:7154: $? = 0
361configure:7154: result: yes
362configure:7154: checking for sys/stat.h
363configure:7154: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2  conftest.c >&5
364configure:7154: $? = 0
365configure:7154: result: yes
366configure:7154: checking for sys/types.h
367configure:7154: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2  conftest.c >&5
368configure:7154: $? = 0
369configure:7154: result: yes
370configure:7154: checking for unistd.h
371configure:7154: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2  conftest.c >&5
372configure:7154: $? = 0
373configure:7154: result: yes
374configure:7179: checking for crt_externs.h
375configure:7179: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2  conftest.c >&5
376configure:7179: $? = 0
377configure:7179: result: yes
378configure:7185: checking for err.h
379configure:7185: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2  conftest.c >&5
380configure:7185: $? = 0
381configure:7185: result: yes
382configure:7191: checking for fcntl.h
383configure:7191: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2  conftest.c >&5
384configure:7191: $? = 0
385configure:7191: result: yes
386configure:7197: checking for libkern/OSAtomic.h
387configure:7197: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2  conftest.c >&5
388configure:7197: $? = 0
389configure:7197: result: yes
390configure:7203: checking for libproc.h
391configure:7203: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2  conftest.c >&5
392configure:7203: $? = 0
393configure:7203: result: yes
394configure:7209: checking for limits.h
395configure:7209: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2  conftest.c >&5
396configure:7209: $? = 0
397configure:7209: result: yes
398configure:7215: checking for paths.h
399configure:7215: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2  conftest.c >&5
400configure:7215: $? = 0
401configure:7215: result: yes
402configure:7221: checking for pwd.h
403configure:7221: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2  conftest.c >&5
404configure:7221: $? = 0
405configure:7221: result: yes
406configure:7227: checking for readline/history.h
407configure:7227: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2  conftest.c >&5
408configure:7227: $? = 0
409configure:7227: result: yes
410configure:7233: checking for readline/readline.h
411configure:7233: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2  conftest.c >&5
412configure:7233: $? = 0
413configure:7233: result: yes
414configure:7239: checking for stdatomic.h
415configure:7239: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2  conftest.c >&5
416configure:7239: $? = 0
417configure:7239: result: yes
418configure:7245: checking for spawn.h
419configure:7245: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2  conftest.c >&5
420configure:7245: $? = 0
421configure:7245: result: yes
422configure:7251: checking for sys/cdefs.h
423configure:7251: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2  conftest.c >&5
424configure:7251: $? = 0
425configure:7251: result: yes
426configure:7257: checking for sys/event.h
427configure:7257: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2  conftest.c >&5
428configure:7257: $? = 0
429configure:7257: result: yes
430configure:7263: checking for sys/fcntl.h
431configure:7263: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2  conftest.c >&5
432configure:7263: $? = 0
433configure:7263: result: yes
434configure:7269: checking for sys/file.h
435configure:7269: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2  conftest.c >&5
436configure:7269: $? = 0
437configure:7269: result: yes
438configure:7275: checking for sys/paths.h
439configure:7275: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2  conftest.c >&5
440configure:7275: $? = 0
441configure:7275: result: yes
442configure:7281: checking for sys/socket.h
443configure:7281: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2  conftest.c >&5
444configure:7281: $? = 0
445configure:7281: result: yes
446configure:7287: checking for sys/sysctl.h
447configure:7287: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2  conftest.c >&5
448configure:7287: $? = 0
449configure:7287: result: yes
450configure:7293: checking for utime.h
451configure:7293: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2  conftest.c >&5
452configure:7293: $? = 0
453configure:7293: result: yes
454configure:7302: checking for OSAtomicCompareAndSwap32
455configure:7302: /opt/svacchanda/gcc11/bin/gcc -arch ppc -o conftest -g -O2   conftest.c  >&5
456configure:7302: $? = 0
457configure:7302: result: yes
458configure:7308: checking for OSAtomicCompareAndSwap64
459configure:7308: /opt/svacchanda/gcc11/bin/gcc -arch ppc -o conftest -g -O2   conftest.c  >&5
460Undefined symbols:
461  "_OSAtomicCompareAndSwap64", referenced from:
462      _main in cc6lqgXA.o
463ld: symbol(s) not found
464collect2: error: ld returned 1 exit status
465configure:7308: $? = 1
466configure: failed program was:
467| /* confdefs.h */
468| #define PACKAGE_NAME "MacPorts"
469| #define PACKAGE_TARNAME "macports"
470| #define PACKAGE_VERSION "2.7.1"
471| #define PACKAGE_STRING "MacPorts 2.7.1"
472| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
473| #define PACKAGE_URL ""
474| #define UNUSED __attribute__((unused))
475| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
476| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
477| #define HAVE_FRAMEWORK_IOKIT /**/
478| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
479| #define HAVE_STDIO_H 1
480| #define HAVE_STDLIB_H 1
481| #define HAVE_STRING_H 1
482| #define HAVE_INTTYPES_H 1
483| #define HAVE_STDINT_H 1
484| #define HAVE_STRINGS_H 1
485| #define HAVE_SYS_STAT_H 1
486| #define HAVE_SYS_TYPES_H 1
487| #define HAVE_UNISTD_H 1
488| #define STDC_HEADERS 1
489| #define HAVE_CRT_EXTERNS_H 1
490| #define HAVE_ERR_H 1
491| #define HAVE_FCNTL_H 1
492| #define HAVE_LIBKERN_OSATOMIC_H 1
493| #define HAVE_LIBPROC_H 1
494| #define HAVE_LIMITS_H 1
495| #define HAVE_PATHS_H 1
496| #define HAVE_PWD_H 1
497| #define HAVE_READLINE_HISTORY_H 1
498| #define HAVE_READLINE_READLINE_H 1
499| #define HAVE_STDATOMIC_H 1
500| #define HAVE_SPAWN_H 1
501| #define HAVE_SYS_CDEFS_H 1
502| #define HAVE_SYS_EVENT_H 1
503| #define HAVE_SYS_FCNTL_H 1
504| #define HAVE_SYS_FILE_H 1
505| #define HAVE_SYS_PATHS_H 1
506| #define HAVE_SYS_SOCKET_H 1
507| #define HAVE_SYS_SYSCTL_H 1
508| #define HAVE_UTIME_H 1
509| #define HAVE_OSATOMICCOMPAREANDSWAP32 1
510| /* end confdefs.h.  */
511| /* Define OSAtomicCompareAndSwap64 to an innocuous variant, in case <limits.h> declares OSAtomicCompareAndSwap64.
512|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
513| #define OSAtomicCompareAndSwap64 innocuous_OSAtomicCompareAndSwap64
514|
515| /* System header to define __stub macros and hopefully few prototypes,
516|    which can conflict with char OSAtomicCompareAndSwap64 (); below.  */
517|
518| #include <limits.h>
519| #undef OSAtomicCompareAndSwap64
520|
521| /* Override any GCC internal prototype to avoid an error.
522|    Use char because int might match the return type of a GCC
523|    builtin and then its argument prototype would still apply.  */
524| #ifdef __cplusplus
525| extern "C"
526| #endif
527| char OSAtomicCompareAndSwap64 ();
528| /* The GNU C library defines this for functions which it implements
529|     to always fail with ENOSYS.  Some functions are actually named
530|     something starting with __ and the normal name is an alias.  */
531| #if defined __stub_OSAtomicCompareAndSwap64 || defined __stub___OSAtomicCompareAndSwap64
532| choke me
533| #endif
534|
535| int
536| main (void)
537| {
538| return OSAtomicCompareAndSwap64 ();
539|   ;
540|   return 0;
541| }
542configure:7308: result: no
543configure:7314: checking for OSAtomicCompareAndSwapPtr
544configure:7314: /opt/svacchanda/gcc11/bin/gcc -arch ppc -o conftest -g -O2   conftest.c  >&5
545configure:7314: $? = 0
546configure:7314: result: yes
547configure:7320: checking for __getdirentries64
548configure:7320: /opt/svacchanda/gcc11/bin/gcc -arch ppc -o conftest -g -O2   conftest.c  >&5
549Undefined symbols:
550  "___getdirentries64", referenced from:
551      _main in ccDtFfeh.o
552ld: symbol(s) not found
553collect2: error: ld returned 1 exit status
554configure:7320: $? = 1
555configure: failed program was:
556| /* confdefs.h */
557| #define PACKAGE_NAME "MacPorts"
558| #define PACKAGE_TARNAME "macports"
559| #define PACKAGE_VERSION "2.7.1"
560| #define PACKAGE_STRING "MacPorts 2.7.1"
561| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
562| #define PACKAGE_URL ""
563| #define UNUSED __attribute__((unused))
564| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
565| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
566| #define HAVE_FRAMEWORK_IOKIT /**/
567| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
568| #define HAVE_STDIO_H 1
569| #define HAVE_STDLIB_H 1
570| #define HAVE_STRING_H 1
571| #define HAVE_INTTYPES_H 1
572| #define HAVE_STDINT_H 1
573| #define HAVE_STRINGS_H 1
574| #define HAVE_SYS_STAT_H 1
575| #define HAVE_SYS_TYPES_H 1
576| #define HAVE_UNISTD_H 1
577| #define STDC_HEADERS 1
578| #define HAVE_CRT_EXTERNS_H 1
579| #define HAVE_ERR_H 1
580| #define HAVE_FCNTL_H 1
581| #define HAVE_LIBKERN_OSATOMIC_H 1
582| #define HAVE_LIBPROC_H 1
583| #define HAVE_LIMITS_H 1
584| #define HAVE_PATHS_H 1
585| #define HAVE_PWD_H 1
586| #define HAVE_READLINE_HISTORY_H 1
587| #define HAVE_READLINE_READLINE_H 1
588| #define HAVE_STDATOMIC_H 1
589| #define HAVE_SPAWN_H 1
590| #define HAVE_SYS_CDEFS_H 1
591| #define HAVE_SYS_EVENT_H 1
592| #define HAVE_SYS_FCNTL_H 1
593| #define HAVE_SYS_FILE_H 1
594| #define HAVE_SYS_PATHS_H 1
595| #define HAVE_SYS_SOCKET_H 1
596| #define HAVE_SYS_SYSCTL_H 1
597| #define HAVE_UTIME_H 1
598| #define HAVE_OSATOMICCOMPAREANDSWAP32 1
599| #define HAVE_OSATOMICCOMPAREANDSWAPPTR 1
600| /* end confdefs.h.  */
601| /* Define __getdirentries64 to an innocuous variant, in case <limits.h> declares __getdirentries64.
602|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
603| #define __getdirentries64 innocuous___getdirentries64
604|
605| /* System header to define __stub macros and hopefully few prototypes,
606|    which can conflict with char __getdirentries64 (); below.  */
607|
608| #include <limits.h>
609| #undef __getdirentries64
610|
611| /* Override any GCC internal prototype to avoid an error.
612|    Use char because int might match the return type of a GCC
613|    builtin and then its argument prototype would still apply.  */
614| #ifdef __cplusplus
615| extern "C"
616| #endif
617| char __getdirentries64 ();
618| /* The GNU C library defines this for functions which it implements
619|     to always fail with ENOSYS.  Some functions are actually named
620|     something starting with __ and the normal name is an alias.  */
621| #if defined __stub___getdirentries64 || defined __stub_____getdirentries64
622| choke me
623| #endif
624|
625| int
626| main (void)
627| {
628| return __getdirentries64 ();
629|   ;
630|   return 0;
631| }
632configure:7320: result: no
633configure:7326: checking for clearenv
634configure:7326: /opt/svacchanda/gcc11/bin/gcc -arch ppc -o conftest -g -O2   conftest.c  >&5
635Undefined symbols:
636  "_clearenv", referenced from:
637      _main in ccaz9tmy.o
638ld: symbol(s) not found
639collect2: error: ld returned 1 exit status
640configure:7326: $? = 1
641configure: failed program was:
642| /* confdefs.h */
643| #define PACKAGE_NAME "MacPorts"
644| #define PACKAGE_TARNAME "macports"
645| #define PACKAGE_VERSION "2.7.1"
646| #define PACKAGE_STRING "MacPorts 2.7.1"
647| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
648| #define PACKAGE_URL ""
649| #define UNUSED __attribute__((unused))
650| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
651| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
652| #define HAVE_FRAMEWORK_IOKIT /**/
653| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
654| #define HAVE_STDIO_H 1
655| #define HAVE_STDLIB_H 1
656| #define HAVE_STRING_H 1
657| #define HAVE_INTTYPES_H 1
658| #define HAVE_STDINT_H 1
659| #define HAVE_STRINGS_H 1
660| #define HAVE_SYS_STAT_H 1
661| #define HAVE_SYS_TYPES_H 1
662| #define HAVE_UNISTD_H 1
663| #define STDC_HEADERS 1
664| #define HAVE_CRT_EXTERNS_H 1
665| #define HAVE_ERR_H 1
666| #define HAVE_FCNTL_H 1
667| #define HAVE_LIBKERN_OSATOMIC_H 1
668| #define HAVE_LIBPROC_H 1
669| #define HAVE_LIMITS_H 1
670| #define HAVE_PATHS_H 1
671| #define HAVE_PWD_H 1
672| #define HAVE_READLINE_HISTORY_H 1
673| #define HAVE_READLINE_READLINE_H 1
674| #define HAVE_STDATOMIC_H 1
675| #define HAVE_SPAWN_H 1
676| #define HAVE_SYS_CDEFS_H 1
677| #define HAVE_SYS_EVENT_H 1
678| #define HAVE_SYS_FCNTL_H 1
679| #define HAVE_SYS_FILE_H 1
680| #define HAVE_SYS_PATHS_H 1
681| #define HAVE_SYS_SOCKET_H 1
682| #define HAVE_SYS_SYSCTL_H 1
683| #define HAVE_UTIME_H 1
684| #define HAVE_OSATOMICCOMPAREANDSWAP32 1
685| #define HAVE_OSATOMICCOMPAREANDSWAPPTR 1
686| /* end confdefs.h.  */
687| /* Define clearenv to an innocuous variant, in case <limits.h> declares clearenv.
688|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
689| #define clearenv innocuous_clearenv
690|
691| /* System header to define __stub macros and hopefully few prototypes,
692|    which can conflict with char clearenv (); below.  */
693|
694| #include <limits.h>
695| #undef clearenv
696|
697| /* Override any GCC internal prototype to avoid an error.
698|    Use char because int might match the return type of a GCC
699|    builtin and then its argument prototype would still apply.  */
700| #ifdef __cplusplus
701| extern "C"
702| #endif
703| char clearenv ();
704| /* The GNU C library defines this for functions which it implements
705|     to always fail with ENOSYS.  Some functions are actually named
706|     something starting with __ and the normal name is an alias.  */
707| #if defined __stub_clearenv || defined __stub___clearenv
708| choke me
709| #endif
710|
711| int
712| main (void)
713| {
714| return clearenv ();
715|   ;
716|   return 0;
717| }
718configure:7326: result: no
719configure:7332: checking for copyfile
720configure:7332: /opt/svacchanda/gcc11/bin/gcc -arch ppc -o conftest -g -O2   conftest.c  >&5
721configure:7332: $? = 0
722configure:7332: result: yes
723configure:7338: checking for _dyld_shared_cache_contains_path
724configure:7338: /opt/svacchanda/gcc11/bin/gcc -arch ppc -o conftest -g -O2   conftest.c  >&5
725Undefined symbols:
726  "__dyld_shared_cache_contains_path", referenced from:
727      _main in cc7RE13I.o
728ld: symbol(s) not found
729collect2: error: ld returned 1 exit status
730configure:7338: $? = 1
731configure: failed program was:
732| /* confdefs.h */
733| #define PACKAGE_NAME "MacPorts"
734| #define PACKAGE_TARNAME "macports"
735| #define PACKAGE_VERSION "2.7.1"
736| #define PACKAGE_STRING "MacPorts 2.7.1"
737| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
738| #define PACKAGE_URL ""
739| #define UNUSED __attribute__((unused))
740| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
741| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
742| #define HAVE_FRAMEWORK_IOKIT /**/
743| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
744| #define HAVE_STDIO_H 1
745| #define HAVE_STDLIB_H 1
746| #define HAVE_STRING_H 1
747| #define HAVE_INTTYPES_H 1
748| #define HAVE_STDINT_H 1
749| #define HAVE_STRINGS_H 1
750| #define HAVE_SYS_STAT_H 1
751| #define HAVE_SYS_TYPES_H 1
752| #define HAVE_UNISTD_H 1
753| #define STDC_HEADERS 1
754| #define HAVE_CRT_EXTERNS_H 1
755| #define HAVE_ERR_H 1
756| #define HAVE_FCNTL_H 1
757| #define HAVE_LIBKERN_OSATOMIC_H 1
758| #define HAVE_LIBPROC_H 1
759| #define HAVE_LIMITS_H 1
760| #define HAVE_PATHS_H 1
761| #define HAVE_PWD_H 1
762| #define HAVE_READLINE_HISTORY_H 1
763| #define HAVE_READLINE_READLINE_H 1
764| #define HAVE_STDATOMIC_H 1
765| #define HAVE_SPAWN_H 1
766| #define HAVE_SYS_CDEFS_H 1
767| #define HAVE_SYS_EVENT_H 1
768| #define HAVE_SYS_FCNTL_H 1
769| #define HAVE_SYS_FILE_H 1
770| #define HAVE_SYS_PATHS_H 1
771| #define HAVE_SYS_SOCKET_H 1
772| #define HAVE_SYS_SYSCTL_H 1
773| #define HAVE_UTIME_H 1
774| #define HAVE_OSATOMICCOMPAREANDSWAP32 1
775| #define HAVE_OSATOMICCOMPAREANDSWAPPTR 1
776| #define HAVE_COPYFILE 1
777| /* end confdefs.h.  */
778| /* Define _dyld_shared_cache_contains_path to an innocuous variant, in case <limits.h> declares _dyld_shared_cache_contains_path.
779|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
780| #define _dyld_shared_cache_contains_path innocuous__dyld_shared_cache_contains_path
781|
782| /* System header to define __stub macros and hopefully few prototypes,
783|    which can conflict with char _dyld_shared_cache_contains_path (); below.  */
784|
785| #include <limits.h>
786| #undef _dyld_shared_cache_contains_path
787|
788| /* Override any GCC internal prototype to avoid an error.
789|    Use char because int might match the return type of a GCC
790|    builtin and then its argument prototype would still apply.  */
791| #ifdef __cplusplus
792| extern "C"
793| #endif
794| char _dyld_shared_cache_contains_path ();
795| /* The GNU C library defines this for functions which it implements
796|     to always fail with ENOSYS.  Some functions are actually named
797|     something starting with __ and the normal name is an alias.  */
798| #if defined __stub__dyld_shared_cache_contains_path || defined __stub____dyld_shared_cache_contains_path
799| choke me
800| #endif
801|
802| int
803| main (void)
804| {
805| return _dyld_shared_cache_contains_path ();
806|   ;
807|   return 0;
808| }
809configure:7338: result: no
810configure:7344: checking for flock
811configure:7344: /opt/svacchanda/gcc11/bin/gcc -arch ppc -o conftest -g -O2   conftest.c  >&5
812configure:7344: $? = 0
813configure:7344: result: yes
814configure:7350: checking for fls
815configure:7350: /opt/svacchanda/gcc11/bin/gcc -arch ppc -o conftest -g -O2   conftest.c  >&5
816configure:7350: $? = 0
817configure:7350: result: yes
818configure:7356: checking for kqueue
819configure:7356: /opt/svacchanda/gcc11/bin/gcc -arch ppc -o conftest -g -O2   conftest.c  >&5
820configure:7356: $? = 0
821configure:7356: result: yes
822configure:7362: checking for posix_spawn
823configure:7362: /opt/svacchanda/gcc11/bin/gcc -arch ppc -o conftest -g -O2   conftest.c  >&5
824configure:7362: $? = 0
825configure:7362: result: yes
826configure:7368: checking for setmode
827configure:7368: /opt/svacchanda/gcc11/bin/gcc -arch ppc -o conftest -g -O2   conftest.c  >&5
828configure:7368: $? = 0
829configure:7368: result: yes
830configure:7374: checking for sysctlbyname
831configure:7374: /opt/svacchanda/gcc11/bin/gcc -arch ppc -o conftest -g -O2   conftest.c  >&5
832configure:7374: $? = 0
833configure:7374: result: yes
834configure:7383: checking for getline
835configure:7383: /opt/svacchanda/gcc11/bin/gcc -arch ppc -o conftest -g -O2   conftest.c  >&5
836Undefined symbols:
837  "_getline", referenced from:
838      _main in cc1TPoS8.o
839ld: symbol(s) not found
840collect2: error: ld returned 1 exit status
841configure:7383: $? = 1
842configure: failed program was:
843| /* confdefs.h */
844| #define PACKAGE_NAME "MacPorts"
845| #define PACKAGE_TARNAME "macports"
846| #define PACKAGE_VERSION "2.7.1"
847| #define PACKAGE_STRING "MacPorts 2.7.1"
848| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
849| #define PACKAGE_URL ""
850| #define UNUSED __attribute__((unused))
851| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
852| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
853| #define HAVE_FRAMEWORK_IOKIT /**/
854| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
855| #define HAVE_STDIO_H 1
856| #define HAVE_STDLIB_H 1
857| #define HAVE_STRING_H 1
858| #define HAVE_INTTYPES_H 1
859| #define HAVE_STDINT_H 1
860| #define HAVE_STRINGS_H 1
861| #define HAVE_SYS_STAT_H 1
862| #define HAVE_SYS_TYPES_H 1
863| #define HAVE_UNISTD_H 1
864| #define STDC_HEADERS 1
865| #define HAVE_CRT_EXTERNS_H 1
866| #define HAVE_ERR_H 1
867| #define HAVE_FCNTL_H 1
868| #define HAVE_LIBKERN_OSATOMIC_H 1
869| #define HAVE_LIBPROC_H 1
870| #define HAVE_LIMITS_H 1
871| #define HAVE_PATHS_H 1
872| #define HAVE_PWD_H 1
873| #define HAVE_READLINE_HISTORY_H 1
874| #define HAVE_READLINE_READLINE_H 1
875| #define HAVE_STDATOMIC_H 1
876| #define HAVE_SPAWN_H 1
877| #define HAVE_SYS_CDEFS_H 1
878| #define HAVE_SYS_EVENT_H 1
879| #define HAVE_SYS_FCNTL_H 1
880| #define HAVE_SYS_FILE_H 1
881| #define HAVE_SYS_PATHS_H 1
882| #define HAVE_SYS_SOCKET_H 1
883| #define HAVE_SYS_SYSCTL_H 1
884| #define HAVE_UTIME_H 1
885| #define HAVE_OSATOMICCOMPAREANDSWAP32 1
886| #define HAVE_OSATOMICCOMPAREANDSWAPPTR 1
887| #define HAVE_COPYFILE 1
888| #define HAVE_FLOCK 1
889| #define HAVE_FLS 1
890| #define HAVE_KQUEUE 1
891| #define HAVE_POSIX_SPAWN 1
892| #define HAVE_SETMODE 1
893| #define HAVE_SYSCTLBYNAME 1
894| /* end confdefs.h.  */
895| /* Define getline to an innocuous variant, in case <limits.h> declares getline.
896|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
897| #define getline innocuous_getline
898|
899| /* System header to define __stub macros and hopefully few prototypes,
900|    which can conflict with char getline (); below.  */
901|
902| #include <limits.h>
903| #undef getline
904|
905| /* Override any GCC internal prototype to avoid an error.
906|    Use char because int might match the return type of a GCC
907|    builtin and then its argument prototype would still apply.  */
908| #ifdef __cplusplus
909| extern "C"
910| #endif
911| char getline ();
912| /* The GNU C library defines this for functions which it implements
913|     to always fail with ENOSYS.  Some functions are actually named
914|     something starting with __ and the normal name is an alias.  */
915| #if defined __stub_getline || defined __stub___getline
916| choke me
917| #endif
918|
919| int
920| main (void)
921| {
922| return getline ();
923|   ;
924|   return 0;
925| }
926configure:7383: result: no
927configure:7389: checking for getdelim
928configure:7389: /opt/svacchanda/gcc11/bin/gcc -arch ppc -o conftest -g -O2   conftest.c  >&5
929Undefined symbols:
930  "_getdelim", referenced from:
931      _main in ccAbls68.o
932ld: symbol(s) not found
933collect2: error: ld returned 1 exit status
934configure:7389: $? = 1
935configure: failed program was:
936| /* confdefs.h */
937| #define PACKAGE_NAME "MacPorts"
938| #define PACKAGE_TARNAME "macports"
939| #define PACKAGE_VERSION "2.7.1"
940| #define PACKAGE_STRING "MacPorts 2.7.1"
941| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
942| #define PACKAGE_URL ""
943| #define UNUSED __attribute__((unused))
944| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
945| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
946| #define HAVE_FRAMEWORK_IOKIT /**/
947| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
948| #define HAVE_STDIO_H 1
949| #define HAVE_STDLIB_H 1
950| #define HAVE_STRING_H 1
951| #define HAVE_INTTYPES_H 1
952| #define HAVE_STDINT_H 1
953| #define HAVE_STRINGS_H 1
954| #define HAVE_SYS_STAT_H 1
955| #define HAVE_SYS_TYPES_H 1
956| #define HAVE_UNISTD_H 1
957| #define STDC_HEADERS 1
958| #define HAVE_CRT_EXTERNS_H 1
959| #define HAVE_ERR_H 1
960| #define HAVE_FCNTL_H 1
961| #define HAVE_LIBKERN_OSATOMIC_H 1
962| #define HAVE_LIBPROC_H 1
963| #define HAVE_LIMITS_H 1
964| #define HAVE_PATHS_H 1
965| #define HAVE_PWD_H 1
966| #define HAVE_READLINE_HISTORY_H 1
967| #define HAVE_READLINE_READLINE_H 1
968| #define HAVE_STDATOMIC_H 1
969| #define HAVE_SPAWN_H 1
970| #define HAVE_SYS_CDEFS_H 1
971| #define HAVE_SYS_EVENT_H 1
972| #define HAVE_SYS_FCNTL_H 1
973| #define HAVE_SYS_FILE_H 1
974| #define HAVE_SYS_PATHS_H 1
975| #define HAVE_SYS_SOCKET_H 1
976| #define HAVE_SYS_SYSCTL_H 1
977| #define HAVE_UTIME_H 1
978| #define HAVE_OSATOMICCOMPAREANDSWAP32 1
979| #define HAVE_OSATOMICCOMPAREANDSWAPPTR 1
980| #define HAVE_COPYFILE 1
981| #define HAVE_FLOCK 1
982| #define HAVE_FLS 1
983| #define HAVE_KQUEUE 1
984| #define HAVE_POSIX_SPAWN 1
985| #define HAVE_SETMODE 1
986| #define HAVE_SYSCTLBYNAME 1
987| /* end confdefs.h.  */
988| /* Define getdelim to an innocuous variant, in case <limits.h> declares getdelim.
989|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
990| #define getdelim innocuous_getdelim
991|
992| /* System header to define __stub macros and hopefully few prototypes,
993|    which can conflict with char getdelim (); below.  */
994|
995| #include <limits.h>
996| #undef getdelim
997|
998| /* Override any GCC internal prototype to avoid an error.
999|    Use char because int might match the return type of a GCC
1000|    builtin and then its argument prototype would still apply.  */
1001| #ifdef __cplusplus
1002| extern "C"
1003| #endif
1004| char getdelim ();
1005| /* The GNU C library defines this for functions which it implements
1006|     to always fail with ENOSYS.  Some functions are actually named
1007|     something starting with __ and the normal name is an alias.  */
1008| #if defined __stub_getdelim || defined __stub___getdelim
1009| choke me
1010| #endif
1011|
1012| int
1013| main (void)
1014| {
1015| return getdelim ();
1016|   ;
1017|   return 0;
1018| }
1019configure:7389: result: no
1020configure:7395: checking for strlcat
1021configure:7395: /opt/svacchanda/gcc11/bin/gcc -arch ppc -o conftest -g -O2   conftest.c  >&5
1022configure:7395: $? = 0
1023configure:7395: result: yes
1024configure:7401: checking for strlcpy
1025configure:7401: /opt/svacchanda/gcc11/bin/gcc -arch ppc -o conftest -g -O2   conftest.c  >&5
1026configure:7401: $? = 0
1027configure:7401: result: yes
1028configure:7417: checking for /opt/svacchanda/gcc11/bin/gcc -arch ppc options needed to detect all undeclared functions
1029configure:7439: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2   conftest.c >&5
1030conftest.c: In function 'main':
1031conftest.c:59:8: error: 'strchr' undeclared (first use in this function)
1032   59 | (void) strchr;
1033      |        ^~~~~~
1034conftest.c:1:1: note: 'strchr' is defined in header '<string.h>'; did you forget to '#include <string.h>'?
1035    1 | /* confdefs.h */
1036conftest.c:59:8: note: each undeclared identifier is reported only once for each function it appears in
1037   59 | (void) strchr;
1038      |        ^~~~~~
1039configure:7439: $? = 1
1040configure: failed program was:
1041| /* confdefs.h */
1042| #define PACKAGE_NAME "MacPorts"
1043| #define PACKAGE_TARNAME "macports"
1044| #define PACKAGE_VERSION "2.7.1"
1045| #define PACKAGE_STRING "MacPorts 2.7.1"
1046| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
1047| #define PACKAGE_URL ""
1048| #define UNUSED __attribute__((unused))
1049| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
1050| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
1051| #define HAVE_FRAMEWORK_IOKIT /**/
1052| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
1053| #define HAVE_STDIO_H 1
1054| #define HAVE_STDLIB_H 1
1055| #define HAVE_STRING_H 1
1056| #define HAVE_INTTYPES_H 1
1057| #define HAVE_STDINT_H 1
1058| #define HAVE_STRINGS_H 1
1059| #define HAVE_SYS_STAT_H 1
1060| #define HAVE_SYS_TYPES_H 1
1061| #define HAVE_UNISTD_H 1
1062| #define STDC_HEADERS 1
1063| #define HAVE_CRT_EXTERNS_H 1
1064| #define HAVE_ERR_H 1
1065| #define HAVE_FCNTL_H 1
1066| #define HAVE_LIBKERN_OSATOMIC_H 1
1067| #define HAVE_LIBPROC_H 1
1068| #define HAVE_LIMITS_H 1
1069| #define HAVE_PATHS_H 1
1070| #define HAVE_PWD_H 1
1071| #define HAVE_READLINE_HISTORY_H 1
1072| #define HAVE_READLINE_READLINE_H 1
1073| #define HAVE_STDATOMIC_H 1
1074| #define HAVE_SPAWN_H 1
1075| #define HAVE_SYS_CDEFS_H 1
1076| #define HAVE_SYS_EVENT_H 1
1077| #define HAVE_SYS_FCNTL_H 1
1078| #define HAVE_SYS_FILE_H 1
1079| #define HAVE_SYS_PATHS_H 1
1080| #define HAVE_SYS_SOCKET_H 1
1081| #define HAVE_SYS_SYSCTL_H 1
1082| #define HAVE_UTIME_H 1
1083| #define HAVE_OSATOMICCOMPAREANDSWAP32 1
1084| #define HAVE_OSATOMICCOMPAREANDSWAPPTR 1
1085| #define HAVE_COPYFILE 1
1086| #define HAVE_FLOCK 1
1087| #define HAVE_FLS 1
1088| #define HAVE_KQUEUE 1
1089| #define HAVE_POSIX_SPAWN 1
1090| #define HAVE_SETMODE 1
1091| #define HAVE_SYSCTLBYNAME 1
1092| #define HAVE_STRLCAT 1
1093| #define HAVE_STRLCPY 1
1094| /* end confdefs.h.  */
1095|
1096| int
1097| main (void)
1098| {
1099| (void) strchr;
1100|   ;
1101|   return 0;
1102| }
1103configure:7466: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2   conftest.c >&5
1104configure:7466: $? = 0
1105configure:7483: result: none needed
1106configure:7497: checking whether atomic_compare_exchange_strong_explicit is declared
1107configure:7497: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2   conftest.c >&5
1108configure:7497: $? = 0
1109configure:7497: result: yes
1110configure:7509: checking for CommonCrypto/CommonDigest.h
1111configure:7509: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2  conftest.c >&5
1112configure:7509: $? = 0
1113configure:7509: result: yes
1114configure:7844: checking for target platform
1115configure:7848: result: darwin 9
1116configure:7867: checking for curl-config
1117configure:7890: found /usr/bin/curl-config
1118configure:7902: result: /usr/bin/curl-config
1119configure:7991: checking for sqlite3.h
1120configure:7991: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2  conftest.c >&5
1121configure:7991: $? = 0
1122configure:7991: result: yes
1123configure:8065: checking for sqlite3ext.h
1124configure:8065: /opt/svacchanda/gcc11/bin/gcc -arch ppc -c -g -O2   conftest.c >&5
1125configure:8065: $? = 0
1126configure:8065: result: yes
1127configure:8083: checking how to run the C preprocessor
1128configure:8109: /opt/svacchanda/gcc11/bin/gcc -arch ppc -E  conftest.c
1129configure:8109: $? = 0
1130configure:8124: /opt/svacchanda/gcc11/bin/gcc -arch ppc -E  conftest.c
1131conftest.c:60:10: fatal error: ac_nonexistent.h: No such file or directory
1132   60 | #include <ac_nonexistent.h>
1133      |          ^~~~~~~~~~~~~~~~~~
1134compilation terminated.
1135configure:8124: $? = 1
1136configure: failed program was:
1137| /* confdefs.h */
1138| #define PACKAGE_NAME "MacPorts"
1139| #define PACKAGE_TARNAME "macports"
1140| #define PACKAGE_VERSION "2.7.1"
1141| #define PACKAGE_STRING "MacPorts 2.7.1"
1142| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
1143| #define PACKAGE_URL ""
1144| #define UNUSED __attribute__((unused))
1145| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
1146| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
1147| #define HAVE_FRAMEWORK_IOKIT /**/
1148| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
1149| #define HAVE_STDIO_H 1
1150| #define HAVE_STDLIB_H 1
1151| #define HAVE_STRING_H 1
1152| #define HAVE_INTTYPES_H 1
1153| #define HAVE_STDINT_H 1
1154| #define HAVE_STRINGS_H 1
1155| #define HAVE_SYS_STAT_H 1
1156| #define HAVE_SYS_TYPES_H 1
1157| #define HAVE_UNISTD_H 1
1158| #define STDC_HEADERS 1
1159| #define HAVE_CRT_EXTERNS_H 1
1160| #define HAVE_ERR_H 1
1161| #define HAVE_FCNTL_H 1
1162| #define HAVE_LIBKERN_OSATOMIC_H 1
1163| #define HAVE_LIBPROC_H 1
1164| #define HAVE_LIMITS_H 1
1165| #define HAVE_PATHS_H 1
1166| #define HAVE_PWD_H 1
1167| #define HAVE_READLINE_HISTORY_H 1
1168| #define HAVE_READLINE_READLINE_H 1
1169| #define HAVE_STDATOMIC_H 1
1170| #define HAVE_SPAWN_H 1
1171| #define HAVE_SYS_CDEFS_H 1
1172| #define HAVE_SYS_EVENT_H 1
1173| #define HAVE_SYS_FCNTL_H 1
1174| #define HAVE_SYS_FILE_H 1
1175| #define HAVE_SYS_PATHS_H 1
1176| #define HAVE_SYS_SOCKET_H 1
1177| #define HAVE_SYS_SYSCTL_H 1
1178| #define HAVE_UTIME_H 1
1179| #define HAVE_OSATOMICCOMPAREANDSWAP32 1
1180| #define HAVE_OSATOMICCOMPAREANDSWAPPTR 1
1181| #define HAVE_COPYFILE 1
1182| #define HAVE_FLOCK 1
1183| #define HAVE_FLS 1
1184| #define HAVE_KQUEUE 1
1185| #define HAVE_POSIX_SPAWN 1
1186| #define HAVE_SETMODE 1
1187| #define HAVE_SYSCTLBYNAME 1
1188| #define HAVE_STRLCAT 1
1189| #define HAVE_STRLCPY 1
1190| #define HAVE_DECL_ATOMIC_COMPARE_EXCHANGE_STRONG_EXPLICIT 1
1191| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
1192| #define MIN_USABLE_UID 501
1193| #define MIN_USABLE_GID 501
1194| #define HAVE_SQLITE3EXT_H 1
1195| /* end confdefs.h.  */
1196| #include <ac_nonexistent.h>
1197configure:8151: result: /opt/svacchanda/gcc11/bin/gcc -arch ppc -E
1198configure:8165: /opt/svacchanda/gcc11/bin/gcc -arch ppc -E  conftest.c
1199configure:8165: $? = 0
1200configure:8180: /opt/svacchanda/gcc11/bin/gcc -arch ppc -E  conftest.c
1201conftest.c:60:10: fatal error: ac_nonexistent.h: No such file or directory
1202   60 | #include <ac_nonexistent.h>
1203      |          ^~~~~~~~~~~~~~~~~~
1204compilation terminated.
1205configure:8180: $? = 1
1206configure: failed program was:
1207| /* confdefs.h */
1208| #define PACKAGE_NAME "MacPorts"
1209| #define PACKAGE_TARNAME "macports"
1210| #define PACKAGE_VERSION "2.7.1"
1211| #define PACKAGE_STRING "MacPorts 2.7.1"
1212| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
1213| #define PACKAGE_URL ""
1214| #define UNUSED __attribute__((unused))
1215| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
1216| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
1217| #define HAVE_FRAMEWORK_IOKIT /**/
1218| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
1219| #define HAVE_STDIO_H 1
1220| #define HAVE_STDLIB_H 1
1221| #define HAVE_STRING_H 1
1222| #define HAVE_INTTYPES_H 1
1223| #define HAVE_STDINT_H 1
1224| #define HAVE_STRINGS_H 1
1225| #define HAVE_SYS_STAT_H 1
1226| #define HAVE_SYS_TYPES_H 1
1227| #define HAVE_UNISTD_H 1
1228| #define STDC_HEADERS 1
1229| #define HAVE_CRT_EXTERNS_H 1
1230| #define HAVE_ERR_H 1
1231| #define HAVE_FCNTL_H 1
1232| #define HAVE_LIBKERN_OSATOMIC_H 1
1233| #define HAVE_LIBPROC_H 1
1234| #define HAVE_LIMITS_H 1
1235| #define HAVE_PATHS_H 1
1236| #define HAVE_PWD_H 1
1237| #define HAVE_READLINE_HISTORY_H 1
1238| #define HAVE_READLINE_READLINE_H 1
1239| #define HAVE_STDATOMIC_H 1
1240| #define HAVE_SPAWN_H 1
1241| #define HAVE_SYS_CDEFS_H 1
1242| #define HAVE_SYS_EVENT_H 1
1243| #define HAVE_SYS_FCNTL_H 1
1244| #define HAVE_SYS_FILE_H 1
1245| #define HAVE_SYS_PATHS_H 1
1246| #define HAVE_SYS_SOCKET_H 1
1247| #define HAVE_SYS_SYSCTL_H 1
1248| #define HAVE_UTIME_H 1
1249| #define HAVE_OSATOMICCOMPAREANDSWAP32 1
1250| #define HAVE_OSATOMICCOMPAREANDSWAPPTR 1
1251| #define HAVE_COPYFILE 1
1252| #define HAVE_FLOCK 1
1253| #define HAVE_FLS 1
1254| #define HAVE_KQUEUE 1
1255| #define HAVE_POSIX_SPAWN 1
1256| #define HAVE_SETMODE 1
1257| #define HAVE_SYSCTLBYNAME 1
1258| #define HAVE_STRLCAT 1
1259| #define HAVE_STRLCPY 1
1260| #define HAVE_DECL_ATOMIC_COMPARE_EXCHANGE_STRONG_EXPLICIT 1
1261| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
1262| #define MIN_USABLE_UID 501
1263| #define MIN_USABLE_GID 501
1264| #define HAVE_SQLITE3EXT_H 1
1265| /* end confdefs.h.  */
1266| #include <ac_nonexistent.h>
1267configure:8214: checking for SQLite version in header
1268configure:8239: /opt/svacchanda/gcc11/bin/gcc -arch ppc -E   conftest.c
1269configure:8239: $? = 0
1270configure:8251: result:
1271configure:8255: checking for SQLite version at runtime
1272configure:8283: /opt/svacchanda/gcc11/bin/gcc -arch ppc -o conftest -g -O2    -lsqlite3 conftest.c  >&5
1273configure:8283: $? = 0
1274configure:8283: ./conftest
1275configure:8283: $? = 0
1276configure:8296: result: 3004000
1277configure:8315: checking for grep that handles long lines and -e
1278configure:8379: result: /usr/bin/grep
1279configure:8384: checking for egrep
1280configure:8452: result: /usr/bin/grep -E
1281configure:8460: checking for kqueue
1282configure:8460: result: yes
1283configure:8466: checking for kevent
1284configure:8466: /opt/svacchanda/gcc11/bin/gcc -arch ppc -o conftest -g -O2   conftest.c  >&5
1285configure:8466: $? = 0
1286configure:8466: result: yes
1287configure:8474: checking whether trace mode is supported on this platform
1288configure:8504: result: yes
1289configure:8607: === configuring in vendor/tcl/unix (/Users/svacchanda/Downloads/MacPorts-2.7.1/vendor/tcl/unix)
1290configure:8866: running /bin/sh ./configure '--cache-file=/dev/null' '--disable-option-checking'  '--prefix=/opt/bootstrap/libexec/macports' '--enable-threads' '--without-startupitems' 'build_alias=powerpc-apple-darwin9.8.0' 'CC=/opt/svacchanda/gcc11/bin/gcc -arch ppc' '--srcdir=.' 'CC=/opt/svacchanda/gcc11/bin/gcc -arch ppc' in vendor/tcl/unix
1291configure:8872: === finished configuring in vendor/tcl/unix (/Users/svacchanda/Downloads/MacPorts-2.7.1/vendor/tcl/unix)
1292configure:8933: === configuring in vendor/thread (/Users/svacchanda/Downloads/MacPorts-2.7.1/vendor/thread)
1293configure:9192: running /bin/sh ./configure '--cache-file=/dev/null' '--disable-option-checking'  '--prefix=/opt/bootstrap/libexec/macports' '--without-startupitems' 'build_alias=powerpc-apple-darwin9.8.0' 'CC=/opt/svacchanda/gcc11/bin/gcc -arch ppc' '--srcdir=.' 'CC=/opt/svacchanda/gcc11/bin/gcc -arch ppc' in vendor/thread
1294configure:9198: === finished configuring in vendor/thread (/Users/svacchanda/Downloads/MacPorts-2.7.1/vendor/thread)
1295configure:9254: === configuring in vendor/tclx (/Users/svacchanda/Downloads/MacPorts-2.7.1/vendor/tclx)
1296configure:9513: running /bin/sh ./configure '--cache-file=/dev/null' '--disable-option-checking'  '--prefix=/opt/bootstrap/libexec/macports' '--without-startupitems' 'build_alias=powerpc-apple-darwin9.8.0' 'CC=/opt/svacchanda/gcc11/bin/gcc -arch ppc' '--srcdir=.' 'CC=/opt/svacchanda/gcc11/bin/gcc -arch ppc' in vendor/tclx
1297configure:9519: === finished configuring in vendor/tclx (/Users/svacchanda/Downloads/MacPorts-2.7.1/vendor/tclx)
1298configure:9577: === configuring in vendor/tcllib (/Users/svacchanda/Downloads/MacPorts-2.7.1/vendor/tcllib)
1299configure:9836: running /bin/sh ./configure '--cache-file=/dev/null' '--disable-option-checking'  '--prefix=/opt/bootstrap/libexec/macports' '--without-startupitems' 'build_alias=powerpc-apple-darwin9.8.0' 'CC=/opt/svacchanda/gcc11/bin/gcc -arch ppc' '--srcdir=.' 'CC=/opt/svacchanda/gcc11/bin/gcc -arch ppc' in vendor/tcllib
1300configure:9842: === finished configuring in vendor/tcllib (/Users/svacchanda/Downloads/MacPorts-2.7.1/vendor/tcllib)
1301configure:9853: checking for Tcl configuration
1302configure:9856: result: found /Users/svacchanda/Downloads/MacPorts-2.7.1/vendor/tcl/unix/tclConfig.sh
1303configure:9859: checking for existence of /Users/svacchanda/Downloads/MacPorts-2.7.1/vendor/tcl/unix/tclConfig.sh
1304configure:9863: result: loading
1305configure:9911: checking how to build libraries
1306configure:9930: result: shared
1307configure:9972: checking that any existing MacPorts install can be upgraded
1308configure:9979: result: yes
1309configure:10116: creating ./config.status
1310
1311## ---------------------- ##
1312## Running config.status. ##
1313## ---------------------- ##
1314
1315This file was extended by MacPorts config.status 2.7.1, which was
1316generated by GNU Autoconf 2.71.  Invocation command line was
1317
1318  CONFIG_FILES    =
1319  CONFIG_HEADERS  =
1320  CONFIG_LINKS    =
1321  CONFIG_COMMANDS =
1322  $ ./config.status
1323
1324on 36-47.wireless-city.scu.edu.tw
1325
1326config.status:1013: creating src/programs/daemondo/Makefile
1327config.status:1013: creating Doxyfile
1328config.status:1013: creating Makefile
1329config.status:1013: creating Mk/macports.autoconf.mk
1330config.status:1013: creating doc/Makefile
1331config.status:1013: creating doc/base.mtree
1332config.status:1013: creating doc/macosx.mtree
1333config.status:1013: creating doc/macports.conf
1334config.status:1013: creating doc/prefix.mtree
1335config.status:1013: creating doc/pubkeys.conf
1336config.status:1013: creating portmgr/dmg/postflight
1337config.status:1013: creating setupenv.bash
1338config.status:1013: creating src/Makefile
1339config.status:1013: creating src/cregistry/Makefile
1340config.status:1013: creating src/compat/Makefile
1341config.status:1013: creating src/darwintracelib1.0/Makefile
1342config.status:1013: creating src/machista1.0/Makefile
1343config.status:1013: creating src/macports1.0/Makefile
1344config.status:1013: creating src/macports1.0/macports_autoconf.tcl
1345config.status:1013: creating src/macports1.0/macports_test_autoconf.tcl
1346config.status:1013: creating src/mpcommon1.0/Makefile
1347config.status:1013: creating src/package1.0/Makefile
1348config.status:1013: creating src/package1.0/package_test_autoconf.tcl
1349config.status:1013: creating src/pextlib1.0/Makefile
1350config.status:1013: creating src/port/Makefile
1351config.status:1013: creating src/port1.0/Makefile
1352config.status:1013: creating src/port1.0/port_autoconf.tcl
1353config.status:1013: creating src/port1.0/port_test_autoconf.tcl
1354config.status:1013: creating src/programs/Makefile
1355config.status:1013: creating src/registry2.0/Makefile
1356config.status:1013: creating src/registry2.0/registry_autoconf.tcl
1357config.status:1013: creating tests/Makefile
1358config.status:1013: creating tests/test.tcl
1359config.status:1013: creating tests/test/library.tcl
1360config.status:1013: creating tests/test/trace/test.tcl
1361config.status:1013: creating vendor/Makefile
1362config.status:1013: creating vendor/tclsh
1363config.status:1013: creating src/cxx_stdlib_overridden.tcl
1364config.status:1013: creating src/dedup_portfiles.tcl
1365config.status:1013: creating src/images_to_archives.tcl
1366config.status:1013: creating src/pkg_mkindex.sh
1367config.status:1013: creating src/upgrade_sources_conf_default.tcl
1368config.status:1013: creating src/config.h
1369
1370## ---------------- ##
1371## Cache variables. ##
1372## ---------------- ##
1373
1374ac_cv_build=powerpc-apple-darwin9.8.0
1375ac_cv_c_compiler_gnu=yes
1376ac_cv_c_undeclared_builtin_options='none needed'
1377ac_cv_env_CC_set=set
1378ac_cv_env_CC_value='/opt/svacchanda/gcc11/bin/gcc -arch ppc'
1379ac_cv_env_CFLAGS_set=
1380ac_cv_env_CFLAGS_value=
1381ac_cv_env_CPPFLAGS_set=
1382ac_cv_env_CPPFLAGS_value=
1383ac_cv_env_CPP_set=
1384ac_cv_env_CPP_value=
1385ac_cv_env_LDFLAGS_set=
1386ac_cv_env_LDFLAGS_value=
1387ac_cv_env_LIBS_set=
1388ac_cv_env_LIBS_value=
1389ac_cv_env_OBJCFLAGS_set=
1390ac_cv_env_OBJCFLAGS_value=
1391ac_cv_env_build_alias_set=set
1392ac_cv_env_build_alias_value=powerpc-apple-darwin9.8.0
1393ac_cv_env_host_alias_set=
1394ac_cv_env_host_alias_value=
1395ac_cv_env_target_alias_set=
1396ac_cv_env_target_alias_value=
1397ac_cv_func_OSAtomicCompareAndSwap32=yes
1398ac_cv_func_OSAtomicCompareAndSwap64=no
1399ac_cv_func_OSAtomicCompareAndSwapPtr=yes
1400ac_cv_func___getdirentries64=no
1401ac_cv_func__dyld_shared_cache_contains_path=no
1402ac_cv_func_clearenv=no
1403ac_cv_func_copyfile=yes
1404ac_cv_func_flock=yes
1405ac_cv_func_fls=yes
1406ac_cv_func_getdelim=no
1407ac_cv_func_getline=no
1408ac_cv_func_kevent=yes
1409ac_cv_func_kqueue=yes
1410ac_cv_func_posix_spawn=yes
1411ac_cv_func_setmode=yes
1412ac_cv_func_strlcat=yes
1413ac_cv_func_strlcpy=yes
1414ac_cv_func_sysctlbyname=yes
1415ac_cv_have_decl_atomic_compare_exchange_strong_explicit=yes
1416ac_cv_header_CommonCrypto_CommonDigest_h=yes
1417ac_cv_header_crt_externs_h=yes
1418ac_cv_header_err_h=yes
1419ac_cv_header_fcntl_h=yes
1420ac_cv_header_inttypes_h=yes
1421ac_cv_header_libkern_OSAtomic_h=yes
1422ac_cv_header_libproc_h=yes
1423ac_cv_header_limits_h=yes
1424ac_cv_header_paths_h=yes
1425ac_cv_header_pwd_h=yes
1426ac_cv_header_readline_history_h=yes
1427ac_cv_header_readline_readline_h=yes
1428ac_cv_header_spawn_h=yes
1429ac_cv_header_sqlite3_h=yes
1430ac_cv_header_sqlite3ext_h=yes
1431ac_cv_header_stdatomic_h=yes
1432ac_cv_header_stdint_h=yes
1433ac_cv_header_stdio_h=yes
1434ac_cv_header_stdlib_h=yes
1435ac_cv_header_string_h=yes
1436ac_cv_header_strings_h=yes
1437ac_cv_header_sys_cdefs_h=yes
1438ac_cv_header_sys_event_h=yes
1439ac_cv_header_sys_fcntl_h=yes
1440ac_cv_header_sys_file_h=yes
1441ac_cv_header_sys_paths_h=yes
1442ac_cv_header_sys_socket_h=yes
1443ac_cv_header_sys_stat_h=yes
1444ac_cv_header_sys_sysctl_h=yes
1445ac_cv_header_sys_types_h=yes
1446ac_cv_header_unistd_h=yes
1447ac_cv_header_utime_h=yes
1448ac_cv_host=powerpc-apple-darwin9.8.0
1449ac_cv_objext=o
1450ac_cv_path_BSDMAKE=/usr/bin/bsdmake
1451ac_cv_path_BZIP2_BIN=/usr/bin/bzip2
1452ac_cv_path_CHOWN=/usr/sbin/chown
1453ac_cv_path_CP=/bin/cp
1454ac_cv_path_CPIO=/usr/bin/cpio
1455ac_cv_path_CURL_CONFIG=/usr/bin/curl-config
1456ac_cv_path_CVS=/usr/bin/cvs
1457ac_cv_path_DEFAULTS=/usr/bin/defaults
1458ac_cv_path_DIFF=/usr/bin/diff
1459ac_cv_path_DSCL=/usr/bin/dscl
1460ac_cv_path_DSEDITGROUP=/usr/sbin/dseditgroup
1461ac_cv_path_EGREP='/usr/bin/grep -E'
1462ac_cv_path_FILE=/usr/bin/file
1463ac_cv_path_FIND=/usr/bin/find
1464ac_cv_path_GNUMAKE=/usr/bin/gnumake
1465ac_cv_path_GNUTAR=/usr/bin/gnutar
1466ac_cv_path_GREP=/usr/bin/grep
1467ac_cv_path_GZIP_BIN=/usr/bin/gzip
1468ac_cv_path_HDIUTIL=/usr/bin/hdiutil
1469ac_cv_path_LAUNCHCTL=/bin/launchctl
1470ac_cv_path_LIPO=/usr/bin/lipo
1471ac_cv_path_LSBOM=/usr/bin/lsbom
1472ac_cv_path_MAKE=/usr/bin/make
1473ac_cv_path_MAN=/usr/bin/man
1474ac_cv_path_MDFIND=/usr/bin/mdfind
1475ac_cv_path_MDLS=/usr/bin/mdls
1476ac_cv_path_MKBOM=/usr/bin/mkbom
1477ac_cv_path_MTREE=/usr/sbin/mtree
1478ac_cv_path_OPEN=/usr/bin/open
1479ac_cv_path_OPENSSL=/usr/bin/openssl
1480ac_cv_path_PATCH=/usr/bin/patch
1481ac_cv_path_PAX=/bin/pax
1482ac_cv_path_RMDIR=/bin/rmdir
1483ac_cv_path_RSYNC=/usr/bin/rsync
1484ac_cv_path_SANDBOX_EXEC=/usr/bin/sandbox-exec
1485ac_cv_path_SED=/usr/bin/sed
1486ac_cv_path_SWIG=/usr/bin/swig
1487ac_cv_path_SW_VERS=/usr/bin/sw_vers
1488ac_cv_path_TAR=/usr/bin/tar
1489ac_cv_path_UNZIP=/usr/bin/unzip
1490ac_cv_path_XAR=/usr/bin/xar
1491ac_cv_path_XCODEBUILD=/usr/bin/xcodebuild
1492ac_cv_path_XCODE_SELECT=/usr/bin/xcode-select
1493ac_cv_path_XCRUN=/usr/bin/xcrun
1494ac_cv_path_ZIP=/usr/bin/zip
1495ac_cv_path_install='/usr/bin/install -c'
1496ac_cv_prog_CPP='/opt/svacchanda/gcc11/bin/gcc -arch ppc -E'
1497ac_cv_prog_cc_c11=
1498ac_cv_prog_cc_g=yes
1499ac_cv_prog_cc_stdc=
1500ac_cv_prog_make_make_set=yes
1501ac_cv_target=powerpc-apple-darwin9.8.0
1502mp_cv_have_framework_corefoundation=yes
1503mp_cv_have_framework_iokit=yes
1504mp_cv_have_framework_systemconfiguration=yes
1505mp_cv_have_function_cfnotificationcentergetdarwinnotifycenter=yes
1506mp_cv_sqlite_run_version=3004000
1507mp_cv_sqlite_version=
1508
1509## ----------------- ##
1510## Output variables. ##
1511## ----------------- ##
1512
1513BSDMAKE='/usr/bin/bsdmake'
1514BZIP2_BIN='/usr/bin/bzip2'
1515BZR=''
1516CC='/opt/svacchanda/gcc11/bin/gcc -arch ppc'
1517CFLAGS='-g -O2'
1518CFLAGS_LIBCURL=''
1519CFLAGS_PEDANTIC='-pedantic'
1520CFLAGS_QUICHEEATERS='-Wextra -Wall'
1521CFLAGS_SQLITE3=''
1522CFLAGS_WERROR=''
1523CHOWN='/usr/sbin/chown'
1524CP='/bin/cp'
1525CPIO='/usr/bin/cpio'
1526CPP='/opt/svacchanda/gcc11/bin/gcc -arch ppc -E'
1527CPPFLAGS=''
1528CURL_CONFIG='/usr/bin/curl-config'
1529CVS='/usr/bin/cvs'
1530DARWINTRACE_SIP_WORKAROUND_PATH='/opt/bootstrap/var/macports/sip-workaround'
1531DEFAULTS='/usr/bin/defaults'
1532DEFS='-DHAVE_CONFIG_H'
1533DEVELOPER_DIR='/Developer'
1534DIFF='/usr/bin/diff'
1535DSCL='/usr/bin/dscl'
1536DSEDITGROUP='/usr/sbin/dseditgroup'
1537DSTGRP='admin'
1538DSTMODE='0755'
1539DSTUSR='root'
1540ECHO_C='\c'
1541ECHO_N=''
1542ECHO_T=''
1543EGREP='/usr/bin/grep -E'
1544EXEEXT=''
1545EXTRA_PROGS=' daemondo'
1546FILE='/usr/bin/file'
1547FIND='/usr/bin/find'
1548GIT=''
1549GNUMAKE='/usr/bin/gnumake'
1550GNUPATCH='/usr/bin/patch'
1551GNUTAR='/usr/bin/gnutar'
1552GREP='/usr/bin/grep'
1553GZIP_BIN='/usr/bin/gzip'
1554HAVE_FRAMEWORK_COREFOUNDATION='yes'
1555HAVE_FRAMEWORK_IOKIT='yes'
1556HAVE_FRAMEWORK_SYSTEMCONFIGURATION='yes'
1557HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER=''
1558HAVE_GETDELIM='no'
1559HAVE_GETLINE='no'
1560HAVE_STRLCAT='yes'
1561HAVE_STRLCPY='yes'
1562HDIUTIL='/usr/bin/hdiutil'
1563HG=''
1564INCLUDES='-I.. -I. '
1565INSTALL_DATA='${INSTALL} -m 644'
1566INSTALL_PROGRAM='${INSTALL}'
1567INSTALL_SCRIPT='${INSTALL}'
1568INTREE_TCLSH='/Users/svacchanda/Downloads/MacPorts-2.7.1/vendor/tclsh'
1569LAUNCHCTL='/bin/launchctl'
1570LDFLAGS=''
1571LDFLAGS_LIBCURL='-lcurl'
1572LDFLAGS_SQLITE3='-lsqlite3'
1573LIBOBJS=''
1574LIBS=''
1575LIPO='/usr/bin/lipo'
1576LN_S='ln -s'
1577LSBOM='/usr/bin/lsbom'
1578LTLIBOBJS=''
1579LZMA=''
1580MACPORTS_VERSION='2.7.1'
1581MAKE='/usr/bin/make'
1582MAN='/usr/bin/man'
1583MD5_LIBS=''
1584MDFIND='/usr/bin/mdfind'
1585MDLS='/usr/bin/mdls'
1586MKBOM='/usr/bin/mkbom'
1587MPAPPLICATIONSDIR='/opt/bootstrap/Applications'
1588MPCONFIGDIR='${sysconfdir}/macports'
1589MPCONFIGDIR_EXPANDED='/opt/bootstrap/etc/macports'
1590MPFRAMEWORKSDIR='/opt/bootstrap/Library/Frameworks'
1591MTREE='/usr/sbin/mtree'
1592OBJEXT='o'
1593OPEN='/usr/bin/open'
1594OPENSSL='/usr/bin/openssl'
1595OS_MAJOR='9'
1596OS_PLATFORM='darwin'
1597PACKAGE_BUGREPORT='macports-dev@lists.macports.org'
1598PACKAGE_NAME='MacPorts'
1599PACKAGE_STRING='MacPorts 2.7.1'
1600PACKAGE_TARNAME='macports'
1601PACKAGE_URL=''
1602PACKAGE_VERSION='2.7.1'
1603PATCH='/usr/bin/patch'
1604PATH_CLEANED='/bin:/sbin:/opt/svacchanda/gcc11/bin:/usr/bin:/usr/sbin'
1605PATH_SEPARATOR=':'
1606PAX='/bin/pax'
1607PKG_CONFIG=''
1608READLINE_LIBS=''
1609RMDIR='/bin/rmdir'
1610RSYNC='/usr/bin/rsync'
1611RUNUSR='macports'
1612SANDBOX_EXEC='/usr/bin/sandbox-exec'
1613SED='/usr/bin/sed'
1614SET_MAKE=''
1615SHELL='/bin/sh'
1616SHLIB_CFLAGS='-fno-common'
1617SHLIB_LD='${CC} -dynamiclib ${CFLAGS} ${LDFLAGS} -Wl,-single_module'
1618SHLIB_SUFFIX='.dylib'
1619STLIB_LD='${AR} cr'
1620SWIG='/usr/bin/swig'
1621SW_VERS='/usr/bin/sw_vers'
1622TAR='/usr/bin/tar'
1623TAR_CMD='/usr/bin/gnutar --no-same-owner'
1624TAR_Q=''
1625TCLSH='/opt/bootstrap/libexec/macports/bin/tclsh8.5'
1626TCL_BIN_DIR='/Users/svacchanda/Downloads/MacPorts-2.7.1/vendor/tcl/unix'
1627TCL_LIB_FILE='libtcl8.5.dylib'
1628TCL_LIB_FLAG='-ltcl8.5'
1629TCL_LIB_SPEC='-L/Users/svacchanda/Downloads/MacPorts-2.7.1/vendor/tcl/unix -ltcl8.5'
1630TCL_PACKAGE_PATH='/opt/bootstrap/libexec/macports/lib'
1631TCL_PREFIX='/opt/bootstrap/libexec/macports'
1632TCL_SRC_DIR='/Users/svacchanda/Downloads/MacPorts-2.7.1/vendor/tcl'
1633TCL_STUB_LIB_FILE='libtclstub8.5.a'
1634TCL_STUB_LIB_FLAG='-ltclstub8.5'
1635TCL_STUB_LIB_SPEC='-L/Users/svacchanda/Downloads/MacPorts-2.7.1/vendor/tcl/unix -ltclstub8.5'
1636TCL_VERSION='8.5'
1637TRACEMODE_SUPPORT='1'
1638UNIVERSAL_ARCHFLAGS=' -arch i386 -arch ppc'
1639UNIVERSAL_ARCHS='i386 ppc'
1640UNZIP='/usr/bin/unzip'
1641VENDOR_DESTROOT='vendor/vendor-destroot'
1642VENDOR_TCLLIB_INSTALL='install-libraries'
1643VENDOR_TCLLIB_SUBDIR='tcllib'
1644VENDOR_TCLTHREAD_INSTALL='install-binaries install-libraries'
1645VENDOR_TCLTHREAD_SUBDIR='thread'
1646VENDOR_TCLX_INSTALL='install-binaries install-libraries'
1647VENDOR_TCLX_SUBDIR='tclx'
1648VENDOR_TCL_INSTALL='install-binaries install-libraries'
1649VENDOR_TCL_SUBDIR='tcl/unix'
1650XAR='/usr/bin/xar'
1651XCODEBUILD='/usr/bin/xcodebuild'
1652XCODE_SELECT='/usr/bin/xcode-select'
1653XCRUN='/usr/bin/xcrun'
1654XZ=''
1655ZIP='/usr/bin/zip'
1656ac_ct_CC=''
1657bindir='${exec_prefix}/bin'
1658build='powerpc-apple-darwin9.8.0'
1659build_alias='powerpc-apple-darwin9.8.0'
1660build_cpu='powerpc'
1661build_os='darwin9.8.0'
1662build_vendor='apple'
1663datadir='${datarootdir}'
1664datarootdir='${prefix}/share'
1665docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1666dvidir='${docdir}'
1667exec_prefix='${prefix}'
1668host='powerpc-apple-darwin9.8.0'
1669host_alias=''
1670host_cpu='powerpc'
1671host_os='darwin9.8.0'
1672host_vendor='apple'
1673htmldir='${docdir}'
1674includedir='${prefix}/include'
1675infodir='${datarootdir}/info'
1676libdir='${exec_prefix}/lib'
1677libexecdir='${exec_prefix}/libexec'
1678localedir='${datarootdir}/locale'
1679localstatedir='${prefix}/var'
1680localstatedir_expanded='/opt/bootstrap/var'
1681mandir='${datarootdir}/man'
1682oldincludedir='/usr/include'
1683pdfdir='${docdir}'
1684prefix='/opt/bootstrap'
1685prefix_expanded='/opt/bootstrap'
1686program_transform_name='s,x,x,'
1687psdir='${docdir}'
1688runstatedir='${localstatedir}/run'
1689sbindir='${exec_prefix}/sbin'
1690sharedstatedir='${prefix}/com'
1691startupitem_install='startupitem_install        no'
1692sysconfdir='${prefix}/etc'
1693target='powerpc-apple-darwin9.8.0'
1694target_alias=''
1695target_cpu='powerpc'
1696target_os='darwin9.8.0'
1697target_vendor='apple'
1698
1699## ----------- ##
1700## confdefs.h. ##
1701## ----------- ##
1702
1703/* confdefs.h */
1704#define PACKAGE_NAME "MacPorts"
1705#define PACKAGE_TARNAME "macports"
1706#define PACKAGE_VERSION "2.7.1"
1707#define PACKAGE_STRING "MacPorts 2.7.1"
1708#define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
1709#define PACKAGE_URL ""
1710#define UNUSED __attribute__((unused))
1711#define HAVE_FRAMEWORK_COREFOUNDATION /**/
1712#define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
1713#define HAVE_FRAMEWORK_IOKIT /**/
1714#define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
1715#define HAVE_STDIO_H 1
1716#define HAVE_STDLIB_H 1
1717#define HAVE_STRING_H 1
1718#define HAVE_INTTYPES_H 1
1719#define HAVE_STDINT_H 1
1720#define HAVE_STRINGS_H 1
1721#define HAVE_SYS_STAT_H 1
1722#define HAVE_SYS_TYPES_H 1
1723#define HAVE_UNISTD_H 1
1724#define STDC_HEADERS 1
1725#define HAVE_CRT_EXTERNS_H 1
1726#define HAVE_ERR_H 1
1727#define HAVE_FCNTL_H 1
1728#define HAVE_LIBKERN_OSATOMIC_H 1
1729#define HAVE_LIBPROC_H 1
1730#define HAVE_LIMITS_H 1
1731#define HAVE_PATHS_H 1
1732#define HAVE_PWD_H 1
1733#define HAVE_READLINE_HISTORY_H 1
1734#define HAVE_READLINE_READLINE_H 1
1735#define HAVE_STDATOMIC_H 1
1736#define HAVE_SPAWN_H 1
1737#define HAVE_SYS_CDEFS_H 1
1738#define HAVE_SYS_EVENT_H 1
1739#define HAVE_SYS_FCNTL_H 1
1740#define HAVE_SYS_FILE_H 1
1741#define HAVE_SYS_PATHS_H 1
1742#define HAVE_SYS_SOCKET_H 1
1743#define HAVE_SYS_SYSCTL_H 1
1744#define HAVE_UTIME_H 1
1745#define HAVE_OSATOMICCOMPAREANDSWAP32 1
1746#define HAVE_OSATOMICCOMPAREANDSWAPPTR 1
1747#define HAVE_COPYFILE 1
1748#define HAVE_FLOCK 1
1749#define HAVE_FLS 1
1750#define HAVE_KQUEUE 1
1751#define HAVE_POSIX_SPAWN 1
1752#define HAVE_SETMODE 1
1753#define HAVE_SYSCTLBYNAME 1
1754#define HAVE_STRLCAT 1
1755#define HAVE_STRLCPY 1
1756#define HAVE_DECL_ATOMIC_COMPARE_EXCHANGE_STRONG_EXPLICIT 1
1757#define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
1758#define MIN_USABLE_UID 501
1759#define MIN_USABLE_GID 501
1760#define HAVE_SQLITE3EXT_H 1
1761#define MP_SQLITE_VERSION
1762#define HAVE_KQUEUE 1
1763#define HAVE_KEVENT 1
1764#define HAVE_TRACEMODE_SUPPORT 1
1765#define DARWINTRACE_SIP_WORKAROUND_PATH "/opt/bootstrap/var/macports/sip-workaround"
1766
1767configure: exit 0