Ticket #55623: config.log

File config.log, 67.5 KB (added by wojtekcz (Wojciech Czarnowski), 6 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.4.2, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix /Users/wcz/macports --with-applications-dir=/Users/wcz/macports/Applications --with-install-user=wcz --with-install-group=staff --with-no-root-privileges
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = Wojciechs-MBPr.local
14uname -m = x86_64
15uname -r = 17.3.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 17.3.0: Thu Nov  9 18:09:22 PST 2017; root:xnu-4570.31.3~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 17.3.0: Thu Nov  9 18:09:22 PST 2017; root:xnu-4570.31.3~1/RELEASE_X86_64
27Kernel configured for up to 8 processors.
284 processors are physically available.
298 processors are logically available.
30Processor type: x86_64h (Intel x86-64h Haswell)
31Processors active: 0 1 2 3 4 5 6 7
32Primary memory available: 16.00 gigabytes
33Default processor set: 405 tasks, 1541 threads, 8 processors
34Load average: 2.37, Mach factor: 5.62
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /Users/wcz/bin
40PATH: /Developer/NVIDIA/CUDA-9.0/bin
41PATH: /Users/wcz/anaconda3/bin
42PATH: /usr/local/bin
43PATH: /usr/bin
44PATH: /bin
45PATH: /usr/sbin
46PATH: /sbin
47PATH: /opt/X11/bin
48PATH: /opt/kroleg/mc/bin
49
50
51## ----------- ##
52## Core tests. ##
53## ----------- ##
54
55configure:2680: checking build system type
56configure:2694: result: x86_64-apple-darwin17.3.0
57configure:2714: checking host system type
58configure:2727: result: x86_64-apple-darwin17.3.0
59configure:2747: checking target system type
60configure:2760: result: x86_64-apple-darwin17.3.0
61configure:2788: checking MacPorts version
62configure:2791: result: 2.4.2
63configure:2910: checking for sw_vers
64configure:2928: found /usr/bin/sw_vers
65configure:2940: result: /usr/bin/sw_vers
66configure:2950: checking for defaults
67configure:2968: found /usr/bin/defaults
68configure:2980: result: /usr/bin/defaults
69configure:2990: checking for xcode-select
70configure:3008: found /usr/bin/xcode-select
71configure:3020: result: /usr/bin/xcode-select
72configure:3030: checking Mac OS X version
73configure:3033: result: 10.13.2
74configure:3055: checking Xcode location
75configure:3067: result: /Applications/Xcode.app/Contents/Developer
76configure:3081: checking Xcode version
77configure:3088: result: 9.2
78configure:3166: checking for clang
79configure:3182: found /usr/bin/clang
80configure:3193: result: clang
81configure:3224: checking for C compiler version
82configure:3233: clang --version >&5
83Apple LLVM version 9.0.0 (clang-900.0.39.2)
84Target: x86_64-apple-darwin17.3.0
85Thread model: posix
86InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
87configure:3244: $? = 0
88configure:3233: clang -v >&5
89Apple LLVM version 9.0.0 (clang-900.0.39.2)
90Target: x86_64-apple-darwin17.3.0
91Thread model: posix
92InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
93Found CUDA installation: /usr/local/cuda, version unknown
94configure:3244: $? = 0
95configure:3233: clang -V >&5
96clang: error: argument to '-V' is missing (expected 1 value)
97clang: error: no input files
98configure:3244: $? = 1
99configure:3233: clang -qversion >&5
100clang: error: unknown argument: '-qversion'
101clang: error: no input files
102configure:3244: $? = 1
103configure:3264: checking whether the C compiler works
104configure:3286: clang    conftest.c  >&5
105configure:3290: $? = 0
106configure:3338: result: yes
107configure:3341: checking for C compiler default output file name
108configure:3343: result: a.out
109configure:3349: checking for suffix of executables
110configure:3356: clang -o conftest    conftest.c  >&5
111configure:3360: $? = 0
112configure:3382: result:
113configure:3404: checking whether we are cross compiling
114configure:3412: clang -o conftest    conftest.c  >&5
115configure:3416: $? = 0
116configure:3423: ./conftest
117configure:3427: $? = 0
118configure:3442: result: no
119configure:3447: checking for suffix of object files
120configure:3469: clang -c   conftest.c >&5
121configure:3473: $? = 0
122configure:3494: result: o
123configure:3498: checking whether we are using the GNU C compiler
124configure:3517: clang -c   conftest.c >&5
125configure:3517: $? = 0
126configure:3526: result: yes
127configure:3535: checking whether clang accepts -g
128configure:3555: clang -c -g  conftest.c >&5
129configure:3555: $? = 0
130configure:3596: result: yes
131configure:3613: checking for clang option to accept ISO C89
132configure:3676: clang  -c -g -O2  conftest.c >&5
133configure:3676: $? = 0
134configure:3689: result: none needed
135configure:3723: checking for a BSD-compatible install
136configure:3791: result: /usr/bin/install -c
137configure:3802: checking whether ln -s works
138configure:3806: result: yes
139configure:3813: checking whether make sets $(MAKE)
140configure:3835: result: yes
141configure:3898: checking for clang
142configure:3914: found /usr/bin/clang
143configure:3925: result: clang
144configure:3950: checking for Objective C compiler version
145configure:3959: clang --version >&5
146Apple LLVM version 9.0.0 (clang-900.0.39.2)
147Target: x86_64-apple-darwin17.3.0
148Thread model: posix
149InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
150configure:3970: $? = 0
151configure:3959: clang -v >&5
152Apple LLVM version 9.0.0 (clang-900.0.39.2)
153Target: x86_64-apple-darwin17.3.0
154Thread model: posix
155InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
156Found CUDA installation: /usr/local/cuda, version unknown
157configure:3970: $? = 0
158configure:3959: clang -V >&5
159clang: error: argument to '-V' is missing (expected 1 value)
160clang: error: no input files
161configure:3970: $? = 1
162configure:3959: clang -qversion >&5
163clang: error: unknown argument: '-qversion'
164clang: error: no input files
165configure:3970: $? = 1
166configure:3974: checking whether we are using the GNU Objective C compiler
167configure:3993: clang -c   conftest.m >&5
168configure:3993: $? = 0
169configure:4002: result: yes
170configure:4011: checking whether clang accepts -g
171configure:4031: clang -c -g  conftest.m >&5
172configure:4031: $? = 0
173configure:4072: result: yes
174configure:4206: checking for bsdmake
175configure:4239: result: no
176configure:4206: checking for pmake
177configure:4239: result: no
178configure:4249: checking for bzip2
179configure:4267: found /Users/wcz/anaconda3/bin/bzip2
180configure:4279: result: /Users/wcz/anaconda3/bin/bzip2
181configure:4289: checking for bzr
182configure:4322: result: no
183configure:4329: checking for chown
184configure:4348: found /usr/sbin/chown
185configure:4360: result: /usr/sbin/chown
186configure:4370: checking for cp
187configure:4388: found /bin/cp
188configure:4400: result: /bin/cp
189configure:4410: checking for cpio
190configure:4428: found /usr/bin/cpio
191configure:4440: result: /usr/bin/cpio
192configure:4450: checking for cvs
193configure:4483: result: no
194configure:4490: checking for diff
195configure:4508: found /usr/bin/diff
196configure:4520: result: /usr/bin/diff
197configure:4530: checking for dscl
198configure:4548: found /usr/bin/dscl
199configure:4560: result: /usr/bin/dscl
200configure:4570: checking for dseditgroup
201configure:4589: found /usr/sbin/dseditgroup
202configure:4601: result: /usr/sbin/dseditgroup
203configure:4611: checking for file
204configure:4629: found /usr/bin/file
205configure:4641: result: /usr/bin/file
206configure:4651: checking for find
207configure:4669: found /usr/bin/find
208configure:4681: result: /usr/bin/find
209configure:4691: checking for git
210configure:4709: found /usr/local/bin/git
211configure:4721: result: /usr/local/bin/git
212configure:4733: checking for gnumake
213configure:4751: found /usr/bin/gnumake
214configure:4763: result: /usr/bin/gnumake
215configure:4778: checking for gnupatch
216configure:4811: result: no
217configure:4778: checking for gpatch
218configure:4811: result: no
219configure:4823: checking for gnutar
220configure:4856: result: no
221configure:4823: checking for gtar
222configure:4856: result: no
223configure:4866: checking for gzip
224configure:4884: found /usr/bin/gzip
225configure:4896: result: /usr/bin/gzip
226configure:4906: checking for hdiutil
227configure:4924: found /usr/bin/hdiutil
228configure:4936: result: /usr/bin/hdiutil
229configure:4946: checking for hg
230configure:4979: result: no
231configure:4986: checking for launchctl
232configure:5004: found /bin/launchctl
233configure:5016: result: /bin/launchctl
234configure:5026: checking for lipo
235configure:5044: found /usr/bin/lipo
236configure:5056: result: /usr/bin/lipo
237configure:5066: checking for lsbom
238configure:5084: found /usr/bin/lsbom
239configure:5096: result: /usr/bin/lsbom
240configure:5106: checking for lzma
241configure:5124: found /Users/wcz/anaconda3/bin/lzma
242configure:5136: result: /Users/wcz/anaconda3/bin/lzma
243configure:5146: checking for make
244configure:5164: found /usr/bin/make
245configure:5176: result: /usr/bin/make
246configure:5186: checking for man
247configure:5204: found /usr/bin/man
248configure:5216: result: /usr/bin/man
249configure:5226: checking for mdfind
250configure:5244: found /usr/bin/mdfind
251configure:5256: result: /usr/bin/mdfind
252configure:5266: checking for mdls
253configure:5284: found /usr/bin/mdls
254configure:5296: result: /usr/bin/mdls
255configure:5306: checking for mkbom
256configure:5324: found /usr/bin/mkbom
257configure:5336: result: /usr/bin/mkbom
258configure:5348: checking for mtree
259configure:5367: found /usr/sbin/mtree
260configure:5379: result: /usr/sbin/mtree
261configure:5392: checking for open
262configure:5410: found /usr/bin/open
263configure:5422: result: /usr/bin/open
264configure:5432: checking for openssl
265configure:5450: found /Users/wcz/anaconda3/bin/openssl
266configure:5462: result: /Users/wcz/anaconda3/bin/openssl
267configure:5472: checking for patch
268configure:5490: found /usr/bin/patch
269configure:5502: result: /usr/bin/patch
270configure:5512: checking for pax
271configure:5530: found /bin/pax
272configure:5542: result: /bin/pax
273configure:5552: checking for rmdir
274configure:5570: found /bin/rmdir
275configure:5582: result: /bin/rmdir
276configure:5592: checking for rsync
277configure:5610: found /usr/bin/rsync
278configure:5622: result: /usr/bin/rsync
279configure:5632: checking for sandbox-exec
280configure:5650: found /usr/bin/sandbox-exec
281configure:5662: result: /usr/bin/sandbox-exec
282configure:5672: checking for sed
283configure:5690: found /usr/bin/sed
284configure:5702: result: /usr/bin/sed
285configure:5712: checking for svn
286configure:5730: found /usr/bin/svn
287configure:5742: result: /usr/bin/svn
288configure:5752: checking for swig
289configure:5785: result: no
290configure:5792: checking for tar
291configure:5810: found /usr/bin/tar
292configure:5822: result: /usr/bin/tar
293configure:5832: checking for unzip
294configure:5850: found /usr/bin/unzip
295configure:5862: result: /usr/bin/unzip
296configure:5872: checking for xar
297configure:5890: found /usr/bin/xar
298configure:5902: result: /usr/bin/xar
299configure:5912: checking for xcodebuild
300configure:5930: found /usr/bin/xcodebuild
301configure:5942: result: /usr/bin/xcodebuild
302configure:5952: checking for xcrun
303configure:5970: found /usr/bin/xcrun
304configure:5982: result: /usr/bin/xcrun
305configure:5992: checking for xz
306configure:6010: found /Users/wcz/anaconda3/bin/xz
307configure:6022: result: /Users/wcz/anaconda3/bin/xz
308configure:6032: checking for zip
309configure:6050: found /usr/bin/zip
310configure:6062: result: /usr/bin/zip
311configure:6073: checking for launchd
312configure:6089: found /sbin/launchd
313configure:6100: result: yes
314configure:6116: checking for sed
315configure:6146: result: /usr/bin/sed
316configure:6159: checking which sed flag to use for extended regexp
317configure:6169: result: -E (BSD)
318configure:6186: checking for tar
319configure:6216: result: /usr/bin/tar
320configure:6225: checking whether tar supports -q
321configure:6228: result: yes (bsdtar)
322configure:6241: checking for tar
323configure:6271: result: /usr/bin/tar
324configure:6281: checking for gnutar
325configure:6314: result: no
326configure:6320: checking for which tar variant to use
327configure:6327: result: /usr/bin/tar
328configure:6331: checking for /usr/bin/tar --no-same-owner support
329configure:6335: result: no
330configure:6346: checking for patch
331configure:6376: result: /usr/bin/patch
332configure:6386: checking for gpatch
333configure:6419: result: no
334configure:6425: checking for GNU (FSF) patch
335configure:6437: result: /usr/bin/patch
336configure:6469: checking how to mark unused variables
337configure:6475: clang -c -g -O2  conftest.c >&5
338configure:6475: $? = 0
339configure:6485: result:
340configure:6490: checking for gcc symbol visibility attribute
341configure:6509: clang -c -g -O2  conftest.c >&5
342configure:6509: $? = 0
343configure:6523: result: __attribute__((visibility("hidden")))
344configure:6708: checking for the pthreads library -lpthreads
345configure:6741: clang -o conftest -g -O2    conftest.c -lpthreads  >&5
346conftest.c:16:41: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
347                     pthread_attr_init(0); pthread_cleanup_push(0, 0);
348                                       ~^
349conftest.c:17:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
350                     pthread_create(0,0,0,0); pthread_cleanup_pop(0);
351                                    ~      ^
352conftest.c:17:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
353                     pthread_create(0,0,0,0); pthread_cleanup_pop(0);
354                                        ~  ^
3553 warnings generated.
356ld: library not found for -lpthreads
357clang: error: linker command failed with exit code 1 (use -v to see invocation)
358configure:6741: $? = 1
359configure: failed program was:
360| /* confdefs.h */
361| #define PACKAGE_NAME "MacPorts"
362| #define PACKAGE_TARNAME "macports"
363| #define PACKAGE_VERSION "2.4.2"
364| #define PACKAGE_STRING "MacPorts 2.4.2"
365| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
366| #define PACKAGE_URL ""
367| #define UNUSED __attribute__((unused))
368| #define MP_PRIVATE __attribute__((visibility("hidden")))
369| /* end confdefs.h.  */
370| #include <pthread.h>
371| int
372| main ()
373| {
374| pthread_t th; pthread_join(th, 0);
375|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
376|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
377|   ;
378|   return 0;
379| }
380configure:6750: result: no
381configure:6653: checking whether pthreads work without any flags
382configure:6741: clang -o conftest -g -O2    conftest.c   >&5
383conftest.c:16:41: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
384                     pthread_attr_init(0); pthread_cleanup_push(0, 0);
385                                       ~^
386conftest.c:17:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
387                     pthread_create(0,0,0,0); pthread_cleanup_pop(0);
388                                    ~      ^
389conftest.c:17:44: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
390                     pthread_create(0,0,0,0); pthread_cleanup_pop(0);
391                                        ~  ^
3923 warnings generated.
393configure:6741: $? = 0
394configure:6750: result: yes
395configure:6769: checking for joinable pthread attribute
396configure:6784: clang -o conftest -g -O2    conftest.c   >&5
397configure:6784: $? = 0
398configure:6790: result: PTHREAD_CREATE_JOINABLE
399configure:6800: checking if more special flags are required for pthreads
400configure:6807: result: -D_THREAD_SAFE
401configure:6844: checking how to run the Objective C preprocessor
402configure:6871: clang -E  conftest.m
403configure:6871: $? = 0
404configure:6885: clang -E  conftest.m
405conftest.m:12:10: fatal error: 'ac_nonexistent.h' file not found
406#include <ac_nonexistent.h>
407         ^~~~~~~~~~~~~~~~~~
4081 error generated.
409configure:6885: $? = 1
410configure: failed program was:
411| /* confdefs.h */
412| #define PACKAGE_NAME "MacPorts"
413| #define PACKAGE_TARNAME "macports"
414| #define PACKAGE_VERSION "2.4.2"
415| #define PACKAGE_STRING "MacPorts 2.4.2"
416| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
417| #define PACKAGE_URL ""
418| #define UNUSED __attribute__((unused))
419| #define MP_PRIVATE __attribute__((visibility("hidden")))
420| #define HAVE_PTHREAD 1
421| /* end confdefs.h.  */
422| #include <ac_nonexistent.h>
423configure:6910: result: clang -E
424configure:6930: clang -E  conftest.m
425configure:6930: $? = 0
426configure:6944: clang -E  conftest.m
427conftest.m:12:10: fatal error: 'ac_nonexistent.h' file not found
428#include <ac_nonexistent.h>
429         ^~~~~~~~~~~~~~~~~~
4301 error generated.
431configure:6944: $? = 1
432configure: failed program was:
433| /* confdefs.h */
434| #define PACKAGE_NAME "MacPorts"
435| #define PACKAGE_TARNAME "macports"
436| #define PACKAGE_VERSION "2.4.2"
437| #define PACKAGE_STRING "MacPorts 2.4.2"
438| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
439| #define PACKAGE_URL ""
440| #define UNUSED __attribute__((unused))
441| #define MP_PRIVATE __attribute__((visibility("hidden")))
442| #define HAVE_PTHREAD 1
443| /* end confdefs.h.  */
444| #include <ac_nonexistent.h>
445configure:6973: checking for grep that handles long lines and -e
446configure:7031: result: /usr/bin/grep
447configure:7036: checking for egrep
448configure:7098: result: /usr/bin/grep -E
449configure:7103: checking for ANSI C header files
450configure:7123: clang -c -g -O2  conftest.m >&5
451configure:7123: $? = 0
452configure:7196: clang -o conftest -g -O2   conftest.m  >&5
453configure:7196: $? = 0
454configure:7196: ./conftest
455configure:7196: $? = 0
456configure:7207: result: yes
457configure:7220: checking for sys/types.h
458configure:7220: clang -c -g -O2  conftest.m >&5
459configure:7220: $? = 0
460configure:7220: result: yes
461configure:7220: checking for sys/stat.h
462configure:7220: clang -c -g -O2  conftest.m >&5
463configure:7220: $? = 0
464configure:7220: result: yes
465configure:7220: checking for stdlib.h
466configure:7220: clang -c -g -O2  conftest.m >&5
467configure:7220: $? = 0
468configure:7220: result: yes
469configure:7220: checking for string.h
470configure:7220: clang -c -g -O2  conftest.m >&5
471configure:7220: $? = 0
472configure:7220: result: yes
473configure:7220: checking for memory.h
474configure:7220: clang -c -g -O2  conftest.m >&5
475configure:7220: $? = 0
476configure:7220: result: yes
477configure:7220: checking for strings.h
478configure:7220: clang -c -g -O2  conftest.m >&5
479configure:7220: $? = 0
480configure:7220: result: yes
481configure:7220: checking for inttypes.h
482configure:7220: clang -c -g -O2  conftest.m >&5
483configure:7220: $? = 0
484configure:7220: result: yes
485configure:7220: checking for stdint.h
486configure:7220: clang -c -g -O2  conftest.m >&5
487configure:7220: $? = 0
488configure:7220: result: yes
489configure:7220: checking for unistd.h
490configure:7220: clang -c -g -O2  conftest.m >&5
491configure:7220: $? = 0
492configure:7220: result: yes
493configure:7267: checking objc/objc.h usability
494configure:7267: clang -c -g -O2  conftest.m >&5
495configure:7267: $? = 0
496configure:7267: result: yes
497configure:7267: checking objc/objc.h presence
498configure:7267: clang -E  conftest.m
499configure:7267: $? = 0
500configure:7267: result: yes
501configure:7267: checking for objc/objc.h
502configure:7267: result: yes
503configure:7292: checking if linking libobjc requires pthreads
504configure:7321: clang -o conftest -g -O2   conftest.m  -lobjc >&5
505conftest.m:32:7: error: use of undeclared identifier 'Object'
506                                                Object *obj = [Object alloc];
507                                                ^
508conftest.m:32:15: error: use of undeclared identifier 'obj'
509                                                Object *obj = [Object alloc];
510                                                        ^
511conftest.m:32:22: error: use of undeclared identifier 'Object'
512                                                Object *obj = [Object alloc];
513                                                               ^
514conftest.m:33:7: warning: implicit declaration of function 'puts' is invalid in C99 [-Wimplicit-function-declaration]
515                                                puts([obj name]);
516                                                ^
517conftest.m:33:13: error: use of undeclared identifier 'obj'
518                                                puts([obj name]);
519                                                      ^
5201 warning and 4 errors generated.
521configure:7321: $? = 1
522configure: failed program was:
523| /* confdefs.h */
524| #define PACKAGE_NAME "MacPorts"
525| #define PACKAGE_TARNAME "macports"
526| #define PACKAGE_VERSION "2.4.2"
527| #define PACKAGE_STRING "MacPorts 2.4.2"
528| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
529| #define PACKAGE_URL ""
530| #define UNUSED __attribute__((unused))
531| #define MP_PRIVATE __attribute__((visibility("hidden")))
532| #define HAVE_PTHREAD 1
533| #define STDC_HEADERS 1
534| #define HAVE_SYS_TYPES_H 1
535| #define HAVE_SYS_STAT_H 1
536| #define HAVE_STDLIB_H 1
537| #define HAVE_STRING_H 1
538| #define HAVE_MEMORY_H 1
539| #define HAVE_STRINGS_H 1
540| #define HAVE_INTTYPES_H 1
541| #define HAVE_STDINT_H 1
542| #define HAVE_UNISTD_H 1
543| #define HAVE_OBJC_OBJC_H 1
544| /* end confdefs.h.  */
545|
546|
547|                                               #include <objc/objc.h>
548|                                               #include <objc/Object.h>
549|
550| int
551| main ()
552| {
553|
554|                                               Object *obj = [Object alloc];
555|                                               puts([obj name]);
556|
557|   ;
558|   return 0;
559| }
560|
561configure:7359: clang -o conftest -g -O2 -D_THREAD_SAFE    conftest.m  -lobjc  >&5
562conftest.m:32:8: error: use of undeclared identifier 'Object'
563                                                        Object *obj = [Object alloc];
564                                                        ^
565conftest.m:32:16: error: use of undeclared identifier 'obj'
566                                                        Object *obj = [Object alloc];
567                                                                ^
568conftest.m:32:23: error: use of undeclared identifier 'Object'
569                                                        Object *obj = [Object alloc];
570                                                                       ^
571conftest.m:33:8: warning: implicit declaration of function 'puts' is invalid in C99 [-Wimplicit-function-declaration]
572                                                        puts([obj name]);
573                                                        ^
574conftest.m:33:14: error: use of undeclared identifier 'obj'
575                                                        puts([obj name]);
576                                                              ^
5771 warning and 4 errors generated.
578configure:7359: $? = 1
579configure: failed program was:
580| /* confdefs.h */
581| #define PACKAGE_NAME "MacPorts"
582| #define PACKAGE_TARNAME "macports"
583| #define PACKAGE_VERSION "2.4.2"
584| #define PACKAGE_STRING "MacPorts 2.4.2"
585| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
586| #define PACKAGE_URL ""
587| #define UNUSED __attribute__((unused))
588| #define MP_PRIVATE __attribute__((visibility("hidden")))
589| #define HAVE_PTHREAD 1
590| #define STDC_HEADERS 1
591| #define HAVE_SYS_TYPES_H 1
592| #define HAVE_SYS_STAT_H 1
593| #define HAVE_STDLIB_H 1
594| #define HAVE_STRING_H 1
595| #define HAVE_MEMORY_H 1
596| #define HAVE_STRINGS_H 1
597| #define HAVE_INTTYPES_H 1
598| #define HAVE_STDINT_H 1
599| #define HAVE_UNISTD_H 1
600| #define HAVE_OBJC_OBJC_H 1
601| /* end confdefs.h.  */
602|
603|
604|                                                       #include <objc/objc.h>
605|                                                       #include <objc/Object.h>
606|
607| int
608| main ()
609| {
610|
611|                                                       Object *obj = [Object alloc];
612|                                                       puts([obj name]);
613|
614|   ;
615|   return 0;
616| }
617|
618configure:7379: result: no
619configure:7392: checking for Apple Objective-C runtime
620configure:7421: clang -o conftest -g -O2 -D_THREAD_SAFE    conftest.m  -lobjc  >&5
621conftest.m:32:19: warning: implicit declaration of function 'objc_lookUpClass' is invalid in C99 [-Wimplicit-function-declaration]
622                                                        id class = objc_lookUpClass("Object");
623                                                                   ^
624conftest.m:32:11: warning: incompatible integer to pointer conversion initializing 'id' with an expression of type 'int' [-Wint-conversion]
625                                                        id class = objc_lookUpClass("Object");
626                                                           ^       ~~~~~~~~~~~~~~~~~~~~~~~~~~
627conftest.m:33:24: warning: instance method '-alloc' not found (return type defaults to 'id') [-Wobjc-method-access]
628                                                        id obj = [class alloc];
629                                                                        ^~~~~
630conftest.m:34:8: warning: implicit declaration of function 'puts' is invalid in C99 [-Wimplicit-function-declaration]
631                                                        puts([obj name]);
632                                                        ^
633conftest.m:34:18: warning: instance method '-name' not found (return type defaults to 'id') [-Wobjc-method-access]
634                                                        puts([obj name]);
635                                                                  ^~~~
6365 warnings generated.
637configure:7421: $? = 0
638configure:7436: result: yes
639configure:7443: checking for GNU Objective C runtime
640configure:7471: clang -o conftest -g -O2 -D_THREAD_SAFE    conftest.m  -lobjc  >&5
641conftest.m:31:19: warning: implicit declaration of function 'objc_lookup_class' is invalid in C99 [-Wimplicit-function-declaration]
642                                                        id class = objc_lookup_class("Object");
643                                                                   ^
644conftest.m:31:11: warning: incompatible integer to pointer conversion initializing 'id' with an expression of type 'int' [-Wint-conversion]
645                                                        id class = objc_lookup_class("Object");
646                                                           ^       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
647conftest.m:32:24: warning: instance method '-alloc' not found (return type defaults to 'id') [-Wobjc-method-access]
648                                                        id obj = [class alloc];
649                                                                        ^~~~~
650conftest.m:33:8: warning: implicit declaration of function 'puts' is invalid in C99 [-Wimplicit-function-declaration]
651                                                        puts([obj name]);
652                                                        ^
653conftest.m:33:18: warning: instance method '-name' not found (return type defaults to 'id') [-Wobjc-method-access]
654                                                        puts([obj name]);
655                                                                  ^~~~
6565 warnings generated.
657Undefined symbols for architecture x86_64:
658  "_objc_lookup_class", referenced from:
659      _main in conftest-943bdc.o
660ld: symbol(s) not found for architecture x86_64
661clang: error: linker command failed with exit code 1 (use -v to see invocation)
662configure:7471: $? = 1
663configure: failed program was:
664| /* confdefs.h */
665| #define PACKAGE_NAME "MacPorts"
666| #define PACKAGE_TARNAME "macports"
667| #define PACKAGE_VERSION "2.4.2"
668| #define PACKAGE_STRING "MacPorts 2.4.2"
669| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
670| #define PACKAGE_URL ""
671| #define UNUSED __attribute__((unused))
672| #define MP_PRIVATE __attribute__((visibility("hidden")))
673| #define HAVE_PTHREAD 1
674| #define STDC_HEADERS 1
675| #define HAVE_SYS_TYPES_H 1
676| #define HAVE_SYS_STAT_H 1
677| #define HAVE_STDLIB_H 1
678| #define HAVE_STRING_H 1
679| #define HAVE_MEMORY_H 1
680| #define HAVE_STRINGS_H 1
681| #define HAVE_INTTYPES_H 1
682| #define HAVE_STDINT_H 1
683| #define HAVE_UNISTD_H 1
684| #define HAVE_OBJC_OBJC_H 1
685| /* end confdefs.h.  */
686|
687|
688|                                                       #include <objc/objc.h>
689|
690| int
691| main ()
692| {
693|
694|                                                       id class = objc_lookup_class("Object");
695|                                                       id obj = [class alloc];
696|                                                       puts([obj name]);
697|
698|   ;
699|   return 0;
700| }
701|
702configure:7486: result: no
703configure:7498: Using Apple Objective-C runtime
704configure:7578: checking for Apple Foundation library
705configure:7614: clang -o conftest -g -O2   conftest.m -framework Foundation  >&5
706conftest.m:32:46: warning: 'initWithCString:' is deprecated: first deprecated in macOS 10.4 - Use -initWithCString:encoding: instead [-Wdeprecated-declarations]
707                                                                NSString *string = [[NSString alloc] initWithCString: "Hello World"];
708                                                                                                     ^
709/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:518:1: note: 'initWithCString:' has been explicitly marked deprecated here
710- (nullable id)initWithCString:(const char *)bytes API_DEPRECATED("Use -initWithCString:encoding: instead", macos(10.0,10.4), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
711^
712conftest.m:33:19: warning: class method '+length' not found (return type defaults to 'id') [-Wobjc-method-access]
713                                                                [NSString length];
714                                                                          ^~~~~~
7152 warnings generated.
716configure:7614: $? = 0
717configure:7632: result: yes
718configure:7644: WARNING: GNUSTEP_SYSTEM_ROOT is not defined in your environment, preventing the use of GNUstep's Foundation library
719configure:7731: Using Apple Foundation library
720configure:7767: checking for CoreFoundation framework
721configure:7795: clang -o conftest -g -O2   conftest.c -framework CoreFoundation  >&5
722configure:7795: $? = 0
723configure:7813: result: yes
724configure:7827: checking for SystemConfiguration framework
725configure:7855: clang -o conftest -g -O2   conftest.c -framework SystemConfiguration  >&5
726conftest.c:35:75: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
727                                        SCDynamicStoreRef dsRef = SCDynamicStoreCreate(NULL, NULL, NULL, NULL);
728                                                                                             ~~~~            ^
7291 warning generated.
730configure:7855: $? = 0
731configure:7873: result: yes
732configure:7887: checking for IOKit framework
733configure:7915: clang -o conftest -g -O2   conftest.c -framework IOKit  >&5
734conftest.c:36:6: warning: implicit declaration of function 'IORegisterForSystemPower' is invalid in C99 [-Wimplicit-function-declaration]
735                                        IORegisterForSystemPower(0, NULL, NULL, NULL);
736                                        ^
7371 warning generated.
738configure:7915: $? = 0
739configure:7933: result: yes
740configure:7947: checking for CFNotificationCenterGetDarwinNotifyCenter
741configure:7974: clang -o conftest -g -O2   conftest.c -framework CoreFoundation  >&5
742configure:7974: $? = 0
743configure:7992: result: yes
744configure:8009: checking for whether we will build daemondo
745configure:8026: result: yes
746configure:8061: checking for ports tree
747configure:8083: WARNING: No ports tree found
748configure:8090: checking for MacPorts config directory
749configure:8095: result: ${sysconfdir}/macports
750configure:8115: checking for install user
751configure:8118: result: wcz
752configure:8123: checking for install group
753configure:8126: result: staff
754configure:8131: checking for macports user
755configure:8134: result: wcz
756configure:8152: checking for install user
757configure:8158: result: wcz
758configure:8172: checking for install group
759configure:8191: result: staff
760configure:8205: checking for macports user
761configure:8211: result: wcz
762configure:8225: checking what permissions to use for installation directories
763configure:8231: result: 0755
764configure:8271: checking for Applications installation directory
765configure:8282: result: /Users/wcz/macports/Applications
766configure:8301: checking for Frameworks installation directory
767configure:8308: result: /Users/wcz/macports/Library/Frameworks
768configure:8342: checking for Universal CPU architectures
769configure:8344: result: x86_64 i386
770configure:8356: checking how to run the C preprocessor
771configure:8387: clang -E  conftest.c
772configure:8387: $? = 0
773configure:8401: clang -E  conftest.c
774conftest.c:29:10: fatal error: 'ac_nonexistent.h' file not found
775#include <ac_nonexistent.h>
776         ^~~~~~~~~~~~~~~~~~
7771 error generated.
778configure:8401: $? = 1
779configure: failed program was:
780| /* confdefs.h */
781| #define PACKAGE_NAME "MacPorts"
782| #define PACKAGE_TARNAME "macports"
783| #define PACKAGE_VERSION "2.4.2"
784| #define PACKAGE_STRING "MacPorts 2.4.2"
785| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
786| #define PACKAGE_URL ""
787| #define UNUSED __attribute__((unused))
788| #define MP_PRIVATE __attribute__((visibility("hidden")))
789| #define HAVE_PTHREAD 1
790| #define STDC_HEADERS 1
791| #define HAVE_SYS_TYPES_H 1
792| #define HAVE_SYS_STAT_H 1
793| #define HAVE_STDLIB_H 1
794| #define HAVE_STRING_H 1
795| #define HAVE_MEMORY_H 1
796| #define HAVE_STRINGS_H 1
797| #define HAVE_INTTYPES_H 1
798| #define HAVE_STDINT_H 1
799| #define HAVE_UNISTD_H 1
800| #define HAVE_OBJC_OBJC_H 1
801| #define APPLE_RUNTIME 1
802| #define APPLE_FOUNDATION 1
803| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
804| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
805| #define HAVE_FRAMEWORK_IOKIT /**/
806| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
807| /* end confdefs.h.  */
808| #include <ac_nonexistent.h>
809configure:8426: result: clang -E
810configure:8446: clang -E  conftest.c
811configure:8446: $? = 0
812configure:8460: clang -E  conftest.c
813conftest.c:29:10: fatal error: 'ac_nonexistent.h' file not found
814#include <ac_nonexistent.h>
815         ^~~~~~~~~~~~~~~~~~
8161 error generated.
817configure:8460: $? = 1
818configure: failed program was:
819| /* confdefs.h */
820| #define PACKAGE_NAME "MacPorts"
821| #define PACKAGE_TARNAME "macports"
822| #define PACKAGE_VERSION "2.4.2"
823| #define PACKAGE_STRING "MacPorts 2.4.2"
824| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
825| #define PACKAGE_URL ""
826| #define UNUSED __attribute__((unused))
827| #define MP_PRIVATE __attribute__((visibility("hidden")))
828| #define HAVE_PTHREAD 1
829| #define STDC_HEADERS 1
830| #define HAVE_SYS_TYPES_H 1
831| #define HAVE_SYS_STAT_H 1
832| #define HAVE_STDLIB_H 1
833| #define HAVE_STRING_H 1
834| #define HAVE_MEMORY_H 1
835| #define HAVE_STRINGS_H 1
836| #define HAVE_INTTYPES_H 1
837| #define HAVE_STDINT_H 1
838| #define HAVE_UNISTD_H 1
839| #define HAVE_OBJC_OBJC_H 1
840| #define APPLE_RUNTIME 1
841| #define APPLE_FOUNDATION 1
842| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
843| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
844| #define HAVE_FRAMEWORK_IOKIT /**/
845| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
846| /* end confdefs.h.  */
847| #include <ac_nonexistent.h>
848configure:8489: checking for ANSI C header files
849configure:8593: result: yes
850configure:8604: checking for dirent.h that defines DIR
851configure:8623: clang -c -g -O2  conftest.c >&5
852configure:8623: $? = 0
853configure:8631: result: yes
854configure:8644: checking for library containing opendir
855configure:8675: clang -o conftest -g -O2   conftest.c  >&5
856configure:8675: $? = 0
857configure:8692: result: none required
858configure:8759: checking for sys/wait.h that is POSIX.1 compatible
859configure:8785: clang -c -g -O2  conftest.c >&5
860configure:8785: $? = 0
861configure:8792: result: yes
862configure:8805: checking crt_externs.h usability
863configure:8805: clang -c -g -O2  conftest.c >&5
864configure:8805: $? = 0
865configure:8805: result: yes
866configure:8805: checking crt_externs.h presence
867configure:8805: clang -E  conftest.c
868configure:8805: $? = 0
869configure:8805: result: yes
870configure:8805: checking for crt_externs.h
871configure:8805: result: yes
872configure:8805: checking err.h usability
873configure:8805: clang -c -g -O2  conftest.c >&5
874configure:8805: $? = 0
875configure:8805: result: yes
876configure:8805: checking err.h presence
877configure:8805: clang -E  conftest.c
878configure:8805: $? = 0
879configure:8805: result: yes
880configure:8805: checking for err.h
881configure:8805: result: yes
882configure:8805: checking fcntl.h usability
883configure:8805: clang -c -g -O2  conftest.c >&5
884configure:8805: $? = 0
885configure:8805: result: yes
886configure:8805: checking fcntl.h presence
887configure:8805: clang -E  conftest.c
888configure:8805: $? = 0
889configure:8805: result: yes
890configure:8805: checking for fcntl.h
891configure:8805: result: yes
892configure:8805: checking libkern/OSAtomic.h usability
893configure:8805: clang -c -g -O2  conftest.c >&5
894configure:8805: $? = 0
895configure:8805: result: yes
896configure:8805: checking libkern/OSAtomic.h presence
897configure:8805: clang -E  conftest.c
898configure:8805: $? = 0
899configure:8805: result: yes
900configure:8805: checking for libkern/OSAtomic.h
901configure:8805: result: yes
902configure:8805: checking libproc.h usability
903configure:8805: clang -c -g -O2  conftest.c >&5
904configure:8805: $? = 0
905configure:8805: result: yes
906configure:8805: checking libproc.h presence
907configure:8805: clang -E  conftest.c
908configure:8805: $? = 0
909configure:8805: result: yes
910configure:8805: checking for libproc.h
911configure:8805: result: yes
912configure:8805: checking limits.h usability
913configure:8805: clang -c -g -O2  conftest.c >&5
914configure:8805: $? = 0
915configure:8805: result: yes
916configure:8805: checking limits.h presence
917configure:8805: clang -E  conftest.c
918configure:8805: $? = 0
919configure:8805: result: yes
920configure:8805: checking for limits.h
921configure:8805: result: yes
922configure:8805: checking paths.h usability
923configure:8805: clang -c -g -O2  conftest.c >&5
924configure:8805: $? = 0
925configure:8805: result: yes
926configure:8805: checking paths.h presence
927configure:8805: clang -E  conftest.c
928configure:8805: $? = 0
929configure:8805: result: yes
930configure:8805: checking for paths.h
931configure:8805: result: yes
932configure:8805: checking pwd.h usability
933configure:8805: clang -c -g -O2  conftest.c >&5
934configure:8805: $? = 0
935configure:8805: result: yes
936configure:8805: checking pwd.h presence
937configure:8805: clang -E  conftest.c
938configure:8805: $? = 0
939configure:8805: result: yes
940configure:8805: checking for pwd.h
941configure:8805: result: yes
942configure:8805: checking readline/history.h usability
943configure:8805: clang -c -g -O2  conftest.c >&5
944configure:8805: $? = 0
945configure:8805: result: yes
946configure:8805: checking readline/history.h presence
947configure:8805: clang -E  conftest.c
948configure:8805: $? = 0
949configure:8805: result: yes
950configure:8805: checking for readline/history.h
951configure:8805: result: yes
952configure:8805: checking readline/readline.h usability
953configure:8805: clang -c -g -O2  conftest.c >&5
954configure:8805: $? = 0
955configure:8805: result: yes
956configure:8805: checking readline/readline.h presence
957configure:8805: clang -E  conftest.c
958configure:8805: $? = 0
959configure:8805: result: yes
960configure:8805: checking for readline/readline.h
961configure:8805: result: yes
962configure:8805: checking spawn.h usability
963configure:8805: clang -c -g -O2  conftest.c >&5
964configure:8805: $? = 0
965configure:8805: result: yes
966configure:8805: checking spawn.h presence
967configure:8805: clang -E  conftest.c
968configure:8805: $? = 0
969configure:8805: result: yes
970configure:8805: checking for spawn.h
971configure:8805: result: yes
972configure:8805: checking sys/cdefs.h usability
973configure:8805: clang -c -g -O2  conftest.c >&5
974configure:8805: $? = 0
975configure:8805: result: yes
976configure:8805: checking sys/cdefs.h presence
977configure:8805: clang -E  conftest.c
978configure:8805: $? = 0
979configure:8805: result: yes
980configure:8805: checking for sys/cdefs.h
981configure:8805: result: yes
982configure:8805: checking sys/event.h usability
983configure:8805: clang -c -g -O2  conftest.c >&5
984configure:8805: $? = 0
985configure:8805: result: yes
986configure:8805: checking sys/event.h presence
987configure:8805: clang -E  conftest.c
988configure:8805: $? = 0
989configure:8805: result: yes
990configure:8805: checking for sys/event.h
991configure:8805: result: yes
992configure:8805: checking sys/fcntl.h usability
993configure:8805: clang -c -g -O2  conftest.c >&5
994configure:8805: $? = 0
995configure:8805: result: yes
996configure:8805: checking sys/fcntl.h presence
997configure:8805: clang -E  conftest.c
998configure:8805: $? = 0
999configure:8805: result: yes
1000configure:8805: checking for sys/fcntl.h
1001configure:8805: result: yes
1002configure:8805: checking sys/file.h usability
1003configure:8805: clang -c -g -O2  conftest.c >&5
1004configure:8805: $? = 0
1005configure:8805: result: yes
1006configure:8805: checking sys/file.h presence
1007configure:8805: clang -E  conftest.c
1008configure:8805: $? = 0
1009configure:8805: result: yes
1010configure:8805: checking for sys/file.h
1011configure:8805: result: yes
1012configure:8805: checking sys/paths.h usability
1013configure:8805: clang -c -g -O2  conftest.c >&5
1014configure:8805: $? = 0
1015configure:8805: result: yes
1016configure:8805: checking sys/paths.h presence
1017configure:8805: clang -E  conftest.c
1018configure:8805: $? = 0
1019configure:8805: result: yes
1020configure:8805: checking for sys/paths.h
1021configure:8805: result: yes
1022configure:8805: checking sys/socket.h usability
1023configure:8805: clang -c -g -O2  conftest.c >&5
1024configure:8805: $? = 0
1025configure:8805: result: yes
1026configure:8805: checking sys/socket.h presence
1027configure:8805: clang -E  conftest.c
1028configure:8805: $? = 0
1029configure:8805: result: yes
1030configure:8805: checking for sys/socket.h
1031configure:8805: result: yes
1032configure:8805: checking sys/sysctl.h usability
1033configure:8805: clang -c -g -O2  conftest.c >&5
1034configure:8805: $? = 0
1035configure:8805: result: yes
1036configure:8805: checking sys/sysctl.h presence
1037configure:8805: clang -E  conftest.c
1038configure:8805: $? = 0
1039configure:8805: result: yes
1040configure:8805: checking for sys/sysctl.h
1041configure:8805: result: yes
1042configure:8805: checking utime.h usability
1043configure:8805: clang -c -g -O2  conftest.c >&5
1044configure:8805: $? = 0
1045configure:8805: result: yes
1046configure:8805: checking utime.h presence
1047configure:8805: clang -E  conftest.c
1048configure:8805: $? = 0
1049configure:8805: result: yes
1050configure:8805: checking for utime.h
1051configure:8805: result: yes
1052configure:8823: checking for OSAtomicCompareAndSwap32
1053configure:8823: clang -o conftest -g -O2   conftest.c  >&5
1054configure:8823: $? = 0
1055configure:8823: result: yes
1056configure:8823: checking for OSAtomicCompareAndSwap64
1057configure:8823: clang -o conftest -g -O2   conftest.c  >&5
1058configure:8823: $? = 0
1059configure:8823: result: yes
1060configure:8823: checking for OSAtomicCompareAndSwapPtr
1061configure:8823: clang -o conftest -g -O2   conftest.c  >&5
1062configure:8823: $? = 0
1063configure:8823: result: yes
1064configure:8823: checking for __getdirentries64
1065configure:8823: clang -o conftest -g -O2   conftest.c  >&5
1066configure:8823: $? = 0
1067configure:8823: result: yes
1068configure:8823: checking for bzero
1069configure:8823: clang -o conftest -g -O2   conftest.c  >&5
1070conftest.c:78:6: warning: incompatible redeclaration of library function 'bzero' [-Wincompatible-library-redeclaration]
1071char bzero ();
1072     ^
1073conftest.c:78:6: note: 'bzero' is a builtin with type 'void (void *, unsigned long)'
10741 warning generated.
1075configure:8823: $? = 0
1076configure:8823: result: yes
1077configure:8823: checking for clearenv
1078configure:8823: clang -o conftest -g -O2   conftest.c  >&5
1079Undefined symbols for architecture x86_64:
1080  "_clearenv", referenced from:
1081      _main in conftest-c92427.o
1082ld: symbol(s) not found for architecture x86_64
1083clang: error: linker command failed with exit code 1 (use -v to see invocation)
1084configure:8823: $? = 1
1085configure: failed program was:
1086| /* confdefs.h */
1087| #define PACKAGE_NAME "MacPorts"
1088| #define PACKAGE_TARNAME "macports"
1089| #define PACKAGE_VERSION "2.4.2"
1090| #define PACKAGE_STRING "MacPorts 2.4.2"
1091| #define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
1092| #define PACKAGE_URL ""
1093| #define UNUSED __attribute__((unused))
1094| #define MP_PRIVATE __attribute__((visibility("hidden")))
1095| #define HAVE_PTHREAD 1
1096| #define STDC_HEADERS 1
1097| #define HAVE_SYS_TYPES_H 1
1098| #define HAVE_SYS_STAT_H 1
1099| #define HAVE_STDLIB_H 1
1100| #define HAVE_STRING_H 1
1101| #define HAVE_MEMORY_H 1
1102| #define HAVE_STRINGS_H 1
1103| #define HAVE_INTTYPES_H 1
1104| #define HAVE_STDINT_H 1
1105| #define HAVE_UNISTD_H 1
1106| #define HAVE_OBJC_OBJC_H 1
1107| #define APPLE_RUNTIME 1
1108| #define APPLE_FOUNDATION 1
1109| #define HAVE_FRAMEWORK_COREFOUNDATION /**/
1110| #define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
1111| #define HAVE_FRAMEWORK_IOKIT /**/
1112| #define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
1113| #define STDC_HEADERS 1
1114| #define HAVE_DIRENT_H 1
1115| #define HAVE_SYS_WAIT_H 1
1116| #define HAVE_CRT_EXTERNS_H 1
1117| #define HAVE_ERR_H 1
1118| #define HAVE_FCNTL_H 1
1119| #define HAVE_LIBKERN_OSATOMIC_H 1
1120| #define HAVE_LIBPROC_H 1
1121| #define HAVE_LIMITS_H 1
1122| #define HAVE_PATHS_H 1
1123| #define HAVE_PWD_H 1
1124| #define HAVE_READLINE_HISTORY_H 1
1125| #define HAVE_READLINE_READLINE_H 1
1126| #define HAVE_SPAWN_H 1
1127| #define HAVE_SYS_CDEFS_H 1
1128| #define HAVE_SYS_EVENT_H 1
1129| #define HAVE_SYS_FCNTL_H 1
1130| #define HAVE_SYS_FILE_H 1
1131| #define HAVE_SYS_PATHS_H 1
1132| #define HAVE_SYS_SOCKET_H 1
1133| #define HAVE_SYS_SYSCTL_H 1
1134| #define HAVE_UTIME_H 1
1135| #define HAVE_OSATOMICCOMPAREANDSWAP32 1
1136| #define HAVE_OSATOMICCOMPAREANDSWAP64 1
1137| #define HAVE_OSATOMICCOMPAREANDSWAPPTR 1
1138| #define HAVE___GETDIRENTRIES64 1
1139| #define HAVE_BZERO 1
1140| /* end confdefs.h.  */
1141| /* Define clearenv to an innocuous variant, in case <limits.h> declares clearenv.
1142|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1143| #define clearenv innocuous_clearenv
1144|
1145| /* System header to define __stub macros and hopefully few prototypes,
1146|     which can conflict with char clearenv (); below.
1147|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1148|     <limits.h> exists even on freestanding compilers.  */
1149|
1150| #ifdef __STDC__
1151| # include <limits.h>
1152| #else
1153| # include <assert.h>
1154| #endif
1155|
1156| #undef clearenv
1157|
1158| /* Override any GCC internal prototype to avoid an error.
1159|    Use char because int might match the return type of a GCC
1160|    builtin and then its argument prototype would still apply.  */
1161| #ifdef __cplusplus
1162| extern "C"
1163| #endif
1164| char clearenv ();
1165| /* The GNU C library defines this for functions which it implements
1166|     to always fail with ENOSYS.  Some functions are actually named
1167|     something starting with __ and the normal name is an alias.  */
1168| #if defined __stub_clearenv || defined __stub___clearenv
1169| choke me
1170| #endif
1171|
1172| int
1173| main ()
1174| {
1175| return clearenv ();
1176|   ;
1177|   return 0;
1178| }
1179configure:8823: result: no
1180configure:8823: checking for copyfile
1181configure:8823: clang -o conftest -g -O2   conftest.c  >&5
1182configure:8823: $? = 0
1183configure:8823: result: yes
1184configure:8823: checking for fgetln
1185configure:8823: clang -o conftest -g -O2   conftest.c  >&5
1186configure:8823: $? = 0
1187configure:8823: result: yes
1188configure:8823: checking for flock
1189configure:8823: clang -o conftest -g -O2   conftest.c  >&5
1190configure:8823: $? = 0
1191configure:8823: result: yes
1192configure:8823: checking for fls
1193configure:8823: clang -o conftest -g -O2   conftest.c  >&5
1194configure:8823: $? = 0
1195configure:8823: result: yes
1196configure:8823: checking for kqueue
1197configure:8823: clang -o conftest -g -O2   conftest.c  >&5
1198configure:8823: $? = 0
1199configure:8823: result: yes
1200configure:8823: checking for lockf
1201configure:8823: clang -o conftest -g -O2   conftest.c  >&5
1202configure:8823: $? = 0
1203configure:8823: result: yes
1204configure:8823: checking for memset
1205configure:8823: clang -o conftest -g -O2   conftest.c  >&5
1206conftest.c:85:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
1207char memset ();
1208     ^
1209conftest.c:85:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
12101 warning generated.
1211configure:8823: $? = 0
1212configure:8823: result: yes
1213configure:8823: checking for posix_spawn
1214configure:8823: clang -o conftest -g -O2   conftest.c  >&5
1215configure:8823: $? = 0
1216configure:8823: result: yes
1217configure:8823: checking for setmode
1218configure:8823: clang -o conftest -g -O2   conftest.c  >&5
1219configure:8823: $? = 0
1220configure:8823: result: yes
1221configure:8823: checking for strcasecmp
1222configure:8823: clang -o conftest -g -O2   conftest.c  >&5
1223conftest.c:88:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
1224char strcasecmp ();
1225     ^
1226conftest.c:88:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
12271 warning generated.
1228configure:8823: $? = 0
1229configure:8823: result: yes
1230configure:8823: checking for strlcat
1231configure:8823: clang -o conftest -g -O2   conftest.c  >&5
1232conftest.c:89:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
1233char strlcat ();
1234     ^
1235conftest.c:89:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
12361 warning generated.
1237configure:8823: $? = 0
1238configure:8823: result: yes
1239configure:8823: checking for strlcpy
1240configure:8823: clang -o conftest -g -O2   conftest.c  >&5
1241conftest.c:90:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
1242char strlcpy ();
1243     ^
1244conftest.c:90:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
12451 warning generated.
1246configure:8823: $? = 0
1247configure:8823: result: yes
1248configure:8823: checking for strncasecmp
1249configure:8823: clang -o conftest -g -O2   conftest.c  >&5
1250conftest.c:91:6: warning: incompatible redeclaration of library function 'strncasecmp' [-Wincompatible-library-redeclaration]
1251char strncasecmp ();
1252     ^
1253conftest.c:91:6: note: 'strncasecmp' is a builtin with type 'int (const char *, const char *, unsigned long)'
12541 warning generated.
1255configure:8823: $? = 0
1256configure:8823: result: yes
1257configure:8823: checking for sysctlbyname
1258configure:8823: clang -o conftest -g -O2   conftest.c  >&5
1259configure:8823: $? = 0
1260configure:8823: result: yes
1261configure:8835: checking if readlink conforms to POSIX 1003.1a
1262configure:8859: clang -c -g -O2  conftest.c >&5
1263configure:8859: $? = 0
1264configure:8874: result: yes
1265configure:8887: checking CommonCrypto/CommonDigest.h usability
1266configure:8887: clang -c -g -O2  conftest.c >&5
1267configure:8887: $? = 0
1268configure:8887: result: yes
1269configure:8887: checking CommonCrypto/CommonDigest.h presence
1270configure:8887: clang -E  conftest.c
1271configure:8887: $? = 0
1272configure:8887: result: yes
1273configure:8887: checking for CommonCrypto/CommonDigest.h
1274configure:8887: result: yes
1275configure:9245: checking for target platform
1276configure:9249: result: darwin 17
1277configure:9267: checking for curl-config
1278configure:9285: found /Users/wcz/anaconda3/bin/curl-config
1279configure:9297: result: /Users/wcz/anaconda3/bin/curl-config
1280configure:9380: checking sqlite3.h usability
1281configure:9380: clang -c -g -O2  conftest.c >&5
1282configure:9380: $? = 0
1283configure:9380: result: yes
1284configure:9380: checking sqlite3.h presence
1285configure:9380: clang -E  conftest.c
1286configure:9380: $? = 0
1287configure:9380: result: yes
1288configure:9380: checking for sqlite3.h
1289configure:9380: result: yes
1290configure:9451: checking sqlite3ext.h usability
1291configure:9451: clang -c -g -O2   conftest.c >&5
1292configure:9451: $? = 0
1293configure:9451: result: yes
1294configure:9451: checking sqlite3ext.h presence
1295configure:9451: clang -E   conftest.c
1296configure:9451: $? = 0
1297configure:9451: result: yes
1298configure:9451: checking for sqlite3ext.h
1299configure:9451: result: yes
1300configure:9470: checking for SQLite >= 3003011
1301configure:9490: clang -E   conftest.c
1302configure:9490: $? = 0
1303configure:9522: clang -E   conftest.c
1304configure:9522: $? = 0
1305configure:9533: result: yes
1306configure:9553: checking for kqueue
1307configure:9553: result: yes
1308configure:9553: checking for kevent
1309configure:9553: clang -o conftest -g -O2   conftest.c  >&5
1310configure:9553: $? = 0
1311configure:9553: result: yes
1312configure:9563: checking whether trace mode is supported on this platform
1313configure:9592: result: yes
1314configure:9697: === configuring in vendor/tcl/unix (/Users/wcz/technologies/macports/MacPorts-2.4.2/vendor/tcl/unix)
1315configure:9938: running /bin/sh ./configure '--cache-file=/dev/null' '--disable-option-checking'  '--prefix=/Users/wcz/macports/libexec/macports' '--enable-threads' '--with-no-root-privileges' '--srcdir=.' in vendor/tcl/unix
1316configure:9944: === finished configuring in vendor/tcl/unix (/Users/wcz/technologies/macports/MacPorts-2.4.2/vendor/tcl/unix)
1317configure:10005: === configuring in vendor/thread (/Users/wcz/technologies/macports/MacPorts-2.4.2/vendor/thread)
1318configure:10246: running /bin/sh ./configure '--cache-file=/dev/null' '--disable-option-checking'  '--prefix=/Users/wcz/macports/libexec/macports' '--with-no-root-privileges' '--srcdir=.' in vendor/thread
1319configure:10252: === finished configuring in vendor/thread (/Users/wcz/technologies/macports/MacPorts-2.4.2/vendor/thread)
1320configure:10308: === configuring in vendor/tclx (/Users/wcz/technologies/macports/MacPorts-2.4.2/vendor/tclx)
1321configure:10549: running /bin/sh ./configure '--cache-file=/dev/null' '--disable-option-checking'  '--prefix=/Users/wcz/macports/libexec/macports' '--with-no-root-privileges' '--srcdir=.' in vendor/tclx
1322configure:10555: === finished configuring in vendor/tclx (/Users/wcz/technologies/macports/MacPorts-2.4.2/vendor/tclx)
1323configure:10613: === configuring in vendor/tcllib (/Users/wcz/technologies/macports/MacPorts-2.4.2/vendor/tcllib)
1324configure:10854: running /bin/sh ./configure '--cache-file=/dev/null' '--disable-option-checking'  '--prefix=/Users/wcz/macports/libexec/macports' '--with-no-root-privileges' '--srcdir=.' in vendor/tcllib
1325configure:10860: === finished configuring in vendor/tcllib (/Users/wcz/technologies/macports/MacPorts-2.4.2/vendor/tcllib)
1326configure:10871: checking for Tcl configuration
1327configure:10874: result: found /Users/wcz/technologies/macports/MacPorts-2.4.2/vendor/tcl/unix/tclConfig.sh
1328configure:10877: checking for existence of /Users/wcz/technologies/macports/MacPorts-2.4.2/vendor/tcl/unix/tclConfig.sh
1329configure:10881: result: loading
1330configure:10929: checking how to build libraries
1331configure:10947: result: shared
1332configure:10989: checking that any existing MacPorts install can be upgraded
1333configure:10996: result: yes
1334configure:11131: creating ./config.status
1335
1336## ---------------------- ##
1337## Running config.status. ##
1338## ---------------------- ##
1339
1340This file was extended by MacPorts config.status 2.4.2, which was
1341generated by GNU Autoconf 2.69.  Invocation command line was
1342
1343  CONFIG_FILES    =
1344  CONFIG_HEADERS  =
1345  CONFIG_LINKS    =
1346  CONFIG_COMMANDS =
1347  $ ./config.status
1348
1349on Wojciechs-MBPr.local
1350
1351config.status:1047: creating src/programs/daemondo/Makefile
1352config.status:1047: creating Doxyfile
1353config.status:1047: creating Makefile
1354config.status:1047: creating Mk/macports.autoconf.mk
1355config.status:1047: creating doc/Makefile
1356config.status:1047: creating doc/base.mtree
1357config.status:1047: creating doc/macosx.mtree
1358config.status:1047: creating doc/macports.conf
1359config.status:1047: creating doc/prefix.mtree
1360config.status:1047: creating doc/pubkeys.conf
1361config.status:1047: creating portmgr/dmg/postflight
1362config.status:1047: creating setupenv.bash
1363config.status:1047: creating src/Makefile
1364config.status:1047: creating src/cregistry/Makefile
1365config.status:1047: creating src/darwintracelib1.0/Makefile
1366config.status:1047: creating src/machista1.0/Makefile
1367config.status:1047: creating src/macports1.0/Makefile
1368config.status:1047: creating src/macports1.0/macports_autoconf.tcl
1369config.status:1047: creating src/macports1.0/macports_test_autoconf.tcl
1370config.status:1047: creating src/mpcommon1.0/Makefile
1371config.status:1047: creating src/package1.0/Makefile
1372config.status:1047: creating src/package1.0/package_test_autoconf.tcl
1373config.status:1047: creating src/pextlib1.0/Makefile
1374config.status:1047: creating src/port/Makefile
1375config.status:1047: creating src/port1.0/Makefile
1376config.status:1047: creating src/port1.0/port_autoconf.tcl
1377config.status:1047: creating src/port1.0/port_test_autoconf.tcl
1378config.status:1047: creating src/programs/Makefile
1379config.status:1047: creating src/registry2.0/Makefile
1380config.status:1047: creating src/registry2.0/registry_autoconf.tcl
1381config.status:1047: creating tests/Makefile
1382config.status:1047: creating tests/test.tcl
1383config.status:1047: creating tests/test/library.tcl
1384config.status:1047: creating tests/test/trace/test.tcl
1385config.status:1047: creating vendor/Makefile
1386config.status:1047: creating vendor/tclsh
1387config.status:1047: creating src/dedup_portfiles.tcl
1388config.status:1047: creating src/images_to_archives.tcl
1389config.status:1047: creating src/pkg_mkindex.sh
1390config.status:1047: creating src/upgrade_sources_conf_default.tcl
1391config.status:1047: creating src/config.h
1392config.status:1222: src/config.h is unchanged
1393
1394## ---------------- ##
1395## Cache variables. ##
1396## ---------------- ##
1397
1398ac_cv_build=x86_64-apple-darwin17.3.0
1399ac_cv_c_compiler_gnu=yes
1400ac_cv_env_CC_set=
1401ac_cv_env_CC_value=
1402ac_cv_env_CFLAGS_set=
1403ac_cv_env_CFLAGS_value=
1404ac_cv_env_CPPFLAGS_set=
1405ac_cv_env_CPPFLAGS_value=
1406ac_cv_env_CPP_set=
1407ac_cv_env_CPP_value=
1408ac_cv_env_LDFLAGS_set=
1409ac_cv_env_LDFLAGS_value=
1410ac_cv_env_LIBS_set=
1411ac_cv_env_LIBS_value=
1412ac_cv_env_OBJCFLAGS_set=
1413ac_cv_env_OBJCFLAGS_value=
1414ac_cv_env_OBJCPP_set=
1415ac_cv_env_OBJCPP_value=
1416ac_cv_env_OBJC_set=
1417ac_cv_env_OBJC_value=
1418ac_cv_env_build_alias_set=
1419ac_cv_env_build_alias_value=
1420ac_cv_env_host_alias_set=
1421ac_cv_env_host_alias_value=
1422ac_cv_env_target_alias_set=
1423ac_cv_env_target_alias_value=
1424ac_cv_func_OSAtomicCompareAndSwap32=yes
1425ac_cv_func_OSAtomicCompareAndSwap64=yes
1426ac_cv_func_OSAtomicCompareAndSwapPtr=yes
1427ac_cv_func___getdirentries64=yes
1428ac_cv_func_bzero=yes
1429ac_cv_func_clearenv=no
1430ac_cv_func_copyfile=yes
1431ac_cv_func_fgetln=yes
1432ac_cv_func_flock=yes
1433ac_cv_func_fls=yes
1434ac_cv_func_kevent=yes
1435ac_cv_func_kqueue=yes
1436ac_cv_func_lockf=yes
1437ac_cv_func_memset=yes
1438ac_cv_func_posix_spawn=yes
1439ac_cv_func_setmode=yes
1440ac_cv_func_strcasecmp=yes
1441ac_cv_func_strlcat=yes
1442ac_cv_func_strlcpy=yes
1443ac_cv_func_strncasecmp=yes
1444ac_cv_func_sysctlbyname=yes
1445ac_cv_header_CommonCrypto_CommonDigest_h=yes
1446ac_cv_header_crt_externs_h=yes
1447ac_cv_header_dirent_dirent_h=yes
1448ac_cv_header_err_h=yes
1449ac_cv_header_fcntl_h=yes
1450ac_cv_header_inttypes_h=yes
1451ac_cv_header_libkern_OSAtomic_h=yes
1452ac_cv_header_libproc_h=yes
1453ac_cv_header_limits_h=yes
1454ac_cv_header_memory_h=yes
1455ac_cv_header_objc_objc_h=yes
1456ac_cv_header_paths_h=yes
1457ac_cv_header_pwd_h=yes
1458ac_cv_header_readline_history_h=yes
1459ac_cv_header_readline_readline_h=yes
1460ac_cv_header_spawn_h=yes
1461ac_cv_header_sqlite3_h=yes
1462ac_cv_header_sqlite3ext_h=yes
1463ac_cv_header_stdc=yes
1464ac_cv_header_stdint_h=yes
1465ac_cv_header_stdlib_h=yes
1466ac_cv_header_string_h=yes
1467ac_cv_header_strings_h=yes
1468ac_cv_header_sys_cdefs_h=yes
1469ac_cv_header_sys_event_h=yes
1470ac_cv_header_sys_fcntl_h=yes
1471ac_cv_header_sys_file_h=yes
1472ac_cv_header_sys_paths_h=yes
1473ac_cv_header_sys_socket_h=yes
1474ac_cv_header_sys_stat_h=yes
1475ac_cv_header_sys_sysctl_h=yes
1476ac_cv_header_sys_types_h=yes
1477ac_cv_header_sys_wait_h=yes
1478ac_cv_header_unistd_h=yes
1479ac_cv_header_utime_h=yes
1480ac_cv_host=x86_64-apple-darwin17.3.0
1481ac_cv_objc_compiler_gnu=yes
1482ac_cv_objc_foundation_apple=yes
1483ac_cv_objext=o
1484ac_cv_path_BZIP2_BIN=/Users/wcz/anaconda3/bin/bzip2
1485ac_cv_path_CHOWN=/usr/sbin/chown
1486ac_cv_path_CP=/bin/cp
1487ac_cv_path_CPIO=/usr/bin/cpio
1488ac_cv_path_CURL_CONFIG=/Users/wcz/anaconda3/bin/curl-config
1489ac_cv_path_DEFAULTS=/usr/bin/defaults
1490ac_cv_path_DIFF=/usr/bin/diff
1491ac_cv_path_DSCL=/usr/bin/dscl
1492ac_cv_path_DSEDITGROUP=/usr/sbin/dseditgroup
1493ac_cv_path_EGREP='/usr/bin/grep -E'
1494ac_cv_path_FILE=/usr/bin/file
1495ac_cv_path_FIND=/usr/bin/find
1496ac_cv_path_GIT=/usr/local/bin/git
1497ac_cv_path_GNUMAKE=/usr/bin/gnumake
1498ac_cv_path_GREP=/usr/bin/grep
1499ac_cv_path_GZIP_BIN=/usr/bin/gzip
1500ac_cv_path_HDIUTIL=/usr/bin/hdiutil
1501ac_cv_path_LAUNCHCTL=/bin/launchctl
1502ac_cv_path_LIPO=/usr/bin/lipo
1503ac_cv_path_LSBOM=/usr/bin/lsbom
1504ac_cv_path_LZMA=/Users/wcz/anaconda3/bin/lzma
1505ac_cv_path_MAKE=/usr/bin/make
1506ac_cv_path_MAN=/usr/bin/man
1507ac_cv_path_MDFIND=/usr/bin/mdfind
1508ac_cv_path_MDLS=/usr/bin/mdls
1509ac_cv_path_MKBOM=/usr/bin/mkbom
1510ac_cv_path_MTREE=/usr/sbin/mtree
1511ac_cv_path_OPEN=/usr/bin/open
1512ac_cv_path_OPENSSL=/Users/wcz/anaconda3/bin/openssl
1513ac_cv_path_PATCH=/usr/bin/patch
1514ac_cv_path_PAX=/bin/pax
1515ac_cv_path_RMDIR=/bin/rmdir
1516ac_cv_path_RSYNC=/usr/bin/rsync
1517ac_cv_path_SANDBOX_EXEC=/usr/bin/sandbox-exec
1518ac_cv_path_SED=/usr/bin/sed
1519ac_cv_path_SVN=/usr/bin/svn
1520ac_cv_path_SW_VERS=/usr/bin/sw_vers
1521ac_cv_path_TAR=/usr/bin/tar
1522ac_cv_path_UNZIP=/usr/bin/unzip
1523ac_cv_path_XAR=/usr/bin/xar
1524ac_cv_path_XCODEBUILD=/usr/bin/xcodebuild
1525ac_cv_path_XCODE_SELECT=/usr/bin/xcode-select
1526ac_cv_path_XCRUN=/usr/bin/xcrun
1527ac_cv_path_XZ=/Users/wcz/anaconda3/bin/xz
1528ac_cv_path_ZIP=/usr/bin/zip
1529ac_cv_path_install='/usr/bin/install -c'
1530ac_cv_prog_CPP='clang -E'
1531ac_cv_prog_HAVE_LAUNCHD=yes
1532ac_cv_prog_OBJCPP='clang -E'
1533ac_cv_prog_ac_ct_CC=clang
1534ac_cv_prog_ac_ct_OBJC=clang
1535ac_cv_prog_cc_c89=
1536ac_cv_prog_cc_g=yes
1537ac_cv_prog_make_make_set=yes
1538ac_cv_prog_objc_g=yes
1539ac_cv_search_opendir='none required'
1540ac_cv_target=x86_64-apple-darwin17.3.0
1541mp_cv_attribute_mp_private='__attribute__((visibility("hidden")))'
1542mp_cv_have_framework_corefoundation=yes
1543mp_cv_have_framework_iokit=yes
1544mp_cv_have_framework_systemconfiguration=yes
1545mp_cv_have_function_cfnotificationcentergetdarwinnotifycenter=yes
1546mp_cv_objc_req_pthread=no
1547mp_cv_objc_runtime_apple=yes
1548mp_cv_objc_runtime_gnu=no
1549mp_cv_readlink_is_posix_1003_1a=yes
1550mp_cv_sqlite_version_defined=yes
1551mp_cv_sqlite_version_ge_3003011=yes
1552
1553## ----------------- ##
1554## Output variables. ##
1555## ----------------- ##
1556
1557BSDMAKE=''
1558BZIP2_BIN='/Users/wcz/anaconda3/bin/bzip2'
1559BZR=''
1560CC='clang'
1561CFLAGS='-g -O2'
1562CFLAGS_LIBCURL='-I/Users/wcz/anaconda3/include'
1563CFLAGS_PEDANTIC='-pedantic'
1564CFLAGS_QUICHEEATERS='-Wextra -Wall'
1565CFLAGS_SQLITE3=''
1566CFLAGS_WERROR=''
1567CHOWN='/usr/sbin/chown'
1568CP='/bin/cp'
1569CPIO='/usr/bin/cpio'
1570CPP='clang -E'
1571CPPFLAGS=''
1572CURL_CONFIG='/Users/wcz/anaconda3/bin/curl-config'
1573CVS=''
1574DARWINTRACE_SIP_WORKAROUND_PATH='/Users/wcz/macports/var/macports/sip-workaround'
1575DEFAULTS='/usr/bin/defaults'
1576DEFS='-DHAVE_CONFIG_H'
1577DEVELOPER_DIR='/Applications/Xcode.app/Contents/Developer'
1578DIFF='/usr/bin/diff'
1579DSCL='/usr/bin/dscl'
1580DSEDITGROUP='/usr/sbin/dseditgroup'
1581DSTGRP='staff'
1582DSTMODE='0755'
1583DSTUSR='wcz'
1584ECHO_C='\c'
1585ECHO_N=''
1586ECHO_T=''
1587EGREP='/usr/bin/grep -E'
1588EXEEXT=''
1589EXTRA_PROGS=' daemondo'
1590FILE='/usr/bin/file'
1591FIND='/usr/bin/find'
1592GIT='/usr/local/bin/git'
1593GNUMAKE='/usr/bin/gnumake'
1594GNUPATCH='/usr/bin/patch'
1595GNUTAR=''
1596GREP='/usr/bin/grep'
1597GZIP_BIN='/usr/bin/gzip'
1598HAVE_FRAMEWORK_COREFOUNDATION=''
1599HAVE_FRAMEWORK_IOKIT=''
1600HAVE_FRAMEWORK_SYSTEMCONFIGURATION=''
1601HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER=''
1602HAVE_LAUNCHD='yes'
1603HDIUTIL='/usr/bin/hdiutil'
1604HG=''
1605INCLUDES='-I.. -I. '
1606INSTALL_DATA='${INSTALL} -m 644'
1607INSTALL_PROGRAM='${INSTALL}'
1608INSTALL_SCRIPT='${INSTALL}'
1609INTREE_TCLSH='/Users/wcz/technologies/macports/MacPorts-2.4.2/vendor/tclsh'
1610LAUNCHCTL='/bin/launchctl'
1611LDFLAGS=''
1612LDFLAGS_LIBCURL='-lcurl'
1613LDFLAGS_SQLITE3='-lsqlite3'
1614LIBOBJS=''
1615LIBS=''
1616LIPO='/usr/bin/lipo'
1617LN_S='ln -s'
1618LSBOM='/usr/bin/lsbom'
1619LTLIBOBJS=''
1620LZMA='/Users/wcz/anaconda3/bin/lzma'
1621MACPORTS_VERSION='2.4.2'
1622MAKE='/usr/bin/make'
1623MAN='/usr/bin/man'
1624MD5_LIBS=''
1625MDFIND='/usr/bin/mdfind'
1626MDLS='/usr/bin/mdls'
1627MKBOM='/usr/bin/mkbom'
1628MPAPPLICATIONSDIR='/Users/wcz/macports/Applications'
1629MPCONFIGDIR='${sysconfdir}/macports'
1630MPCONFIGDIR_EXPANDED='/Users/wcz/macports/etc/macports'
1631MPFRAMEWORKSDIR='/Users/wcz/macports/Library/Frameworks'
1632MTREE='/usr/sbin/mtree'
1633OBJC='clang'
1634OBJCFLAGS='-g -O2'
1635OBJCPP='clang -E'
1636OBJC_FOUNDATION='Apple'
1637OBJC_FOUNDATION_CPPFLAGS=''
1638OBJC_FOUNDATION_LDFLAGS=''
1639OBJC_FOUNDATION_LIBS='-framework Foundation'
1640OBJC_LIBS='-lobjc'
1641OBJC_PTHREAD_CFLAGS='-D_THREAD_SAFE '
1642OBJC_PTHREAD_LIBS=''
1643OBJC_RUNTIME='APPLE_RUNTIME'
1644OBJC_RUNTIME_FLAGS='-fnext-runtime'
1645OBJEXT='o'
1646OPEN='/usr/bin/open'
1647OPENSSL='/Users/wcz/anaconda3/bin/openssl'
1648OS_MAJOR='17'
1649OS_PLATFORM='darwin'
1650PACKAGE_BUGREPORT='macports-dev@lists.macports.org'
1651PACKAGE_NAME='MacPorts'
1652PACKAGE_STRING='MacPorts 2.4.2'
1653PACKAGE_TARNAME='macports'
1654PACKAGE_URL=''
1655PACKAGE_VERSION='2.4.2'
1656PATCH='/usr/bin/patch'
1657PATH_CLEANED='/Users/wcz/bin:/Developer/NVIDIA/CUDA-9.0/bin:/Users/wcz/anaconda3/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/opt/kroleg/mc/bin'
1658PATH_SEPARATOR=':'
1659PAX='/bin/pax'
1660PKG_CONFIG=''
1661PORTSDIR=''
1662PTHREAD_CFLAGS='-D_THREAD_SAFE '
1663PTHREAD_LIBS=''
1664READLINE_LIBS=''
1665READLINK_IS_NOT_P1003_1A=''
1666RMDIR='/bin/rmdir'
1667RSYNC='/usr/bin/rsync'
1668RUNUSR='wcz'
1669SANDBOX_EXEC='/usr/bin/sandbox-exec'
1670SED='/usr/bin/sed'
1671SED_EXT='-E'
1672SET_MAKE=''
1673SHELL='/bin/sh'
1674SHLIB_CFLAGS='-fno-common'
1675SHLIB_LD='${CC} -dynamiclib ${CFLAGS} ${LDFLAGS} -Wl,-single_module'
1676SHLIB_SUFFIX='.dylib'
1677STLIB_LD='${AR} cr'
1678SVN='/usr/bin/svn'
1679SWIG=''
1680SW_VERS='/usr/bin/sw_vers'
1681TAR='/usr/bin/tar'
1682TAR_CMD='/usr/bin/tar'
1683TAR_Q='q'
1684TCLSH='/Users/wcz/macports/libexec/macports/bin/tclsh8.5'
1685TCL_BIN_DIR='/Users/wcz/technologies/macports/MacPorts-2.4.2/vendor/tcl/unix'
1686TCL_LIB_FILE='libtcl8.5.dylib'
1687TCL_LIB_FLAG='-ltcl8.5'
1688TCL_LIB_SPEC='-L/Users/wcz/technologies/macports/MacPorts-2.4.2/vendor/tcl/unix -ltcl8.5'
1689TCL_PACKAGE_PATH='/Users/wcz/macports/libexec/macports/lib'
1690TCL_PREFIX='/Users/wcz/macports/libexec/macports'
1691TCL_SRC_DIR='/Users/wcz/technologies/macports/MacPorts-2.4.2/vendor/tcl'
1692TCL_STUB_LIB_FILE='libtclstub8.5.a'
1693TCL_STUB_LIB_FLAG='-ltclstub8.5'
1694TCL_STUB_LIB_SPEC='-L/Users/wcz/technologies/macports/MacPorts-2.4.2/vendor/tcl/unix -ltclstub8.5'
1695TCL_VERSION='8.5'
1696TRACEMODE_SUPPORT='1'
1697UNIVERSAL_ARCHFLAGS=' -arch x86_64 -arch i386'
1698UNIVERSAL_ARCHS='x86_64 i386'
1699UNZIP='/usr/bin/unzip'
1700VENDOR_DESTROOT='vendor/vendor-destroot'
1701VENDOR_TCLLIB_INSTALL='install-libraries'
1702VENDOR_TCLLIB_SUBDIR='tcllib'
1703VENDOR_TCLTHREAD_INSTALL='install-binaries install-libraries'
1704VENDOR_TCLTHREAD_SUBDIR='thread'
1705VENDOR_TCLX_INSTALL='install-binaries install-libraries'
1706VENDOR_TCLX_SUBDIR='tclx'
1707VENDOR_TCL_INSTALL='install-binaries install-libraries'
1708VENDOR_TCL_SUBDIR='tcl/unix'
1709XAR='/usr/bin/xar'
1710XCODEBUILD='/usr/bin/xcodebuild'
1711XCODE_SELECT='/usr/bin/xcode-select'
1712XCRUN='/usr/bin/xcrun'
1713XZ='/Users/wcz/anaconda3/bin/xz'
1714ZIP='/usr/bin/zip'
1715ac_ct_CC='clang'
1716ac_ct_OBJC='clang'
1717ac_cv_func_strlcat='yes'
1718acx_pthread_config=''
1719bindir='${exec_prefix}/bin'
1720build='x86_64-apple-darwin17.3.0'
1721build_alias=''
1722build_cpu='x86_64'
1723build_os='darwin17.3.0'
1724build_vendor='apple'
1725datadir='${datarootdir}'
1726datarootdir='${prefix}/share'
1727docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1728dvidir='${docdir}'
1729exec_prefix='${prefix}'
1730host='x86_64-apple-darwin17.3.0'
1731host_alias=''
1732host_cpu='x86_64'
1733host_os='darwin17.3.0'
1734host_vendor='apple'
1735htmldir='${docdir}'
1736includedir='${prefix}/include'
1737infodir='${datarootdir}/info'
1738libdir='${exec_prefix}/lib'
1739libexecdir='${exec_prefix}/libexec'
1740localedir='${datarootdir}/locale'
1741localstatedir='${prefix}/var'
1742localstatedir_expanded='/Users/wcz/macports/var'
1743mandir='${datarootdir}/man'
1744oldincludedir='/usr/include'
1745pdfdir='${docdir}'
1746prefix='/Users/wcz/macports'
1747prefix_expanded='/Users/wcz/macports'
1748program_transform_name='s,x,x,'
1749psdir='${docdir}'
1750sbindir='${exec_prefix}/sbin'
1751sharedstatedir='${prefix}/com'
1752sysconfdir='${prefix}/etc'
1753target='x86_64-apple-darwin17.3.0'
1754target_alias=''
1755target_cpu='x86_64'
1756target_os='darwin17.3.0'
1757target_vendor='apple'
1758
1759## ----------- ##
1760## confdefs.h. ##
1761## ----------- ##
1762
1763/* confdefs.h */
1764#define PACKAGE_NAME "MacPorts"
1765#define PACKAGE_TARNAME "macports"
1766#define PACKAGE_VERSION "2.4.2"
1767#define PACKAGE_STRING "MacPorts 2.4.2"
1768#define PACKAGE_BUGREPORT "macports-dev@lists.macports.org"
1769#define PACKAGE_URL ""
1770#define UNUSED __attribute__((unused))
1771#define MP_PRIVATE __attribute__((visibility("hidden")))
1772#define HAVE_PTHREAD 1
1773#define STDC_HEADERS 1
1774#define HAVE_SYS_TYPES_H 1
1775#define HAVE_SYS_STAT_H 1
1776#define HAVE_STDLIB_H 1
1777#define HAVE_STRING_H 1
1778#define HAVE_MEMORY_H 1
1779#define HAVE_STRINGS_H 1
1780#define HAVE_INTTYPES_H 1
1781#define HAVE_STDINT_H 1
1782#define HAVE_UNISTD_H 1
1783#define HAVE_OBJC_OBJC_H 1
1784#define APPLE_RUNTIME 1
1785#define APPLE_FOUNDATION 1
1786#define HAVE_FRAMEWORK_COREFOUNDATION /**/
1787#define HAVE_FRAMEWORK_SYSTEMCONFIGURATION /**/
1788#define HAVE_FRAMEWORK_IOKIT /**/
1789#define HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /**/
1790#define STDC_HEADERS 1
1791#define HAVE_DIRENT_H 1
1792#define HAVE_SYS_WAIT_H 1
1793#define HAVE_CRT_EXTERNS_H 1
1794#define HAVE_ERR_H 1
1795#define HAVE_FCNTL_H 1
1796#define HAVE_LIBKERN_OSATOMIC_H 1
1797#define HAVE_LIBPROC_H 1
1798#define HAVE_LIMITS_H 1
1799#define HAVE_PATHS_H 1
1800#define HAVE_PWD_H 1
1801#define HAVE_READLINE_HISTORY_H 1
1802#define HAVE_READLINE_READLINE_H 1
1803#define HAVE_SPAWN_H 1
1804#define HAVE_SYS_CDEFS_H 1
1805#define HAVE_SYS_EVENT_H 1
1806#define HAVE_SYS_FCNTL_H 1
1807#define HAVE_SYS_FILE_H 1
1808#define HAVE_SYS_PATHS_H 1
1809#define HAVE_SYS_SOCKET_H 1
1810#define HAVE_SYS_SYSCTL_H 1
1811#define HAVE_UTIME_H 1
1812#define HAVE_OSATOMICCOMPAREANDSWAP32 1
1813#define HAVE_OSATOMICCOMPAREANDSWAP64 1
1814#define HAVE_OSATOMICCOMPAREANDSWAPPTR 1
1815#define HAVE___GETDIRENTRIES64 1
1816#define HAVE_BZERO 1
1817#define HAVE_COPYFILE 1
1818#define HAVE_FGETLN 1
1819#define HAVE_FLOCK 1
1820#define HAVE_FLS 1
1821#define HAVE_KQUEUE 1
1822#define HAVE_LOCKF 1
1823#define HAVE_MEMSET 1
1824#define HAVE_POSIX_SPAWN 1
1825#define HAVE_SETMODE 1
1826#define HAVE_STRCASECMP 1
1827#define HAVE_STRLCAT 1
1828#define HAVE_STRLCPY 1
1829#define HAVE_STRNCASECMP 1
1830#define HAVE_SYSCTLBYNAME 1
1831#define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
1832#define MIN_USABLE_UID 500
1833#define MIN_USABLE_GID 500
1834#define HAVE_SQLITE3EXT_H 1
1835#define HAVE_KQUEUE 1
1836#define HAVE_KEVENT 1
1837#define HAVE_TRACEMODE_SUPPORT 1
1838#define DARWINTRACE_SIP_WORKAROUND_PATH "/Users/wcz/macports/var/macports/sip-workaround"
1839
1840configure: exit 0