Ticket #27216: config.log

File config.log, 49.9 KB (added by grant.passmore@…, 13 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 1.9.2, which was
5generated by GNU Autoconf 2.68.  Invocation command line was
6
7  $ ./configure
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = Grant-Olney-Passmores-Mac-Pro.local
14uname -m = x86_64
15uname -r = 10.4.2
16uname -s = Darwin
17uname -v = Darwin Kernel Version 10.4.2: Tue Jul 27 21:17:17 PDT 2010; root:xnu-1504.7.60~1/RELEASE_X86_64
18
19/usr/bin/uname -p = i386
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo      = Mach kernel version:
26         Darwin Kernel Version 10.4.2: Tue Jul 27 21:17:17 PDT 2010; root:xnu-1504.7.60~1/RELEASE_X86_64
27Kernel configured for up to 16 processors.
288 processors are physically available.
2916 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
32Primary memory available: 6.00 gigabytes
33Default processor set: 52 tasks, 279 threads, 16 processors
34Load average: 0.01, Mach factor: 15.98
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /usr/bin
40PATH: /bin
41PATH: /usr/sbin
42PATH: /sbin
43PATH: /usr/local/bin
44PATH: /usr/X11/bin
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:2646: checking build system type
52configure:2660: result: x86_64-apple-darwin10.4.2
53configure:2680: checking host system type
54configure:2693: result: x86_64-apple-darwin10.4.2
55configure:2713: checking target system type
56configure:2726: result: x86_64-apple-darwin10.4.2
57configure:2754: checking MacPorts version
58configure:2757: result: 1.9.2
59configure:2790: checking for sw_vers
60configure:2808: found /usr/bin/sw_vers
61configure:2820: result: /usr/bin/sw_vers
62configure:2830: checking for defaults
63configure:2848: found /usr/bin/defaults
64configure:2860: result: /usr/bin/defaults
65configure:2870: checking for xcode-select
66configure:2888: found /usr/bin/xcode-select
67configure:2900: result: /usr/bin/xcode-select
68configure:2910: checking Mac OS X version
69configure:2913: result: 10.6.4
70configure:2936: checking Xcode location
71configure:2939: result: /Developer
72configure:2948: checking Xcode version
73configure:2955: result: 3.2.3
74configure:3027: checking for gcc
75configure:3043: found /usr/bin/gcc
76configure:3054: result: gcc
77configure:3283: checking for C compiler version
78configure:3292: gcc --version >&5
79i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5664)
80Copyright (C) 2007 Free Software Foundation, Inc.
81This is free software; see the source for copying conditions.  There is NO
82warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
83
84configure:3303: $? = 0
85configure:3292: gcc -v >&5
86Using built-in specs.
87Target: i686-apple-darwin10
88Configured with: /var/tmp/gcc/gcc-5664~38/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
89Thread model: posix
90gcc version 4.2.1 (Apple Inc. build 5664)
91configure:3303: $? = 0
92configure:3292: gcc -V >&5
93gcc-4.2: argument to `-V' is missing
94configure:3303: $? = 1
95configure:3292: gcc -qversion >&5
96i686-apple-darwin10-gcc-4.2.1: no input files
97configure:3303: $? = 1
98configure:3323: checking whether the C compiler works
99configure:3345: gcc    conftest.c  >&5
100configure:3349: $? = 0
101configure:3397: result: yes
102configure:3400: checking for C compiler default output file name
103configure:3402: result: a.out
104configure:3408: checking for suffix of executables
105configure:3415: gcc -o conftest    conftest.c  >&5
106configure:3419: $? = 0
107configure:3441: result:
108configure:3463: checking whether we are cross compiling
109configure:3471: gcc -o conftest    conftest.c  >&5
110configure:3475: $? = 0
111configure:3482: ./conftest
112configure:3486: $? = 0
113configure:3501: result: no
114configure:3506: checking for suffix of object files
115configure:3528: gcc -c   conftest.c >&5
116configure:3532: $? = 0
117configure:3553: result: o
118configure:3557: checking whether we are using the GNU C compiler
119configure:3576: gcc -c   conftest.c >&5
120configure:3576: $? = 0
121configure:3585: result: yes
122configure:3594: checking whether gcc accepts -g
123configure:3614: gcc -c -g  conftest.c >&5
124configure:3614: $? = 0
125configure:3655: result: yes
126configure:3672: checking for gcc option to accept ISO C89
127configure:3736: gcc  -c -g -O2  conftest.c >&5
128configure:3736: $? = 0
129configure:3749: result: none needed
130configure:3823: checking for gcc
131configure:3839: found /usr/bin/gcc
132configure:3850: result: gcc
133configure:3875: checking for Objective C compiler version
134configure:3884: gcc --version >&5
135i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5664)
136Copyright (C) 2007 Free Software Foundation, Inc.
137This is free software; see the source for copying conditions.  There is NO
138warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
139
140configure:3895: $? = 0
141configure:3884: gcc -v >&5
142Using built-in specs.
143Target: i686-apple-darwin10
144Configured with: /var/tmp/gcc/gcc-5664~38/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
145Thread model: posix
146gcc version 4.2.1 (Apple Inc. build 5664)
147configure:3895: $? = 0
148configure:3884: gcc -V >&5
149gcc-4.2: argument to `-V' is missing
150configure:3895: $? = 1
151configure:3884: gcc -qversion >&5
152i686-apple-darwin10-gcc-4.2.1: no input files
153configure:3895: $? = 1
154configure:3899: checking whether we are using the GNU Objective C compiler
155configure:3918: gcc -c   conftest.m >&5
156configure:3918: $? = 0
157configure:3927: result: yes
158configure:3936: checking whether gcc accepts -g
159configure:3956: gcc -c -g  conftest.m >&5
160configure:3956: $? = 0
161configure:3997: result: yes
162configure:4034: checking for a BSD-compatible install
163configure:4102: result: /usr/bin/install -c
164configure:4113: checking whether make sets $(MAKE)
165configure:4135: result: yes
166configure:4144: checking whether ln -s works
167configure:4148: result: yes
168configure:4157: checking for mtree
169configure:4176: found /usr/sbin/mtree
170configure:4188: result: /usr/sbin/mtree
171configure:4198: checking for chown
172configure:4217: found /usr/sbin/chown
173configure:4229: result: /usr/sbin/chown
174configure:4239: checking for cp
175configure:4257: found /bin/cp
176configure:4269: result: /bin/cp
177configure:4279: checking for cpio
178configure:4297: found /usr/bin/cpio
179configure:4309: result: /usr/bin/cpio
180configure:4319: checking for diff
181configure:4337: found /usr/bin/diff
182configure:4349: result: /usr/bin/diff
183configure:4359: checking for dscl
184configure:4377: found /usr/bin/dscl
185configure:4389: result: /usr/bin/dscl
186configure:4399: checking for file
187configure:4417: found /usr/bin/file
188configure:4429: result: /usr/bin/file
189configure:4439: checking for bzr
190configure:4472: result: no
191configure:4479: checking for cvs
192configure:4497: found /usr/bin/cvs
193configure:4509: result: /usr/bin/cvs
194configure:4519: checking for svn
195configure:4537: found /usr/bin/svn
196configure:4549: result: /usr/bin/svn
197configure:4559: checking for git
198configure:4592: result: no
199configure:4599: checking for hg
200configure:4632: result: no
201configure:4639: checking for gzip
202configure:4657: found /usr/bin/gzip
203configure:4669: result: /usr/bin/gzip
204configure:4679: checking for lipo
205configure:4697: found /usr/bin/lipo
206configure:4709: result: /usr/bin/lipo
207configure:4719: checking for patch
208configure:4737: found /usr/bin/patch
209configure:4749: result: /usr/bin/patch
210configure:4759: checking for rmdir
211configure:4777: found /bin/rmdir
212configure:4789: result: /bin/rmdir
213configure:4799: checking for rsync
214configure:4817: found /usr/bin/rsync
215configure:4829: result: /usr/bin/rsync
216configure:4839: checking for sed
217configure:4857: found /usr/bin/sed
218configure:4869: result: /usr/bin/sed
219configure:4879: checking for tar
220configure:4897: found /usr/bin/tar
221configure:4909: result: /usr/bin/tar
222configure:4919: checking for unzip
223configure:4937: found /usr/bin/unzip
224configure:4949: result: /usr/bin/unzip
225configure:4959: checking for zip
226configure:4977: found /usr/bin/zip
227configure:4989: result: /usr/bin/zip
228configure:5001: checking for bsdmake
229configure:5019: found /usr/bin/bsdmake
230configure:5031: result: /usr/bin/bsdmake
231configure:5044: checking for make
232configure:5062: found /usr/bin/make
233configure:5074: result: /usr/bin/make
234configure:5084: checking for hdiutil
235configure:5102: found /usr/bin/hdiutil
236configure:5114: result: /usr/bin/hdiutil
237configure:5124: checking for launchd
238configure:5140: found /sbin/launchd
239configure:5151: result: yes
240configure:5161: checking for launchctl
241configure:5179: found /bin/launchctl
242configure:5191: result: /bin/launchctl
243configure:5201: checking for xcodebuild
244configure:5219: found /usr/bin/xcodebuild
245configure:5231: result: /usr/bin/xcodebuild
246configure:5243: checking for gnutar
247configure:5262: found /usr/bin/gnutar
248configure:5274: result: /usr/bin/gnutar
249configure:5289: checking for gnumake
250configure:5308: found /usr/bin/gnumake
251configure:5320: result: /usr/bin/gnumake
252configure:5335: checking for gnupatch
253configure:5369: result: no
254configure:5335: checking for gpatch
255configure:5369: result: no
256configure:5379: checking for bzip2
257configure:5397: found /usr/bin/bzip2
258configure:5409: result: /usr/bin/bzip2
259configure:5419: checking for lsbom
260configure:5437: found /usr/bin/lsbom
261configure:5449: result: /usr/bin/lsbom
262configure:5459: checking for mkbom
263configure:5477: found /usr/bin/mkbom
264configure:5489: result: /usr/bin/mkbom
265configure:5499: checking for pax
266configure:5517: found /bin/pax
267configure:5529: result: /bin/pax
268configure:5539: checking for xar
269configure:5557: found /usr/bin/xar
270configure:5569: result: /usr/bin/xar
271configure:5579: checking for open
272configure:5597: found /usr/bin/open
273configure:5609: result: /usr/bin/open
274configure:5636: checking for sed
275configure:5666: result: /usr/bin/sed
276configure:5679: checking which sed flag to use for extended regexp
277configure:5689: result: -E (BSD)
278configure:5706: checking for tar
279configure:5736: result: /usr/bin/tar
280configure:5746: checking for gnutar
281configure:5776: result: /usr/bin/gnutar
282configure:5785: checking for which tar variant to use
283configure:5792: result: /usr/bin/gnutar
284configure:5796: checking for /usr/bin/gnutar --no-same-owner support
285configure:5803: result: yes
286configure:5811: checking for patch
287configure:5841: result: /usr/bin/patch
288configure:5851: checking for gpatch
289configure:5884: result: no
290configure:5890: checking for GNU (FSF) patch
291configure:5902: result: /usr/bin/patch
292configure:5932: checking how to mark unused variables
293configure:5938: gcc -c -g -O2  conftest.c >&5
294configure:5938: $? = 0
295configure:5948: result:
296configure:5953: checking for gcc symbol visibility attribute
297configure:5972: gcc -c -g -O2  conftest.c >&5
298configure:5972: $? = 0
299configure:5986: result: __attribute__((visibility("hidden")))
300configure:6171: checking for the pthreads library -lpthreads
301configure:6204: gcc -o conftest -g -O2    conftest.c -lpthreads  >&5
302ld: library not found for -lpthreads
303collect2: ld returned 1 exit status
304configure:6204: $? = 1
305configure: failed program was:
306| /* confdefs.h */
307| #define PACKAGE_NAME "MacPorts"
308| #define PACKAGE_TARNAME "macports"
309| #define PACKAGE_VERSION "1.9.2"
310| #define PACKAGE_STRING "MacPorts 1.9.2"
311| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
312| #define PACKAGE_URL ""
313| #define UNUSED __attribute__((unused))
314| #define MP_PRIVATE __attribute__((visibility("hidden")))
315| /* end confdefs.h.  */
316| #include <pthread.h>
317| int
318| main ()
319| {
320| pthread_t th; pthread_join(th, 0);
321|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
322|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
323|   ;
324|   return 0;
325| }
326configure:6213: result: no
327configure:6116: checking whether pthreads work without any flags
328configure:6204: gcc -o conftest -g -O2    conftest.c   >&5
329configure:6204: $? = 0
330configure:6213: result: yes
331configure:6232: checking for joinable pthread attribute
332configure:6247: gcc -o conftest -g -O2    conftest.c   >&5
333configure:6247: $? = 0
334configure:6253: result: PTHREAD_CREATE_JOINABLE
335configure:6263: checking if more special flags are required for pthreads
336configure:6270: result: -D_THREAD_SAFE
337configure:6307: checking how to run the Objective C preprocessor
338configure:6334: gcc -E  conftest.m
339configure:6334: $? = 0
340configure:6348: gcc -E  conftest.m
341conftest.m:12:28: error: ac_nonexistent.h: No such file or directory
342configure:6348: $? = 1
343configure: failed program was:
344| /* confdefs.h */
345| #define PACKAGE_NAME "MacPorts"
346| #define PACKAGE_TARNAME "macports"
347| #define PACKAGE_VERSION "1.9.2"
348| #define PACKAGE_STRING "MacPorts 1.9.2"
349| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
350| #define PACKAGE_URL ""
351| #define UNUSED __attribute__((unused))
352| #define MP_PRIVATE __attribute__((visibility("hidden")))
353| #define HAVE_PTHREAD 1
354| /* end confdefs.h.  */
355| #include <ac_nonexistent.h>
356configure:6373: result: gcc -E
357configure:6393: gcc -E  conftest.m
358configure:6393: $? = 0
359configure:6407: gcc -E  conftest.m
360conftest.m:12:28: error: ac_nonexistent.h: No such file or directory
361configure:6407: $? = 1
362configure: failed program was:
363| /* confdefs.h */
364| #define PACKAGE_NAME "MacPorts"
365| #define PACKAGE_TARNAME "macports"
366| #define PACKAGE_VERSION "1.9.2"
367| #define PACKAGE_STRING "MacPorts 1.9.2"
368| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
369| #define PACKAGE_URL ""
370| #define UNUSED __attribute__((unused))
371| #define MP_PRIVATE __attribute__((visibility("hidden")))
372| #define HAVE_PTHREAD 1
373| /* end confdefs.h.  */
374| #include <ac_nonexistent.h>
375configure:6436: checking for grep that handles long lines and -e
376configure:6494: result: /usr/bin/grep
377configure:6499: checking for egrep
378configure:6561: result: /usr/bin/grep -E
379configure:6566: checking for ANSI C header files
380configure:6586: gcc -c -g -O2  conftest.m >&5
381configure:6586: $? = 0
382configure:6659: gcc -o conftest -g -O2   conftest.m  >&5
383configure:6659: $? = 0
384configure:6659: ./conftest
385configure:6659: $? = 0
386configure:6670: result: yes
387configure:6683: checking for sys/types.h
388configure:6683: gcc -c -g -O2  conftest.m >&5
389configure:6683: $? = 0
390configure:6683: result: yes
391configure:6683: checking for sys/stat.h
392configure:6683: gcc -c -g -O2  conftest.m >&5
393configure:6683: $? = 0
394configure:6683: result: yes
395configure:6683: checking for stdlib.h
396configure:6683: gcc -c -g -O2  conftest.m >&5
397configure:6683: $? = 0
398configure:6683: result: yes
399configure:6683: checking for string.h
400configure:6683: gcc -c -g -O2  conftest.m >&5
401configure:6683: $? = 0
402configure:6683: result: yes
403configure:6683: checking for memory.h
404configure:6683: gcc -c -g -O2  conftest.m >&5
405configure:6683: $? = 0
406configure:6683: result: yes
407configure:6683: checking for strings.h
408configure:6683: gcc -c -g -O2  conftest.m >&5
409configure:6683: $? = 0
410configure:6683: result: yes
411configure:6683: checking for inttypes.h
412configure:6683: gcc -c -g -O2  conftest.m >&5
413configure:6683: $? = 0
414configure:6683: result: yes
415configure:6683: checking for stdint.h
416configure:6683: gcc -c -g -O2  conftest.m >&5
417configure:6683: $? = 0
418configure:6683: result: yes
419configure:6683: checking for unistd.h
420configure:6683: gcc -c -g -O2  conftest.m >&5
421configure:6683: $? = 0
422configure:6683: result: yes
423configure:6730: checking objc/objc.h usability
424configure:6730: gcc -c -g -O2  conftest.m >&5
425configure:6730: $? = 0
426configure:6730: result: yes
427configure:6730: checking objc/objc.h presence
428configure:6730: gcc -E  conftest.m
429configure:6730: $? = 0
430configure:6730: result: yes
431configure:6730: checking for objc/objc.h
432configure:6730: result: yes
433configure:6755: checking if linking libobjc requires pthreads
434configure:6784: gcc -o conftest -g -O2   conftest.m  -lobjc >&5
435conftest.m: In function 'main':
436conftest.m:32: warning: 'Object' may not respond to '+alloc'
437conftest.m:32: warning: (Messages without a matching method signature
438conftest.m:32: warning: will be assumed to return 'id' and accept
439conftest.m:32: warning: '...' as arguments.)
440conftest.m:33: warning: 'Object' may not respond to '-name'
441configure:6784: $? = 0
442configure:6842: result: no
443configure:6855: checking for Apple Objective-C runtime
444configure:6884: gcc -o conftest -g -O2   conftest.m  -lobjc >&5
445conftest.m: In function 'main':
446conftest.m:32: warning: initialization makes pointer from integer without a cast
447conftest.m:33: warning: no '-alloc' method found
448conftest.m:33: warning: (Messages without a matching method signature
449conftest.m:33: warning: will be assumed to return 'id' and accept
450conftest.m:33: warning: '...' as arguments.)
451conftest.m:34: warning: no '-name' method found
452configure:6884: $? = 0
453configure:6899: result: yes
454configure:6906: checking for GNU Objective C runtime
455configure:6935: gcc -o conftest -g -O2   conftest.m  -lobjc >&5
456conftest.m: In function 'main':
457conftest.m:32: warning: initialization makes pointer from integer without a cast
458conftest.m:33: warning: no '-alloc' method found
459conftest.m:33: warning: (Messages without a matching method signature
460conftest.m:33: warning: will be assumed to return 'id' and accept
461conftest.m:33: warning: '...' as arguments.)
462conftest.m:34: warning: no '-name' method found
463Undefined symbols:
464  "_objc_lookup_class", referenced from:
465      _main in ccNXzrMr.o
466ld: symbol(s) not found
467collect2: ld returned 1 exit status
468configure:6935: $? = 1
469configure: failed program was:
470| /* confdefs.h */
471| #define PACKAGE_NAME "MacPorts"
472| #define PACKAGE_TARNAME "macports"
473| #define PACKAGE_VERSION "1.9.2"
474| #define PACKAGE_STRING "MacPorts 1.9.2"
475| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
476| #define PACKAGE_URL ""
477| #define UNUSED __attribute__((unused))
478| #define MP_PRIVATE __attribute__((visibility("hidden")))
479| #define HAVE_PTHREAD 1
480| #define STDC_HEADERS 1
481| #define HAVE_SYS_TYPES_H 1
482| #define HAVE_SYS_STAT_H 1
483| #define HAVE_STDLIB_H 1
484| #define HAVE_STRING_H 1
485| #define HAVE_MEMORY_H 1
486| #define HAVE_STRINGS_H 1
487| #define HAVE_INTTYPES_H 1
488| #define HAVE_STDINT_H 1
489| #define HAVE_UNISTD_H 1
490| #define HAVE_OBJC_OBJC_H 1
491| /* end confdefs.h.  */
492|
493|
494|                                                       #include <objc/objc.h>
495|                                                       #include <objc/objc-api.h>
496|
497| int
498| main ()
499| {
500|
501|                                                       id class = objc_lookup_class("Object");
502|                                                       id obj = [class alloc];
503|                                                       puts([obj name]);
504|
505|   ;
506|   return 0;
507| }
508|
509configure:6950: result: no
510configure:6962: Using Apple Objective-C runtime
511configure:7042: checking for Apple Foundation library
512configure:7078: gcc -o conftest -g -O2   conftest.m -framework Foundation  >&5
513conftest.m: In function 'main':
514conftest.m:33: warning: 'NSString' may not respond to '+length'
515conftest.m:33: warning: (Messages without a matching method signature
516conftest.m:33: warning: will be assumed to return 'id' and accept
517conftest.m:33: warning: '...' as arguments.)
518configure:7078: $? = 0
519configure:7096: result: yes
520configure:7108: WARNING: GNUSTEP_SYSTEM_ROOT is not defined in your environment, preventing the use of GNUstep's Foundation library
521configure:7195: Using Apple Foundation library
522configure:7231: checking for CoreFoundation framework
523configure:7259: gcc -o conftest -g -O2   conftest.c -framework CoreFoundation  >&5
524configure:7259: $? = 0
525configure:7277: result: yes
526configure:7291: checking for SystemConfiguration framework
527configure:7319: gcc -o conftest -g -O2   conftest.c -framework SystemConfiguration  >&5
528configure:7319: $? = 0
529configure:7337: result: yes
530configure:7351: checking for IOKit framework
531configure:7379: gcc -o conftest -g -O2   conftest.c -framework IOKit  >&5
532configure:7379: $? = 0
533configure:7397: result: yes
534configure:7411: checking for CFNotificationCenterGetDarwinNotifyCenter
535configure:7438: gcc -o conftest -g -O2   conftest.c -framework CoreFoundation  >&5
536configure:7438: $? = 0
537configure:7456: result: yes
538configure:7473: checking for whether we will build daemondo
539configure:7490: result: yes
540configure:7515: checking for ports tree
541configure:7537: WARNING: No ports tree found
542configure:7544: checking for MacPorts config directory
543configure:7549: result: ${sysconfdir}/macports
544configure:7614: checking for install user
545configure:7620: result: root
546configure:7634: checking for install group
547configure:7654: result: admin
548configure:7668: checking for macports user
549configure:7676: result: root
550configure:7690: checking what permissions to use for installation directories
551configure:7696: result: 0755
552configure:7736: checking for Applications installation directory
553configure:7747: result: /Applications/MacPorts
554configure:7766: checking for Frameworks installation directory
555configure:7773: result: /opt/local/Library/Frameworks
556configure:7799: checking for Universal CPU architectures
557configure:7801: result: x86_64 i386
558configure:7812: checking how to run the C preprocessor
559configure:7843: gcc -E  conftest.c
560configure:7843: $? = 0
561configure:7857: gcc -E  conftest.c
562conftest.c:29:28: error: ac_nonexistent.h: No such file or directory
563configure:7857: $? = 1
564configure: failed program was:
565| /* confdefs.h */
566| #define PACKAGE_NAME "MacPorts"
567| #define PACKAGE_TARNAME "macports"
568| #define PACKAGE_VERSION "1.9.2"
569| #define PACKAGE_STRING "MacPorts 1.9.2"
570| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
571| #define PACKAGE_URL ""
572| #define UNUSED __attribute__((unused))
573| #define MP_PRIVATE __attribute__((visibility("hidden")))
574| #define HAVE_PTHREAD 1
575| #define STDC_HEADERS 1
576| #define HAVE_SYS_TYPES_H 1
577| #define HAVE_SYS_STAT_H 1
578| #define HAVE_STDLIB_H 1
579| #define HAVE_STRING_H 1
580| #define HAVE_MEMORY_H 1
581| #define HAVE_STRINGS_H 1
582| #define HAVE_INTTYPES_H 1
583| #define HAVE_STDINT_H 1
584| #define HAVE_UNISTD_H 1
585| #define HAVE_OBJC_OBJC_H 1
586| #define APPLE_RUNTIME 1
587| #define APPLE_FOUNDATION 1
588| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
589| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
590| #define HAVE_FRAMEWORK_IOKIT /**/
591| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
592| /* end confdefs.h.  */
593| #include <ac_nonexistent.h>
594configure:7882: result: gcc -E
595configure:7902: gcc -E  conftest.c
596configure:7902: $? = 0
597configure:7916: gcc -E  conftest.c
598conftest.c:29:28: error: ac_nonexistent.h: No such file or directory
599configure:7916: $? = 1
600configure: failed program was:
601| /* confdefs.h */
602| #define PACKAGE_NAME "MacPorts"
603| #define PACKAGE_TARNAME "macports"
604| #define PACKAGE_VERSION "1.9.2"
605| #define PACKAGE_STRING "MacPorts 1.9.2"
606| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
607| #define PACKAGE_URL ""
608| #define UNUSED __attribute__((unused))
609| #define MP_PRIVATE __attribute__((visibility("hidden")))
610| #define HAVE_PTHREAD 1
611| #define STDC_HEADERS 1
612| #define HAVE_SYS_TYPES_H 1
613| #define HAVE_SYS_STAT_H 1
614| #define HAVE_STDLIB_H 1
615| #define HAVE_STRING_H 1
616| #define HAVE_MEMORY_H 1
617| #define HAVE_STRINGS_H 1
618| #define HAVE_INTTYPES_H 1
619| #define HAVE_STDINT_H 1
620| #define HAVE_UNISTD_H 1
621| #define HAVE_OBJC_OBJC_H 1
622| #define APPLE_RUNTIME 1
623| #define APPLE_FOUNDATION 1
624| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
625| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
626| #define HAVE_FRAMEWORK_IOKIT /**/
627| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
628| /* end confdefs.h.  */
629| #include <ac_nonexistent.h>
630configure:7945: checking for ANSI C header files
631configure:8049: result: yes
632configure:8060: checking for dirent.h that defines DIR
633configure:8079: gcc -c -g -O2  conftest.c >&5
634configure:8079: $? = 0
635configure:8087: result: yes
636configure:8100: checking for library containing opendir
637configure:8131: gcc -o conftest -g -O2   conftest.c  >&5
638configure:8131: $? = 0
639configure:8148: result: none required
640configure:8215: checking for sys/wait.h that is POSIX.1 compatible
641configure:8241: gcc -c -g -O2  conftest.c >&5
642configure:8241: $? = 0
643configure:8248: result: yes
644configure:8260: checking limits.h usability
645configure:8260: gcc -c -g -O2  conftest.c >&5
646configure:8260: $? = 0
647configure:8260: result: yes
648configure:8260: checking limits.h presence
649configure:8260: gcc -E  conftest.c
650configure:8260: $? = 0
651configure:8260: result: yes
652configure:8260: checking for limits.h
653configure:8260: result: yes
654configure:8260: checking paths.h usability
655configure:8260: gcc -c -g -O2  conftest.c >&5
656configure:8260: $? = 0
657configure:8260: result: yes
658configure:8260: checking paths.h presence
659configure:8260: gcc -E  conftest.c
660configure:8260: $? = 0
661configure:8260: result: yes
662configure:8260: checking for paths.h
663configure:8260: result: yes
664configure:8260: checking sys/file.h usability
665configure:8260: gcc -c -g -O2  conftest.c >&5
666configure:8260: $? = 0
667configure:8260: result: yes
668configure:8260: checking sys/file.h presence
669configure:8260: gcc -E  conftest.c
670configure:8260: $? = 0
671configure:8260: result: yes
672configure:8260: checking for sys/file.h
673configure:8260: result: yes
674configure:8260: checking crt_externs.h usability
675configure:8260: gcc -c -g -O2  conftest.c >&5
676configure:8260: $? = 0
677configure:8260: result: yes
678configure:8260: checking crt_externs.h presence
679configure:8260: gcc -E  conftest.c
680configure:8260: $? = 0
681configure:8260: result: yes
682configure:8260: checking for crt_externs.h
683configure:8260: result: yes
684configure:8260: checking fcntl.h usability
685configure:8260: gcc -c -g -O2  conftest.c >&5
686configure:8260: $? = 0
687configure:8260: result: yes
688configure:8260: checking fcntl.h presence
689configure:8260: gcc -E  conftest.c
690configure:8260: $? = 0
691configure:8260: result: yes
692configure:8260: checking for fcntl.h
693configure:8260: result: yes
694configure:8260: checking sys/fcntl.h usability
695configure:8260: gcc -c -g -O2  conftest.c >&5
696configure:8260: $? = 0
697configure:8260: result: yes
698configure:8260: checking sys/fcntl.h presence
699configure:8260: gcc -E  conftest.c
700configure:8260: $? = 0
701configure:8260: result: yes
702configure:8260: checking for sys/fcntl.h
703configure:8260: result: yes
704configure:8260: checking sys/cdefs.h usability
705configure:8260: gcc -c -g -O2  conftest.c >&5
706configure:8260: $? = 0
707configure:8260: result: yes
708configure:8260: checking sys/cdefs.h presence
709configure:8260: gcc -E  conftest.c
710configure:8260: $? = 0
711configure:8260: result: yes
712configure:8260: checking for sys/cdefs.h
713configure:8260: result: yes
714configure:8260: checking err.h usability
715configure:8260: gcc -c -g -O2  conftest.c >&5
716configure:8260: $? = 0
717configure:8260: result: yes
718configure:8260: checking err.h presence
719configure:8260: gcc -E  conftest.c
720configure:8260: $? = 0
721configure:8260: result: yes
722configure:8260: checking for err.h
723configure:8260: result: yes
724configure:8260: checking sys/socket.h usability
725configure:8260: gcc -c -g -O2  conftest.c >&5
726configure:8260: $? = 0
727configure:8260: result: yes
728configure:8260: checking sys/socket.h presence
729configure:8260: gcc -E  conftest.c
730configure:8260: $? = 0
731configure:8260: result: yes
732configure:8260: checking for sys/socket.h
733configure:8260: result: yes
734configure:8260: checking sys/sysctl.h usability
735configure:8260: gcc -c -g -O2  conftest.c >&5
736configure:8260: $? = 0
737configure:8260: result: yes
738configure:8260: checking sys/sysctl.h presence
739configure:8260: gcc -E  conftest.c
740configure:8260: $? = 0
741configure:8260: result: yes
742configure:8260: checking for sys/sysctl.h
743configure:8260: result: yes
744configure:8260: checking readline/readline.h usability
745configure:8260: gcc -c -g -O2  conftest.c >&5
746configure:8260: $? = 0
747configure:8260: result: yes
748configure:8260: checking readline/readline.h presence
749configure:8260: gcc -E  conftest.c
750configure:8260: $? = 0
751configure:8260: result: yes
752configure:8260: checking for readline/readline.h
753configure:8260: result: yes
754configure:8260: checking readline/history.h usability
755configure:8260: gcc -c -g -O2  conftest.c >&5
756configure:8260: $? = 0
757configure:8260: result: yes
758configure:8260: checking readline/history.h presence
759configure:8260: gcc -E  conftest.c
760configure:8260: $? = 0
761configure:8260: result: yes
762configure:8260: checking for readline/history.h
763configure:8260: result: yes
764configure:8260: checking pwd.h usability
765configure:8260: gcc -c -g -O2  conftest.c >&5
766configure:8260: $? = 0
767configure:8260: result: yes
768configure:8260: checking pwd.h presence
769configure:8260: gcc -E  conftest.c
770configure:8260: $? = 0
771configure:8260: result: yes
772configure:8260: checking for pwd.h
773configure:8260: result: yes
774configure:8260: checking sys/paths.h usability
775configure:8260: gcc -c -g -O2  conftest.c >&5
776configure:8260: $? = 0
777configure:8260: result: yes
778configure:8260: checking sys/paths.h presence
779configure:8260: gcc -E  conftest.c
780configure:8260: $? = 0
781configure:8260: result: yes
782configure:8260: checking for sys/paths.h
783configure:8260: result: yes
784configure:8260: checking utime.h usability
785configure:8260: gcc -c -g -O2  conftest.c >&5
786configure:8260: $? = 0
787configure:8260: result: yes
788configure:8260: checking utime.h presence
789configure:8260: gcc -E  conftest.c
790configure:8260: $? = 0
791configure:8260: result: yes
792configure:8260: checking for utime.h
793configure:8260: result: yes
794configure:8277: checking for bzero
795configure:8277: gcc -o conftest -g -O2   conftest.c  >&5
796conftest.c:70: warning: conflicting types for built-in function 'bzero'
797configure:8277: $? = 0
798configure:8277: result: yes
799configure:8277: checking for memset
800configure:8277: gcc -o conftest -g -O2   conftest.c  >&5
801conftest.c:71: warning: conflicting types for built-in function 'memset'
802configure:8277: $? = 0
803configure:8277: result: yes
804configure:8277: checking for fgetln
805configure:8277: gcc -o conftest -g -O2   conftest.c  >&5
806configure:8277: $? = 0
807configure:8277: result: yes
808configure:8277: checking for lockf
809configure:8277: gcc -o conftest -g -O2   conftest.c  >&5
810configure:8277: $? = 0
811configure:8277: result: yes
812configure:8277: checking for flock
813configure:8277: gcc -o conftest -g -O2   conftest.c  >&5
814configure:8277: $? = 0
815configure:8277: result: yes
816configure:8277: checking for setmode
817configure:8277: gcc -o conftest -g -O2   conftest.c  >&5
818configure:8277: $? = 0
819configure:8277: result: yes
820configure:8277: checking for strcasecmp
821configure:8277: gcc -o conftest -g -O2   conftest.c  >&5
822conftest.c:76: warning: conflicting types for built-in function 'strcasecmp'
823configure:8277: $? = 0
824configure:8277: result: yes
825configure:8277: checking for strncasecmp
826configure:8277: gcc -o conftest -g -O2   conftest.c  >&5
827conftest.c:77: warning: conflicting types for built-in function 'strncasecmp'
828configure:8277: $? = 0
829configure:8277: result: yes
830configure:8277: checking for strlcpy
831configure:8277: gcc -o conftest -g -O2   conftest.c  >&5
832configure:8277: $? = 0
833configure:8277: result: yes
834configure:8277: checking for copyfile
835configure:8277: gcc -o conftest -g -O2   conftest.c  >&5
836configure:8277: $? = 0
837configure:8277: result: yes
838configure:8277: checking for clearenv
839configure:8277: gcc -o conftest -g -O2   conftest.c  >&5
840Undefined symbols:
841  "_clearenv", referenced from:
842      _main in ccMa0hu8.o
843ld: symbol(s) not found
844collect2: ld returned 1 exit status
845configure:8277: $? = 1
846configure: failed program was:
847| /* confdefs.h */
848| #define PACKAGE_NAME "MacPorts"
849| #define PACKAGE_TARNAME "macports"
850| #define PACKAGE_VERSION "1.9.2"
851| #define PACKAGE_STRING "MacPorts 1.9.2"
852| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
853| #define PACKAGE_URL ""
854| #define UNUSED __attribute__((unused))
855| #define MP_PRIVATE __attribute__((visibility("hidden")))
856| #define HAVE_PTHREAD 1
857| #define STDC_HEADERS 1
858| #define HAVE_SYS_TYPES_H 1
859| #define HAVE_SYS_STAT_H 1
860| #define HAVE_STDLIB_H 1
861| #define HAVE_STRING_H 1
862| #define HAVE_MEMORY_H 1
863| #define HAVE_STRINGS_H 1
864| #define HAVE_INTTYPES_H 1
865| #define HAVE_STDINT_H 1
866| #define HAVE_UNISTD_H 1
867| #define HAVE_OBJC_OBJC_H 1
868| #define APPLE_RUNTIME 1
869| #define APPLE_FOUNDATION 1
870| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
871| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
872| #define HAVE_FRAMEWORK_IOKIT /**/
873| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
874| #define STDC_HEADERS 1
875| #define HAVE_DIRENT_H 1
876| #define HAVE_SYS_WAIT_H 1
877| #define HAVE_LIMITS_H 1
878| #define HAVE_PATHS_H 1
879| #define HAVE_SYS_FILE_H 1
880| #define HAVE_CRT_EXTERNS_H 1
881| #define HAVE_FCNTL_H 1
882| #define HAVE_SYS_FCNTL_H 1
883| #define HAVE_SYS_CDEFS_H 1
884| #define HAVE_ERR_H 1
885| #define HAVE_SYS_SOCKET_H 1
886| #define HAVE_SYS_SYSCTL_H 1
887| #define HAVE_READLINE_READLINE_H 1
888| #define HAVE_READLINE_HISTORY_H 1
889| #define HAVE_PWD_H 1
890| #define HAVE_SYS_PATHS_H 1
891| #define HAVE_UTIME_H 1
892| #define HAVE_BZERO 1
893| #define HAVE_MEMSET 1
894| #define HAVE_FGETLN 1
895| #define HAVE_LOCKF 1
896| #define HAVE_FLOCK 1
897| #define HAVE_SETMODE 1
898| #define HAVE_STRCASECMP 1
899| #define HAVE_STRNCASECMP 1
900| #define HAVE_STRLCPY 1
901| #define HAVE_COPYFILE 1
902| /* end confdefs.h.  */
903| /* Define clearenv to an innocuous variant, in case <limits.h> declares clearenv.
904|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
905| #define clearenv innocuous_clearenv
906|
907| /* System header to define __stub macros and hopefully few prototypes,
908|     which can conflict with char clearenv (); below.
909|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
910|     <limits.h> exists even on freestanding compilers.  */
911|
912| #ifdef __STDC__
913| # include <limits.h>
914| #else
915| # include <assert.h>
916| #endif
917|
918| #undef clearenv
919|
920| /* Override any GCC internal prototype to avoid an error.
921|    Use char because int might match the return type of a GCC
922|    builtin and then its argument prototype would still apply.  */
923| #ifdef __cplusplus
924| extern "C"
925| #endif
926| char clearenv ();
927| /* The GNU C library defines this for functions which it implements
928|     to always fail with ENOSYS.  Some functions are actually named
929|     something starting with __ and the normal name is an alias.  */
930| #if defined __stub_clearenv || defined __stub___clearenv
931| choke me
932| #endif
933|
934| int
935| main ()
936| {
937| return clearenv ();
938|   ;
939|   return 0;
940| }
941configure:8277: result: no
942configure:8277: checking for sysctlbyname
943configure:8277: gcc -o conftest -g -O2   conftest.c  >&5
944configure:8277: $? = 0
945configure:8277: result: yes
946configure:8287: checking if readlink conforms to POSIX 1003.1a
947configure:8311: gcc -c -g -O2  conftest.c >&5
948configure:8311: $? = 0
949configure:8326: result: yes
950configure:8339: checking CommonCrypto/CommonDigest.h usability
951configure:8339: gcc -c -g -O2  conftest.c >&5
952configure:8339: $? = 0
953configure:8339: result: yes
954configure:8339: checking CommonCrypto/CommonDigest.h presence
955configure:8339: gcc -E  conftest.c
956configure:8339: $? = 0
957configure:8339: result: yes
958configure:8339: checking for CommonCrypto/CommonDigest.h
959configure:8339: result: yes
960configure:8604: checking for Tcl configuration
961configure:8676: result: found /usr/lib/tclConfig.sh
962configure:8682: checking for existence of /usr/lib/tclConfig.sh
963configure:8686: result: loading
964configure:8737: checking for Tcl public headers
965configure:8786: result: /usr/include
966configure:8853: checking for tclsh
967configure:8871: found /usr/bin/tclsh
968configure:8883: result: /usr/bin/tclsh
969configure:8904: checking for Tcl package directory
970configure:8967: result: /Library/Tcl
971configure:8982: checking whether tclsh was compiled with threads
972configure:8986: result: yes
973configure:9007: checking for curl-config
974configure:9025: found /usr/bin/curl-config
975configure:9037: result: /usr/bin/curl-config
976configure:9120: checking for pkg-config
977configure:9153: result: no
978configure:9160: checking sqlite3.h usability
979configure:9160: gcc -c -g -O2  conftest.c >&5
980configure:9160: $? = 0
981configure:9160: result: yes
982configure:9160: checking sqlite3.h presence
983configure:9160: gcc -E  conftest.c
984configure:9160: $? = 0
985configure:9160: result: yes
986configure:9160: checking for sqlite3.h
987configure:9160: result: yes
988configure:9189: checking sqlite3ext.h usability
989configure:9189: gcc -c -g -O2   conftest.c >&5
990configure:9189: $? = 0
991configure:9189: result: yes
992configure:9189: checking sqlite3ext.h presence
993configure:9189: gcc -E   conftest.c
994configure:9189: $? = 0
995configure:9189: result: yes
996configure:9189: checking for sqlite3ext.h
997configure:9189: result: yes
998configure:9226: checking for Tcl sqlite3 location
999configure:9235: result: /usr/lib/sqlite3
1000configure:9258: checking for Tcl Thread package
1001configure:9262: result: yes
1002configure:9297: checking how to build libraries
1003configure:9315: result: shared
1004configure:9358: checking that any existing MacPorts install can be upgraded
1005configure:9365: result: yes
1006configure:9508: creating ./config.status
1007
1008## ---------------------- ##
1009## Running config.status. ##
1010## ---------------------- ##
1011
1012This file was extended by MacPorts config.status 1.9.2, which was
1013generated by GNU Autoconf 2.68.  Invocation command line was
1014
1015  CONFIG_FILES    =
1016  CONFIG_HEADERS  =
1017  CONFIG_LINKS    =
1018  CONFIG_COMMANDS =
1019  $ ./config.status
1020
1021on Grant-Olney-Passmores-Mac-Pro.local
1022
1023config.status:1010: creating src/programs/daemondo/Makefile
1024config.status:1010: creating Doxyfile
1025config.status:1010: creating Makefile
1026config.status:1010: creating Mk/macports.autoconf.mk
1027config.status:1010: creating doc/prefix.mtree
1028config.status:1010: creating doc/macosx.mtree
1029config.status:1010: creating doc/macports.conf
1030config.status:1010: creating portmgr/freebsd/Makefile
1031config.status:1010: creating src/Makefile
1032config.status:1010: creating src/macports1.0/macports_autoconf.tcl
1033config.status:1010: creating src/port1.0/port_autoconf.tcl
1034config.status:1010: creating src/registry2.0/registry_autoconf.tcl
1035config.status:1010: creating src/programs/Makefile
1036config.status:1010: creating src/macports1.0/macports_fastload.tcl
1037config.status:1010: creating setupenv.bash
1038config.status:1010: creating src/pkg_mkindex.sh
1039config.status:1010: creating src/config.h
1040
1041## ---------------- ##
1042## Cache variables. ##
1043## ---------------- ##
1044
1045ac_cv_build=x86_64-apple-darwin10.4.2
1046ac_cv_c_compiler_gnu=yes
1047ac_cv_c_tclconfig=/usr/lib
1048ac_cv_c_tclh=/usr/include
1049ac_cv_c_tclpkgd=/Library/Tcl
1050ac_cv_env_BSDMAKE_set=
1051ac_cv_env_BSDMAKE_value=
1052ac_cv_env_BZIP2_set=
1053ac_cv_env_BZIP2_value=
1054ac_cv_env_CC_set=
1055ac_cv_env_CC_value=
1056ac_cv_env_CFLAGS_set=
1057ac_cv_env_CFLAGS_value=
1058ac_cv_env_CPPFLAGS_set=
1059ac_cv_env_CPPFLAGS_value=
1060ac_cv_env_CPP_set=
1061ac_cv_env_CPP_value=
1062ac_cv_env_CVS_set=
1063ac_cv_env_CVS_value=
1064ac_cv_env_GNUMAKE_set=
1065ac_cv_env_GNUMAKE_value=
1066ac_cv_env_GNUTAR_set=
1067ac_cv_env_GNUTAR_value=
1068ac_cv_env_LDFLAGS_set=
1069ac_cv_env_LDFLAGS_value=
1070ac_cv_env_LIBS_set=
1071ac_cv_env_LIBS_value=
1072ac_cv_env_MAKE_set=
1073ac_cv_env_MAKE_value=
1074ac_cv_env_MTREE_set=
1075ac_cv_env_MTREE_value=
1076ac_cv_env_OBJCFLAGS_set=
1077ac_cv_env_OBJCFLAGS_value=
1078ac_cv_env_OBJCPP_set=
1079ac_cv_env_OBJCPP_value=
1080ac_cv_env_OBJC_set=
1081ac_cv_env_OBJC_value=
1082ac_cv_env_OPEN_set=
1083ac_cv_env_OPEN_value=
1084ac_cv_env_RSYNC_set=
1085ac_cv_env_RSYNC_value=
1086ac_cv_env_SED_set=
1087ac_cv_env_SED_value=
1088ac_cv_env_SVN_set=
1089ac_cv_env_SVN_value=
1090ac_cv_env_TAR_set=
1091ac_cv_env_TAR_value=
1092ac_cv_env_XAR_set=
1093ac_cv_env_XAR_value=
1094ac_cv_env_build_alias_set=
1095ac_cv_env_build_alias_value=
1096ac_cv_env_host_alias_set=
1097ac_cv_env_host_alias_value=
1098ac_cv_env_target_alias_set=
1099ac_cv_env_target_alias_value=
1100ac_cv_func_bzero=yes
1101ac_cv_func_clearenv=no
1102ac_cv_func_copyfile=yes
1103ac_cv_func_fgetln=yes
1104ac_cv_func_flock=yes
1105ac_cv_func_lockf=yes
1106ac_cv_func_memset=yes
1107ac_cv_func_setmode=yes
1108ac_cv_func_strcasecmp=yes
1109ac_cv_func_strlcpy=yes
1110ac_cv_func_strncasecmp=yes
1111ac_cv_func_sysctlbyname=yes
1112ac_cv_header_CommonCrypto_CommonDigest_h=yes
1113ac_cv_header_crt_externs_h=yes
1114ac_cv_header_dirent_dirent_h=yes
1115ac_cv_header_err_h=yes
1116ac_cv_header_fcntl_h=yes
1117ac_cv_header_inttypes_h=yes
1118ac_cv_header_limits_h=yes
1119ac_cv_header_memory_h=yes
1120ac_cv_header_objc_objc_h=yes
1121ac_cv_header_paths_h=yes
1122ac_cv_header_pwd_h=yes
1123ac_cv_header_readline_history_h=yes
1124ac_cv_header_readline_readline_h=yes
1125ac_cv_header_sqlite3_h=yes
1126ac_cv_header_sqlite3ext_h=yes
1127ac_cv_header_stdc=yes
1128ac_cv_header_stdint_h=yes
1129ac_cv_header_stdlib_h=yes
1130ac_cv_header_string_h=yes
1131ac_cv_header_strings_h=yes
1132ac_cv_header_sys_cdefs_h=yes
1133ac_cv_header_sys_fcntl_h=yes
1134ac_cv_header_sys_file_h=yes
1135ac_cv_header_sys_paths_h=yes
1136ac_cv_header_sys_socket_h=yes
1137ac_cv_header_sys_stat_h=yes
1138ac_cv_header_sys_sysctl_h=yes
1139ac_cv_header_sys_types_h=yes
1140ac_cv_header_sys_wait_h=yes
1141ac_cv_header_unistd_h=yes
1142ac_cv_header_utime_h=yes
1143ac_cv_host=x86_64-apple-darwin10.4.2
1144ac_cv_objc_compiler_gnu=yes
1145ac_cv_objc_foundation_apple=yes
1146ac_cv_objext=o
1147ac_cv_path_BSDMAKE=/usr/bin/bsdmake
1148ac_cv_path_BZIP2=/usr/bin/bzip2
1149ac_cv_path_CHOWN=/usr/sbin/chown
1150ac_cv_path_CP=/bin/cp
1151ac_cv_path_CPIO=/usr/bin/cpio
1152ac_cv_path_CURL_CONFIG=/usr/bin/curl-config
1153ac_cv_path_CVS=/usr/bin/cvs
1154ac_cv_path_DEFAULTS=/usr/bin/defaults
1155ac_cv_path_DIFF=/usr/bin/diff
1156ac_cv_path_DSCL=/usr/bin/dscl
1157ac_cv_path_EGREP='/usr/bin/grep -E'
1158ac_cv_path_FILE=/usr/bin/file
1159ac_cv_path_GNUMAKE=/usr/bin/gnumake
1160ac_cv_path_GNUTAR=/usr/bin/gnutar
1161ac_cv_path_GREP=/usr/bin/grep
1162ac_cv_path_GZIP=/usr/bin/gzip
1163ac_cv_path_HDIUTIL=/usr/bin/hdiutil
1164ac_cv_path_LAUNCHCTL=/bin/launchctl
1165ac_cv_path_LIPO=/usr/bin/lipo
1166ac_cv_path_LSBOM=/usr/bin/lsbom
1167ac_cv_path_MAKE=/usr/bin/make
1168ac_cv_path_MKBOM=/usr/bin/mkbom
1169ac_cv_path_MTREE=/usr/sbin/mtree
1170ac_cv_path_OPEN=/usr/bin/open
1171ac_cv_path_PATCH=/usr/bin/patch
1172ac_cv_path_PAX=/bin/pax
1173ac_cv_path_RMDIR=/bin/rmdir
1174ac_cv_path_RSYNC=/usr/bin/rsync
1175ac_cv_path_SED=/usr/bin/sed
1176ac_cv_path_SVN=/usr/bin/svn
1177ac_cv_path_SW_VERS=/usr/bin/sw_vers
1178ac_cv_path_TAR=/usr/bin/tar
1179ac_cv_path_TCLSH=/usr/bin/tclsh
1180ac_cv_path_UNZIP=/usr/bin/unzip
1181ac_cv_path_XAR=/usr/bin/xar
1182ac_cv_path_XCODEBUILD=/usr/bin/xcodebuild
1183ac_cv_path_XCODE_SELECT=/usr/bin/xcode-select
1184ac_cv_path_ZIP=/usr/bin/zip
1185ac_cv_path_install='/usr/bin/install -c'
1186ac_cv_prog_CPP='gcc -E'
1187ac_cv_prog_HAVE_LAUNCHD=yes
1188ac_cv_prog_OBJCPP='gcc -E'
1189ac_cv_prog_ac_ct_CC=gcc
1190ac_cv_prog_ac_ct_OBJC=gcc
1191ac_cv_prog_cc_c89=
1192ac_cv_prog_cc_g=yes
1193ac_cv_prog_make_make_set=yes
1194ac_cv_prog_objc_g=yes
1195ac_cv_search_opendir='none required'
1196ac_cv_target=x86_64-apple-darwin10.4.2
1197mp_cv_attribute_mp_private='__attribute__((visibility("hidden")))'
1198mp_cv_have_framework_corefoundation=yes
1199mp_cv_have_framework_iokit=yes
1200mp_cv_have_framework_systemconfiguration=yes
1201mp_cv_have_function_cfnotificationcentergetdarwinnotifycenter=yes
1202mp_cv_objc_req_pthread=no
1203mp_cv_objc_runtime_apple=yes
1204mp_cv_objc_runtime_gnu=no
1205mp_cv_readlink_is_posix_1003_1a=yes
1206mp_cv_sqlite3_dir=/usr/lib/sqlite3
1207
1208## ----------------- ##
1209## Output variables. ##
1210## ----------------- ##
1211
1212BSDMAKE='/usr/bin/bsdmake'
1213BZIP2='/usr/bin/bzip2'
1214BZR=''
1215CC='gcc'
1216CFLAGS='-g -O2'
1217CFLAGS_LIBCURL=''
1218CFLAGS_QUICHEEATERS='-W -Wall -pedantic'
1219CFLAGS_SQLITE3=''
1220CFLAGS_WERROR=''
1221CHOWN='/usr/sbin/chown'
1222CP='/bin/cp'
1223CPIO='/usr/bin/cpio'
1224CPP='gcc -E'
1225CPPFLAGS=''
1226CURL_CONFIG='/usr/bin/curl-config'
1227CVS='/usr/bin/cvs'
1228DEFAULTS='/usr/bin/defaults'
1229DEFS='-DHAVE_CONFIG_H'
1230DEVELOPER_DIR='/Developer'
1231DIFF='/usr/bin/diff'
1232DSCL='/usr/bin/dscl'
1233DSTGRP='admin'
1234DSTMODE='0755'
1235DSTUSR='root'
1236ECHO_C='\c'
1237ECHO_N=''
1238ECHO_T=''
1239EGREP='/usr/bin/grep -E'
1240EXEEXT=''
1241EXTRA_PROGS=' daemondo'
1242FILE='/usr/bin/file'
1243GIT=''
1244GNUMAKE='/usr/bin/gnumake'
1245GNUPATCH='/usr/bin/patch'
1246GNUTAR='/usr/bin/gnutar'
1247GREP='/usr/bin/grep'
1248GZIP='/usr/bin/gzip'
1249HAVE_FRAMEWORK_COREFOUNDATION=''
1250HAVE_FRAMEWORK_IOKIT=''
1251HAVE_FRAMEWORK_SYSTEMCONFIGURATION=''
1252HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER=''
1253HAVE_LAUNCHD='yes'
1254HDIUTIL='/usr/bin/hdiutil'
1255HG=''
1256INCLUDES='-I.. -I. '
1257INSTALL_DATA='${INSTALL} -m 644'
1258INSTALL_PROGRAM='${INSTALL}'
1259INSTALL_SCRIPT='${INSTALL}'
1260LAUNCHCTL='/bin/launchctl'
1261LDFLAGS=''
1262LDFLAGS_LIBCURL='-lcurl'
1263LDFLAGS_SQLITE3='-lsqlite3'
1264LIBOBJS=''
1265LIBS=''
1266LIPO='/usr/bin/lipo'
1267LN_S='ln -s'
1268LSBOM='/usr/bin/lsbom'
1269LTLIBOBJS=''
1270MACPORTS_VERSION='1.9.2'
1271MAKE='/usr/bin/make'
1272MD5_LIBS=''
1273MKBOM='/usr/bin/mkbom'
1274MPAPPLICATIONSDIR='/Applications/MacPorts'
1275MPCONFIGDIR='${sysconfdir}/macports'
1276MPCONFIGDIR_EXPANDED='/opt/local/etc/macports'
1277MPFRAMEWORKSDIR='/opt/local/Library/Frameworks'
1278MTREE='/usr/sbin/mtree'
1279OBJC='gcc'
1280OBJCFLAGS='-g -O2'
1281OBJCPP='gcc -E'
1282OBJC_FOUNDATION='Apple'
1283OBJC_FOUNDATION_CPPFLAGS=''
1284OBJC_FOUNDATION_LDFLAGS=''
1285OBJC_FOUNDATION_LIBS='-framework Foundation'
1286OBJC_LIBS='-lobjc'
1287OBJC_PTHREAD_CFLAGS='-D_THREAD_SAFE '
1288OBJC_PTHREAD_LIBS=''
1289OBJC_RUNTIME='APPLE_RUNTIME'
1290OBJC_RUNTIME_FLAGS='-fnext-runtime'
1291OBJEXT='o'
1292OPEN='/usr/bin/open'
1293OUR_INCLUDED_PACKAGES=''
1294PACKAGE_BUGREPORT='macports-dev@lists.macosforge.org'
1295PACKAGE_NAME='MacPorts'
1296PACKAGE_STRING='MacPorts 1.9.2'
1297PACKAGE_TARNAME='macports'
1298PACKAGE_URL=''
1299PACKAGE_VERSION='1.9.2'
1300PATCH='/usr/bin/patch'
1301PATHCONF=''
1302PATH_CLEANED='/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin'
1303PATH_SEPARATOR=':'
1304PAX='/bin/pax'
1305PKG_CONFIG=''
1306PORTSDIR=''
1307PTHREAD_CFLAGS='-D_THREAD_SAFE '
1308PTHREAD_LIBS=''
1309READLINE_LIBS=''
1310READLINK_IS_NOT_P1003_1A=''
1311RMDIR='/bin/rmdir'
1312RSYNC='/usr/bin/rsync'
1313RUNUSR='root'
1314SED='/usr/bin/sed'
1315SED_EXT='-E'
1316SET_MAKE=''
1317SHELL='/bin/sh'
1318SHLIB_CFLAGS='-fno-common'
1319SHLIB_LD='${CC} -dynamiclib ${CFLAGS} ${LDFLAGS} -Wl,-single_module'
1320SHLIB_LDFLAGS=''
1321SHLIB_SUFFIX='.dylib'
1322SQLITE3_TCL_DIR='/usr/lib/sqlite3'
1323STLIB_LD='${AR} cr'
1324SVN='/usr/bin/svn'
1325SW_VERS='/usr/bin/sw_vers'
1326TAR='/usr/bin/tar'
1327TAR_CMD='/usr/bin/gnutar --no-same-owner'
1328TCLSH='/usr/bin/tclsh'
1329TCL_BIN_DIR='/usr/lib'
1330TCL_CC='gcc'
1331TCL_DEFS='-DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.5\" -DPACKAGE_STRING=\"tcl\ 8.5\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_GET_STACKSIZE_NP=1 -DTCL_THREADS=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DMAC_OSX_TCL=1 -DHAVE_COREFOUNDATION=1 -DTCL_SHLIB_EXT=\".dylib\" -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETPWUID_R_5=1 -DHAVE_GETPWUID_R=1 -DHAVE_GETPWNAM_R_5=1 -DHAVE_GETPWNAM_R=1 -DHAVE_GETGRGID_R_5=1 -DHAVE_GETGRGID_R=1 -DHAVE_GETGRNAM_R_5=1 -DHAVE_GETGRNAM_R=1 -DHAVE_MTSAFE_GETHOSTBYNAME=1 -DHAVE_MTSAFE_GETHOSTBYADDR=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_ST_BLKSIZE=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_CHFLAGS=1 -DHAVE_GETATTRLIST=1 -DHAVE_COPYFILE_H=1 -DHAVE_COPYFILE=1 -DHAVE_LIBKERN_OSATOMIC_H=1 -DHAVE_OSSPINLOCKLOCK=1 -DHAVE_PTHREAD_ATFORK=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" -DTCL_LOAD_FROM_MEMORY=1 -DTCL_WIDE_CLICKS=1 -DHAVE_AVAILABILITYMACROS_H=1 -DHAVE_WEAK_IMPORT=1 -D_DARWIN_C_SOURCE=1 -DHAVE_FTS=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -DTCL_UNLOAD_DLLS=1 -DUSE_DTRACE=1 -DTCL_FRAMEWORK=1 '
1332TCL_INCLUDES='-I"/usr/include"'
1333TCL_LIB_FILE='Tcl'
1334TCL_LIB_FLAG='-framework Tcl'
1335TCL_LIB_SPEC='-F/System/Library/Frameworks -framework Tcl'
1336TCL_PACKAGE_DIR='/Library/Tcl'
1337TCL_SRC_DIR='/SourceCache/tcl/tcl-87/tcl/tcl'
1338TCL_STUB_LIB_FILE='libtclstub8.5.a'
1339TCL_STUB_LIB_FLAG='-ltclstub8.5'
1340TCL_STUB_LIB_SPEC='-L/System/Library/Frameworks/Tcl.framework/Versions/8.5 -ltclstub8.5'
1341TCL_VERSION='8.5'
1342UNIVERSAL_ARCHS='x86_64 i386'
1343UNZIP='/usr/bin/unzip'
1344XAR='/usr/bin/xar'
1345XCODEBUILD='/usr/bin/xcodebuild'
1346XCODE_SELECT='/usr/bin/xcode-select'
1347ZIP='/usr/bin/zip'
1348ac_ct_CC='gcc'
1349ac_ct_OBJC='gcc'
1350acx_pthread_config=''
1351bindir='${exec_prefix}/bin'
1352build='x86_64-apple-darwin10.4.2'
1353build_alias=''
1354build_cpu='x86_64'
1355build_os='darwin10.4.2'
1356build_vendor='apple'
1357datadir='${datarootdir}'
1358datarootdir='${prefix}/share'
1359docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1360dvidir='${docdir}'
1361exec_prefix='${prefix}'
1362host='x86_64-apple-darwin10.4.2'
1363host_alias=''
1364host_cpu='x86_64'
1365host_os='darwin10.4.2'
1366host_vendor='apple'
1367htmldir='${docdir}'
1368includedir='${prefix}/include'
1369infodir='${datarootdir}/info'
1370libdir='${exec_prefix}/lib'
1371libexecdir='${exec_prefix}/libexec'
1372localedir='${datarootdir}/locale'
1373localstatedir='${prefix}/var'
1374localstatedir_expanded='/opt/local/var'
1375macports_tcl_dir='/opt/local/share/macports/Tcl'
1376mandir='${datarootdir}/man'
1377oldincludedir='/usr/include'
1378pdfdir='${docdir}'
1379prefix='/opt/local'
1380prefix_expanded='/opt/local'
1381program_transform_name='s,x,x,'
1382psdir='${docdir}'
1383sbindir='${exec_prefix}/sbin'
1384sharedstatedir='${prefix}/com'
1385subdirs=''
1386sysconfdir='${prefix}/etc'
1387target='x86_64-apple-darwin10.4.2'
1388target_alias=''
1389target_cpu='x86_64'
1390target_os='darwin10.4.2'
1391target_vendor='apple'
1392
1393## ----------- ##
1394## confdefs.h. ##
1395## ----------- ##
1396
1397/* confdefs.h */
1398#define PACKAGE_NAME "MacPorts"
1399#define PACKAGE_TARNAME "macports"
1400#define PACKAGE_VERSION "1.9.2"
1401#define PACKAGE_STRING "MacPorts 1.9.2"
1402#define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
1403#define PACKAGE_URL ""
1404#define UNUSED __attribute__((unused))
1405#define MP_PRIVATE __attribute__((visibility("hidden")))
1406#define HAVE_PTHREAD 1
1407#define STDC_HEADERS 1
1408#define HAVE_SYS_TYPES_H 1
1409#define HAVE_SYS_STAT_H 1
1410#define HAVE_STDLIB_H 1
1411#define HAVE_STRING_H 1
1412#define HAVE_MEMORY_H 1
1413#define HAVE_STRINGS_H 1
1414#define HAVE_INTTYPES_H 1
1415#define HAVE_STDINT_H 1
1416#define HAVE_UNISTD_H 1
1417#define HAVE_OBJC_OBJC_H 1
1418#define APPLE_RUNTIME 1
1419#define APPLE_FOUNDATION 1
1420#define HAVE_FRAMEWORK_COREFOUNDATION /**/
1421#define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
1422#define HAVE_FRAMEWORK_IOKIT /**/
1423#define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
1424#define STDC_HEADERS 1
1425#define HAVE_DIRENT_H 1
1426#define HAVE_SYS_WAIT_H 1
1427#define HAVE_LIMITS_H 1
1428#define HAVE_PATHS_H 1
1429#define HAVE_SYS_FILE_H 1
1430#define HAVE_CRT_EXTERNS_H 1
1431#define HAVE_FCNTL_H 1
1432#define HAVE_SYS_FCNTL_H 1
1433#define HAVE_SYS_CDEFS_H 1
1434#define HAVE_ERR_H 1
1435#define HAVE_SYS_SOCKET_H 1
1436#define HAVE_SYS_SYSCTL_H 1
1437#define HAVE_READLINE_READLINE_H 1
1438#define HAVE_READLINE_HISTORY_H 1
1439#define HAVE_PWD_H 1
1440#define HAVE_SYS_PATHS_H 1
1441#define HAVE_UTIME_H 1
1442#define HAVE_BZERO 1
1443#define HAVE_MEMSET 1
1444#define HAVE_FGETLN 1
1445#define HAVE_LOCKF 1
1446#define HAVE_FLOCK 1
1447#define HAVE_SETMODE 1
1448#define HAVE_STRCASECMP 1
1449#define HAVE_STRNCASECMP 1
1450#define HAVE_STRLCPY 1
1451#define HAVE_COPYFILE 1
1452#define HAVE_SYSCTLBYNAME 1
1453#define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
1454#define MIN_USABLE_UID 500
1455#define MIN_USABLE_GID 500
1456#define HAVE_SQLITE3EXT_H 1
1457
1458configure: exit 0