Ticket #40476: config.log

File config.log, 59.5 KB (added by Serge3leo (Serguei E. Leontiev), 11 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.2.99, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --enable-readline
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = leom-3.local
14uname -m = x86_64
15uname -r = 13.0.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 13.0.0: Thu Aug 29 21:26:29 PDT 2013; root:xnu-2422.1.68~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 13.0.0: Thu Aug 29 21:26:29 PDT 2013; root:xnu-2422.1.68~1/RELEASE_X86_64
27Kernel configured for up to 8 processors.
284 processors are physically available.
298 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3 4 5 6 7
32Primary memory available: 8.00 gigabytes
33Default processor set: 248 tasks, 1255 threads, 8 processors
34Load average: 1.21, Mach factor: 6.78
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin
40PATH: /opt/local/sbin
41PATH: /usr/bin
42PATH: /bin
43PATH: /usr/sbin
44PATH: /sbin
45PATH: /usr/local/bin
46
47
48## ----------- ##
49## Core tests. ##
50## ----------- ##
51
52configure:2679: checking build system type
53configure:2693: result: x86_64-apple-darwin13.0.0
54configure:2713: checking host system type
55configure:2726: result: x86_64-apple-darwin13.0.0
56configure:2746: checking target system type
57configure:2759: result: x86_64-apple-darwin13.0.0
58configure:2787: checking MacPorts version
59configure:2790: result: 2.2.99
60configure:2823: checking for sw_vers
61configure:2841: found /usr/bin/sw_vers
62configure:2853: result: /usr/bin/sw_vers
63configure:2863: checking for defaults
64configure:2881: found /usr/bin/defaults
65configure:2893: result: /usr/bin/defaults
66configure:2903: checking for xcode-select
67configure:2921: found /usr/bin/xcode-select
68configure:2933: result: /usr/bin/xcode-select
69configure:2943: checking Mac OS X version
70configure:2946: result: 10.9
71configure:2968: checking Xcode location
72configure:2980: result: /Applications/Xcode.app/Contents/Developer
73configure:2994: checking Xcode version
74configure:3001: result: 5.0
75configure:3073: checking for gcc
76configure:3089: found /usr/bin/gcc
77configure:3100: result: gcc
78configure:3329: checking for C compiler version
79configure:3338: gcc --version >&5
80Apple LLVM version 5.0 (clang-500.2.75) (based on LLVM 3.3svn)
81Target: x86_64-apple-darwin13.0.0
82Thread model: posix
83Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include/c++/4.2.1
84configure:3349: $? = 0
85configure:3338: gcc -v >&5
86Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include/c++/4.2.1
87Apple LLVM version 5.0 (clang-500.2.75) (based on LLVM 3.3svn)
88Target: x86_64-apple-darwin13.0.0
89Thread model: posix
90configure:3349: $? = 0
91configure:3338: gcc -V >&5
92clang: error: argument to '-V' is missing (expected 1 value)
93clang: error: no input files
94configure:3349: $? = 1
95configure:3338: gcc -qversion >&5
96clang: error: no input files
97configure:3349: $? = 1
98configure:3369: checking whether the C compiler works
99configure:3391: gcc    conftest.c  >&5
100configure:3395: $? = 0
101configure:3443: result: yes
102configure:3446: checking for C compiler default output file name
103configure:3448: result: a.out
104configure:3454: checking for suffix of executables
105configure:3461: gcc -o conftest    conftest.c  >&5
106configure:3465: $? = 0
107configure:3487: result:
108configure:3509: checking whether we are cross compiling
109configure:3517: gcc -o conftest    conftest.c  >&5
110configure:3521: $? = 0
111configure:3528: ./conftest
112configure:3532: $? = 0
113configure:3547: result: no
114configure:3552: checking for suffix of object files
115configure:3574: gcc -c   conftest.c >&5
116configure:3578: $? = 0
117configure:3599: result: o
118configure:3603: checking whether we are using the GNU C compiler
119configure:3622: gcc -c   conftest.c >&5
120configure:3622: $? = 0
121configure:3631: result: yes
122configure:3640: checking whether gcc accepts -g
123configure:3660: gcc -c -g  conftest.c >&5
124configure:3660: $? = 0
125configure:3701: result: yes
126configure:3718: checking for gcc option to accept ISO C89
127configure:3781: gcc  -c -g -O2  conftest.c >&5
128configure:3781: $? = 0
129configure:3794: result: none needed
130configure:3828: checking for a BSD-compatible install
131configure:3896: result: /usr/bin/install -c
132configure:3907: checking whether ln -s works
133configure:3911: result: yes
134configure:3918: checking whether make sets $(MAKE)
135configure:3940: result: yes
136configure:4003: checking for gcc
137configure:4019: found /usr/bin/gcc
138configure:4030: result: gcc
139configure:4055: checking for Objective C compiler version
140configure:4064: gcc --version >&5
141Apple LLVM version 5.0 (clang-500.2.75) (based on LLVM 3.3svn)
142Target: x86_64-apple-darwin13.0.0
143Thread model: posix
144Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include/c++/4.2.1
145configure:4075: $? = 0
146configure:4064: gcc -v >&5
147Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include/c++/4.2.1
148Apple LLVM version 5.0 (clang-500.2.75) (based on LLVM 3.3svn)
149Target: x86_64-apple-darwin13.0.0
150Thread model: posix
151configure:4075: $? = 0
152configure:4064: gcc -V >&5
153clang: error: argument to '-V' is missing (expected 1 value)
154clang: error: no input files
155configure:4075: $? = 1
156configure:4064: gcc -qversion >&5
157clang: error: no input files
158configure:4075: $? = 1
159configure:4079: checking whether we are using the GNU Objective C compiler
160configure:4098: gcc -c   conftest.m >&5
161configure:4098: $? = 0
162configure:4107: result: yes
163configure:4116: checking whether gcc accepts -g
164configure:4136: gcc -c -g  conftest.m >&5
165configure:4136: $? = 0
166configure:4177: result: yes
167configure:4205: checking for bsdmake
168configure:4238: result: no
169configure:4205: checking for pmake
170configure:4238: result: no
171configure:4248: checking for bzip2
172configure:4266: found /usr/bin/bzip2
173configure:4278: result: /usr/bin/bzip2
174configure:4288: checking for bzr
175configure:4321: result: no
176configure:4328: checking for chown
177configure:4347: found /usr/sbin/chown
178configure:4359: result: /usr/sbin/chown
179configure:4369: checking for cp
180configure:4387: found /bin/cp
181configure:4399: result: /bin/cp
182configure:4409: checking for cpio
183configure:4427: found /usr/bin/cpio
184configure:4439: result: /usr/bin/cpio
185configure:4449: checking for cvs
186configure:4467: found /usr/bin/cvs
187configure:4479: result: /usr/bin/cvs
188configure:4489: checking for diff
189configure:4507: found /usr/bin/diff
190configure:4519: result: /usr/bin/diff
191configure:4529: checking for dscl
192configure:4547: found /usr/bin/dscl
193configure:4559: result: /usr/bin/dscl
194configure:4569: checking for dseditgroup
195configure:4587: found /usr/sbin/dseditgroup
196configure:4599: result: /usr/sbin/dseditgroup
197configure:4609: checking for file
198configure:4627: found /usr/bin/file
199configure:4639: result: /usr/bin/file
200configure:4649: checking for find
201configure:4667: found /usr/bin/find
202configure:4679: result: /usr/bin/find
203configure:4689: checking for git
204configure:4707: found /usr/bin/git
205configure:4719: result: /usr/bin/git
206configure:4731: checking for gnumake
207configure:4750: found /usr/bin/gnumake
208configure:4762: result: /usr/bin/gnumake
209configure:4777: checking for gnupatch
210configure:4811: result: no
211configure:4777: checking for gpatch
212configure:4811: result: no
213configure:4823: checking for gnutar
214configure:4857: result: no
215configure:4823: checking for gtar
216configure:4857: result: no
217configure:4867: checking for gzip
218configure:4885: found /usr/bin/gzip
219configure:4897: result: /usr/bin/gzip
220configure:4907: checking for hdiutil
221configure:4925: found /usr/bin/hdiutil
222configure:4937: result: /usr/bin/hdiutil
223configure:4947: checking for hg
224configure:4980: result: no
225configure:4987: checking for launchctl
226configure:5005: found /bin/launchctl
227configure:5017: result: /bin/launchctl
228configure:5027: checking for lipo
229configure:5045: found /usr/bin/lipo
230configure:5057: result: /usr/bin/lipo
231configure:5067: checking for lsbom
232configure:5085: found /usr/bin/lsbom
233configure:5097: result: /usr/bin/lsbom
234configure:5107: checking for lzma
235configure:5140: result: no
236configure:5147: checking for make
237configure:5165: found /usr/bin/make
238configure:5177: result: /usr/bin/make
239configure:5187: checking for mdfind
240configure:5205: found /usr/bin/mdfind
241configure:5217: result: /usr/bin/mdfind
242configure:5227: checking for mdls
243configure:5245: found /usr/bin/mdls
244configure:5257: result: /usr/bin/mdls
245configure:5267: checking for mkbom
246configure:5285: found /usr/bin/mkbom
247configure:5297: result: /usr/bin/mkbom
248configure:5307: checking for mtree
249configure:5326: found /usr/sbin/mtree
250configure:5338: result: /usr/sbin/mtree
251configure:5348: checking for open
252configure:5366: found /usr/bin/open
253configure:5378: result: /usr/bin/open
254configure:5388: checking for openssl
255configure:5406: found /usr/bin/openssl
256configure:5418: result: /usr/bin/openssl
257configure:5428: checking for patch
258configure:5446: found /usr/bin/patch
259configure:5458: result: /usr/bin/patch
260configure:5468: checking for pax
261configure:5486: found /bin/pax
262configure:5498: result: /bin/pax
263configure:5508: checking for rmdir
264configure:5526: found /bin/rmdir
265configure:5538: result: /bin/rmdir
266configure:5548: checking for rsync
267configure:5566: found /usr/bin/rsync
268configure:5578: result: /usr/bin/rsync
269configure:5588: checking for sandbox-exec
270configure:5606: found /usr/bin/sandbox-exec
271configure:5618: result: /usr/bin/sandbox-exec
272configure:5628: checking for sed
273configure:5646: found /usr/bin/sed
274configure:5658: result: /usr/bin/sed
275configure:5668: checking for svn
276configure:5686: found /usr/bin/svn
277configure:5698: result: /usr/bin/svn
278configure:5708: checking for swig
279configure:5742: result: no
280configure:5749: checking for tar
281configure:5767: found /usr/bin/tar
282configure:5779: result: /usr/bin/tar
283configure:5789: checking for unzip
284configure:5807: found /usr/bin/unzip
285configure:5819: result: /usr/bin/unzip
286configure:5829: checking for xar
287configure:5847: found /usr/bin/xar
288configure:5859: result: /usr/bin/xar
289configure:5869: checking for xcodebuild
290configure:5887: found /usr/bin/xcodebuild
291configure:5899: result: /usr/bin/xcodebuild
292configure:5909: checking for xcrun
293configure:5927: found /usr/bin/xcrun
294configure:5939: result: /usr/bin/xcrun
295configure:5949: checking for xz
296configure:5982: result: no
297configure:5989: checking for zip
298configure:6007: found /usr/bin/zip
299configure:6019: result: /usr/bin/zip
300configure:6030: checking for launchd
301configure:6046: found /sbin/launchd
302configure:6057: result: yes
303configure:6092: checking for sed
304configure:6122: result: /usr/bin/sed
305configure:6135: checking which sed flag to use for extended regexp
306configure:6145: result: -E (BSD)
307configure:6162: checking for tar
308configure:6192: result: /usr/bin/tar
309configure:6201: checking whether tar supports -q
310configure:6204: result: yes (bsdtar)
311configure:6217: checking for tar
312configure:6247: result: /usr/bin/tar
313configure:6257: checking for gnutar
314configure:6290: result: no
315configure:6296: checking for which tar variant to use
316configure:6303: result: /usr/bin/tar
317configure:6307: checking for /usr/bin/tar --no-same-owner support
318configure:6311: result: no
319configure:6322: checking for patch
320configure:6352: result: /usr/bin/patch
321configure:6362: checking for gpatch
322configure:6395: result: no
323configure:6401: checking for GNU (FSF) patch
324configure:6413: result: /usr/bin/patch
325configure:6445: checking how to mark unused variables
326configure:6451: gcc -c -g -O2  conftest.c >&5
327configure:6451: $? = 0
328configure:6461: result:
329configure:6466: checking for gcc symbol visibility attribute
330configure:6485: gcc -c -g -O2  conftest.c >&5
331configure:6485: $? = 0
332configure:6499: result: __attribute__((visibility("hidden")))
333configure:6684: checking for the pthreads library -lpthreads
334configure:6717: gcc -o conftest -g -O2    conftest.c -lpthreads  >&5
335ld: library not found for -lpthreads
336clang: error: linker command failed with exit code 1 (use -v to see invocation)
337configure:6717: $? = 1
338configure: failed program was:
339| /* confdefs.h */
340| #define PACKAGE_NAME "MacPorts"
341| #define PACKAGE_TARNAME "macports"
342| #define PACKAGE_VERSION "2.2.99"
343| #define PACKAGE_STRING "MacPorts 2.2.99"
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:6726: result: no
360configure:6629: checking whether pthreads work without any flags
361configure:6717: gcc -o conftest -g -O2    conftest.c   >&5
362configure:6717: $? = 0
363configure:6726: result: yes
364configure:6745: checking for joinable pthread attribute
365configure:6760: gcc -o conftest -g -O2    conftest.c   >&5
366configure:6760: $? = 0
367configure:6766: result: PTHREAD_CREATE_JOINABLE
368configure:6776: checking if more special flags are required for pthreads
369configure:6783: result: -D_THREAD_SAFE
370configure:6820: checking how to run the Objective C preprocessor
371configure:6847: gcc -E  conftest.m
372configure:6847: $? = 0
373configure:6861: gcc -E  conftest.m
374conftest.m:12:10: fatal error: 'ac_nonexistent.h' file not found
375#include <ac_nonexistent.h>
376         ^
3771 error generated.
378configure:6861: $? = 1
379configure: failed program was:
380| /* confdefs.h */
381| #define PACKAGE_NAME "MacPorts"
382| #define PACKAGE_TARNAME "macports"
383| #define PACKAGE_VERSION "2.2.99"
384| #define PACKAGE_STRING "MacPorts 2.2.99"
385| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
386| #define PACKAGE_URL ""
387| #define UNUSED __attribute__((unused))
388| #define MP_PRIVATE __attribute__((visibility("hidden")))
389| #define HAVE_PTHREAD 1
390| /* end confdefs.h.  */
391| #include <ac_nonexistent.h>
392configure:6886: result: gcc -E
393configure:6906: gcc -E  conftest.m
394configure:6906: $? = 0
395configure:6920: gcc -E  conftest.m
396conftest.m:12:10: fatal error: 'ac_nonexistent.h' file not found
397#include <ac_nonexistent.h>
398         ^
3991 error generated.
400configure:6920: $? = 1
401configure: failed program was:
402| /* confdefs.h */
403| #define PACKAGE_NAME "MacPorts"
404| #define PACKAGE_TARNAME "macports"
405| #define PACKAGE_VERSION "2.2.99"
406| #define PACKAGE_STRING "MacPorts 2.2.99"
407| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
408| #define PACKAGE_URL ""
409| #define UNUSED __attribute__((unused))
410| #define MP_PRIVATE __attribute__((visibility("hidden")))
411| #define HAVE_PTHREAD 1
412| /* end confdefs.h.  */
413| #include <ac_nonexistent.h>
414configure:6949: checking for grep that handles long lines and -e
415configure:7007: result: /usr/bin/grep
416configure:7012: checking for egrep
417configure:7074: result: /usr/bin/grep -E
418configure:7079: checking for ANSI C header files
419configure:7099: gcc -c -g -O2  conftest.m >&5
420configure:7099: $? = 0
421configure:7172: gcc -o conftest -g -O2   conftest.m  >&5
422configure:7172: $? = 0
423configure:7172: ./conftest
424configure:7172: $? = 0
425configure:7183: result: yes
426configure:7196: checking for sys/types.h
427configure:7196: gcc -c -g -O2  conftest.m >&5
428configure:7196: $? = 0
429configure:7196: result: yes
430configure:7196: checking for sys/stat.h
431configure:7196: gcc -c -g -O2  conftest.m >&5
432configure:7196: $? = 0
433configure:7196: result: yes
434configure:7196: checking for stdlib.h
435configure:7196: gcc -c -g -O2  conftest.m >&5
436configure:7196: $? = 0
437configure:7196: result: yes
438configure:7196: checking for string.h
439configure:7196: gcc -c -g -O2  conftest.m >&5
440configure:7196: $? = 0
441configure:7196: result: yes
442configure:7196: checking for memory.h
443configure:7196: gcc -c -g -O2  conftest.m >&5
444configure:7196: $? = 0
445configure:7196: result: yes
446configure:7196: checking for strings.h
447configure:7196: gcc -c -g -O2  conftest.m >&5
448configure:7196: $? = 0
449configure:7196: result: yes
450configure:7196: checking for inttypes.h
451configure:7196: gcc -c -g -O2  conftest.m >&5
452configure:7196: $? = 0
453configure:7196: result: yes
454configure:7196: checking for stdint.h
455configure:7196: gcc -c -g -O2  conftest.m >&5
456configure:7196: $? = 0
457configure:7196: result: yes
458configure:7196: checking for unistd.h
459configure:7196: gcc -c -g -O2  conftest.m >&5
460configure:7196: $? = 0
461configure:7196: result: yes
462configure:7243: checking objc/objc.h usability
463configure:7243: gcc -c -g -O2  conftest.m >&5
464configure:7243: $? = 0
465configure:7243: result: yes
466configure:7243: checking objc/objc.h presence
467configure:7243: gcc -E  conftest.m
468configure:7243: $? = 0
469configure:7243: result: yes
470configure:7243: checking for objc/objc.h
471configure:7243: result: yes
472configure:7268: checking if linking libobjc requires pthreads
473configure:7297: gcc -o conftest -g -O2   conftest.m  -lobjc >&5
474conftest.m:32:7: error: use of undeclared identifier 'Object'
475                                                Object *obj = [Object alloc];
476                                                ^
477conftest.m:32:15: error: use of undeclared identifier 'obj'
478                                                Object *obj = [Object alloc];
479                                                        ^
480conftest.m:32:22: error: use of undeclared identifier 'Object'
481                                                Object *obj = [Object alloc];
482                                                               ^
483conftest.m:33:7: warning: implicit declaration of function 'puts' is invalid in C99 [-Wimplicit-function-declaration]
484                                                puts([obj name]);
485                                                ^
486conftest.m:33:13: error: use of undeclared identifier 'obj'
487                                                puts([obj name]);
488                                                      ^
4891 warning and 4 errors generated.
490configure:7297: $? = 1
491configure: failed program was:
492| /* confdefs.h */
493| #define PACKAGE_NAME "MacPorts"
494| #define PACKAGE_TARNAME "macports"
495| #define PACKAGE_VERSION "2.2.99"
496| #define PACKAGE_STRING "MacPorts 2.2.99"
497| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
498| #define PACKAGE_URL ""
499| #define UNUSED __attribute__((unused))
500| #define MP_PRIVATE __attribute__((visibility("hidden")))
501| #define HAVE_PTHREAD 1
502| #define STDC_HEADERS 1
503| #define HAVE_SYS_TYPES_H 1
504| #define HAVE_SYS_STAT_H 1
505| #define HAVE_STDLIB_H 1
506| #define HAVE_STRING_H 1
507| #define HAVE_MEMORY_H 1
508| #define HAVE_STRINGS_H 1
509| #define HAVE_INTTYPES_H 1
510| #define HAVE_STDINT_H 1
511| #define HAVE_UNISTD_H 1
512| #define HAVE_OBJC_OBJC_H 1
513| /* end confdefs.h.  */
514|
515|
516|                                               #include <objc/objc.h>
517|                                               #include <objc/Object.h>
518|
519| int
520| main ()
521| {
522|
523|                                               Object *obj = [Object alloc];
524|                                               puts([obj name]);
525|
526|   ;
527|   return 0;
528| }
529|
530configure:7335: gcc -o conftest -g -O2 -D_THREAD_SAFE    conftest.m  -lobjc  >&5
531conftest.m:32:8: error: use of undeclared identifier 'Object'
532                                                        Object *obj = [Object alloc];
533                                                        ^
534conftest.m:32:16: error: use of undeclared identifier 'obj'
535                                                        Object *obj = [Object alloc];
536                                                                ^
537conftest.m:32:23: error: use of undeclared identifier 'Object'
538                                                        Object *obj = [Object alloc];
539                                                                       ^
540conftest.m:33:8: warning: implicit declaration of function 'puts' is invalid in C99 [-Wimplicit-function-declaration]
541                                                        puts([obj name]);
542                                                        ^
543conftest.m:33:14: error: use of undeclared identifier 'obj'
544                                                        puts([obj name]);
545                                                              ^
5461 warning and 4 errors generated.
547configure:7335: $? = 1
548configure: failed program was:
549| /* confdefs.h */
550| #define PACKAGE_NAME "MacPorts"
551| #define PACKAGE_TARNAME "macports"
552| #define PACKAGE_VERSION "2.2.99"
553| #define PACKAGE_STRING "MacPorts 2.2.99"
554| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
555| #define PACKAGE_URL ""
556| #define UNUSED __attribute__((unused))
557| #define MP_PRIVATE __attribute__((visibility("hidden")))
558| #define HAVE_PTHREAD 1
559| #define STDC_HEADERS 1
560| #define HAVE_SYS_TYPES_H 1
561| #define HAVE_SYS_STAT_H 1
562| #define HAVE_STDLIB_H 1
563| #define HAVE_STRING_H 1
564| #define HAVE_MEMORY_H 1
565| #define HAVE_STRINGS_H 1
566| #define HAVE_INTTYPES_H 1
567| #define HAVE_STDINT_H 1
568| #define HAVE_UNISTD_H 1
569| #define HAVE_OBJC_OBJC_H 1
570| /* end confdefs.h.  */
571|
572|
573|                                                       #include <objc/objc.h>
574|                                                       #include <objc/Object.h>
575|
576| int
577| main ()
578| {
579|
580|                                                       Object *obj = [Object alloc];
581|                                                       puts([obj name]);
582|
583|   ;
584|   return 0;
585| }
586|
587configure:7355: result: no
588configure:7368: checking for Apple Objective-C runtime
589configure:7397: gcc -o conftest -g -O2 -D_THREAD_SAFE    conftest.m  -lobjc  >&5
590conftest.m:32:19: warning: implicit declaration of function 'objc_lookUpClass' is invalid in C99 [-Wimplicit-function-declaration]
591                                                        id class = objc_lookUpClass("Object");
592                                                                   ^
593conftest.m:32:11: warning: incompatible integer to pointer conversion initializing 'id' with an expression of type 'int' [-Wint-conversion]
594                                                        id class = objc_lookUpClass("Object");
595                                                           ^       ~~~~~~~~~~~~~~~~~~~~~~~~~~
596conftest.m:33:24: warning: instance method '-alloc' not found (return type defaults to 'id') [-Wobjc-method-access]
597                                                        id obj = [class alloc];
598                                                                        ^~~~~
599conftest.m:34:8: warning: implicit declaration of function 'puts' is invalid in C99 [-Wimplicit-function-declaration]
600                                                        puts([obj name]);
601                                                        ^
602conftest.m:34:18: warning: instance method '-name' not found (return type defaults to 'id') [-Wobjc-method-access]
603                                                        puts([obj name]);
604                                                                  ^~~~
6055 warnings generated.
606configure:7397: $? = 0
607configure:7412: result: yes
608configure:7419: checking for GNU Objective C runtime
609configure:7448: gcc -o conftest -g -O2 -D_THREAD_SAFE    conftest.m  -lobjc  >&5
610conftest.m:32:19: warning: implicit declaration of function 'objc_lookup_class' is invalid in C99 [-Wimplicit-function-declaration]
611                                                        id class = objc_lookup_class("Object");
612                                                                   ^
613conftest.m:32:11: warning: incompatible integer to pointer conversion initializing 'id' with an expression of type 'int' [-Wint-conversion]
614                                                        id class = objc_lookup_class("Object");
615                                                           ^       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
616conftest.m:33:24: warning: instance method '-alloc' not found (return type defaults to 'id') [-Wobjc-method-access]
617                                                        id obj = [class alloc];
618                                                                        ^~~~~
619conftest.m:34:8: warning: implicit declaration of function 'puts' is invalid in C99 [-Wimplicit-function-declaration]
620                                                        puts([obj name]);
621                                                        ^
622conftest.m:34:18: warning: instance method '-name' not found (return type defaults to 'id') [-Wobjc-method-access]
623                                                        puts([obj name]);
624                                                                  ^~~~
6255 warnings generated.
626Undefined symbols for architecture x86_64:
627  "_objc_lookup_class", referenced from:
628      _main in conftest-f6sHAz.o
629ld: symbol(s) not found for architecture x86_64
630clang: error: linker command failed with exit code 1 (use -v to see invocation)
631configure:7448: $? = 1
632configure: failed program was:
633| /* confdefs.h */
634| #define PACKAGE_NAME "MacPorts"
635| #define PACKAGE_TARNAME "macports"
636| #define PACKAGE_VERSION "2.2.99"
637| #define PACKAGE_STRING "MacPorts 2.2.99"
638| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
639| #define PACKAGE_URL ""
640| #define UNUSED __attribute__((unused))
641| #define MP_PRIVATE __attribute__((visibility("hidden")))
642| #define HAVE_PTHREAD 1
643| #define STDC_HEADERS 1
644| #define HAVE_SYS_TYPES_H 1
645| #define HAVE_SYS_STAT_H 1
646| #define HAVE_STDLIB_H 1
647| #define HAVE_STRING_H 1
648| #define HAVE_MEMORY_H 1
649| #define HAVE_STRINGS_H 1
650| #define HAVE_INTTYPES_H 1
651| #define HAVE_STDINT_H 1
652| #define HAVE_UNISTD_H 1
653| #define HAVE_OBJC_OBJC_H 1
654| /* end confdefs.h.  */
655|
656|
657|                                                       #include <objc/objc.h>
658|                                                       #include <objc/objc-api.h>
659|
660| int
661| main ()
662| {
663|
664|                                                       id class = objc_lookup_class("Object");
665|                                                       id obj = [class alloc];
666|                                                       puts([obj name]);
667|
668|   ;
669|   return 0;
670| }
671|
672configure:7463: result: no
673configure:7475: Using Apple Objective-C runtime
674configure:7555: checking for Apple Foundation library
675configure:7591: gcc -o conftest -g -O2   conftest.m -framework Foundation  >&5
676conftest.m:32:46: warning: 'initWithCString:' is deprecated [-Wdeprecated-declarations]
677                                                                NSString *string = [[NSString alloc] initWithCString: "Hello World"];
678                                                                                                     ^
679/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:361:1: note: method 'initWithCString:' declared here
680- (id)initWithCString:(const char *)bytes NS_DEPRECATED(10_0, 10_4, 2_0, 2_0); 
681^
682conftest.m:33:19: warning: class method '+length' not found (return type defaults to 'id') [-Wobjc-method-access]
683                                                                [NSString length];
684                                                                          ^~~~~~
6852 warnings generated.
686configure:7591: $? = 0
687configure:7609: result: yes
688configure:7621: WARNING: GNUSTEP_SYSTEM_ROOT is not defined in your environment, preventing the use of GNUstep's Foundation library
689configure:7708: Using Apple Foundation library
690configure:7744: checking for CoreFoundation framework
691configure:7772: gcc -o conftest -g -O2   conftest.c -framework CoreFoundation  >&5
692configure:7772: $? = 0
693configure:7790: result: yes
694configure:7804: checking for SystemConfiguration framework
695configure:7832: gcc -o conftest -g -O2   conftest.c -framework SystemConfiguration  >&5
696configure:7832: $? = 0
697configure:7850: result: yes
698configure:7864: checking for IOKit framework
699configure:7892: gcc -o conftest -g -O2   conftest.c -framework IOKit  >&5
700conftest.c:36:6: warning: implicit declaration of function 'IORegisterForSystemPower' is invalid in C99 [-Wimplicit-function-declaration]
701                                        IORegisterForSystemPower(0, NULL, NULL, NULL);
702                                        ^
7031 warning generated.
704configure:7892: $? = 0
705configure:7910: result: yes
706configure:7924: checking for CFNotificationCenterGetDarwinNotifyCenter
707configure:7951: gcc -o conftest -g -O2   conftest.c -framework CoreFoundation  >&5
708configure:7951: $? = 0
709configure:7969: result: yes
710configure:7986: checking for whether we will build daemondo
711configure:8003: result: yes
712configure:8038: checking for ports tree
713configure:8060: WARNING: No ports tree found
714configure:8067: checking for MacPorts config directory
715configure:8072: result: ${sysconfdir}/macports
716configure:8145: checking for install user
717configure:8151: result: root
718configure:8165: checking for install group
719configure:8185: result: admin
720configure:8199: checking for macports user
721configure:8205: result: macports
722configure:8219: checking what permissions to use for installation directories
723configure:8225: result: 0755
724configure:8265: checking for Applications installation directory
725configure:8276: result: /Applications/MacPorts
726configure:8295: checking for Frameworks installation directory
727configure:8302: result: /opt/local/Library/Frameworks
728configure:8328: checking for Universal CPU architectures
729configure:8330: result: x86_64 i386
730configure:8341: checking how to run the C preprocessor
731configure:8372: gcc -E  conftest.c
732configure:8372: $? = 0
733configure:8386: gcc -E  conftest.c
734conftest.c:29:10: fatal error: 'ac_nonexistent.h' file not found
735#include <ac_nonexistent.h>
736         ^
7371 error generated.
738configure:8386: $? = 1
739configure: failed program was:
740| /* confdefs.h */
741| #define PACKAGE_NAME "MacPorts"
742| #define PACKAGE_TARNAME "macports"
743| #define PACKAGE_VERSION "2.2.99"
744| #define PACKAGE_STRING "MacPorts 2.2.99"
745| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
746| #define PACKAGE_URL ""
747| #define UNUSED __attribute__((unused))
748| #define MP_PRIVATE __attribute__((visibility("hidden")))
749| #define HAVE_PTHREAD 1
750| #define STDC_HEADERS 1
751| #define HAVE_SYS_TYPES_H 1
752| #define HAVE_SYS_STAT_H 1
753| #define HAVE_STDLIB_H 1
754| #define HAVE_STRING_H 1
755| #define HAVE_MEMORY_H 1
756| #define HAVE_STRINGS_H 1
757| #define HAVE_INTTYPES_H 1
758| #define HAVE_STDINT_H 1
759| #define HAVE_UNISTD_H 1
760| #define HAVE_OBJC_OBJC_H 1
761| #define APPLE_RUNTIME 1
762| #define APPLE_FOUNDATION 1
763| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
764| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
765| #define HAVE_FRAMEWORK_IOKIT /**/
766| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
767| /* end confdefs.h.  */
768| #include <ac_nonexistent.h>
769configure:8411: result: gcc -E
770configure:8431: gcc -E  conftest.c
771configure:8431: $? = 0
772configure:8445: gcc -E  conftest.c
773conftest.c:29:10: fatal error: 'ac_nonexistent.h' file not found
774#include <ac_nonexistent.h>
775         ^
7761 error generated.
777configure:8445: $? = 1
778configure: failed program was:
779| /* confdefs.h */
780| #define PACKAGE_NAME "MacPorts"
781| #define PACKAGE_TARNAME "macports"
782| #define PACKAGE_VERSION "2.2.99"
783| #define PACKAGE_STRING "MacPorts 2.2.99"
784| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
785| #define PACKAGE_URL ""
786| #define UNUSED __attribute__((unused))
787| #define MP_PRIVATE __attribute__((visibility("hidden")))
788| #define HAVE_PTHREAD 1
789| #define STDC_HEADERS 1
790| #define HAVE_SYS_TYPES_H 1
791| #define HAVE_SYS_STAT_H 1
792| #define HAVE_STDLIB_H 1
793| #define HAVE_STRING_H 1
794| #define HAVE_MEMORY_H 1
795| #define HAVE_STRINGS_H 1
796| #define HAVE_INTTYPES_H 1
797| #define HAVE_STDINT_H 1
798| #define HAVE_UNISTD_H 1
799| #define HAVE_OBJC_OBJC_H 1
800| #define APPLE_RUNTIME 1
801| #define APPLE_FOUNDATION 1
802| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
803| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
804| #define HAVE_FRAMEWORK_IOKIT /**/
805| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
806| /* end confdefs.h.  */
807| #include <ac_nonexistent.h>
808configure:8474: checking for ANSI C header files
809configure:8578: result: yes
810configure:8589: checking for dirent.h that defines DIR
811configure:8608: gcc -c -g -O2  conftest.c >&5
812configure:8608: $? = 0
813configure:8616: result: yes
814configure:8629: checking for library containing opendir
815configure:8660: gcc -o conftest -g -O2   conftest.c  >&5
816configure:8660: $? = 0
817configure:8677: result: none required
818configure:8744: checking for sys/wait.h that is POSIX.1 compatible
819configure:8770: gcc -c -g -O2  conftest.c >&5
820configure:8770: $? = 0
821configure:8777: result: yes
822configure:8789: checking limits.h usability
823configure:8789: gcc -c -g -O2  conftest.c >&5
824configure:8789: $? = 0
825configure:8789: result: yes
826configure:8789: checking limits.h presence
827configure:8789: gcc -E  conftest.c
828configure:8789: $? = 0
829configure:8789: result: yes
830configure:8789: checking for limits.h
831configure:8789: result: yes
832configure:8789: checking paths.h usability
833configure:8789: gcc -c -g -O2  conftest.c >&5
834configure:8789: $? = 0
835configure:8789: result: yes
836configure:8789: checking paths.h presence
837configure:8789: gcc -E  conftest.c
838configure:8789: $? = 0
839configure:8789: result: yes
840configure:8789: checking for paths.h
841configure:8789: result: yes
842configure:8789: checking sys/file.h usability
843configure:8789: gcc -c -g -O2  conftest.c >&5
844configure:8789: $? = 0
845configure:8789: result: yes
846configure:8789: checking sys/file.h presence
847configure:8789: gcc -E  conftest.c
848configure:8789: $? = 0
849configure:8789: result: yes
850configure:8789: checking for sys/file.h
851configure:8789: result: yes
852configure:8789: checking crt_externs.h usability
853configure:8789: gcc -c -g -O2  conftest.c >&5
854configure:8789: $? = 0
855configure:8789: result: yes
856configure:8789: checking crt_externs.h presence
857configure:8789: gcc -E  conftest.c
858configure:8789: $? = 0
859configure:8789: result: yes
860configure:8789: checking for crt_externs.h
861configure:8789: result: yes
862configure:8789: checking fcntl.h usability
863configure:8789: gcc -c -g -O2  conftest.c >&5
864configure:8789: $? = 0
865configure:8789: result: yes
866configure:8789: checking fcntl.h presence
867configure:8789: gcc -E  conftest.c
868configure:8789: $? = 0
869configure:8789: result: yes
870configure:8789: checking for fcntl.h
871configure:8789: result: yes
872configure:8789: checking sys/fcntl.h usability
873configure:8789: gcc -c -g -O2  conftest.c >&5
874configure:8789: $? = 0
875configure:8789: result: yes
876configure:8789: checking sys/fcntl.h presence
877configure:8789: gcc -E  conftest.c
878configure:8789: $? = 0
879configure:8789: result: yes
880configure:8789: checking for sys/fcntl.h
881configure:8789: result: yes
882configure:8789: checking sys/cdefs.h usability
883configure:8789: gcc -c -g -O2  conftest.c >&5
884configure:8789: $? = 0
885configure:8789: result: yes
886configure:8789: checking sys/cdefs.h presence
887configure:8789: gcc -E  conftest.c
888configure:8789: $? = 0
889configure:8789: result: yes
890configure:8789: checking for sys/cdefs.h
891configure:8789: result: yes
892configure:8789: checking err.h usability
893configure:8789: gcc -c -g -O2  conftest.c >&5
894configure:8789: $? = 0
895configure:8789: result: yes
896configure:8789: checking err.h presence
897configure:8789: gcc -E  conftest.c
898configure:8789: $? = 0
899configure:8789: result: yes
900configure:8789: checking for err.h
901configure:8789: result: yes
902configure:8789: checking sys/socket.h usability
903configure:8789: gcc -c -g -O2  conftest.c >&5
904configure:8789: $? = 0
905configure:8789: result: yes
906configure:8789: checking sys/socket.h presence
907configure:8789: gcc -E  conftest.c
908configure:8789: $? = 0
909configure:8789: result: yes
910configure:8789: checking for sys/socket.h
911configure:8789: result: yes
912configure:8789: checking sys/event.h usability
913configure:8789: gcc -c -g -O2  conftest.c >&5
914configure:8789: $? = 0
915configure:8789: result: yes
916configure:8789: checking sys/event.h presence
917configure:8789: gcc -E  conftest.c
918configure:8789: $? = 0
919configure:8789: result: yes
920configure:8789: checking for sys/event.h
921configure:8789: result: yes
922configure:8789: checking sys/sysctl.h usability
923configure:8789: gcc -c -g -O2  conftest.c >&5
924configure:8789: $? = 0
925configure:8789: result: yes
926configure:8789: checking sys/sysctl.h presence
927configure:8789: gcc -E  conftest.c
928configure:8789: $? = 0
929configure:8789: result: yes
930configure:8789: checking for sys/sysctl.h
931configure:8789: result: yes
932configure:8789: checking readline/readline.h usability
933configure:8789: gcc -c -g -O2  conftest.c >&5
934configure:8789: $? = 0
935configure:8789: result: yes
936configure:8789: checking readline/readline.h presence
937configure:8789: gcc -E  conftest.c
938configure:8789: $? = 0
939configure:8789: result: yes
940configure:8789: checking for readline/readline.h
941configure:8789: result: yes
942configure:8789: checking readline/history.h usability
943configure:8789: gcc -c -g -O2  conftest.c >&5
944configure:8789: $? = 0
945configure:8789: result: yes
946configure:8789: checking readline/history.h presence
947configure:8789: gcc -E  conftest.c
948configure:8789: $? = 0
949configure:8789: result: yes
950configure:8789: checking for readline/history.h
951configure:8789: result: yes
952configure:8789: checking pwd.h usability
953configure:8789: gcc -c -g -O2  conftest.c >&5
954configure:8789: $? = 0
955configure:8789: result: yes
956configure:8789: checking pwd.h presence
957configure:8789: gcc -E  conftest.c
958configure:8789: $? = 0
959configure:8789: result: yes
960configure:8789: checking for pwd.h
961configure:8789: result: yes
962configure:8789: checking sys/paths.h usability
963configure:8789: gcc -c -g -O2  conftest.c >&5
964configure:8789: $? = 0
965configure:8789: result: yes
966configure:8789: checking sys/paths.h presence
967configure:8789: gcc -E  conftest.c
968configure:8789: $? = 0
969configure:8789: result: yes
970configure:8789: checking for sys/paths.h
971configure:8789: result: yes
972configure:8789: checking utime.h usability
973configure:8789: gcc -c -g -O2  conftest.c >&5
974configure:8789: $? = 0
975configure:8789: result: yes
976configure:8789: checking utime.h presence
977configure:8789: gcc -E  conftest.c
978configure:8789: $? = 0
979configure:8789: result: yes
980configure:8789: checking for utime.h
981configure:8789: result: yes
982configure:8806: checking for bzero
983configure:8806: gcc -o conftest -g -O2   conftest.c  >&5
984conftest.c:71:6: warning: incompatible redeclaration of library function 'bzero' [-Wincompatible-library-redeclaration]
985char bzero ();
986     ^
987conftest.c:71:6: note: 'bzero' is a builtin with type 'void (void *, unsigned long)'
9881 warning generated.
989configure:8806: $? = 0
990configure:8806: result: yes
991configure:8806: checking for memset
992configure:8806: gcc -o conftest -g -O2   conftest.c  >&5
993conftest.c:72:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
994char memset ();
995     ^
996conftest.c:72:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
9971 warning generated.
998configure:8806: $? = 0
999configure:8806: result: yes
1000configure:8806: checking for fgetln
1001configure:8806: gcc -o conftest -g -O2   conftest.c  >&5
1002configure:8806: $? = 0
1003configure:8806: result: yes
1004configure:8806: checking for lockf
1005configure:8806: gcc -o conftest -g -O2   conftest.c  >&5
1006configure:8806: $? = 0
1007configure:8806: result: yes
1008configure:8806: checking for flock
1009configure:8806: gcc -o conftest -g -O2   conftest.c  >&5
1010configure:8806: $? = 0
1011configure:8806: result: yes
1012configure:8806: checking for setmode
1013configure:8806: gcc -o conftest -g -O2   conftest.c  >&5
1014configure:8806: $? = 0
1015configure:8806: result: yes
1016configure:8806: checking for strcasecmp
1017configure:8806: gcc -o conftest -g -O2   conftest.c  >&5
1018conftest.c:77:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
1019char strcasecmp ();
1020     ^
1021conftest.c:77:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
10221 warning generated.
1023configure:8806: $? = 0
1024configure:8806: result: yes
1025configure:8806: checking for strncasecmp
1026configure:8806: gcc -o conftest -g -O2   conftest.c  >&5
1027conftest.c:78:6: warning: incompatible redeclaration of library function 'strncasecmp' [-Wincompatible-library-redeclaration]
1028char strncasecmp ();
1029     ^
1030conftest.c:78:6: note: 'strncasecmp' is a builtin with type 'int (const char *, const char *, unsigned long)'
10311 warning generated.
1032configure:8806: $? = 0
1033configure:8806: result: yes
1034configure:8806: checking for strlcpy
1035configure:8806: gcc -o conftest -g -O2   conftest.c  >&5
1036conftest.c:79:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
1037char strlcpy ();
1038     ^
1039conftest.c:79:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
10401 warning generated.
1041configure:8806: $? = 0
1042configure:8806: result: yes
1043configure:8806: checking for strlcat
1044configure:8806: gcc -o conftest -g -O2   conftest.c  >&5
1045conftest.c:80:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
1046char strlcat ();
1047     ^
1048conftest.c:80:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
10491 warning generated.
1050configure:8806: $? = 0
1051configure:8806: result: yes
1052configure:8806: checking for copyfile
1053configure:8806: gcc -o conftest -g -O2   conftest.c  >&5
1054configure:8806: $? = 0
1055configure:8806: result: yes
1056configure:8806: checking for clearenv
1057configure:8806: gcc -o conftest -g -O2   conftest.c  >&5
1058Undefined symbols for architecture x86_64:
1059  "_clearenv", referenced from:
1060      _main in conftest-blua9C.o
1061ld: symbol(s) not found for architecture x86_64
1062clang: error: linker command failed with exit code 1 (use -v to see invocation)
1063configure:8806: $? = 1
1064configure: failed program was:
1065| /* confdefs.h */
1066| #define PACKAGE_NAME "MacPorts"
1067| #define PACKAGE_TARNAME "macports"
1068| #define PACKAGE_VERSION "2.2.99"
1069| #define PACKAGE_STRING "MacPorts 2.2.99"
1070| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
1071| #define PACKAGE_URL ""
1072| #define UNUSED __attribute__((unused))
1073| #define MP_PRIVATE __attribute__((visibility("hidden")))
1074| #define HAVE_PTHREAD 1
1075| #define STDC_HEADERS 1
1076| #define HAVE_SYS_TYPES_H 1
1077| #define HAVE_SYS_STAT_H 1
1078| #define HAVE_STDLIB_H 1
1079| #define HAVE_STRING_H 1
1080| #define HAVE_MEMORY_H 1
1081| #define HAVE_STRINGS_H 1
1082| #define HAVE_INTTYPES_H 1
1083| #define HAVE_STDINT_H 1
1084| #define HAVE_UNISTD_H 1
1085| #define HAVE_OBJC_OBJC_H 1
1086| #define APPLE_RUNTIME 1
1087| #define APPLE_FOUNDATION 1
1088| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
1089| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
1090| #define HAVE_FRAMEWORK_IOKIT /**/
1091| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
1092| #define STDC_HEADERS 1
1093| #define HAVE_DIRENT_H 1
1094| #define HAVE_SYS_WAIT_H 1
1095| #define HAVE_LIMITS_H 1
1096| #define HAVE_PATHS_H 1
1097| #define HAVE_SYS_FILE_H 1
1098| #define HAVE_CRT_EXTERNS_H 1
1099| #define HAVE_FCNTL_H 1
1100| #define HAVE_SYS_FCNTL_H 1
1101| #define HAVE_SYS_CDEFS_H 1
1102| #define HAVE_ERR_H 1
1103| #define HAVE_SYS_SOCKET_H 1
1104| #define HAVE_SYS_EVENT_H 1
1105| #define HAVE_SYS_SYSCTL_H 1
1106| #define HAVE_READLINE_READLINE_H 1
1107| #define HAVE_READLINE_HISTORY_H 1
1108| #define HAVE_PWD_H 1
1109| #define HAVE_SYS_PATHS_H 1
1110| #define HAVE_UTIME_H 1
1111| #define HAVE_BZERO 1
1112| #define HAVE_MEMSET 1
1113| #define HAVE_FGETLN 1
1114| #define HAVE_LOCKF 1
1115| #define HAVE_FLOCK 1
1116| #define HAVE_SETMODE 1
1117| #define HAVE_STRCASECMP 1
1118| #define HAVE_STRNCASECMP 1
1119| #define HAVE_STRLCPY 1
1120| #define HAVE_STRLCAT 1
1121| #define HAVE_COPYFILE 1
1122| /* end confdefs.h.  */
1123| /* Define clearenv to an innocuous variant, in case <limits.h> declares clearenv.
1124|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1125| #define clearenv innocuous_clearenv
1126|
1127| /* System header to define __stub macros and hopefully few prototypes,
1128|     which can conflict with char clearenv (); below.
1129|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1130|     <limits.h> exists even on freestanding compilers.  */
1131|
1132| #ifdef __STDC__
1133| # include <limits.h>
1134| #else
1135| # include <assert.h>
1136| #endif
1137|
1138| #undef clearenv
1139|
1140| /* Override any GCC internal prototype to avoid an error.
1141|    Use char because int might match the return type of a GCC
1142|    builtin and then its argument prototype would still apply.  */
1143| #ifdef __cplusplus
1144| extern "C"
1145| #endif
1146| char clearenv ();
1147| /* The GNU C library defines this for functions which it implements
1148|     to always fail with ENOSYS.  Some functions are actually named
1149|     something starting with __ and the normal name is an alias.  */
1150| #if defined __stub_clearenv || defined __stub___clearenv
1151| choke me
1152| #endif
1153|
1154| int
1155| main ()
1156| {
1157| return clearenv ();
1158|   ;
1159|   return 0;
1160| }
1161configure:8806: result: no
1162configure:8806: checking for sysctlbyname
1163configure:8806: gcc -o conftest -g -O2   conftest.c  >&5
1164configure:8806: $? = 0
1165configure:8806: result: yes
1166configure:8806: checking for kqueue
1167configure:8806: gcc -o conftest -g -O2   conftest.c  >&5
1168configure:8806: $? = 0
1169configure:8806: result: yes
1170configure:8818: checking if readlink conforms to POSIX 1003.1a
1171configure:8842: gcc -c -g -O2  conftest.c >&5
1172configure:8842: $? = 0
1173configure:8857: result: yes
1174configure:8870: checking CommonCrypto/CommonDigest.h usability
1175configure:8870: gcc -c -g -O2  conftest.c >&5
1176configure:8870: $? = 0
1177configure:8870: result: yes
1178configure:8870: checking CommonCrypto/CommonDigest.h presence
1179configure:8870: gcc -E  conftest.c
1180configure:8870: $? = 0
1181configure:8870: result: yes
1182configure:8870: checking for CommonCrypto/CommonDigest.h
1183configure:8870: result: yes
1184configure:9072: checking for readline in -lreadline
1185configure:9097: gcc -o conftest -g -O2   conftest.c -lreadline   >&5
1186configure:9097: $? = 0
1187configure:9106: result: yes
1188configure:9117: checking whether rl_username_completion_function is declared
1189configure:9117: gcc -c -g -O2  conftest.c >&5
1190conftest.c:77:10: error: use of undeclared identifier 'rl_username_completion_function'
1191  (void) rl_username_completion_function;
1192         ^
11931 error generated.
1194configure:9117: $? = 1
1195configure: failed program was:
1196| /* confdefs.h */
1197| #define PACKAGE_NAME "MacPorts"
1198| #define PACKAGE_TARNAME "macports"
1199| #define PACKAGE_VERSION "2.2.99"
1200| #define PACKAGE_STRING "MacPorts 2.2.99"
1201| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
1202| #define PACKAGE_URL ""
1203| #define UNUSED __attribute__((unused))
1204| #define MP_PRIVATE __attribute__((visibility("hidden")))
1205| #define HAVE_PTHREAD 1
1206| #define STDC_HEADERS 1
1207| #define HAVE_SYS_TYPES_H 1
1208| #define HAVE_SYS_STAT_H 1
1209| #define HAVE_STDLIB_H 1
1210| #define HAVE_STRING_H 1
1211| #define HAVE_MEMORY_H 1
1212| #define HAVE_STRINGS_H 1
1213| #define HAVE_INTTYPES_H 1
1214| #define HAVE_STDINT_H 1
1215| #define HAVE_UNISTD_H 1
1216| #define HAVE_OBJC_OBJC_H 1
1217| #define APPLE_RUNTIME 1
1218| #define APPLE_FOUNDATION 1
1219| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
1220| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
1221| #define HAVE_FRAMEWORK_IOKIT /**/
1222| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
1223| #define STDC_HEADERS 1
1224| #define HAVE_DIRENT_H 1
1225| #define HAVE_SYS_WAIT_H 1
1226| #define HAVE_LIMITS_H 1
1227| #define HAVE_PATHS_H 1
1228| #define HAVE_SYS_FILE_H 1
1229| #define HAVE_CRT_EXTERNS_H 1
1230| #define HAVE_FCNTL_H 1
1231| #define HAVE_SYS_FCNTL_H 1
1232| #define HAVE_SYS_CDEFS_H 1
1233| #define HAVE_ERR_H 1
1234| #define HAVE_SYS_SOCKET_H 1
1235| #define HAVE_SYS_EVENT_H 1
1236| #define HAVE_SYS_SYSCTL_H 1
1237| #define HAVE_READLINE_READLINE_H 1
1238| #define HAVE_READLINE_HISTORY_H 1
1239| #define HAVE_PWD_H 1
1240| #define HAVE_SYS_PATHS_H 1
1241| #define HAVE_UTIME_H 1
1242| #define HAVE_BZERO 1
1243| #define HAVE_MEMSET 1
1244| #define HAVE_FGETLN 1
1245| #define HAVE_LOCKF 1
1246| #define HAVE_FLOCK 1
1247| #define HAVE_SETMODE 1
1248| #define HAVE_STRCASECMP 1
1249| #define HAVE_STRNCASECMP 1
1250| #define HAVE_STRLCPY 1
1251| #define HAVE_STRLCAT 1
1252| #define HAVE_COPYFILE 1
1253| #define HAVE_SYSCTLBYNAME 1
1254| #define HAVE_KQUEUE 1
1255| #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
1256| #define HAVE_LIBREADLINE 1
1257| /* end confdefs.h.  */
1258|
1259|       #include <stdio.h>
1260|       #if HAVE_READLINE_READLINE_H
1261|       # include <readline/readline.h>
1262|       #endif
1263|
1264|
1265| int
1266| main ()
1267| {
1268| #ifndef rl_username_completion_function
1269| #ifdef __cplusplus
1270|   (void) rl_username_completion_function;
1271| #else
1272|   (void) rl_username_completion_function;
1273| #endif
1274| #endif
1275|
1276|   ;
1277|   return 0;
1278| }
1279configure:9117: result: no
1280configure:9133: checking whether rl_filename_completion_function is declared
1281configure:9133: gcc -c -g -O2  conftest.c >&5
1282configure:9133: $? = 0
1283configure:9133: result: yes
1284configure:9149: checking whether rl_completion_matches is declared
1285configure:9149: gcc -c -g -O2  conftest.c >&5
1286configure:9149: $? = 0
1287configure:9149: result: yes
1288configure:9165: checking whether username_completion_function is declared
1289configure:9165: gcc -c -g -O2  conftest.c >&5
1290configure:9165: $? = 0
1291configure:9165: result: yes
1292configure:9181: checking whether filename_completion_function is declared
1293configure:9181: gcc -c -g -O2  conftest.c >&5
1294configure:9181: $? = 0
1295configure:9181: result: yes
1296configure:9197: checking whether completion_matches is declared
1297configure:9197: gcc -c -g -O2  conftest.c >&5
1298configure:9197: $? = 0
1299configure:9197: result: yes
1300configure:9244: checking for Tcl configuration
1301configure:9314: error: Can't find Tcl configuration definitions
1302
1303## ---------------- ##
1304## Cache variables. ##
1305## ---------------- ##
1306
1307ac_cv_build=x86_64-apple-darwin13.0.0
1308ac_cv_c_compiler_gnu=yes
1309ac_cv_env_BSDMAKE_set=
1310ac_cv_env_BSDMAKE_value=
1311ac_cv_env_BZIP2_set=
1312ac_cv_env_BZIP2_value=
1313ac_cv_env_CC_set=
1314ac_cv_env_CC_value=
1315ac_cv_env_CFLAGS_set=
1316ac_cv_env_CFLAGS_value=
1317ac_cv_env_CPPFLAGS_set=
1318ac_cv_env_CPPFLAGS_value=
1319ac_cv_env_CPP_set=
1320ac_cv_env_CPP_value=
1321ac_cv_env_CVS_set=
1322ac_cv_env_CVS_value=
1323ac_cv_env_GNUMAKE_set=
1324ac_cv_env_GNUMAKE_value=
1325ac_cv_env_GNUTAR_set=
1326ac_cv_env_GNUTAR_value=
1327ac_cv_env_LDFLAGS_set=
1328ac_cv_env_LDFLAGS_value=
1329ac_cv_env_LIBS_set=
1330ac_cv_env_LIBS_value=
1331ac_cv_env_LZMA_set=
1332ac_cv_env_LZMA_value=
1333ac_cv_env_MAKE_set=
1334ac_cv_env_MAKE_value=
1335ac_cv_env_MTREE_set=
1336ac_cv_env_MTREE_value=
1337ac_cv_env_OBJCFLAGS_set=
1338ac_cv_env_OBJCFLAGS_value=
1339ac_cv_env_OBJCPP_set=
1340ac_cv_env_OBJCPP_value=
1341ac_cv_env_OBJC_set=
1342ac_cv_env_OBJC_value=
1343ac_cv_env_OPENSSL_set=
1344ac_cv_env_OPENSSL_value=
1345ac_cv_env_OPEN_set=
1346ac_cv_env_OPEN_value=
1347ac_cv_env_RSYNC_set=
1348ac_cv_env_RSYNC_value=
1349ac_cv_env_SED_set=
1350ac_cv_env_SED_value=
1351ac_cv_env_SVN_set=
1352ac_cv_env_SVN_value=
1353ac_cv_env_SWIG_set=
1354ac_cv_env_SWIG_value=
1355ac_cv_env_TAR_set=
1356ac_cv_env_TAR_value=
1357ac_cv_env_XAR_set=
1358ac_cv_env_XAR_value=
1359ac_cv_env_XZ_set=
1360ac_cv_env_XZ_value=
1361ac_cv_env_build_alias_set=
1362ac_cv_env_build_alias_value=
1363ac_cv_env_host_alias_set=
1364ac_cv_env_host_alias_value=
1365ac_cv_env_target_alias_set=
1366ac_cv_env_target_alias_value=
1367ac_cv_func_bzero=yes
1368ac_cv_func_clearenv=no
1369ac_cv_func_copyfile=yes
1370ac_cv_func_fgetln=yes
1371ac_cv_func_flock=yes
1372ac_cv_func_kqueue=yes
1373ac_cv_func_lockf=yes
1374ac_cv_func_memset=yes
1375ac_cv_func_setmode=yes
1376ac_cv_func_strcasecmp=yes
1377ac_cv_func_strlcat=yes
1378ac_cv_func_strlcpy=yes
1379ac_cv_func_strncasecmp=yes
1380ac_cv_func_sysctlbyname=yes
1381ac_cv_have_decl_completion_matches=yes
1382ac_cv_have_decl_filename_completion_function=yes
1383ac_cv_have_decl_rl_completion_matches=yes
1384ac_cv_have_decl_rl_filename_completion_function=yes
1385ac_cv_have_decl_rl_username_completion_function=no
1386ac_cv_have_decl_username_completion_function=yes
1387ac_cv_header_CommonCrypto_CommonDigest_h=yes
1388ac_cv_header_crt_externs_h=yes
1389ac_cv_header_dirent_dirent_h=yes
1390ac_cv_header_err_h=yes
1391ac_cv_header_fcntl_h=yes
1392ac_cv_header_inttypes_h=yes
1393ac_cv_header_limits_h=yes
1394ac_cv_header_memory_h=yes
1395ac_cv_header_objc_objc_h=yes
1396ac_cv_header_paths_h=yes
1397ac_cv_header_pwd_h=yes
1398ac_cv_header_readline_history_h=yes
1399ac_cv_header_readline_readline_h=yes
1400ac_cv_header_stdc=yes
1401ac_cv_header_stdint_h=yes
1402ac_cv_header_stdlib_h=yes
1403ac_cv_header_string_h=yes
1404ac_cv_header_strings_h=yes
1405ac_cv_header_sys_cdefs_h=yes
1406ac_cv_header_sys_event_h=yes
1407ac_cv_header_sys_fcntl_h=yes
1408ac_cv_header_sys_file_h=yes
1409ac_cv_header_sys_paths_h=yes
1410ac_cv_header_sys_socket_h=yes
1411ac_cv_header_sys_stat_h=yes
1412ac_cv_header_sys_sysctl_h=yes
1413ac_cv_header_sys_types_h=yes
1414ac_cv_header_sys_wait_h=yes
1415ac_cv_header_unistd_h=yes
1416ac_cv_header_utime_h=yes
1417ac_cv_host=x86_64-apple-darwin13.0.0
1418ac_cv_lib_readline_readline=yes
1419ac_cv_objc_compiler_gnu=yes
1420ac_cv_objc_foundation_apple=yes
1421ac_cv_objext=o
1422ac_cv_path_BZIP2=/usr/bin/bzip2
1423ac_cv_path_CHOWN=/usr/sbin/chown
1424ac_cv_path_CP=/bin/cp
1425ac_cv_path_CPIO=/usr/bin/cpio
1426ac_cv_path_CVS=/usr/bin/cvs
1427ac_cv_path_DEFAULTS=/usr/bin/defaults
1428ac_cv_path_DIFF=/usr/bin/diff
1429ac_cv_path_DSCL=/usr/bin/dscl
1430ac_cv_path_DSEDITGROUP=/usr/sbin/dseditgroup
1431ac_cv_path_EGREP='/usr/bin/grep -E'
1432ac_cv_path_FILE=/usr/bin/file
1433ac_cv_path_FIND=/usr/bin/find
1434ac_cv_path_GIT=/usr/bin/git
1435ac_cv_path_GNUMAKE=/usr/bin/gnumake
1436ac_cv_path_GREP=/usr/bin/grep
1437ac_cv_path_GZIP=/usr/bin/gzip
1438ac_cv_path_HDIUTIL=/usr/bin/hdiutil
1439ac_cv_path_LAUNCHCTL=/bin/launchctl
1440ac_cv_path_LIPO=/usr/bin/lipo
1441ac_cv_path_LSBOM=/usr/bin/lsbom
1442ac_cv_path_MAKE=/usr/bin/make
1443ac_cv_path_MDFIND=/usr/bin/mdfind
1444ac_cv_path_MDLS=/usr/bin/mdls
1445ac_cv_path_MKBOM=/usr/bin/mkbom
1446ac_cv_path_MTREE=/usr/sbin/mtree
1447ac_cv_path_OPEN=/usr/bin/open
1448ac_cv_path_OPENSSL=/usr/bin/openssl
1449ac_cv_path_PATCH=/usr/bin/patch
1450ac_cv_path_PAX=/bin/pax
1451ac_cv_path_RMDIR=/bin/rmdir
1452ac_cv_path_RSYNC=/usr/bin/rsync
1453ac_cv_path_SANDBOX_EXEC=/usr/bin/sandbox-exec
1454ac_cv_path_SED=/usr/bin/sed
1455ac_cv_path_SVN=/usr/bin/svn
1456ac_cv_path_SW_VERS=/usr/bin/sw_vers
1457ac_cv_path_TAR=/usr/bin/tar
1458ac_cv_path_UNZIP=/usr/bin/unzip
1459ac_cv_path_XAR=/usr/bin/xar
1460ac_cv_path_XCODEBUILD=/usr/bin/xcodebuild
1461ac_cv_path_XCODE_SELECT=/usr/bin/xcode-select
1462ac_cv_path_XCRUN=/usr/bin/xcrun
1463ac_cv_path_ZIP=/usr/bin/zip
1464ac_cv_path_install='/usr/bin/install -c'
1465ac_cv_prog_CPP='gcc -E'
1466ac_cv_prog_HAVE_LAUNCHD=yes
1467ac_cv_prog_OBJCPP='gcc -E'
1468ac_cv_prog_ac_ct_CC=gcc
1469ac_cv_prog_ac_ct_OBJC=gcc
1470ac_cv_prog_cc_c89=
1471ac_cv_prog_cc_g=yes
1472ac_cv_prog_make_make_set=yes
1473ac_cv_prog_objc_g=yes
1474ac_cv_search_opendir='none required'
1475ac_cv_target=x86_64-apple-darwin13.0.0
1476mp_cv_attribute_mp_private='__attribute__((visibility("hidden")))'
1477mp_cv_have_framework_corefoundation=yes
1478mp_cv_have_framework_iokit=yes
1479mp_cv_have_framework_systemconfiguration=yes
1480mp_cv_have_function_cfnotificationcentergetdarwinnotifycenter=yes
1481mp_cv_objc_req_pthread=no
1482mp_cv_objc_runtime_apple=yes
1483mp_cv_objc_runtime_gnu=no
1484mp_cv_readlink_is_posix_1003_1a=yes
1485
1486## ----------------- ##
1487## Output variables. ##
1488## ----------------- ##
1489
1490BSDMAKE=''
1491BZIP2='/usr/bin/bzip2'
1492BZR=''
1493CC='gcc'
1494CFLAGS='-g -O2'
1495CFLAGS_LIBCURL=''
1496CFLAGS_PEDANTIC='-pedantic'
1497CFLAGS_QUICHEEATERS='-Wextra -Wall'
1498CFLAGS_SQLITE3=''
1499CFLAGS_WERROR=''
1500CHOWN='/usr/sbin/chown'
1501CP='/bin/cp'
1502CPIO='/usr/bin/cpio'
1503CPP='gcc -E'
1504CPPFLAGS=''
1505CURL_CONFIG=''
1506CVS='/usr/bin/cvs'
1507DEFAULTS='/usr/bin/defaults'
1508DEFS=''
1509DEVELOPER_DIR='/Applications/Xcode.app/Contents/Developer'
1510DIFF='/usr/bin/diff'
1511DSCL='/usr/bin/dscl'
1512DSEDITGROUP='/usr/sbin/dseditgroup'
1513DSTGRP='admin'
1514DSTMODE='0755'
1515DSTUSR='root'
1516ECHO_C='\c'
1517ECHO_N=''
1518ECHO_T=''
1519EGREP='/usr/bin/grep -E'
1520EXEEXT=''
1521EXTRA_PROGS=' daemondo'
1522FILE='/usr/bin/file'
1523FIND='/usr/bin/find'
1524GIT='/usr/bin/git'
1525GNUMAKE='/usr/bin/gnumake'
1526GNUPATCH='/usr/bin/patch'
1527GNUTAR=''
1528GREP='/usr/bin/grep'
1529GZIP='/usr/bin/gzip'
1530HAVE_FRAMEWORK_COREFOUNDATION=''
1531HAVE_FRAMEWORK_IOKIT=''
1532HAVE_FRAMEWORK_SYSTEMCONFIGURATION=''
1533HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER=''
1534HAVE_LAUNCHD='yes'
1535HDIUTIL='/usr/bin/hdiutil'
1536HG=''
1537INCLUDES='-I.. -I. '
1538INSTALL_DATA='${INSTALL} -m 644'
1539INSTALL_PROGRAM='${INSTALL}'
1540INSTALL_SCRIPT='${INSTALL}'
1541LAUNCHCTL='/bin/launchctl'
1542LDFLAGS=''
1543LDFLAGS_LIBCURL=''
1544LDFLAGS_SQLITE3=''
1545LIBOBJS=''
1546LIBS=''
1547LIPO='/usr/bin/lipo'
1548LN_S='ln -s'
1549LSBOM='/usr/bin/lsbom'
1550LTLIBOBJS=''
1551LZMA=''
1552MACPORTS_VERSION='2.2.99'
1553MAKE='/usr/bin/make'
1554MD5_LIBS=''
1555MDFIND='/usr/bin/mdfind'
1556MDLS='/usr/bin/mdls'
1557MKBOM='/usr/bin/mkbom'
1558MPAPPLICATIONSDIR='/Applications/MacPorts'
1559MPCONFIGDIR='${sysconfdir}/macports'
1560MPCONFIGDIR_EXPANDED=''
1561MPFRAMEWORKSDIR='/opt/local/Library/Frameworks'
1562MTREE='/usr/sbin/mtree'
1563OBJC='gcc'
1564OBJCFLAGS='-g -O2'
1565OBJCPP='gcc -E'
1566OBJC_FOUNDATION='Apple'
1567OBJC_FOUNDATION_CPPFLAGS=''
1568OBJC_FOUNDATION_LDFLAGS=''
1569OBJC_FOUNDATION_LIBS='-framework Foundation'
1570OBJC_LIBS='-lobjc'
1571OBJC_PTHREAD_CFLAGS='-D_THREAD_SAFE '
1572OBJC_PTHREAD_LIBS=''
1573OBJC_RUNTIME='APPLE_RUNTIME'
1574OBJC_RUNTIME_FLAGS='-fnext-runtime'
1575OBJEXT='o'
1576OPEN='/usr/bin/open'
1577OPENSSL='/usr/bin/openssl'
1578OUR_INCLUDED_PACKAGES=''
1579PACKAGE_BUGREPORT='macports-dev@lists.macosforge.org'
1580PACKAGE_NAME='MacPorts'
1581PACKAGE_STRING='MacPorts 2.2.99'
1582PACKAGE_TARNAME='macports'
1583PACKAGE_URL=''
1584PACKAGE_VERSION='2.2.99'
1585PATCH='/usr/bin/patch'
1586PATH_CLEANED='/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin'
1587PATH_SEPARATOR=':'
1588PAX='/bin/pax'
1589PKG_CONFIG=''
1590PORTSDIR=''
1591PTHREAD_CFLAGS='-D_THREAD_SAFE '
1592PTHREAD_LIBS=''
1593READLINE_LIBS='-lreadline'
1594READLINK_IS_NOT_P1003_1A=''
1595RMDIR='/bin/rmdir'
1596RSYNC='/usr/bin/rsync'
1597RUNUSR='macports'
1598SANDBOX_EXEC='/usr/bin/sandbox-exec'
1599SED='/usr/bin/sed'
1600SED_EXT='-E'
1601SET_MAKE=''
1602SHELL='/bin/sh'
1603SHLIB_CFLAGS=''
1604SHLIB_LD=''
1605SHLIB_LDFLAGS=''
1606SHLIB_SUFFIX=''
1607SQLITE3_TCL_DIR=''
1608STLIB_LD=''
1609SVN='/usr/bin/svn'
1610SWIG=''
1611SW_VERS='/usr/bin/sw_vers'
1612TAR='/usr/bin/tar'
1613TAR_CMD='/usr/bin/tar'
1614TAR_Q='q'
1615TCLSH=''
1616TCL_BIN_DIR='# no Tcl configs found'
1617TCL_CC=''
1618TCL_DEFS=''
1619TCL_INCLUDES=''
1620TCL_LIB_FILE=''
1621TCL_LIB_FLAG=''
1622TCL_LIB_SPEC=''
1623TCL_PACKAGE_DIR=''
1624TCL_SRC_DIR=''
1625TCL_STUB_LIB_FILE=''
1626TCL_STUB_LIB_FLAG=''
1627TCL_STUB_LIB_SPEC=''
1628TCL_VERSION=''
1629UNIVERSAL_ARCHS='x86_64 i386'
1630UNZIP='/usr/bin/unzip'
1631XAR='/usr/bin/xar'
1632XCODEBUILD='/usr/bin/xcodebuild'
1633XCODE_SELECT='/usr/bin/xcode-select'
1634XCRUN='/usr/bin/xcrun'
1635XZ=''
1636ZIP='/usr/bin/zip'
1637ac_ct_CC='gcc'
1638ac_ct_OBJC='gcc'
1639ac_cv_func_strlcat='yes'
1640acx_pthread_config=''
1641bindir='${exec_prefix}/bin'
1642build='x86_64-apple-darwin13.0.0'
1643build_alias=''
1644build_cpu='x86_64'
1645build_os='darwin13.0.0'
1646build_vendor='apple'
1647datadir='${datarootdir}'
1648datarootdir='${prefix}/share'
1649docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1650dvidir='${docdir}'
1651exec_prefix='NONE'
1652host='x86_64-apple-darwin13.0.0'
1653host_alias=''
1654host_cpu='x86_64'
1655host_os='darwin13.0.0'
1656host_vendor='apple'
1657htmldir='${docdir}'
1658includedir='${prefix}/include'
1659infodir='${datarootdir}/info'
1660libdir='${exec_prefix}/lib'
1661libexecdir='${exec_prefix}/libexec'
1662localedir='${datarootdir}/locale'
1663localstatedir='${prefix}/var'
1664localstatedir_expanded=''
1665macports_tcl_dir=''
1666mandir='${datarootdir}/man'
1667oldincludedir='/usr/include'
1668pdfdir='${docdir}'
1669prefix='NONE'
1670prefix_expanded=''
1671program_transform_name='s,x,x,'
1672psdir='${docdir}'
1673sbindir='${exec_prefix}/sbin'
1674sharedstatedir='${prefix}/com'
1675subdirs=''
1676sysconfdir='${prefix}/etc'
1677target='x86_64-apple-darwin13.0.0'
1678target_alias=''
1679target_cpu='x86_64'
1680target_os='darwin13.0.0'
1681target_vendor='apple'
1682
1683## ----------- ##
1684## confdefs.h. ##
1685## ----------- ##
1686
1687/* confdefs.h */
1688#define PACKAGE_NAME "MacPorts"
1689#define PACKAGE_TARNAME "macports"
1690#define PACKAGE_VERSION "2.2.99"
1691#define PACKAGE_STRING "MacPorts 2.2.99"
1692#define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
1693#define PACKAGE_URL ""
1694#define UNUSED __attribute__((unused))
1695#define MP_PRIVATE __attribute__((visibility("hidden")))
1696#define HAVE_PTHREAD 1
1697#define STDC_HEADERS 1
1698#define HAVE_SYS_TYPES_H 1
1699#define HAVE_SYS_STAT_H 1
1700#define HAVE_STDLIB_H 1
1701#define HAVE_STRING_H 1
1702#define HAVE_MEMORY_H 1
1703#define HAVE_STRINGS_H 1
1704#define HAVE_INTTYPES_H 1
1705#define HAVE_STDINT_H 1
1706#define HAVE_UNISTD_H 1
1707#define HAVE_OBJC_OBJC_H 1
1708#define APPLE_RUNTIME 1
1709#define APPLE_FOUNDATION 1
1710#define HAVE_FRAMEWORK_COREFOUNDATION /**/
1711#define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
1712#define HAVE_FRAMEWORK_IOKIT /**/
1713#define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
1714#define STDC_HEADERS 1
1715#define HAVE_DIRENT_H 1
1716#define HAVE_SYS_WAIT_H 1
1717#define HAVE_LIMITS_H 1
1718#define HAVE_PATHS_H 1
1719#define HAVE_SYS_FILE_H 1
1720#define HAVE_CRT_EXTERNS_H 1
1721#define HAVE_FCNTL_H 1
1722#define HAVE_SYS_FCNTL_H 1
1723#define HAVE_SYS_CDEFS_H 1
1724#define HAVE_ERR_H 1
1725#define HAVE_SYS_SOCKET_H 1
1726#define HAVE_SYS_EVENT_H 1
1727#define HAVE_SYS_SYSCTL_H 1
1728#define HAVE_READLINE_READLINE_H 1
1729#define HAVE_READLINE_HISTORY_H 1
1730#define HAVE_PWD_H 1
1731#define HAVE_SYS_PATHS_H 1
1732#define HAVE_UTIME_H 1
1733#define HAVE_BZERO 1
1734#define HAVE_MEMSET 1
1735#define HAVE_FGETLN 1
1736#define HAVE_LOCKF 1
1737#define HAVE_FLOCK 1
1738#define HAVE_SETMODE 1
1739#define HAVE_STRCASECMP 1
1740#define HAVE_STRNCASECMP 1
1741#define HAVE_STRLCPY 1
1742#define HAVE_STRLCAT 1
1743#define HAVE_COPYFILE 1
1744#define HAVE_SYSCTLBYNAME 1
1745#define HAVE_KQUEUE 1
1746#define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
1747#define HAVE_LIBREADLINE 1
1748#define HAVE_DECL_RL_USERNAME_COMPLETION_FUNCTION 0
1749#define HAVE_DECL_RL_FILENAME_COMPLETION_FUNCTION 1
1750#define HAVE_DECL_RL_COMPLETION_MATCHES 1
1751#define HAVE_DECL_USERNAME_COMPLETION_FUNCTION 1
1752#define HAVE_DECL_FILENAME_COMPLETION_FUNCTION 1
1753#define HAVE_DECL_COMPLETION_MATCHES 1
1754#define MIN_USABLE_UID 500
1755#define MIN_USABLE_GID 500
1756
1757configure: exit 1