Ticket #48178: config.log

File config.log, 79.7 KB (added by herzog-bernd, 9 years ago)
Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by MacPorts configure 2.3.3, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = mimac132.mathematik.uni-leipzig.de
14uname -m = Power Macintosh
15uname -r = 8.11.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~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 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC
27Kernel configured for a single processor only.
281 processor is physically available.
29Processor type: ppc7450 (PowerPC 7450)
30Processor active: 0
31Primary memory available: 1.50 gigabytes
32Default processor set: 59 tasks, 201 threads, 1 processors
33Load average: 2.24, Mach factor: 0.39
34/bin/machine           = unknown
35/usr/bin/oslevel       = unknown
36/bin/universe          = unknown
37
38PATH: /bin
39PATH: /sbin
40PATH: /usr/bin
41PATH: /usr/sbin
42PATH: /Users/euler/tools
43PATH: /Work/BuildTools/UnixTools
44PATH: /Work/BuildTools/UnixScripts
45PATH: /Developer/usr/bin
46
47
48## ----------- ##
49## Core tests. ##
50## ----------- ##
51
52configure:2676: checking build system type
53configure:2690: result: powerpc-apple-darwin8.11.0
54configure:2710: checking host system type
55configure:2723: result: powerpc-apple-darwin8.11.0
56configure:2743: checking target system type
57configure:2756: result: powerpc-apple-darwin8.11.0
58configure:2784: checking MacPorts version
59configure:2787: result: 2.3.3
60configure:2906: checking for sw_vers
61configure:2924: found /usr/bin/sw_vers
62configure:2936: result: /usr/bin/sw_vers
63configure:2946: checking for defaults
64configure:2964: found /usr/bin/defaults
65configure:2976: result: /usr/bin/defaults
66configure:2986: checking for xcode-select
67configure:3019: result: no
68configure:3026: checking Mac OS X version
69configure:3029: result: 10.4.11
70configure:3051: checking Xcode location
71configure:3063: result: /Developer
72configure:3077: checking Xcode version
73configure:3084: result: 2.4.1
74configure:3162: checking for clang
75configure:3192: result: no
76configure:3162: checking for cc
77configure:3178: found /usr/bin/cc
78configure:3189: result: cc
79configure:3220: checking for C compiler version
80configure:3229: cc --version >&5
81powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5367)
82Copyright (C) 2005 Free Software Foundation, Inc.
83This is free software; see the source for copying conditions.  There is NO
84warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
85
86configure:3240: $? = 0
87configure:3229: cc -v >&5
88Using built-in specs.
89Target: powerpc-apple-darwin8
90Configured with: /private/var/tmp/gcc/gcc-5367.obj~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8
91Thread model: posix
92gcc version 4.0.1 (Apple Computer, Inc. build 5367)
93configure:3240: $? = 0
94configure:3229: cc -V >&5
95cc: argument to `-V' is missing
96configure:3240: $? = 1
97configure:3229: cc -qversion >&5
98powerpc-apple-darwin8-gcc-4.0.1: unrecognized option '-qversion'
99powerpc-apple-darwin8-gcc-4.0.1: no input files
100configure:3240: $? = 1
101configure:3260: checking whether the C compiler works
102configure:3282: cc    conftest.c  >&5
103configure:3286: $? = 0
104configure:3334: result: yes
105configure:3337: checking for C compiler default output file name
106configure:3339: result: a.out
107configure:3345: checking for suffix of executables
108configure:3352: cc -o conftest    conftest.c  >&5
109configure:3356: $? = 0
110configure:3378: result:
111configure:3400: checking whether we are cross compiling
112configure:3408: cc -o conftest    conftest.c  >&5
113configure:3412: $? = 0
114configure:3419: ./conftest
115configure:3423: $? = 0
116configure:3438: result: no
117configure:3443: checking for suffix of object files
118configure:3465: cc -c   conftest.c >&5
119configure:3469: $? = 0
120configure:3490: result: o
121configure:3494: checking whether we are using the GNU C compiler
122configure:3513: cc -c   conftest.c >&5
123configure:3513: $? = 0
124configure:3522: result: yes
125configure:3531: checking whether cc accepts -g
126configure:3551: cc -c -g  conftest.c >&5
127configure:3551: $? = 0
128configure:3592: result: yes
129configure:3609: checking for cc option to accept ISO C89
130configure:3672: cc  -c -g -O2  conftest.c >&5
131configure:3672: $? = 0
132configure:3685: result: none needed
133configure:3719: checking for a BSD-compatible install
134configure:3787: result: /usr/bin/install -c
135configure:3798: checking whether ln -s works
136configure:3802: result: yes
137configure:3809: checking whether make sets $(MAKE)
138configure:3831: result: yes
139configure:3894: checking for clang
140configure:3924: result: no
141configure:3894: checking for cc
142configure:3910: found /usr/bin/cc
143configure:3921: result: cc
144configure:3946: checking for Objective C compiler version
145configure:3955: cc --version >&5
146powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5367)
147Copyright (C) 2005 Free Software Foundation, Inc.
148This is free software; see the source for copying conditions.  There is NO
149warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
150
151configure:3966: $? = 0
152configure:3955: cc -v >&5
153Using built-in specs.
154Target: powerpc-apple-darwin8
155Configured with: /private/var/tmp/gcc/gcc-5367.obj~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8
156Thread model: posix
157gcc version 4.0.1 (Apple Computer, Inc. build 5367)
158configure:3966: $? = 0
159configure:3955: cc -V >&5
160cc: argument to `-V' is missing
161configure:3966: $? = 1
162configure:3955: cc -qversion >&5
163powerpc-apple-darwin8-gcc-4.0.1: unrecognized option '-qversion'
164powerpc-apple-darwin8-gcc-4.0.1: no input files
165configure:3966: $? = 1
166configure:3970: checking whether we are using the GNU Objective C compiler
167configure:3989: cc -c   conftest.m >&5
168configure:3989: $? = 0
169configure:3998: result: yes
170configure:4007: checking whether cc accepts -g
171configure:4027: cc -c -g  conftest.m >&5
172configure:4027: $? = 0
173configure:4068: result: yes
174configure:4096: checking for bsdmake
175configure:4114: found /usr/bin/bsdmake
176configure:4126: result: /usr/bin/bsdmake
177configure:4139: checking for bzip2
178configure:4157: found /usr/bin/bzip2
179configure:4169: result: /usr/bin/bzip2
180configure:4179: checking for bzr
181configure:4212: result: no
182configure:4219: checking for chown
183configure:4238: found /usr/sbin/chown
184configure:4250: result: /usr/sbin/chown
185configure:4260: checking for cp
186configure:4278: found /bin/cp
187configure:4290: result: /bin/cp
188configure:4300: checking for cpio
189configure:4318: found /usr/bin/cpio
190configure:4330: result: /usr/bin/cpio
191configure:4340: checking for cvs
192configure:4358: found /usr/bin/cvs
193configure:4370: result: /usr/bin/cvs
194configure:4380: checking for diff
195configure:4398: found /usr/bin/diff
196configure:4410: result: /usr/bin/diff
197configure:4420: checking for dscl
198configure:4438: found /usr/bin/dscl
199configure:4450: result: /usr/bin/dscl
200configure:4460: checking for dseditgroup
201configure:4479: found /usr/sbin/dseditgroup
202configure:4491: result: /usr/sbin/dseditgroup
203configure:4501: checking for file
204configure:4519: found /usr/bin/file
205configure:4531: result: /usr/bin/file
206configure:4541: checking for find
207configure:4559: found /usr/bin/find
208configure:4571: result: /usr/bin/find
209configure:4581: checking for git
210configure:4614: result: no
211configure:4623: checking for gnumake
212configure:4641: found /usr/bin/gnumake
213configure:4653: result: /usr/bin/gnumake
214configure:4668: checking for gnupatch
215configure:4701: result: no
216configure:4668: checking for gpatch
217configure:4701: result: no
218configure:4713: checking for gnutar
219configure:4731: found /usr/bin/gnutar
220configure:4743: result: /usr/bin/gnutar
221configure:4756: checking for gzip
222configure:4774: found /usr/bin/gzip
223configure:4786: result: /usr/bin/gzip
224configure:4796: checking for hdiutil
225configure:4814: found /usr/bin/hdiutil
226configure:4826: result: /usr/bin/hdiutil
227configure:4836: checking for hg
228configure:4869: result: no
229configure:4876: checking for launchctl
230configure:4894: found /bin/launchctl
231configure:4906: result: /bin/launchctl
232configure:4916: checking for lipo
233configure:4934: found /usr/bin/lipo
234configure:4946: result: /usr/bin/lipo
235configure:4956: checking for lsbom
236configure:4974: found /usr/bin/lsbom
237configure:4986: result: /usr/bin/lsbom
238configure:4996: checking for lzma
239configure:5029: result: no
240configure:5036: checking for make
241configure:5054: found /usr/bin/make
242configure:5066: result: /usr/bin/make
243configure:5076: checking for mdfind
244configure:5094: found /usr/bin/mdfind
245configure:5106: result: /usr/bin/mdfind
246configure:5116: checking for mdls
247configure:5134: found /usr/bin/mdls
248configure:5146: result: /usr/bin/mdls
249configure:5156: checking for mkbom
250configure:5174: found /usr/bin/mkbom
251configure:5186: result: /usr/bin/mkbom
252configure:5198: checking for mtree
253configure:5217: found /usr/sbin/mtree
254configure:5229: result: /usr/sbin/mtree
255configure:5242: checking for open
256configure:5260: found /usr/bin/open
257configure:5272: result: /usr/bin/open
258configure:5282: checking for openssl
259configure:5300: found /usr/bin/openssl
260configure:5312: result: /usr/bin/openssl
261configure:5322: checking for patch
262configure:5340: found /usr/bin/patch
263configure:5352: result: /usr/bin/patch
264configure:5362: checking for pax
265configure:5380: found /bin/pax
266configure:5392: result: /bin/pax
267configure:5402: checking for rmdir
268configure:5420: found /bin/rmdir
269configure:5432: result: /bin/rmdir
270configure:5442: checking for rsync
271configure:5460: found /usr/bin/rsync
272configure:5472: result: /usr/bin/rsync
273configure:5482: checking for sandbox-exec
274configure:5515: result: no
275configure:5522: checking for sed
276configure:5540: found /usr/bin/sed
277configure:5552: result: /usr/bin/sed
278configure:5562: checking for svn
279configure:5595: result: no
280configure:5602: checking for swig
281configure:5635: result: no
282configure:5642: checking for tar
283configure:5660: found /usr/bin/tar
284configure:5672: result: /usr/bin/tar
285configure:5682: checking for unzip
286configure:5700: found /usr/bin/unzip
287configure:5712: result: /usr/bin/unzip
288configure:5722: checking for xar
289configure:5755: result: no
290configure:5762: checking for xcodebuild
291configure:5780: found /usr/bin/xcodebuild
292configure:5792: result: /usr/bin/xcodebuild
293configure:5802: checking for xcrun
294configure:5835: result: no
295configure:5842: checking for xz
296configure:5875: result: no
297configure:5882: checking for zip
298configure:5900: found /usr/bin/zip
299configure:5912: result: /usr/bin/zip
300configure:5923: checking for launchd
301configure:5939: found /sbin/launchd
302configure:5950: result: yes
303configure:5985: checking for sed
304configure:6015: result: /usr/bin/sed
305configure:6028: checking which sed flag to use for extended regexp
306configure:6038: result: -E (BSD)
307configure:6055: checking for tar
308configure:6085: result: /usr/bin/tar
309configure:6094: checking whether tar supports -q
310configure:6101: result: no (gnutar)
311configure:6110: checking for tar
312configure:6140: result: /usr/bin/tar
313configure:6150: checking for gnutar
314configure:6180: result: /usr/bin/gnutar
315configure:6189: checking for which tar variant to use
316configure:6196: result: /usr/bin/gnutar
317configure:6200: checking for /usr/bin/gnutar --no-same-owner support
318configure:6207: result: yes
319configure:6215: checking for patch
320configure:6245: result: /usr/bin/patch
321configure:6255: checking for gpatch
322configure:6288: result: no
323configure:6294: checking for GNU (FSF) patch
324configure:6306: result: /usr/bin/patch
325configure:6338: checking how to mark unused variables
326configure:6344: cc -c -g -O2  conftest.c >&5
327configure:6344: $? = 0
328configure:6354: result:
329configure:6359: checking for gcc symbol visibility attribute
330configure:6378: cc -c -g -O2  conftest.c >&5
331configure:6378: $? = 0
332configure:6392: result: __attribute__((visibility("hidden")))
333configure:6577: checking for the pthreads library -lpthreads
334configure:6610: cc -o conftest -g -O2    conftest.c -lpthreads  >&5
335/usr/bin/ld: can't locate file for: -lpthreads
336collect2: ld returned 1 exit status
337configure:6610: $? = 1
338configure: failed program was:
339| /* confdefs.h */
340| #define PACKAGE_NAME "MacPorts"
341| #define PACKAGE_TARNAME "macports"
342| #define PACKAGE_VERSION "2.3.3"
343| #define PACKAGE_STRING "MacPorts 2.3.3"
344| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
345| #define PACKAGE_URL ""
346| #define UNUSED __attribute__((unused))
347| #define MP_PRIVATE __attribute__((visibility("hidden")))
348| /* end confdefs.h.  */
349| #include <pthread.h>
350| int
351| main ()
352| {
353| pthread_t th; pthread_join(th, 0);
354|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
355|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
356|   ;
357|   return 0;
358| }
359configure:6619: result: no
360configure:6522: checking whether pthreads work without any flags
361configure:6610: cc -o conftest -g -O2    conftest.c   >&5
362configure:6610: $? = 0
363configure:6619: result: yes
364configure:6638: checking for joinable pthread attribute
365configure:6653: cc -o conftest -g -O2    conftest.c   >&5
366configure:6653: $? = 0
367configure:6659: result: PTHREAD_CREATE_JOINABLE
368configure:6669: checking if more special flags are required for pthreads
369configure:6676: result: -D_THREAD_SAFE
370configure:6713: checking how to run the Objective C preprocessor
371configure:6740: cc -E  conftest.m
372configure:6740: $? = 0
373configure:6754: cc -E  conftest.m
374conftest.m:12:28: error: ac_nonexistent.h: No such file or directory
375configure:6754: $? = 1
376configure: failed program was:
377| /* confdefs.h */
378| #define PACKAGE_NAME "MacPorts"
379| #define PACKAGE_TARNAME "macports"
380| #define PACKAGE_VERSION "2.3.3"
381| #define PACKAGE_STRING "MacPorts 2.3.3"
382| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
383| #define PACKAGE_URL ""
384| #define UNUSED __attribute__((unused))
385| #define MP_PRIVATE __attribute__((visibility("hidden")))
386| #define HAVE_PTHREAD 1
387| /* end confdefs.h.  */
388| #include <ac_nonexistent.h>
389configure:6779: result: cc -E
390configure:6799: cc -E  conftest.m
391configure:6799: $? = 0
392configure:6813: cc -E  conftest.m
393conftest.m:12:28: error: ac_nonexistent.h: No such file or directory
394configure:6813: $? = 1
395configure: failed program was:
396| /* confdefs.h */
397| #define PACKAGE_NAME "MacPorts"
398| #define PACKAGE_TARNAME "macports"
399| #define PACKAGE_VERSION "2.3.3"
400| #define PACKAGE_STRING "MacPorts 2.3.3"
401| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
402| #define PACKAGE_URL ""
403| #define UNUSED __attribute__((unused))
404| #define MP_PRIVATE __attribute__((visibility("hidden")))
405| #define HAVE_PTHREAD 1
406| /* end confdefs.h.  */
407| #include <ac_nonexistent.h>
408configure:6842: checking for grep that handles long lines and -e
409configure:6900: result: /usr/bin/grep
410configure:6905: checking for egrep
411configure:6967: result: /usr/bin/grep -E
412configure:6972: checking for ANSI C header files
413configure:6992: cc -c -g -O2  conftest.m >&5
414configure:6992: $? = 0
415configure:7062: cc -o conftest -g -O2   conftest.m  >&5
416configure:7062: $? = 0
417configure:7062: ./conftest
418configure:7062: $? = 0
419configure:7073: result: yes
420configure:7086: checking for sys/types.h
421configure:7086: cc -c -g -O2  conftest.m >&5
422configure:7086: $? = 0
423configure:7086: result: yes
424configure:7086: checking for sys/stat.h
425configure:7086: cc -c -g -O2  conftest.m >&5
426configure:7086: $? = 0
427configure:7086: result: yes
428configure:7086: checking for stdlib.h
429configure:7086: cc -c -g -O2  conftest.m >&5
430configure:7086: $? = 0
431configure:7086: result: yes
432configure:7086: checking for string.h
433configure:7086: cc -c -g -O2  conftest.m >&5
434configure:7086: $? = 0
435configure:7086: result: yes
436configure:7086: checking for memory.h
437configure:7086: cc -c -g -O2  conftest.m >&5
438configure:7086: $? = 0
439configure:7086: result: yes
440configure:7086: checking for strings.h
441configure:7086: cc -c -g -O2  conftest.m >&5
442configure:7086: $? = 0
443configure:7086: result: yes
444configure:7086: checking for inttypes.h
445configure:7086: cc -c -g -O2  conftest.m >&5
446configure:7086: $? = 0
447configure:7086: result: yes
448configure:7086: checking for stdint.h
449configure:7086: cc -c -g -O2  conftest.m >&5
450configure:7086: $? = 0
451configure:7086: result: yes
452configure:7086: checking for unistd.h
453configure:7086: cc -c -g -O2  conftest.m >&5
454configure:7086: $? = 0
455configure:7086: result: yes
456configure:7133: checking objc/objc.h usability
457configure:7133: cc -c -g -O2  conftest.m >&5
458configure:7133: $? = 0
459configure:7133: result: yes
460configure:7133: checking objc/objc.h presence
461configure:7133: cc -E  conftest.m
462configure:7133: $? = 0
463configure:7133: result: yes
464configure:7133: checking for objc/objc.h
465configure:7133: result: yes
466configure:7158: checking if linking libobjc requires pthreads
467configure:7187: cc -o conftest -g -O2   conftest.m  -lobjc >&5
468configure:7187: $? = 0
469configure:7245: result: no
470configure:7258: checking for Apple Objective-C runtime
471configure:7287: cc -o conftest -g -O2   conftest.m  -lobjc >&5
472conftest.m: In function 'main':
473conftest.m:32: warning: initialization makes pointer from integer without a cast
474conftest.m:33: warning: no '-alloc' method found
475conftest.m:33: warning: (Messages without a matching method signature
476conftest.m:33: warning: will be assumed to return 'id' and accept
477conftest.m:33: warning: '...' as arguments.)
478conftest.m:34: warning: no '-name' method found
479configure:7287: $? = 0
480configure:7302: result: yes
481configure:7309: checking for GNU Objective C runtime
482configure:7337: cc -o conftest -g -O2   conftest.m  -lobjc >&5
483conftest.m: In function 'main':
484conftest.m:31: warning: initialization makes pointer from integer without a cast
485conftest.m:32: warning: no '-alloc' method found
486conftest.m:32: warning: (Messages without a matching method signature
487conftest.m:32: warning: will be assumed to return 'id' and accept
488conftest.m:32: warning: '...' as arguments.)
489conftest.m:33: warning: no '-name' method found
490/usr/bin/ld: Undefined symbols:
491_objc_lookup_class
492collect2: ld returned 1 exit status
493configure:7337: $? = 1
494configure: failed program was:
495| /* confdefs.h */
496| #define PACKAGE_NAME "MacPorts"
497| #define PACKAGE_TARNAME "macports"
498| #define PACKAGE_VERSION "2.3.3"
499| #define PACKAGE_STRING "MacPorts 2.3.3"
500| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
501| #define PACKAGE_URL ""
502| #define UNUSED __attribute__((unused))
503| #define MP_PRIVATE __attribute__((visibility("hidden")))
504| #define HAVE_PTHREAD 1
505| #define STDC_HEADERS 1
506| #define HAVE_SYS_TYPES_H 1
507| #define HAVE_SYS_STAT_H 1
508| #define HAVE_STDLIB_H 1
509| #define HAVE_STRING_H 1
510| #define HAVE_MEMORY_H 1
511| #define HAVE_STRINGS_H 1
512| #define HAVE_INTTYPES_H 1
513| #define HAVE_STDINT_H 1
514| #define HAVE_UNISTD_H 1
515| #define HAVE_OBJC_OBJC_H 1
516| /* end confdefs.h.  */
517|
518|
519|                                                       #include <objc/objc.h>
520|
521| int
522| main ()
523| {
524|
525|                                                       id class = objc_lookup_class("Object");
526|                                                       id obj = [class alloc];
527|                                                       puts([obj name]);
528|
529|   ;
530|   return 0;
531| }
532|
533configure:7352: result: no
534configure:7364: Using Apple Objective-C runtime
535configure:7444: checking for Apple Foundation library
536configure:7480: cc -o conftest -g -O2   conftest.m -framework Foundation  >&5
537conftest.m: In function 'main':
538conftest.m:33: warning: 'NSString' may not respond to '+length'
539conftest.m:33: warning: (Messages without a matching method signature
540conftest.m:33: warning: will be assumed to return 'id' and accept
541conftest.m:33: warning: '...' as arguments.)
542configure:7480: $? = 0
543configure:7498: result: yes
544configure:7510: WARNING: GNUSTEP_SYSTEM_ROOT is not defined in your environment, preventing the use of GNUstep's Foundation library
545configure:7597: Using Apple Foundation library
546configure:7633: checking for CoreFoundation framework
547configure:7661: cc -o conftest -g -O2   conftest.c -framework CoreFoundation  >&5
548configure:7661: $? = 0
549configure:7679: result: yes
550configure:7693: checking for SystemConfiguration framework
551configure:7721: cc -o conftest -g -O2   conftest.c -framework SystemConfiguration  >&5
552configure:7721: $? = 0
553configure:7739: result: yes
554configure:7753: checking for IOKit framework
555configure:7781: cc -o conftest -g -O2   conftest.c -framework IOKit  >&5
556configure:7781: $? = 0
557configure:7799: result: yes
558configure:7813: checking for CFNotificationCenterGetDarwinNotifyCenter
559configure:7840: cc -o conftest -g -O2   conftest.c -framework CoreFoundation  >&5
560configure:7840: $? = 0
561configure:7858: result: yes
562configure:7875: checking for whether we will build daemondo
563configure:7892: result: yes
564configure:7927: checking for ports tree
565configure:7949: WARNING: No ports tree found
566configure:7956: checking for MacPorts config directory
567configure:7961: result: ${sysconfdir}/macports
568configure:8018: checking for install user
569configure:8024: result: root
570configure:8038: checking for install group
571configure:8057: result: admin
572configure:8071: checking for macports user
573configure:8077: result: macports
574configure:8091: checking what permissions to use for installation directories
575configure:8097: result: 0755
576configure:8137: checking for Applications installation directory
577configure:8148: result: /Applications/MacPorts
578configure:8167: checking for Frameworks installation directory
579configure:8174: result: /opt/local/Library/Frameworks
580configure:8208: checking for Universal CPU architectures
581configure:8210: result: i386 ppc
582configure:8222: checking how to run the C preprocessor
583configure:8253: cc -E  conftest.c
584configure:8253: $? = 0
585configure:8267: cc -E  conftest.c
586conftest.c:29:28: error: ac_nonexistent.h: No such file or directory
587configure:8267: $? = 1
588configure: failed program was:
589| /* confdefs.h */
590| #define PACKAGE_NAME "MacPorts"
591| #define PACKAGE_TARNAME "macports"
592| #define PACKAGE_VERSION "2.3.3"
593| #define PACKAGE_STRING "MacPorts 2.3.3"
594| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
595| #define PACKAGE_URL ""
596| #define UNUSED __attribute__((unused))
597| #define MP_PRIVATE __attribute__((visibility("hidden")))
598| #define HAVE_PTHREAD 1
599| #define STDC_HEADERS 1
600| #define HAVE_SYS_TYPES_H 1
601| #define HAVE_SYS_STAT_H 1
602| #define HAVE_STDLIB_H 1
603| #define HAVE_STRING_H 1
604| #define HAVE_MEMORY_H 1
605| #define HAVE_STRINGS_H 1
606| #define HAVE_INTTYPES_H 1
607| #define HAVE_STDINT_H 1
608| #define HAVE_UNISTD_H 1
609| #define HAVE_OBJC_OBJC_H 1
610| #define APPLE_RUNTIME 1
611| #define APPLE_FOUNDATION 1
612| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
613| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
614| #define HAVE_FRAMEWORK_IOKIT /**/
615| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
616| /* end confdefs.h.  */
617| #include <ac_nonexistent.h>
618configure:8292: result: cc -E
619configure:8312: cc -E  conftest.c
620configure:8312: $? = 0
621configure:8326: cc -E  conftest.c
622conftest.c:29:28: error: ac_nonexistent.h: No such file or directory
623configure:8326: $? = 1
624configure: failed program was:
625| /* confdefs.h */
626| #define PACKAGE_NAME "MacPorts"
627| #define PACKAGE_TARNAME "macports"
628| #define PACKAGE_VERSION "2.3.3"
629| #define PACKAGE_STRING "MacPorts 2.3.3"
630| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
631| #define PACKAGE_URL ""
632| #define UNUSED __attribute__((unused))
633| #define MP_PRIVATE __attribute__((visibility("hidden")))
634| #define HAVE_PTHREAD 1
635| #define STDC_HEADERS 1
636| #define HAVE_SYS_TYPES_H 1
637| #define HAVE_SYS_STAT_H 1
638| #define HAVE_STDLIB_H 1
639| #define HAVE_STRING_H 1
640| #define HAVE_MEMORY_H 1
641| #define HAVE_STRINGS_H 1
642| #define HAVE_INTTYPES_H 1
643| #define HAVE_STDINT_H 1
644| #define HAVE_UNISTD_H 1
645| #define HAVE_OBJC_OBJC_H 1
646| #define APPLE_RUNTIME 1
647| #define APPLE_FOUNDATION 1
648| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
649| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
650| #define HAVE_FRAMEWORK_IOKIT /**/
651| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
652| /* end confdefs.h.  */
653| #include <ac_nonexistent.h>
654configure:8355: checking for ANSI C header files
655configure:8456: result: yes
656configure:8467: checking for dirent.h that defines DIR
657configure:8486: cc -c -g -O2  conftest.c >&5
658configure:8486: $? = 0
659configure:8494: result: yes
660configure:8507: checking for library containing opendir
661configure:8538: cc -o conftest -g -O2   conftest.c  >&5
662configure:8538: $? = 0
663configure:8555: result: none required
664configure:8622: checking for sys/wait.h that is POSIX.1 compatible
665configure:8648: cc -c -g -O2  conftest.c >&5
666configure:8648: $? = 0
667configure:8655: result: yes
668configure:8668: checking crt_externs.h usability
669configure:8668: cc -c -g -O2  conftest.c >&5
670configure:8668: $? = 0
671configure:8668: result: yes
672configure:8668: checking crt_externs.h presence
673configure:8668: cc -E  conftest.c
674configure:8668: $? = 0
675configure:8668: result: yes
676configure:8668: checking for crt_externs.h
677configure:8668: result: yes
678configure:8668: checking err.h usability
679configure:8668: cc -c -g -O2  conftest.c >&5
680configure:8668: $? = 0
681configure:8668: result: yes
682configure:8668: checking err.h presence
683configure:8668: cc -E  conftest.c
684configure:8668: $? = 0
685configure:8668: result: yes
686configure:8668: checking for err.h
687configure:8668: result: yes
688configure:8668: checking fcntl.h usability
689configure:8668: cc -c -g -O2  conftest.c >&5
690configure:8668: $? = 0
691configure:8668: result: yes
692configure:8668: checking fcntl.h presence
693configure:8668: cc -E  conftest.c
694configure:8668: $? = 0
695configure:8668: result: yes
696configure:8668: checking for fcntl.h
697configure:8668: result: yes
698configure:8668: checking libkern/OSAtomic.h usability
699configure:8668: cc -c -g -O2  conftest.c >&5
700configure:8668: $? = 0
701configure:8668: result: yes
702configure:8668: checking libkern/OSAtomic.h presence
703configure:8668: cc -E  conftest.c
704configure:8668: $? = 0
705configure:8668: result: yes
706configure:8668: checking for libkern/OSAtomic.h
707configure:8668: result: yes
708configure:8668: checking limits.h usability
709configure:8668: cc -c -g -O2  conftest.c >&5
710configure:8668: $? = 0
711configure:8668: result: yes
712configure:8668: checking limits.h presence
713configure:8668: cc -E  conftest.c
714configure:8668: $? = 0
715configure:8668: result: yes
716configure:8668: checking for limits.h
717configure:8668: result: yes
718configure:8668: checking paths.h usability
719configure:8668: cc -c -g -O2  conftest.c >&5
720configure:8668: $? = 0
721configure:8668: result: yes
722configure:8668: checking paths.h presence
723configure:8668: cc -E  conftest.c
724configure:8668: $? = 0
725configure:8668: result: yes
726configure:8668: checking for paths.h
727configure:8668: result: yes
728configure:8668: checking pwd.h usability
729configure:8668: cc -c -g -O2  conftest.c >&5
730configure:8668: $? = 0
731configure:8668: result: yes
732configure:8668: checking pwd.h presence
733configure:8668: cc -E  conftest.c
734configure:8668: $? = 0
735configure:8668: result: yes
736configure:8668: checking for pwd.h
737configure:8668: result: yes
738configure:8668: checking readline/history.h usability
739configure:8668: cc -c -g -O2  conftest.c >&5
740configure:8668: $? = 0
741configure:8668: result: yes
742configure:8668: checking readline/history.h presence
743configure:8668: cc -E  conftest.c
744configure:8668: $? = 0
745configure:8668: result: yes
746configure:8668: checking for readline/history.h
747configure:8668: result: yes
748configure:8668: checking readline/readline.h usability
749configure:8668: cc -c -g -O2  conftest.c >&5
750configure:8668: $? = 0
751configure:8668: result: yes
752configure:8668: checking readline/readline.h presence
753configure:8668: cc -E  conftest.c
754configure:8668: $? = 0
755configure:8668: result: yes
756configure:8668: checking for readline/readline.h
757configure:8668: result: yes
758configure:8668: checking spawn.h usability
759configure:8668: cc -c -g -O2  conftest.c >&5
760conftest.c:74:19: error: spawn.h: No such file or directory
761configure:8668: $? = 1
762configure: failed program was:
763| /* confdefs.h */
764| #define PACKAGE_NAME "MacPorts"
765| #define PACKAGE_TARNAME "macports"
766| #define PACKAGE_VERSION "2.3.3"
767| #define PACKAGE_STRING "MacPorts 2.3.3"
768| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
769| #define PACKAGE_URL ""
770| #define UNUSED __attribute__((unused))
771| #define MP_PRIVATE __attribute__((visibility("hidden")))
772| #define HAVE_PTHREAD 1
773| #define STDC_HEADERS 1
774| #define HAVE_SYS_TYPES_H 1
775| #define HAVE_SYS_STAT_H 1
776| #define HAVE_STDLIB_H 1
777| #define HAVE_STRING_H 1
778| #define HAVE_MEMORY_H 1
779| #define HAVE_STRINGS_H 1
780| #define HAVE_INTTYPES_H 1
781| #define HAVE_STDINT_H 1
782| #define HAVE_UNISTD_H 1
783| #define HAVE_OBJC_OBJC_H 1
784| #define APPLE_RUNTIME 1
785| #define APPLE_FOUNDATION 1
786| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
787| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
788| #define HAVE_FRAMEWORK_IOKIT /**/
789| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
790| #define STDC_HEADERS 1
791| #define HAVE_DIRENT_H 1
792| #define HAVE_SYS_WAIT_H 1
793| #define HAVE_CRT_EXTERNS_H 1
794| #define HAVE_ERR_H 1
795| #define HAVE_FCNTL_H 1
796| #define HAVE_LIBKERN_OSATOMIC_H 1
797| #define HAVE_LIMITS_H 1
798| #define HAVE_PATHS_H 1
799| #define HAVE_PWD_H 1
800| #define HAVE_READLINE_HISTORY_H 1
801| #define HAVE_READLINE_READLINE_H 1
802| /* end confdefs.h.  */
803| #include <stdio.h>
804| #ifdef HAVE_SYS_TYPES_H
805| # include <sys/types.h>
806| #endif
807| #ifdef HAVE_SYS_STAT_H
808| # include <sys/stat.h>
809| #endif
810| #ifdef STDC_HEADERS
811| # include <stdlib.h>
812| # include <stddef.h>
813| #else
814| # ifdef HAVE_STDLIB_H
815| #  include <stdlib.h>
816| # endif
817| #endif
818| #ifdef HAVE_STRING_H
819| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
820| #  include <memory.h>
821| # endif
822| # include <string.h>
823| #endif
824| #ifdef HAVE_STRINGS_H
825| # include <strings.h>
826| #endif
827| #ifdef HAVE_INTTYPES_H
828| # include <inttypes.h>
829| #endif
830| #ifdef HAVE_STDINT_H
831| # include <stdint.h>
832| #endif
833| #ifdef HAVE_UNISTD_H
834| # include <unistd.h>
835| #endif
836| #include <spawn.h>
837configure:8668: result: no
838configure:8668: checking spawn.h presence
839configure:8668: cc -E  conftest.c
840conftest.c:41:19: error: spawn.h: No such file or directory
841configure:8668: $? = 1
842configure: failed program was:
843| /* confdefs.h */
844| #define PACKAGE_NAME "MacPorts"
845| #define PACKAGE_TARNAME "macports"
846| #define PACKAGE_VERSION "2.3.3"
847| #define PACKAGE_STRING "MacPorts 2.3.3"
848| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
849| #define PACKAGE_URL ""
850| #define UNUSED __attribute__((unused))
851| #define MP_PRIVATE __attribute__((visibility("hidden")))
852| #define HAVE_PTHREAD 1
853| #define STDC_HEADERS 1
854| #define HAVE_SYS_TYPES_H 1
855| #define HAVE_SYS_STAT_H 1
856| #define HAVE_STDLIB_H 1
857| #define HAVE_STRING_H 1
858| #define HAVE_MEMORY_H 1
859| #define HAVE_STRINGS_H 1
860| #define HAVE_INTTYPES_H 1
861| #define HAVE_STDINT_H 1
862| #define HAVE_UNISTD_H 1
863| #define HAVE_OBJC_OBJC_H 1
864| #define APPLE_RUNTIME 1
865| #define APPLE_FOUNDATION 1
866| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
867| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
868| #define HAVE_FRAMEWORK_IOKIT /**/
869| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
870| #define STDC_HEADERS 1
871| #define HAVE_DIRENT_H 1
872| #define HAVE_SYS_WAIT_H 1
873| #define HAVE_CRT_EXTERNS_H 1
874| #define HAVE_ERR_H 1
875| #define HAVE_FCNTL_H 1
876| #define HAVE_LIBKERN_OSATOMIC_H 1
877| #define HAVE_LIMITS_H 1
878| #define HAVE_PATHS_H 1
879| #define HAVE_PWD_H 1
880| #define HAVE_READLINE_HISTORY_H 1
881| #define HAVE_READLINE_READLINE_H 1
882| /* end confdefs.h.  */
883| #include <spawn.h>
884configure:8668: result: no
885configure:8668: checking for spawn.h
886configure:8668: result: no
887configure:8668: checking sys/cdefs.h usability
888configure:8668: cc -c -g -O2  conftest.c >&5
889configure:8668: $? = 0
890configure:8668: result: yes
891configure:8668: checking sys/cdefs.h presence
892configure:8668: cc -E  conftest.c
893configure:8668: $? = 0
894configure:8668: result: yes
895configure:8668: checking for sys/cdefs.h
896configure:8668: result: yes
897configure:8668: checking sys/event.h usability
898configure:8668: cc -c -g -O2  conftest.c >&5
899configure:8668: $? = 0
900configure:8668: result: yes
901configure:8668: checking sys/event.h presence
902configure:8668: cc -E  conftest.c
903configure:8668: $? = 0
904configure:8668: result: yes
905configure:8668: checking for sys/event.h
906configure:8668: result: yes
907configure:8668: checking sys/fcntl.h usability
908configure:8668: cc -c -g -O2  conftest.c >&5
909configure:8668: $? = 0
910configure:8668: result: yes
911configure:8668: checking sys/fcntl.h presence
912configure:8668: cc -E  conftest.c
913configure:8668: $? = 0
914configure:8668: result: yes
915configure:8668: checking for sys/fcntl.h
916configure:8668: result: yes
917configure:8668: checking sys/file.h usability
918configure:8668: cc -c -g -O2  conftest.c >&5
919configure:8668: $? = 0
920configure:8668: result: yes
921configure:8668: checking sys/file.h presence
922configure:8668: cc -E  conftest.c
923configure:8668: $? = 0
924configure:8668: result: yes
925configure:8668: checking for sys/file.h
926configure:8668: result: yes
927configure:8668: checking sys/paths.h usability
928configure:8668: cc -c -g -O2  conftest.c >&5
929configure:8668: $? = 0
930configure:8668: result: yes
931configure:8668: checking sys/paths.h presence
932configure:8668: cc -E  conftest.c
933configure:8668: $? = 0
934configure:8668: result: yes
935configure:8668: checking for sys/paths.h
936configure:8668: result: yes
937configure:8668: checking sys/socket.h usability
938configure:8668: cc -c -g -O2  conftest.c >&5
939configure:8668: $? = 0
940configure:8668: result: yes
941configure:8668: checking sys/socket.h presence
942configure:8668: cc -E  conftest.c
943configure:8668: $? = 0
944configure:8668: result: yes
945configure:8668: checking for sys/socket.h
946configure:8668: result: yes
947configure:8668: checking sys/sysctl.h usability
948configure:8668: cc -c -g -O2  conftest.c >&5
949configure:8668: $? = 0
950configure:8668: result: yes
951configure:8668: checking sys/sysctl.h presence
952configure:8668: cc -E  conftest.c
953configure:8668: $? = 0
954configure:8668: result: yes
955configure:8668: checking for sys/sysctl.h
956configure:8668: result: yes
957configure:8668: checking utime.h usability
958configure:8668: cc -c -g -O2  conftest.c >&5
959configure:8668: $? = 0
960configure:8668: result: yes
961configure:8668: checking utime.h presence
962configure:8668: cc -E  conftest.c
963configure:8668: $? = 0
964configure:8668: result: yes
965configure:8668: checking for utime.h
966configure:8668: result: yes
967configure:8686: checking for OSAtomicCompareAndSwap32
968configure:8686: cc -o conftest -g -O2   conftest.c  >&5
969configure:8686: $? = 0
970configure:8686: result: yes
971configure:8686: checking for OSAtomicCompareAndSwap64
972configure:8686: cc -o conftest -g -O2   conftest.c  >&5
973/usr/bin/ld: Undefined symbols:
974_OSAtomicCompareAndSwap64
975collect2: ld returned 1 exit status
976configure:8686: $? = 1
977configure: failed program was:
978| /* confdefs.h */
979| #define PACKAGE_NAME "MacPorts"
980| #define PACKAGE_TARNAME "macports"
981| #define PACKAGE_VERSION "2.3.3"
982| #define PACKAGE_STRING "MacPorts 2.3.3"
983| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
984| #define PACKAGE_URL ""
985| #define UNUSED __attribute__((unused))
986| #define MP_PRIVATE __attribute__((visibility("hidden")))
987| #define HAVE_PTHREAD 1
988| #define STDC_HEADERS 1
989| #define HAVE_SYS_TYPES_H 1
990| #define HAVE_SYS_STAT_H 1
991| #define HAVE_STDLIB_H 1
992| #define HAVE_STRING_H 1
993| #define HAVE_MEMORY_H 1
994| #define HAVE_STRINGS_H 1
995| #define HAVE_INTTYPES_H 1
996| #define HAVE_STDINT_H 1
997| #define HAVE_UNISTD_H 1
998| #define HAVE_OBJC_OBJC_H 1
999| #define APPLE_RUNTIME 1
1000| #define APPLE_FOUNDATION 1
1001| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
1002| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
1003| #define HAVE_FRAMEWORK_IOKIT /**/
1004| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
1005| #define STDC_HEADERS 1
1006| #define HAVE_DIRENT_H 1
1007| #define HAVE_SYS_WAIT_H 1
1008| #define HAVE_CRT_EXTERNS_H 1
1009| #define HAVE_ERR_H 1
1010| #define HAVE_FCNTL_H 1
1011| #define HAVE_LIBKERN_OSATOMIC_H 1
1012| #define HAVE_LIMITS_H 1
1013| #define HAVE_PATHS_H 1
1014| #define HAVE_PWD_H 1
1015| #define HAVE_READLINE_HISTORY_H 1
1016| #define HAVE_READLINE_READLINE_H 1
1017| #define HAVE_SYS_CDEFS_H 1
1018| #define HAVE_SYS_EVENT_H 1
1019| #define HAVE_SYS_FCNTL_H 1
1020| #define HAVE_SYS_FILE_H 1
1021| #define HAVE_SYS_PATHS_H 1
1022| #define HAVE_SYS_SOCKET_H 1
1023| #define HAVE_SYS_SYSCTL_H 1
1024| #define HAVE_UTIME_H 1
1025| #define HAVE_OSATOMICCOMPAREANDSWAP32 1
1026| /* end confdefs.h.  */
1027| /* Define OSAtomicCompareAndSwap64 to an innocuous variant, in case <limits.h> declares OSAtomicCompareAndSwap64.
1028|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1029| #define OSAtomicCompareAndSwap64 innocuous_OSAtomicCompareAndSwap64
1030|
1031| /* System header to define __stub macros and hopefully few prototypes,
1032|     which can conflict with char OSAtomicCompareAndSwap64 (); below.
1033|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1034|     <limits.h> exists even on freestanding compilers.  */
1035|
1036| #ifdef __STDC__
1037| # include <limits.h>
1038| #else
1039| # include <assert.h>
1040| #endif
1041|
1042| #undef OSAtomicCompareAndSwap64
1043|
1044| /* Override any GCC internal prototype to avoid an error.
1045|    Use char because int might match the return type of a GCC
1046|    builtin and then its argument prototype would still apply.  */
1047| #ifdef __cplusplus
1048| extern "C"
1049| #endif
1050| char OSAtomicCompareAndSwap64 ();
1051| /* The GNU C library defines this for functions which it implements
1052|     to always fail with ENOSYS.  Some functions are actually named
1053|     something starting with __ and the normal name is an alias.  */
1054| #if defined __stub_OSAtomicCompareAndSwap64 || defined __stub___OSAtomicCompareAndSwap64
1055| choke me
1056| #endif
1057|
1058| int
1059| main ()
1060| {
1061| return OSAtomicCompareAndSwap64 ();
1062|   ;
1063|   return 0;
1064| }
1065configure:8686: result: no
1066configure:8686: checking for OSAtomicCompareAndSwapPtr
1067configure:8686: cc -o conftest -g -O2   conftest.c  >&5
1068/usr/bin/ld: Undefined symbols:
1069_OSAtomicCompareAndSwapPtr
1070collect2: ld returned 1 exit status
1071configure:8686: $? = 1
1072configure: failed program was:
1073| /* confdefs.h */
1074| #define PACKAGE_NAME "MacPorts"
1075| #define PACKAGE_TARNAME "macports"
1076| #define PACKAGE_VERSION "2.3.3"
1077| #define PACKAGE_STRING "MacPorts 2.3.3"
1078| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
1079| #define PACKAGE_URL ""
1080| #define UNUSED __attribute__((unused))
1081| #define MP_PRIVATE __attribute__((visibility("hidden")))
1082| #define HAVE_PTHREAD 1
1083| #define STDC_HEADERS 1
1084| #define HAVE_SYS_TYPES_H 1
1085| #define HAVE_SYS_STAT_H 1
1086| #define HAVE_STDLIB_H 1
1087| #define HAVE_STRING_H 1
1088| #define HAVE_MEMORY_H 1
1089| #define HAVE_STRINGS_H 1
1090| #define HAVE_INTTYPES_H 1
1091| #define HAVE_STDINT_H 1
1092| #define HAVE_UNISTD_H 1
1093| #define HAVE_OBJC_OBJC_H 1
1094| #define APPLE_RUNTIME 1
1095| #define APPLE_FOUNDATION 1
1096| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
1097| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
1098| #define HAVE_FRAMEWORK_IOKIT /**/
1099| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
1100| #define STDC_HEADERS 1
1101| #define HAVE_DIRENT_H 1
1102| #define HAVE_SYS_WAIT_H 1
1103| #define HAVE_CRT_EXTERNS_H 1
1104| #define HAVE_ERR_H 1
1105| #define HAVE_FCNTL_H 1
1106| #define HAVE_LIBKERN_OSATOMIC_H 1
1107| #define HAVE_LIMITS_H 1
1108| #define HAVE_PATHS_H 1
1109| #define HAVE_PWD_H 1
1110| #define HAVE_READLINE_HISTORY_H 1
1111| #define HAVE_READLINE_READLINE_H 1
1112| #define HAVE_SYS_CDEFS_H 1
1113| #define HAVE_SYS_EVENT_H 1
1114| #define HAVE_SYS_FCNTL_H 1
1115| #define HAVE_SYS_FILE_H 1
1116| #define HAVE_SYS_PATHS_H 1
1117| #define HAVE_SYS_SOCKET_H 1
1118| #define HAVE_SYS_SYSCTL_H 1
1119| #define HAVE_UTIME_H 1
1120| #define HAVE_OSATOMICCOMPAREANDSWAP32 1
1121| /* end confdefs.h.  */
1122| /* Define OSAtomicCompareAndSwapPtr to an innocuous variant, in case <limits.h> declares OSAtomicCompareAndSwapPtr.
1123|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1124| #define OSAtomicCompareAndSwapPtr innocuous_OSAtomicCompareAndSwapPtr
1125|
1126| /* System header to define __stub macros and hopefully few prototypes,
1127|     which can conflict with char OSAtomicCompareAndSwapPtr (); below.
1128|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1129|     <limits.h> exists even on freestanding compilers.  */
1130|
1131| #ifdef __STDC__
1132| # include <limits.h>
1133| #else
1134| # include <assert.h>
1135| #endif
1136|
1137| #undef OSAtomicCompareAndSwapPtr
1138|
1139| /* Override any GCC internal prototype to avoid an error.
1140|    Use char because int might match the return type of a GCC
1141|    builtin and then its argument prototype would still apply.  */
1142| #ifdef __cplusplus
1143| extern "C"
1144| #endif
1145| char OSAtomicCompareAndSwapPtr ();
1146| /* The GNU C library defines this for functions which it implements
1147|     to always fail with ENOSYS.  Some functions are actually named
1148|     something starting with __ and the normal name is an alias.  */
1149| #if defined __stub_OSAtomicCompareAndSwapPtr || defined __stub___OSAtomicCompareAndSwapPtr
1150| choke me
1151| #endif
1152|
1153| int
1154| main ()
1155| {
1156| return OSAtomicCompareAndSwapPtr ();
1157|   ;
1158|   return 0;
1159| }
1160configure:8686: result: no
1161configure:8686: checking for __getdirentries64
1162configure:8686: cc -o conftest -g -O2   conftest.c  >&5
1163/usr/bin/ld: Undefined symbols:
1164___getdirentries64
1165collect2: ld returned 1 exit status
1166configure:8686: $? = 1
1167configure: failed program was:
1168| /* confdefs.h */
1169| #define PACKAGE_NAME "MacPorts"
1170| #define PACKAGE_TARNAME "macports"
1171| #define PACKAGE_VERSION "2.3.3"
1172| #define PACKAGE_STRING "MacPorts 2.3.3"
1173| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
1174| #define PACKAGE_URL ""
1175| #define UNUSED __attribute__((unused))
1176| #define MP_PRIVATE __attribute__((visibility("hidden")))
1177| #define HAVE_PTHREAD 1
1178| #define STDC_HEADERS 1
1179| #define HAVE_SYS_TYPES_H 1
1180| #define HAVE_SYS_STAT_H 1
1181| #define HAVE_STDLIB_H 1
1182| #define HAVE_STRING_H 1
1183| #define HAVE_MEMORY_H 1
1184| #define HAVE_STRINGS_H 1
1185| #define HAVE_INTTYPES_H 1
1186| #define HAVE_STDINT_H 1
1187| #define HAVE_UNISTD_H 1
1188| #define HAVE_OBJC_OBJC_H 1
1189| #define APPLE_RUNTIME 1
1190| #define APPLE_FOUNDATION 1
1191| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
1192| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
1193| #define HAVE_FRAMEWORK_IOKIT /**/
1194| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
1195| #define STDC_HEADERS 1
1196| #define HAVE_DIRENT_H 1
1197| #define HAVE_SYS_WAIT_H 1
1198| #define HAVE_CRT_EXTERNS_H 1
1199| #define HAVE_ERR_H 1
1200| #define HAVE_FCNTL_H 1
1201| #define HAVE_LIBKERN_OSATOMIC_H 1
1202| #define HAVE_LIMITS_H 1
1203| #define HAVE_PATHS_H 1
1204| #define HAVE_PWD_H 1
1205| #define HAVE_READLINE_HISTORY_H 1
1206| #define HAVE_READLINE_READLINE_H 1
1207| #define HAVE_SYS_CDEFS_H 1
1208| #define HAVE_SYS_EVENT_H 1
1209| #define HAVE_SYS_FCNTL_H 1
1210| #define HAVE_SYS_FILE_H 1
1211| #define HAVE_SYS_PATHS_H 1
1212| #define HAVE_SYS_SOCKET_H 1
1213| #define HAVE_SYS_SYSCTL_H 1
1214| #define HAVE_UTIME_H 1
1215| #define HAVE_OSATOMICCOMPAREANDSWAP32 1
1216| /* end confdefs.h.  */
1217| /* Define __getdirentries64 to an innocuous variant, in case <limits.h> declares __getdirentries64.
1218|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1219| #define __getdirentries64 innocuous___getdirentries64
1220|
1221| /* System header to define __stub macros and hopefully few prototypes,
1222|     which can conflict with char __getdirentries64 (); below.
1223|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1224|     <limits.h> exists even on freestanding compilers.  */
1225|
1226| #ifdef __STDC__
1227| # include <limits.h>
1228| #else
1229| # include <assert.h>
1230| #endif
1231|
1232| #undef __getdirentries64
1233|
1234| /* Override any GCC internal prototype to avoid an error.
1235|    Use char because int might match the return type of a GCC
1236|    builtin and then its argument prototype would still apply.  */
1237| #ifdef __cplusplus
1238| extern "C"
1239| #endif
1240| char __getdirentries64 ();
1241| /* The GNU C library defines this for functions which it implements
1242|     to always fail with ENOSYS.  Some functions are actually named
1243|     something starting with __ and the normal name is an alias.  */
1244| #if defined __stub___getdirentries64 || defined __stub_____getdirentries64
1245| choke me
1246| #endif
1247|
1248| int
1249| main ()
1250| {
1251| return __getdirentries64 ();
1252|   ;
1253|   return 0;
1254| }
1255configure:8686: result: no
1256configure:8686: checking for bzero
1257configure:8686: cc -o conftest -g -O2   conftest.c  >&5
1258conftest.c:73: warning: conflicting types for built-in function 'bzero'
1259configure:8686: $? = 0
1260configure:8686: result: yes
1261configure:8686: checking for clearenv
1262configure:8686: cc -o conftest -g -O2   conftest.c  >&5
1263/usr/bin/ld: Undefined symbols:
1264_clearenv
1265collect2: ld returned 1 exit status
1266configure:8686: $? = 1
1267configure: failed program was:
1268| /* confdefs.h */
1269| #define PACKAGE_NAME "MacPorts"
1270| #define PACKAGE_TARNAME "macports"
1271| #define PACKAGE_VERSION "2.3.3"
1272| #define PACKAGE_STRING "MacPorts 2.3.3"
1273| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
1274| #define PACKAGE_URL ""
1275| #define UNUSED __attribute__((unused))
1276| #define MP_PRIVATE __attribute__((visibility("hidden")))
1277| #define HAVE_PTHREAD 1
1278| #define STDC_HEADERS 1
1279| #define HAVE_SYS_TYPES_H 1
1280| #define HAVE_SYS_STAT_H 1
1281| #define HAVE_STDLIB_H 1
1282| #define HAVE_STRING_H 1
1283| #define HAVE_MEMORY_H 1
1284| #define HAVE_STRINGS_H 1
1285| #define HAVE_INTTYPES_H 1
1286| #define HAVE_STDINT_H 1
1287| #define HAVE_UNISTD_H 1
1288| #define HAVE_OBJC_OBJC_H 1
1289| #define APPLE_RUNTIME 1
1290| #define APPLE_FOUNDATION 1
1291| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
1292| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
1293| #define HAVE_FRAMEWORK_IOKIT /**/
1294| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
1295| #define STDC_HEADERS 1
1296| #define HAVE_DIRENT_H 1
1297| #define HAVE_SYS_WAIT_H 1
1298| #define HAVE_CRT_EXTERNS_H 1
1299| #define HAVE_ERR_H 1
1300| #define HAVE_FCNTL_H 1
1301| #define HAVE_LIBKERN_OSATOMIC_H 1
1302| #define HAVE_LIMITS_H 1
1303| #define HAVE_PATHS_H 1
1304| #define HAVE_PWD_H 1
1305| #define HAVE_READLINE_HISTORY_H 1
1306| #define HAVE_READLINE_READLINE_H 1
1307| #define HAVE_SYS_CDEFS_H 1
1308| #define HAVE_SYS_EVENT_H 1
1309| #define HAVE_SYS_FCNTL_H 1
1310| #define HAVE_SYS_FILE_H 1
1311| #define HAVE_SYS_PATHS_H 1
1312| #define HAVE_SYS_SOCKET_H 1
1313| #define HAVE_SYS_SYSCTL_H 1
1314| #define HAVE_UTIME_H 1
1315| #define HAVE_OSATOMICCOMPAREANDSWAP32 1
1316| #define HAVE_BZERO 1
1317| /* end confdefs.h.  */
1318| /* Define clearenv to an innocuous variant, in case <limits.h> declares clearenv.
1319|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1320| #define clearenv innocuous_clearenv
1321|
1322| /* System header to define __stub macros and hopefully few prototypes,
1323|     which can conflict with char clearenv (); below.
1324|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1325|     <limits.h> exists even on freestanding compilers.  */
1326|
1327| #ifdef __STDC__
1328| # include <limits.h>
1329| #else
1330| # include <assert.h>
1331| #endif
1332|
1333| #undef clearenv
1334|
1335| /* Override any GCC internal prototype to avoid an error.
1336|    Use char because int might match the return type of a GCC
1337|    builtin and then its argument prototype would still apply.  */
1338| #ifdef __cplusplus
1339| extern "C"
1340| #endif
1341| char clearenv ();
1342| /* The GNU C library defines this for functions which it implements
1343|     to always fail with ENOSYS.  Some functions are actually named
1344|     something starting with __ and the normal name is an alias.  */
1345| #if defined __stub_clearenv || defined __stub___clearenv
1346| choke me
1347| #endif
1348|
1349| int
1350| main ()
1351| {
1352| return clearenv ();
1353|   ;
1354|   return 0;
1355| }
1356configure:8686: result: no
1357configure:8686: checking for copyfile
1358configure:8686: cc -o conftest -g -O2   conftest.c  >&5
1359configure:8686: $? = 0
1360configure:8686: result: yes
1361configure:8686: checking for fgetln
1362configure:8686: cc -o conftest -g -O2   conftest.c  >&5
1363configure:8686: $? = 0
1364configure:8686: result: yes
1365configure:8686: checking for flock
1366configure:8686: cc -o conftest -g -O2   conftest.c  >&5
1367configure:8686: $? = 0
1368configure:8686: result: yes
1369configure:8686: checking for fls
1370configure:8686: cc -o conftest -g -O2   conftest.c  >&5
1371/usr/bin/ld: Undefined symbols:
1372_fls
1373collect2: ld returned 1 exit status
1374configure:8686: $? = 1
1375configure: failed program was:
1376| /* confdefs.h */
1377| #define PACKAGE_NAME "MacPorts"
1378| #define PACKAGE_TARNAME "macports"
1379| #define PACKAGE_VERSION "2.3.3"
1380| #define PACKAGE_STRING "MacPorts 2.3.3"
1381| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
1382| #define PACKAGE_URL ""
1383| #define UNUSED __attribute__((unused))
1384| #define MP_PRIVATE __attribute__((visibility("hidden")))
1385| #define HAVE_PTHREAD 1
1386| #define STDC_HEADERS 1
1387| #define HAVE_SYS_TYPES_H 1
1388| #define HAVE_SYS_STAT_H 1
1389| #define HAVE_STDLIB_H 1
1390| #define HAVE_STRING_H 1
1391| #define HAVE_MEMORY_H 1
1392| #define HAVE_STRINGS_H 1
1393| #define HAVE_INTTYPES_H 1
1394| #define HAVE_STDINT_H 1
1395| #define HAVE_UNISTD_H 1
1396| #define HAVE_OBJC_OBJC_H 1
1397| #define APPLE_RUNTIME 1
1398| #define APPLE_FOUNDATION 1
1399| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
1400| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
1401| #define HAVE_FRAMEWORK_IOKIT /**/
1402| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
1403| #define STDC_HEADERS 1
1404| #define HAVE_DIRENT_H 1
1405| #define HAVE_SYS_WAIT_H 1
1406| #define HAVE_CRT_EXTERNS_H 1
1407| #define HAVE_ERR_H 1
1408| #define HAVE_FCNTL_H 1
1409| #define HAVE_LIBKERN_OSATOMIC_H 1
1410| #define HAVE_LIMITS_H 1
1411| #define HAVE_PATHS_H 1
1412| #define HAVE_PWD_H 1
1413| #define HAVE_READLINE_HISTORY_H 1
1414| #define HAVE_READLINE_READLINE_H 1
1415| #define HAVE_SYS_CDEFS_H 1
1416| #define HAVE_SYS_EVENT_H 1
1417| #define HAVE_SYS_FCNTL_H 1
1418| #define HAVE_SYS_FILE_H 1
1419| #define HAVE_SYS_PATHS_H 1
1420| #define HAVE_SYS_SOCKET_H 1
1421| #define HAVE_SYS_SYSCTL_H 1
1422| #define HAVE_UTIME_H 1
1423| #define HAVE_OSATOMICCOMPAREANDSWAP32 1
1424| #define HAVE_BZERO 1
1425| #define HAVE_COPYFILE 1
1426| #define HAVE_FGETLN 1
1427| #define HAVE_FLOCK 1
1428| /* end confdefs.h.  */
1429| /* Define fls to an innocuous variant, in case <limits.h> declares fls.
1430|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1431| #define fls innocuous_fls
1432|
1433| /* System header to define __stub macros and hopefully few prototypes,
1434|     which can conflict with char fls (); below.
1435|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1436|     <limits.h> exists even on freestanding compilers.  */
1437|
1438| #ifdef __STDC__
1439| # include <limits.h>
1440| #else
1441| # include <assert.h>
1442| #endif
1443|
1444| #undef fls
1445|
1446| /* Override any GCC internal prototype to avoid an error.
1447|    Use char because int might match the return type of a GCC
1448|    builtin and then its argument prototype would still apply.  */
1449| #ifdef __cplusplus
1450| extern "C"
1451| #endif
1452| char fls ();
1453| /* The GNU C library defines this for functions which it implements
1454|     to always fail with ENOSYS.  Some functions are actually named
1455|     something starting with __ and the normal name is an alias.  */
1456| #if defined __stub_fls || defined __stub___fls
1457| choke me
1458| #endif
1459|
1460| int
1461| main ()
1462| {
1463| return fls ();
1464|   ;
1465|   return 0;
1466| }
1467configure:8686: result: no
1468configure:8686: checking for kqueue
1469configure:8686: cc -o conftest -g -O2   conftest.c  >&5
1470configure:8686: $? = 0
1471configure:8686: result: yes
1472configure:8686: checking for lockf
1473configure:8686: cc -o conftest -g -O2   conftest.c  >&5
1474configure:8686: $? = 0
1475configure:8686: result: yes
1476configure:8686: checking for memset
1477configure:8686: cc -o conftest -g -O2   conftest.c  >&5
1478conftest.c:79: warning: conflicting types for built-in function 'memset'
1479configure:8686: $? = 0
1480configure:8686: result: yes
1481configure:8686: checking for posix_spawn
1482configure:8686: cc -o conftest -g -O2   conftest.c  >&5
1483/usr/bin/ld: Undefined symbols:
1484_posix_spawn
1485collect2: ld returned 1 exit status
1486configure:8686: $? = 1
1487configure: failed program was:
1488| /* confdefs.h */
1489| #define PACKAGE_NAME "MacPorts"
1490| #define PACKAGE_TARNAME "macports"
1491| #define PACKAGE_VERSION "2.3.3"
1492| #define PACKAGE_STRING "MacPorts 2.3.3"
1493| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
1494| #define PACKAGE_URL ""
1495| #define UNUSED __attribute__((unused))
1496| #define MP_PRIVATE __attribute__((visibility("hidden")))
1497| #define HAVE_PTHREAD 1
1498| #define STDC_HEADERS 1
1499| #define HAVE_SYS_TYPES_H 1
1500| #define HAVE_SYS_STAT_H 1
1501| #define HAVE_STDLIB_H 1
1502| #define HAVE_STRING_H 1
1503| #define HAVE_MEMORY_H 1
1504| #define HAVE_STRINGS_H 1
1505| #define HAVE_INTTYPES_H 1
1506| #define HAVE_STDINT_H 1
1507| #define HAVE_UNISTD_H 1
1508| #define HAVE_OBJC_OBJC_H 1
1509| #define APPLE_RUNTIME 1
1510| #define APPLE_FOUNDATION 1
1511| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
1512| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
1513| #define HAVE_FRAMEWORK_IOKIT /**/
1514| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
1515| #define STDC_HEADERS 1
1516| #define HAVE_DIRENT_H 1
1517| #define HAVE_SYS_WAIT_H 1
1518| #define HAVE_CRT_EXTERNS_H 1
1519| #define HAVE_ERR_H 1
1520| #define HAVE_FCNTL_H 1
1521| #define HAVE_LIBKERN_OSATOMIC_H 1
1522| #define HAVE_LIMITS_H 1
1523| #define HAVE_PATHS_H 1
1524| #define HAVE_PWD_H 1
1525| #define HAVE_READLINE_HISTORY_H 1
1526| #define HAVE_READLINE_READLINE_H 1
1527| #define HAVE_SYS_CDEFS_H 1
1528| #define HAVE_SYS_EVENT_H 1
1529| #define HAVE_SYS_FCNTL_H 1
1530| #define HAVE_SYS_FILE_H 1
1531| #define HAVE_SYS_PATHS_H 1
1532| #define HAVE_SYS_SOCKET_H 1
1533| #define HAVE_SYS_SYSCTL_H 1
1534| #define HAVE_UTIME_H 1
1535| #define HAVE_OSATOMICCOMPAREANDSWAP32 1
1536| #define HAVE_BZERO 1
1537| #define HAVE_COPYFILE 1
1538| #define HAVE_FGETLN 1
1539| #define HAVE_FLOCK 1
1540| #define HAVE_KQUEUE 1
1541| #define HAVE_LOCKF 1
1542| #define HAVE_MEMSET 1
1543| /* end confdefs.h.  */
1544| /* Define posix_spawn to an innocuous variant, in case <limits.h> declares posix_spawn.
1545|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1546| #define posix_spawn innocuous_posix_spawn
1547|
1548| /* System header to define __stub macros and hopefully few prototypes,
1549|     which can conflict with char posix_spawn (); below.
1550|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1551|     <limits.h> exists even on freestanding compilers.  */
1552|
1553| #ifdef __STDC__
1554| # include <limits.h>
1555| #else
1556| # include <assert.h>
1557| #endif
1558|
1559| #undef posix_spawn
1560|
1561| /* Override any GCC internal prototype to avoid an error.
1562|    Use char because int might match the return type of a GCC
1563|    builtin and then its argument prototype would still apply.  */
1564| #ifdef __cplusplus
1565| extern "C"
1566| #endif
1567| char posix_spawn ();
1568| /* The GNU C library defines this for functions which it implements
1569|     to always fail with ENOSYS.  Some functions are actually named
1570|     something starting with __ and the normal name is an alias.  */
1571| #if defined __stub_posix_spawn || defined __stub___posix_spawn
1572| choke me
1573| #endif
1574|
1575| int
1576| main ()
1577| {
1578| return posix_spawn ();
1579|   ;
1580|   return 0;
1581| }
1582configure:8686: result: no
1583configure:8686: checking for setmode
1584configure:8686: cc -o conftest -g -O2   conftest.c  >&5
1585configure:8686: $? = 0
1586configure:8686: result: yes
1587configure:8686: checking for strcasecmp
1588configure:8686: cc -o conftest -g -O2   conftest.c  >&5
1589configure:8686: $? = 0
1590configure:8686: result: yes
1591configure:8686: checking for strlcat
1592configure:8686: cc -o conftest -g -O2   conftest.c  >&5
1593configure:8686: $? = 0
1594configure:8686: result: yes
1595configure:8686: checking for strlcpy
1596configure:8686: cc -o conftest -g -O2   conftest.c  >&5
1597configure:8686: $? = 0
1598configure:8686: result: yes
1599configure:8686: checking for strncasecmp
1600configure:8686: cc -o conftest -g -O2   conftest.c  >&5
1601configure:8686: $? = 0
1602configure:8686: result: yes
1603configure:8686: checking for sysctlbyname
1604configure:8686: cc -o conftest -g -O2   conftest.c  >&5
1605configure:8686: $? = 0
1606configure:8686: result: yes
1607configure:8698: checking if readlink conforms to POSIX 1003.1a
1608configure:8722: cc -c -g -O2  conftest.c >&5
1609configure:8722: $? = 0
1610configure:8737: result: yes
1611configure:8750: checking CommonCrypto/CommonDigest.h usability
1612configure:8750: cc -c -g -O2  conftest.c >&5
1613configure:8750: $? = 0
1614configure:8750: result: yes
1615configure:8750: checking CommonCrypto/CommonDigest.h presence
1616configure:8750: cc -E  conftest.c
1617configure:8750: $? = 0
1618configure:8750: result: yes
1619configure:8750: checking for CommonCrypto/CommonDigest.h
1620configure:8750: result: yes
1621configure:9108: checking for target platform
1622configure:9112: result: darwin 8
1623configure:9130: checking for curl-config
1624configure:9148: found /usr/bin/curl-config
1625configure:9160: result: /usr/bin/curl-config
1626configure:9243: checking sqlite3.h usability
1627configure:9243: cc -c -g -O2  conftest.c >&5
1628configure:9243: $? = 0
1629configure:9243: result: yes
1630configure:9243: checking sqlite3.h presence
1631configure:9243: cc -E  conftest.c
1632configure:9243: $? = 0
1633configure:9243: result: yes
1634configure:9243: checking for sqlite3.h
1635configure:9243: result: yes
1636configure:9314: checking sqlite3ext.h usability
1637configure:9314: cc -c -g -O2   conftest.c >&5
1638conftest.c:99:24: error: sqlite3ext.h: No such file or directory
1639configure:9314: $? = 1
1640configure: failed program was:
1641| /* confdefs.h */
1642| #define PACKAGE_NAME "MacPorts"
1643| #define PACKAGE_TARNAME "macports"
1644| #define PACKAGE_VERSION "2.3.3"
1645| #define PACKAGE_STRING "MacPorts 2.3.3"
1646| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
1647| #define PACKAGE_URL ""
1648| #define UNUSED __attribute__((unused))
1649| #define MP_PRIVATE __attribute__((visibility("hidden")))
1650| #define HAVE_PTHREAD 1
1651| #define STDC_HEADERS 1
1652| #define HAVE_SYS_TYPES_H 1
1653| #define HAVE_SYS_STAT_H 1
1654| #define HAVE_STDLIB_H 1
1655| #define HAVE_STRING_H 1
1656| #define HAVE_MEMORY_H 1
1657| #define HAVE_STRINGS_H 1
1658| #define HAVE_INTTYPES_H 1
1659| #define HAVE_STDINT_H 1
1660| #define HAVE_UNISTD_H 1
1661| #define HAVE_OBJC_OBJC_H 1
1662| #define APPLE_RUNTIME 1
1663| #define APPLE_FOUNDATION 1
1664| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
1665| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
1666| #define HAVE_FRAMEWORK_IOKIT /**/
1667| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
1668| #define STDC_HEADERS 1
1669| #define HAVE_DIRENT_H 1
1670| #define HAVE_SYS_WAIT_H 1
1671| #define HAVE_CRT_EXTERNS_H 1
1672| #define HAVE_ERR_H 1
1673| #define HAVE_FCNTL_H 1
1674| #define HAVE_LIBKERN_OSATOMIC_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_SYS_CDEFS_H 1
1681| #define HAVE_SYS_EVENT_H 1
1682| #define HAVE_SYS_FCNTL_H 1
1683| #define HAVE_SYS_FILE_H 1
1684| #define HAVE_SYS_PATHS_H 1
1685| #define HAVE_SYS_SOCKET_H 1
1686| #define HAVE_SYS_SYSCTL_H 1
1687| #define HAVE_UTIME_H 1
1688| #define HAVE_OSATOMICCOMPAREANDSWAP32 1
1689| #define HAVE_BZERO 1
1690| #define HAVE_COPYFILE 1
1691| #define HAVE_FGETLN 1
1692| #define HAVE_FLOCK 1
1693| #define HAVE_KQUEUE 1
1694| #define HAVE_LOCKF 1
1695| #define HAVE_MEMSET 1
1696| #define HAVE_SETMODE 1
1697| #define HAVE_STRCASECMP 1
1698| #define HAVE_STRLCAT 1
1699| #define HAVE_STRLCPY 1
1700| #define HAVE_STRNCASECMP 1
1701| #define HAVE_SYSCTLBYNAME 1
1702| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
1703| #define MIN_USABLE_UID 500
1704| #define MIN_USABLE_GID 500
1705| /* end confdefs.h.  */
1706| #include <stdio.h>
1707| #ifdef HAVE_SYS_TYPES_H
1708| # include <sys/types.h>
1709| #endif
1710| #ifdef HAVE_SYS_STAT_H
1711| # include <sys/stat.h>
1712| #endif
1713| #ifdef STDC_HEADERS
1714| # include <stdlib.h>
1715| # include <stddef.h>
1716| #else
1717| # ifdef HAVE_STDLIB_H
1718| #  include <stdlib.h>
1719| # endif
1720| #endif
1721| #ifdef HAVE_STRING_H
1722| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1723| #  include <memory.h>
1724| # endif
1725| # include <string.h>
1726| #endif
1727| #ifdef HAVE_STRINGS_H
1728| # include <strings.h>
1729| #endif
1730| #ifdef HAVE_INTTYPES_H
1731| # include <inttypes.h>
1732| #endif
1733| #ifdef HAVE_STDINT_H
1734| # include <stdint.h>
1735| #endif
1736| #ifdef HAVE_UNISTD_H
1737| # include <unistd.h>
1738| #endif
1739| #include <sqlite3ext.h>
1740configure:9314: result: no
1741configure:9314: checking sqlite3ext.h presence
1742configure:9314: cc -E   conftest.c
1743conftest.c:66:24: error: sqlite3ext.h: No such file or directory
1744configure:9314: $? = 1
1745configure: failed program was:
1746| /* confdefs.h */
1747| #define PACKAGE_NAME "MacPorts"
1748| #define PACKAGE_TARNAME "macports"
1749| #define PACKAGE_VERSION "2.3.3"
1750| #define PACKAGE_STRING "MacPorts 2.3.3"
1751| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
1752| #define PACKAGE_URL ""
1753| #define UNUSED __attribute__((unused))
1754| #define MP_PRIVATE __attribute__((visibility("hidden")))
1755| #define HAVE_PTHREAD 1
1756| #define STDC_HEADERS 1
1757| #define HAVE_SYS_TYPES_H 1
1758| #define HAVE_SYS_STAT_H 1
1759| #define HAVE_STDLIB_H 1
1760| #define HAVE_STRING_H 1
1761| #define HAVE_MEMORY_H 1
1762| #define HAVE_STRINGS_H 1
1763| #define HAVE_INTTYPES_H 1
1764| #define HAVE_STDINT_H 1
1765| #define HAVE_UNISTD_H 1
1766| #define HAVE_OBJC_OBJC_H 1
1767| #define APPLE_RUNTIME 1
1768| #define APPLE_FOUNDATION 1
1769| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
1770| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
1771| #define HAVE_FRAMEWORK_IOKIT /**/
1772| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
1773| #define STDC_HEADERS 1
1774| #define HAVE_DIRENT_H 1
1775| #define HAVE_SYS_WAIT_H 1
1776| #define HAVE_CRT_EXTERNS_H 1
1777| #define HAVE_ERR_H 1
1778| #define HAVE_FCNTL_H 1
1779| #define HAVE_LIBKERN_OSATOMIC_H 1
1780| #define HAVE_LIMITS_H 1
1781| #define HAVE_PATHS_H 1
1782| #define HAVE_PWD_H 1
1783| #define HAVE_READLINE_HISTORY_H 1
1784| #define HAVE_READLINE_READLINE_H 1
1785| #define HAVE_SYS_CDEFS_H 1
1786| #define HAVE_SYS_EVENT_H 1
1787| #define HAVE_SYS_FCNTL_H 1
1788| #define HAVE_SYS_FILE_H 1
1789| #define HAVE_SYS_PATHS_H 1
1790| #define HAVE_SYS_SOCKET_H 1
1791| #define HAVE_SYS_SYSCTL_H 1
1792| #define HAVE_UTIME_H 1
1793| #define HAVE_OSATOMICCOMPAREANDSWAP32 1
1794| #define HAVE_BZERO 1
1795| #define HAVE_COPYFILE 1
1796| #define HAVE_FGETLN 1
1797| #define HAVE_FLOCK 1
1798| #define HAVE_KQUEUE 1
1799| #define HAVE_LOCKF 1
1800| #define HAVE_MEMSET 1
1801| #define HAVE_SETMODE 1
1802| #define HAVE_STRCASECMP 1
1803| #define HAVE_STRLCAT 1
1804| #define HAVE_STRLCPY 1
1805| #define HAVE_STRNCASECMP 1
1806| #define HAVE_SYSCTLBYNAME 1
1807| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
1808| #define MIN_USABLE_UID 500
1809| #define MIN_USABLE_GID 500
1810| /* end confdefs.h.  */
1811| #include <sqlite3ext.h>
1812configure:9314: result: no
1813configure:9314: checking for sqlite3ext.h
1814configure:9314: result: no
1815configure:9333: checking for SQLite >= 3003011
1816configure:9353: cc -E   conftest.c
1817configure:9353: $? = 0
1818configure:9385: cc -E   conftest.c
1819conftest.c:71:10: error: #error "SQLite version too old"
1820configure:9385: $? = 1
1821configure: failed program was:
1822| /* confdefs.h */
1823| #define PACKAGE_NAME "MacPorts"
1824| #define PACKAGE_TARNAME "macports"
1825| #define PACKAGE_VERSION "2.3.3"
1826| #define PACKAGE_STRING "MacPorts 2.3.3"
1827| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
1828| #define PACKAGE_URL ""
1829| #define UNUSED __attribute__((unused))
1830| #define MP_PRIVATE __attribute__((visibility("hidden")))
1831| #define HAVE_PTHREAD 1
1832| #define STDC_HEADERS 1
1833| #define HAVE_SYS_TYPES_H 1
1834| #define HAVE_SYS_STAT_H 1
1835| #define HAVE_STDLIB_H 1
1836| #define HAVE_STRING_H 1
1837| #define HAVE_MEMORY_H 1
1838| #define HAVE_STRINGS_H 1
1839| #define HAVE_INTTYPES_H 1
1840| #define HAVE_STDINT_H 1
1841| #define HAVE_UNISTD_H 1
1842| #define HAVE_OBJC_OBJC_H 1
1843| #define APPLE_RUNTIME 1
1844| #define APPLE_FOUNDATION 1
1845| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
1846| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
1847| #define HAVE_FRAMEWORK_IOKIT /**/
1848| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
1849| #define STDC_HEADERS 1
1850| #define HAVE_DIRENT_H 1
1851| #define HAVE_SYS_WAIT_H 1
1852| #define HAVE_CRT_EXTERNS_H 1
1853| #define HAVE_ERR_H 1
1854| #define HAVE_FCNTL_H 1
1855| #define HAVE_LIBKERN_OSATOMIC_H 1
1856| #define HAVE_LIMITS_H 1
1857| #define HAVE_PATHS_H 1
1858| #define HAVE_PWD_H 1
1859| #define HAVE_READLINE_HISTORY_H 1
1860| #define HAVE_READLINE_READLINE_H 1
1861| #define HAVE_SYS_CDEFS_H 1
1862| #define HAVE_SYS_EVENT_H 1
1863| #define HAVE_SYS_FCNTL_H 1
1864| #define HAVE_SYS_FILE_H 1
1865| #define HAVE_SYS_PATHS_H 1
1866| #define HAVE_SYS_SOCKET_H 1
1867| #define HAVE_SYS_SYSCTL_H 1
1868| #define HAVE_UTIME_H 1
1869| #define HAVE_OSATOMICCOMPAREANDSWAP32 1
1870| #define HAVE_BZERO 1
1871| #define HAVE_COPYFILE 1
1872| #define HAVE_FGETLN 1
1873| #define HAVE_FLOCK 1
1874| #define HAVE_KQUEUE 1
1875| #define HAVE_LOCKF 1
1876| #define HAVE_MEMSET 1
1877| #define HAVE_SETMODE 1
1878| #define HAVE_STRCASECMP 1
1879| #define HAVE_STRLCAT 1
1880| #define HAVE_STRLCPY 1
1881| #define HAVE_STRNCASECMP 1
1882| #define HAVE_SYSCTLBYNAME 1
1883| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
1884| #define MIN_USABLE_UID 500
1885| #define MIN_USABLE_GID 500
1886| /* end confdefs.h.  */
1887|
1888|                                               #include <sqlite3.h>
1889|                                               #if (SQLITE_VERSION_NUMBER >= 3003011)
1890|                                               /* Everything is fine */
1891|                                               #else
1892|                                               #  error "SQLite version too old"
1893|                                               #endif
1894|
1895|
1896configure:9396: result: no
1897configure:9416: checking for kqueue
1898configure:9416: result: yes
1899configure:9416: checking for kevent
1900configure:9416: cc -o conftest -g -O2   conftest.c  >&5
1901configure:9416: $? = 0
1902configure:9416: result: yes
1903configure:9426: checking whether trace mode is supported on this platform
1904configure:9464: result: EV_RECEIPT not available, no
1905configure:9519: === extracting vendor/tcl8.5.15-src.tar.gz
1906configure:9565: === configuring in vendor/tcl8.5.15/unix (/Users/euler/MacPorts/MacPorts/MacPorts-2.3.3/vendor/tcl8.5.15/unix)
1907configure:9806: running /bin/sh ./configure '--cache-file=/dev/null' '--disable-option-checking'  '--prefix=/opt/local/libexec/macports' '--enable-threads' '--srcdir=.' in vendor/tcl8.5.15/unix
1908configure:9812: === finished configuring in vendor/tcl8.5.15/unix (/Users/euler/MacPorts/MacPorts/MacPorts-2.3.3/vendor/tcl8.5.15/unix)
1909configure:9837: === extracting vendor/thread2.7.0.tar.gz
1910configure:9883: === configuring in vendor/thread2.7.0 (/Users/euler/MacPorts/MacPorts/MacPorts-2.3.3/vendor/thread2.7.0)
1911configure:10124: running /bin/sh ./configure '--cache-file=/dev/null' '--disable-option-checking'  '--prefix=/opt/local/libexec/macports' '--srcdir=.' in vendor/thread2.7.0
1912configure:10130: === finished configuring in vendor/thread2.7.0 (/Users/euler/MacPorts/MacPorts/MacPorts-2.3.3/vendor/thread2.7.0)
1913configure:10152: === extracting vendor/tcllib-1.15.tar.gz
1914configure:10198: === configuring in vendor/tcllib-1.15 (/Users/euler/MacPorts/MacPorts/MacPorts-2.3.3/vendor/tcllib-1.15)
1915configure:10439: running /bin/sh ./configure '--cache-file=/dev/null' '--disable-option-checking'  '--prefix=/opt/local/libexec/macports' '--srcdir=.' in vendor/tcllib-1.15
1916configure:10445: === finished configuring in vendor/tcllib-1.15 (/Users/euler/MacPorts/MacPorts/MacPorts-2.3.3/vendor/tcllib-1.15)
1917configure:10457: checking for Tcl configuration
1918configure:10460: result: found /Users/euler/MacPorts/MacPorts/MacPorts-2.3.3/vendor/tcl8.5.15/unix/tclConfig.sh
1919configure:10463: checking for existence of /Users/euler/MacPorts/MacPorts/MacPorts-2.3.3/vendor/tcl8.5.15/unix/tclConfig.sh
1920configure:10467: result: loading
1921configure:10515: checking how to build libraries
1922configure:10533: result: shared
1923configure:10574: checking that any existing MacPorts install can be upgraded
1924configure:10581: result: yes
1925configure:10714: creating ./config.status
1926
1927## ---------------------- ##
1928## Running config.status. ##
1929## ---------------------- ##
1930
1931This file was extended by MacPorts config.status 2.3.3, which was
1932generated by GNU Autoconf 2.69.  Invocation command line was
1933
1934  CONFIG_FILES    =
1935  CONFIG_HEADERS  =
1936  CONFIG_LINKS    =
1937  CONFIG_COMMANDS =
1938  $ ./config.status
1939
1940on mimac132.mathematik.uni-leipzig.de
1941
1942config.status:1032: creating src/programs/daemondo/Makefile
1943config.status:1032: creating Doxyfile
1944config.status:1032: creating Makefile
1945config.status:1032: creating Mk/macports.autoconf.mk
1946config.status:1032: creating doc/Makefile
1947config.status:1032: creating doc/base.mtree
1948config.status:1032: creating doc/macosx.mtree
1949config.status:1032: creating doc/macports.conf
1950config.status:1032: creating doc/prefix.mtree
1951config.status:1032: creating doc/pubkeys.conf
1952config.status:1032: creating portmgr/freebsd/Makefile
1953config.status:1032: creating portmgr/dmg/postflight
1954config.status:1032: creating setupenv.bash
1955config.status:1032: creating src/Makefile
1956config.status:1032: creating src/cflib1.0/Makefile
1957config.status:1032: creating src/cregistry/Makefile
1958config.status:1032: creating src/darwintracelib1.0/Makefile
1959config.status:1032: creating src/machista1.0/Makefile
1960config.status:1032: creating src/macports1.0/Makefile
1961config.status:1032: creating src/macports1.0/macports_autoconf.tcl
1962config.status:1032: creating src/macports1.0/macports_test_autoconf.tcl
1963config.status:1032: creating src/package1.0/Makefile
1964config.status:1032: creating src/package1.0/package_test_autoconf.tcl
1965config.status:1032: creating src/pextlib1.0/Makefile
1966config.status:1032: creating src/port/Makefile
1967config.status:1032: creating src/port1.0/Makefile
1968config.status:1032: creating src/port1.0/port_autoconf.tcl
1969config.status:1032: creating src/port1.0/port_test_autoconf.tcl
1970config.status:1032: creating src/programs/Makefile
1971config.status:1032: creating src/registry2.0/Makefile
1972config.status:1032: creating src/registry2.0/registry_autoconf.tcl
1973config.status:1032: creating tests/Makefile
1974config.status:1032: creating tests/test.tcl
1975config.status:1032: creating vendor/Makefile
1976config.status:1032: creating src/dedup_portfiles.tcl
1977config.status:1032: creating src/images_to_archives.tcl
1978config.status:1032: creating src/pkg_mkindex.sh
1979config.status:1032: creating src/upgrade_sources_conf_default.tcl
1980config.status:1032: creating src/config.h
1981
1982## ---------------- ##
1983## Cache variables. ##
1984## ---------------- ##
1985
1986ac_cv_build=powerpc-apple-darwin8.11.0
1987ac_cv_c_compiler_gnu=yes
1988ac_cv_env_BSDMAKE_set=
1989ac_cv_env_BSDMAKE_value=
1990ac_cv_env_BZIP2_set=
1991ac_cv_env_BZIP2_value=
1992ac_cv_env_CC_set=
1993ac_cv_env_CC_value=
1994ac_cv_env_CFLAGS_set=
1995ac_cv_env_CFLAGS_value=
1996ac_cv_env_CPPFLAGS_set=
1997ac_cv_env_CPPFLAGS_value=
1998ac_cv_env_CPP_set=
1999ac_cv_env_CPP_value=
2000ac_cv_env_CVS_set=
2001ac_cv_env_CVS_value=
2002ac_cv_env_GNUMAKE_set=
2003ac_cv_env_GNUMAKE_value=
2004ac_cv_env_GNUTAR_set=
2005ac_cv_env_GNUTAR_value=
2006ac_cv_env_LDFLAGS_set=
2007ac_cv_env_LDFLAGS_value=
2008ac_cv_env_LIBS_set=
2009ac_cv_env_LIBS_value=
2010ac_cv_env_LZMA_set=
2011ac_cv_env_LZMA_value=
2012ac_cv_env_MAKE_set=
2013ac_cv_env_MAKE_value=
2014ac_cv_env_MTREE_set=
2015ac_cv_env_MTREE_value=
2016ac_cv_env_OBJCFLAGS_set=
2017ac_cv_env_OBJCFLAGS_value=
2018ac_cv_env_OBJCPP_set=
2019ac_cv_env_OBJCPP_value=
2020ac_cv_env_OBJC_set=
2021ac_cv_env_OBJC_value=
2022ac_cv_env_OPENSSL_set=
2023ac_cv_env_OPENSSL_value=
2024ac_cv_env_OPEN_set=
2025ac_cv_env_OPEN_value=
2026ac_cv_env_RSYNC_set=
2027ac_cv_env_RSYNC_value=
2028ac_cv_env_SED_set=
2029ac_cv_env_SED_value=
2030ac_cv_env_SVN_set=
2031ac_cv_env_SVN_value=
2032ac_cv_env_SWIG_set=
2033ac_cv_env_SWIG_value=
2034ac_cv_env_TAR_set=
2035ac_cv_env_TAR_value=
2036ac_cv_env_XAR_set=
2037ac_cv_env_XAR_value=
2038ac_cv_env_XZ_set=
2039ac_cv_env_XZ_value=
2040ac_cv_env_build_alias_set=
2041ac_cv_env_build_alias_value=
2042ac_cv_env_host_alias_set=
2043ac_cv_env_host_alias_value=
2044ac_cv_env_target_alias_set=
2045ac_cv_env_target_alias_value=
2046ac_cv_func_OSAtomicCompareAndSwap32=yes
2047ac_cv_func_OSAtomicCompareAndSwap64=no
2048ac_cv_func_OSAtomicCompareAndSwapPtr=no
2049ac_cv_func___getdirentries64=no
2050ac_cv_func_bzero=yes
2051ac_cv_func_clearenv=no
2052ac_cv_func_copyfile=yes
2053ac_cv_func_fgetln=yes
2054ac_cv_func_flock=yes
2055ac_cv_func_fls=no
2056ac_cv_func_kevent=yes
2057ac_cv_func_kqueue=yes
2058ac_cv_func_lockf=yes
2059ac_cv_func_memset=yes
2060ac_cv_func_posix_spawn=no
2061ac_cv_func_setmode=yes
2062ac_cv_func_strcasecmp=yes
2063ac_cv_func_strlcat=yes
2064ac_cv_func_strlcpy=yes
2065ac_cv_func_strncasecmp=yes
2066ac_cv_func_sysctlbyname=yes
2067ac_cv_header_CommonCrypto_CommonDigest_h=yes
2068ac_cv_header_crt_externs_h=yes
2069ac_cv_header_dirent_dirent_h=yes
2070ac_cv_header_err_h=yes
2071ac_cv_header_fcntl_h=yes
2072ac_cv_header_inttypes_h=yes
2073ac_cv_header_libkern_OSAtomic_h=yes
2074ac_cv_header_limits_h=yes
2075ac_cv_header_memory_h=yes
2076ac_cv_header_objc_objc_h=yes
2077ac_cv_header_paths_h=yes
2078ac_cv_header_pwd_h=yes
2079ac_cv_header_readline_history_h=yes
2080ac_cv_header_readline_readline_h=yes
2081ac_cv_header_spawn_h=no
2082ac_cv_header_sqlite3_h=yes
2083ac_cv_header_sqlite3ext_h=no
2084ac_cv_header_stdc=yes
2085ac_cv_header_stdint_h=yes
2086ac_cv_header_stdlib_h=yes
2087ac_cv_header_string_h=yes
2088ac_cv_header_strings_h=yes
2089ac_cv_header_sys_cdefs_h=yes
2090ac_cv_header_sys_event_h=yes
2091ac_cv_header_sys_fcntl_h=yes
2092ac_cv_header_sys_file_h=yes
2093ac_cv_header_sys_paths_h=yes
2094ac_cv_header_sys_socket_h=yes
2095ac_cv_header_sys_stat_h=yes
2096ac_cv_header_sys_sysctl_h=yes
2097ac_cv_header_sys_types_h=yes
2098ac_cv_header_sys_wait_h=yes
2099ac_cv_header_unistd_h=yes
2100ac_cv_header_utime_h=yes
2101ac_cv_host=powerpc-apple-darwin8.11.0
2102ac_cv_objc_compiler_gnu=yes
2103ac_cv_objc_foundation_apple=yes
2104ac_cv_objext=o
2105ac_cv_path_BSDMAKE=/usr/bin/bsdmake
2106ac_cv_path_BZIP2=/usr/bin/bzip2
2107ac_cv_path_CHOWN=/usr/sbin/chown
2108ac_cv_path_CP=/bin/cp
2109ac_cv_path_CPIO=/usr/bin/cpio
2110ac_cv_path_CURL_CONFIG=/usr/bin/curl-config
2111ac_cv_path_CVS=/usr/bin/cvs
2112ac_cv_path_DEFAULTS=/usr/bin/defaults
2113ac_cv_path_DIFF=/usr/bin/diff
2114ac_cv_path_DSCL=/usr/bin/dscl
2115ac_cv_path_DSEDITGROUP=/usr/sbin/dseditgroup
2116ac_cv_path_EGREP='/usr/bin/grep -E'
2117ac_cv_path_FILE=/usr/bin/file
2118ac_cv_path_FIND=/usr/bin/find
2119ac_cv_path_GNUMAKE=/usr/bin/gnumake
2120ac_cv_path_GNUTAR=/usr/bin/gnutar
2121ac_cv_path_GREP=/usr/bin/grep
2122ac_cv_path_GZIP=/usr/bin/gzip
2123ac_cv_path_HDIUTIL=/usr/bin/hdiutil
2124ac_cv_path_LAUNCHCTL=/bin/launchctl
2125ac_cv_path_LIPO=/usr/bin/lipo
2126ac_cv_path_LSBOM=/usr/bin/lsbom
2127ac_cv_path_MAKE=/usr/bin/make
2128ac_cv_path_MDFIND=/usr/bin/mdfind
2129ac_cv_path_MDLS=/usr/bin/mdls
2130ac_cv_path_MKBOM=/usr/bin/mkbom
2131ac_cv_path_MTREE=/usr/sbin/mtree
2132ac_cv_path_OPEN=/usr/bin/open
2133ac_cv_path_OPENSSL=/usr/bin/openssl
2134ac_cv_path_PATCH=/usr/bin/patch
2135ac_cv_path_PAX=/bin/pax
2136ac_cv_path_RMDIR=/bin/rmdir
2137ac_cv_path_RSYNC=/usr/bin/rsync
2138ac_cv_path_SED=/usr/bin/sed
2139ac_cv_path_SW_VERS=/usr/bin/sw_vers
2140ac_cv_path_TAR=/usr/bin/tar
2141ac_cv_path_UNZIP=/usr/bin/unzip
2142ac_cv_path_XCODEBUILD=/usr/bin/xcodebuild
2143ac_cv_path_ZIP=/usr/bin/zip
2144ac_cv_path_install='/usr/bin/install -c'
2145ac_cv_prog_CPP='cc -E'
2146ac_cv_prog_HAVE_LAUNCHD=yes
2147ac_cv_prog_OBJCPP='cc -E'
2148ac_cv_prog_ac_ct_CC=cc
2149ac_cv_prog_ac_ct_OBJC=cc
2150ac_cv_prog_cc_c89=
2151ac_cv_prog_cc_g=yes
2152ac_cv_prog_make_make_set=yes
2153ac_cv_prog_objc_g=yes
2154ac_cv_search_opendir='none required'
2155ac_cv_target=powerpc-apple-darwin8.11.0
2156mp_cv_attribute_mp_private='__attribute__((visibility("hidden")))'
2157mp_cv_have_framework_corefoundation=yes
2158mp_cv_have_framework_iokit=yes
2159mp_cv_have_framework_systemconfiguration=yes
2160mp_cv_have_function_cfnotificationcentergetdarwinnotifycenter=yes
2161mp_cv_objc_req_pthread=no
2162mp_cv_objc_runtime_apple=yes
2163mp_cv_objc_runtime_gnu=no
2164mp_cv_readlink_is_posix_1003_1a=yes
2165mp_cv_sqlite_version_defined=yes
2166mp_cv_sqlite_version_ge_3003011=no
2167
2168## ----------------- ##
2169## Output variables. ##
2170## ----------------- ##
2171
2172BSDMAKE='/usr/bin/bsdmake'
2173BZIP2='/usr/bin/bzip2'
2174BZR=''
2175CC='cc'
2176CFLAGS='-g -O2'
2177CFLAGS_LIBCURL=''
2178CFLAGS_PEDANTIC='-pedantic'
2179CFLAGS_QUICHEEATERS='-Wextra -Wall'
2180CFLAGS_SQLITE3=''
2181CFLAGS_WERROR=''
2182CHOWN='/usr/sbin/chown'
2183CP='/bin/cp'
2184CPIO='/usr/bin/cpio'
2185CPP='cc -E'
2186CPPFLAGS=''
2187CURL_CONFIG='/usr/bin/curl-config'
2188CVS='/usr/bin/cvs'
2189DEFAULTS='/usr/bin/defaults'
2190DEFS='-DHAVE_CONFIG_H'
2191DEVELOPER_DIR='/Developer'
2192DIFF='/usr/bin/diff'
2193DSCL='/usr/bin/dscl'
2194DSEDITGROUP='/usr/sbin/dseditgroup'
2195DSTGRP='admin'
2196DSTMODE='0755'
2197DSTUSR='root'
2198ECHO_C=''
2199ECHO_N='-n'
2200ECHO_T=''
2201EGREP='/usr/bin/grep -E'
2202EXEEXT=''
2203EXTRA_PROGS=' daemondo'
2204FILE='/usr/bin/file'
2205FIND='/usr/bin/find'
2206GIT=''
2207GNUMAKE='/usr/bin/gnumake'
2208GNUPATCH='/usr/bin/patch'
2209GNUTAR='/usr/bin/gnutar'
2210GREP='/usr/bin/grep'
2211GZIP='/usr/bin/gzip'
2212HAVE_FRAMEWORK_COREFOUNDATION=''
2213HAVE_FRAMEWORK_IOKIT=''
2214HAVE_FRAMEWORK_SYSTEMCONFIGURATION=''
2215HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER=''
2216HAVE_LAUNCHD='yes'
2217HDIUTIL='/usr/bin/hdiutil'
2218HG=''
2219INCLUDES='-I.. -I. '
2220INSTALL_DATA='${INSTALL} -m 644'
2221INSTALL_PROGRAM='${INSTALL}'
2222INSTALL_SCRIPT='${INSTALL}'
2223INTREE_TCLSH='/Users/euler/MacPorts/MacPorts/MacPorts-2.3.3/vendor/tcl8.5.15/unix/tclsh'
2224LAUNCHCTL='/bin/launchctl'
2225LDFLAGS=''
2226LDFLAGS_LIBCURL='-lcurl'
2227LDFLAGS_SQLITE3='-lsqlite3'
2228LIBOBJS=''
2229LIBS=''
2230LIPO='/usr/bin/lipo'
2231LN_S='ln -s'
2232LSBOM='/usr/bin/lsbom'
2233LTLIBOBJS=''
2234LZMA=''
2235MACPORTS_VERSION='2.3.3'
2236MAKE='/usr/bin/make'
2237MD5_LIBS=''
2238MDFIND='/usr/bin/mdfind'
2239MDLS='/usr/bin/mdls'
2240MKBOM='/usr/bin/mkbom'
2241MPAPPLICATIONSDIR='/Applications/MacPorts'
2242MPCONFIGDIR='${sysconfdir}/macports'
2243MPCONFIGDIR_EXPANDED='/opt/local/etc/macports'
2244MPFRAMEWORKSDIR='/opt/local/Library/Frameworks'
2245MTREE='/usr/sbin/mtree'
2246OBJC='cc'
2247OBJCFLAGS='-g -O2'
2248OBJCPP='cc -E'
2249OBJC_FOUNDATION='Apple'
2250OBJC_FOUNDATION_CPPFLAGS=''
2251OBJC_FOUNDATION_LDFLAGS=''
2252OBJC_FOUNDATION_LIBS='-framework Foundation'
2253OBJC_LIBS='-lobjc'
2254OBJC_PTHREAD_CFLAGS='-D_THREAD_SAFE '
2255OBJC_PTHREAD_LIBS=''
2256OBJC_RUNTIME='APPLE_RUNTIME'
2257OBJC_RUNTIME_FLAGS='-fnext-runtime'
2258OBJEXT='o'
2259OPEN='/usr/bin/open'
2260OPENSSL='/usr/bin/openssl'
2261OS_MAJOR='8'
2262OS_PLATFORM='darwin'
2263PACKAGE_BUGREPORT='macports-dev@lists.macosforge.org'
2264PACKAGE_NAME='MacPorts'
2265PACKAGE_STRING='MacPorts 2.3.3'
2266PACKAGE_TARNAME='macports'
2267PACKAGE_URL=''
2268PACKAGE_VERSION='2.3.3'
2269PATCH='/usr/bin/patch'
2270PATH_CLEANED='/bin:/sbin:/usr/bin:/usr/sbin:/Users/euler/tools:/Work/BuildTools/UnixTools:/Work/BuildTools/UnixScripts:/Developer/usr/bin'
2271PATH_SEPARATOR=':'
2272PAX='/bin/pax'
2273PKG_CONFIG=''
2274PORTSDIR=''
2275PTHREAD_CFLAGS='-D_THREAD_SAFE '
2276PTHREAD_LIBS=''
2277READLINE_LIBS=''
2278READLINK_IS_NOT_P1003_1A=''
2279RMDIR='/bin/rmdir'
2280RSYNC='/usr/bin/rsync'
2281RUNUSR='macports'
2282SANDBOX_EXEC=''
2283SED='/usr/bin/sed'
2284SED_EXT='-E'
2285SET_MAKE=''
2286SHELL='/bin/sh'
2287SHLIB_CFLAGS='-fno-common'
2288SHLIB_LD='${CC} -dynamiclib ${CFLAGS} ${LDFLAGS} -Wl,-single_module'
2289SHLIB_SUFFIX='.dylib'
2290STLIB_LD='${AR} cr'
2291SVN=''
2292SWIG=''
2293SW_VERS='/usr/bin/sw_vers'
2294TAR='/usr/bin/tar'
2295TAR_CMD='/usr/bin/gnutar --no-same-owner'
2296TAR_Q=''
2297TCLSH='/opt/local/libexec/macports/bin/tclsh8.5'
2298TCL_BIN_DIR='/Users/euler/MacPorts/MacPorts/MacPorts-2.3.3/vendor/tcl8.5.15/unix'
2299TCL_LIB_FILE='libtcl8.5.dylib'
2300TCL_LIB_FLAG='-ltcl8.5'
2301TCL_LIB_SPEC='-L/Users/euler/MacPorts/MacPorts/MacPorts-2.3.3/vendor/tcl8.5.15/unix -ltcl8.5'
2302TCL_PACKAGE_PATH='/opt/local/libexec/macports/lib'
2303TCL_PREFIX='/opt/local/libexec/macports'
2304TCL_SRC_DIR='/Users/euler/MacPorts/MacPorts/MacPorts-2.3.3/vendor/tcl8.5.15'
2305TCL_STUB_LIB_FILE='libtclstub8.5.a'
2306TCL_STUB_LIB_FLAG='-ltclstub8.5'
2307TCL_STUB_LIB_SPEC='-L/Users/euler/MacPorts/MacPorts/MacPorts-2.3.3/vendor/tcl8.5.15/unix -ltclstub8.5'
2308TCL_VERSION='8.5'
2309TRACEMODE_SUPPORT='0'
2310UNIVERSAL_ARCHFLAGS=' -arch i386 -arch ppc'
2311UNIVERSAL_ARCHS='i386 ppc'
2312UNZIP='/usr/bin/unzip'
2313VENDOR_DESTROOT='vendor/vendor-destroot'
2314VENDOR_TCLLIB_INSTALL='install-libraries'
2315VENDOR_TCLLIB_SUBDIR='tcllib-1.15'
2316VENDOR_TCLTHREAD_INSTALL='install-binaries install-libraries'
2317VENDOR_TCLTHREAD_SUBDIR='thread2.7.0'
2318VENDOR_TCL_INSTALL='install-binaries install-libraries'
2319VENDOR_TCL_SUBDIR='tcl8.5.15/unix'
2320XAR=''
2321XCODEBUILD='/usr/bin/xcodebuild'
2322XCODE_SELECT=''
2323XCRUN=''
2324XZ=''
2325ZIP='/usr/bin/zip'
2326ac_ct_CC='cc'
2327ac_ct_OBJC='cc'
2328ac_cv_func_strlcat='yes'
2329acx_pthread_config=''
2330bindir='${exec_prefix}/bin'
2331build='powerpc-apple-darwin8.11.0'
2332build_alias=''
2333build_cpu='powerpc'
2334build_os='darwin8.11.0'
2335build_vendor='apple'
2336datadir='${datarootdir}'
2337datarootdir='${prefix}/share'
2338docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
2339dvidir='${docdir}'
2340exec_prefix='${prefix}'
2341host='powerpc-apple-darwin8.11.0'
2342host_alias=''
2343host_cpu='powerpc'
2344host_os='darwin8.11.0'
2345host_vendor='apple'
2346htmldir='${docdir}'
2347includedir='${prefix}/include'
2348infodir='${datarootdir}/info'
2349libdir='${exec_prefix}/lib'
2350libexecdir='${exec_prefix}/libexec'
2351localedir='${datarootdir}/locale'
2352localstatedir='${prefix}/var'
2353localstatedir_expanded='/opt/local/var'
2354mandir='${datarootdir}/man'
2355oldincludedir='/usr/include'
2356pdfdir='${docdir}'
2357prefix='/opt/local'
2358prefix_expanded='/opt/local'
2359program_transform_name='s,x,x,'
2360psdir='${docdir}'
2361sbindir='${exec_prefix}/sbin'
2362sharedstatedir='${prefix}/com'
2363sysconfdir='${prefix}/etc'
2364target='powerpc-apple-darwin8.11.0'
2365target_alias=''
2366target_cpu='powerpc'
2367target_os='darwin8.11.0'
2368target_vendor='apple'
2369
2370## ----------- ##
2371## confdefs.h. ##
2372## ----------- ##
2373
2374/* confdefs.h */
2375#define PACKAGE_NAME "MacPorts"
2376#define PACKAGE_TARNAME "macports"
2377#define PACKAGE_VERSION "2.3.3"
2378#define PACKAGE_STRING "MacPorts 2.3.3"
2379#define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
2380#define PACKAGE_URL ""
2381#define UNUSED __attribute__((unused))
2382#define MP_PRIVATE __attribute__((visibility("hidden")))
2383#define HAVE_PTHREAD 1
2384#define STDC_HEADERS 1
2385#define HAVE_SYS_TYPES_H 1
2386#define HAVE_SYS_STAT_H 1
2387#define HAVE_STDLIB_H 1
2388#define HAVE_STRING_H 1
2389#define HAVE_MEMORY_H 1
2390#define HAVE_STRINGS_H 1
2391#define HAVE_INTTYPES_H 1
2392#define HAVE_STDINT_H 1
2393#define HAVE_UNISTD_H 1
2394#define HAVE_OBJC_OBJC_H 1
2395#define APPLE_RUNTIME 1
2396#define APPLE_FOUNDATION 1
2397#define HAVE_FRAMEWORK_COREFOUNDATION /**/
2398#define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
2399#define HAVE_FRAMEWORK_IOKIT /**/
2400#define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
2401#define STDC_HEADERS 1
2402#define HAVE_DIRENT_H 1
2403#define HAVE_SYS_WAIT_H 1
2404#define HAVE_CRT_EXTERNS_H 1
2405#define HAVE_ERR_H 1
2406#define HAVE_FCNTL_H 1
2407#define HAVE_LIBKERN_OSATOMIC_H 1
2408#define HAVE_LIMITS_H 1
2409#define HAVE_PATHS_H 1
2410#define HAVE_PWD_H 1
2411#define HAVE_READLINE_HISTORY_H 1
2412#define HAVE_READLINE_READLINE_H 1
2413#define HAVE_SYS_CDEFS_H 1
2414#define HAVE_SYS_EVENT_H 1
2415#define HAVE_SYS_FCNTL_H 1
2416#define HAVE_SYS_FILE_H 1
2417#define HAVE_SYS_PATHS_H 1
2418#define HAVE_SYS_SOCKET_H 1
2419#define HAVE_SYS_SYSCTL_H 1
2420#define HAVE_UTIME_H 1
2421#define HAVE_OSATOMICCOMPAREANDSWAP32 1
2422#define HAVE_BZERO 1
2423#define HAVE_COPYFILE 1
2424#define HAVE_FGETLN 1
2425#define HAVE_FLOCK 1
2426#define HAVE_KQUEUE 1
2427#define HAVE_LOCKF 1
2428#define HAVE_MEMSET 1
2429#define HAVE_SETMODE 1
2430#define HAVE_STRCASECMP 1
2431#define HAVE_STRLCAT 1
2432#define HAVE_STRLCPY 1
2433#define HAVE_STRNCASECMP 1
2434#define HAVE_SYSCTLBYNAME 1
2435#define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
2436#define MIN_USABLE_UID 500
2437#define MIN_USABLE_GID 500
2438#define sqlite3_prepare_v2 sqlite3_prepare
2439#define HAVE_KQUEUE 1
2440#define HAVE_KEVENT 1
2441
2442configure: exit 0