Ticket #51010: most.configure.log

File most.configure.log, 29.1 KB (added by et.code@…, 8 years ago)

current most port configure log

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 configure, which was
5generated by GNU Autoconf 2.61.  Invocation command line was
6
7  $ ./configure --prefix=/ZData/Ports
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = osx-devbox.virtnet
14uname -m = x86_64
15uname -r = 15.4.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 15.4.0: Fri Feb 26 22:08:05 PST 2016; root:xnu-3248.40.184~3/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 15.4.0: Fri Feb 26 22:08:05 PST 2016; root:xnu-3248.40.184~3/RELEASE_X86_64
27Kernel configured for a single processor only.
281 processor is physically available.
291 processor is logically available.
30Processor type: i486 (Intel 80486)
31Processor active: 0
32Primary memory available: 4.00 gigabytes
33Default processor set: 198 tasks, 989 threads, 1 processors
34Load average: 4.38, Mach factor: 0.19
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /ZData/Ports/bin
40PATH: /ZData/Ports/sbin
41PATH: /bin
42PATH: /sbin
43PATH: /usr/bin
44PATH: /usr/sbin
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:1767: checking for grep that handles long lines and -e
52configure:1841: result: /usr/bin/grep
53configure:1846: checking for egrep
54configure:1924: result: /usr/bin/grep -E
55configure:1978: checking for gcc
56configure:2005: result: /usr/bin/clang
57configure:2243: checking for C compiler version
58configure:2250: /usr/bin/clang --version >&5
59Apple LLVM version 7.3.0 (clang-703.0.29)
60Target: x86_64-apple-darwin15.4.0
61Thread model: posix
62InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
63configure:2253: $? = 0
64configure:2260: /usr/bin/clang -v >&5
65Apple LLVM version 7.3.0 (clang-703.0.29)
66Target: x86_64-apple-darwin15.4.0
67Thread model: posix
68InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
69configure:2263: $? = 0
70configure:2270: /usr/bin/clang -V >&5
71clang: error: argument to '-V' is missing (expected 1 value)
72clang: error: no input files
73configure:2273: $? = 1
74configure:2296: checking for C compiler default output file name
75configure:2323: /usr/bin/clang -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
76configure:2326: $? = 0
77configure:2364: result: a.out
78configure:2381: checking whether the C compiler works
79configure:2391: ./a.out
80configure:2394: $? = 0
81configure:2411: result: yes
82configure:2418: checking whether we are cross compiling
83configure:2420: result: no
84configure:2423: checking for suffix of executables
85configure:2430: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
86configure:2433: $? = 0
87configure:2457: result:
88configure:2463: checking for suffix of object files
89configure:2489: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5
90configure:2492: $? = 0
91configure:2515: result: o
92configure:2519: checking whether we are using the GNU C compiler
93configure:2548: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5
94configure:2554: $? = 0
95configure:2571: result: yes
96configure:2576: checking whether /usr/bin/clang accepts -g
97configure:2606: /usr/bin/clang -c -g -I/ZData/Ports/include conftest.c >&5
98configure:2612: $? = 0
99configure:2711: result: yes
100configure:2728: checking for /usr/bin/clang option to accept ISO C89
101configure:2802: /usr/bin/clang  -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5
102configure:2808: $? = 0
103configure:2831: result: none needed
104configure:2854: checking how to run the C preprocessor
105configure:2894: /usr/bin/clang -E -I/ZData/Ports/include conftest.c
106configure:2900: $? = 0
107configure:2931: /usr/bin/clang -E -I/ZData/Ports/include conftest.c
108conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
109#include <ac_nonexistent.h>
110         ^
1111 error generated.
112configure:2937: $? = 1
113configure: failed program was:
114| /* confdefs.h.  */
115| #define PACKAGE_NAME ""
116| #define PACKAGE_TARNAME ""
117| #define PACKAGE_VERSION ""
118| #define PACKAGE_STRING ""
119| #define PACKAGE_BUGREPORT ""
120| /* end confdefs.h.  */
121| #include <ac_nonexistent.h>
122configure:2970: result: /usr/bin/clang -E
123configure:2999: /usr/bin/clang -E -I/ZData/Ports/include conftest.c
124configure:3005: $? = 0
125configure:3036: /usr/bin/clang -E -I/ZData/Ports/include conftest.c
126conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
127#include <ac_nonexistent.h>
128         ^
1291 error generated.
130configure:3042: $? = 1
131configure: failed program was:
132| /* confdefs.h.  */
133| #define PACKAGE_NAME ""
134| #define PACKAGE_TARNAME ""
135| #define PACKAGE_VERSION ""
136| #define PACKAGE_STRING ""
137| #define PACKAGE_BUGREPORT ""
138| /* end confdefs.h.  */
139| #include <ac_nonexistent.h>
140configure:3080: checking whether /usr/bin/clang needs -traditional
141conftest.c:8:10: fatal error: 'termio.h' file not found
142#include <termio.h>
143         ^
1441 error generated.
145configure:3122: result: no
146configure:3129: checking for library containing strerror
147configure:3170: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
148conftest.c:15:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
149char strerror ();
150     ^
151conftest.c:15:6: note: 'strerror' is a builtin with type 'char *(int)'
1521 warning generated.
153configure:3176: $? = 0
154configure:3204: result: none required
155configure:3213: checking for AIX
156configure:3235: result: no
157configure:3264: checking C compiler that understands ANSI prototypes
158configure:3288: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5
159configure:3294: $? = 0
160configure:3300: result: /usr/bin/clang looks ok.  Good.
161configure:3348: checking whether make sets $(MAKE)
162configure:3369: result: yes
163configure:3391: checking for a BSD-compatible install
164configure:3447: result: /usr/bin/install -c
165configure:3464: checking build system type
166configure:3482: result: i686-apple-darwin15.4.0
167configure:3504: checking host system type
168configure:3519: result: i686-apple-darwin15.4.0
169configure:3542: checking for ANSI C header files
170configure:3572: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5
171configure:3578: $? = 0
172configure:3677: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
173configure:3680: $? = 0
174configure:3686: ./conftest
175configure:3689: $? = 0
176configure:3706: result: yes
177configure:3730: checking for sys/types.h
178configure:3751: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5
179configure:3757: $? = 0
180configure:3773: result: yes
181configure:3730: checking for sys/stat.h
182configure:3751: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5
183configure:3757: $? = 0
184configure:3773: result: yes
185configure:3730: checking for stdlib.h
186configure:3751: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5
187configure:3757: $? = 0
188configure:3773: result: yes
189configure:3730: checking for string.h
190configure:3751: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5
191configure:3757: $? = 0
192configure:3773: result: yes
193configure:3730: checking for memory.h
194configure:3751: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5
195configure:3757: $? = 0
196configure:3773: result: yes
197configure:3730: checking for strings.h
198configure:3751: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5
199configure:3757: $? = 0
200configure:3773: result: yes
201configure:3730: checking for inttypes.h
202configure:3751: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5
203configure:3757: $? = 0
204configure:3773: result: yes
205configure:3730: checking for stdint.h
206configure:3751: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5
207configure:3757: $? = 0
208configure:3773: result: yes
209configure:3730: checking for unistd.h
210configure:3751: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5
211configure:3757: $? = 0
212configure:3773: result: yes
213configure:3797: checking dlfcn.h usability
214configure:3814: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5
215configure:3820: $? = 0
216configure:3834: result: yes
217configure:3838: checking dlfcn.h presence
218configure:3853: /usr/bin/clang -E -I/ZData/Ports/include conftest.c
219configure:3859: $? = 0
220configure:3873: result: yes
221configure:3901: checking for dlfcn.h
222configure:3908: result: yes
223configure:3918: checking for dlopen in -ldl
224configure:3953: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -ldl   >&5
225configure:3959: $? = 0
226configure:3977: result: yes
227configure:4249: checking for X
228configure:4364: /usr/bin/clang -E -I/ZData/Ports/include conftest.c
229conftest.c:20:10: fatal error: 'X11/Xlib.h' file not found
230#include <X11/Xlib.h>
231         ^
2321 error generated.
233configure:4370: $? = 1
234configure: failed program was:
235| /* confdefs.h.  */
236| #define PACKAGE_NAME ""
237| #define PACKAGE_TARNAME ""
238| #define PACKAGE_VERSION ""
239| #define PACKAGE_STRING ""
240| #define PACKAGE_BUGREPORT ""
241| #define STDC_HEADERS 1
242| #define HAVE_SYS_TYPES_H 1
243| #define HAVE_SYS_STAT_H 1
244| #define HAVE_STDLIB_H 1
245| #define HAVE_STRING_H 1
246| #define HAVE_MEMORY_H 1
247| #define HAVE_STRINGS_H 1
248| #define HAVE_INTTYPES_H 1
249| #define HAVE_STDINT_H 1
250| #define HAVE_UNISTD_H 1
251| #define HAVE_DLFCN_H 1
252| #define HAVE_DLOPEN 1
253| /* end confdefs.h.  */
254| #include <X11/Xlib.h>
255configure:4419: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lX11  >&5
256conftest.c:20:10: fatal error: 'X11/Xlib.h' file not found
257#include <X11/Xlib.h>
258         ^
2591 error generated.
260configure:4425: $? = 1
261configure: failed program was:
262| /* confdefs.h.  */
263| #define PACKAGE_NAME ""
264| #define PACKAGE_TARNAME ""
265| #define PACKAGE_VERSION ""
266| #define PACKAGE_STRING ""
267| #define PACKAGE_BUGREPORT ""
268| #define STDC_HEADERS 1
269| #define HAVE_SYS_TYPES_H 1
270| #define HAVE_SYS_STAT_H 1
271| #define HAVE_STDLIB_H 1
272| #define HAVE_STRING_H 1
273| #define HAVE_MEMORY_H 1
274| #define HAVE_STRINGS_H 1
275| #define HAVE_INTTYPES_H 1
276| #define HAVE_STDINT_H 1
277| #define HAVE_UNISTD_H 1
278| #define HAVE_DLFCN_H 1
279| #define HAVE_DLOPEN 1
280| /* end confdefs.h.  */
281| #include <X11/Xlib.h>
282| int
283| main ()
284| {
285| XrmInitialize ()
286|   ;
287|   return 0;
288| }
289configure:4473: result: no
290configure:5565: checking if you want to use mmap if available
291configure:5574: result: yes
292configure:5603: checking for stdlib.h
293configure:5609: result: yes
294configure:5603: checking for unistd.h
295configure:5609: result: yes
296configure:5603: checking for memory.h
297configure:5609: result: yes
298configure:5613: checking malloc.h usability
299configure:5630: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5
300conftest.c:58:10: fatal error: 'malloc.h' file not found
301#include <malloc.h>
302         ^
3031 error generated.
304configure:5636: $? = 1
305configure: failed program was:
306| /* confdefs.h.  */
307| #define PACKAGE_NAME ""
308| #define PACKAGE_TARNAME ""
309| #define PACKAGE_VERSION ""
310| #define PACKAGE_STRING ""
311| #define PACKAGE_BUGREPORT ""
312| #define STDC_HEADERS 1
313| #define HAVE_SYS_TYPES_H 1
314| #define HAVE_SYS_STAT_H 1
315| #define HAVE_STDLIB_H 1
316| #define HAVE_STRING_H 1
317| #define HAVE_MEMORY_H 1
318| #define HAVE_STRINGS_H 1
319| #define HAVE_INTTYPES_H 1
320| #define HAVE_STDINT_H 1
321| #define HAVE_UNISTD_H 1
322| #define HAVE_DLFCN_H 1
323| #define HAVE_DLOPEN 1
324| #define X_DISPLAY_MISSING 1
325| #define USE_MMAP 1
326| #define HAVE_STDLIB_H 1
327| #define HAVE_UNISTD_H 1
328| #define HAVE_MEMORY_H 1
329| /* end confdefs.h.  */
330| #include <stdio.h>
331| #ifdef HAVE_SYS_TYPES_H
332| # include <sys/types.h>
333| #endif
334| #ifdef HAVE_SYS_STAT_H
335| # include <sys/stat.h>
336| #endif
337| #ifdef STDC_HEADERS
338| # include <stdlib.h>
339| # include <stddef.h>
340| #else
341| # ifdef HAVE_STDLIB_H
342| #  include <stdlib.h>
343| # endif
344| #endif
345| #ifdef HAVE_STRING_H
346| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
347| #  include <memory.h>
348| # endif
349| # include <string.h>
350| #endif
351| #ifdef HAVE_STRINGS_H
352| # include <strings.h>
353| #endif
354| #ifdef HAVE_INTTYPES_H
355| # include <inttypes.h>
356| #endif
357| #ifdef HAVE_STDINT_H
358| # include <stdint.h>
359| #endif
360| #ifdef HAVE_UNISTD_H
361| # include <unistd.h>
362| #endif
363| #include <malloc.h>
364configure:5650: result: no
365configure:5654: checking malloc.h presence
366configure:5669: /usr/bin/clang -E -I/ZData/Ports/include conftest.c
367conftest.c:25:10: fatal error: 'malloc.h' file not found
368#include <malloc.h>
369         ^
3701 error generated.
371configure:5675: $? = 1
372configure: failed program was:
373| /* confdefs.h.  */
374| #define PACKAGE_NAME ""
375| #define PACKAGE_TARNAME ""
376| #define PACKAGE_VERSION ""
377| #define PACKAGE_STRING ""
378| #define PACKAGE_BUGREPORT ""
379| #define STDC_HEADERS 1
380| #define HAVE_SYS_TYPES_H 1
381| #define HAVE_SYS_STAT_H 1
382| #define HAVE_STDLIB_H 1
383| #define HAVE_STRING_H 1
384| #define HAVE_MEMORY_H 1
385| #define HAVE_STRINGS_H 1
386| #define HAVE_INTTYPES_H 1
387| #define HAVE_STDINT_H 1
388| #define HAVE_UNISTD_H 1
389| #define HAVE_DLFCN_H 1
390| #define HAVE_DLOPEN 1
391| #define X_DISPLAY_MISSING 1
392| #define USE_MMAP 1
393| #define HAVE_STDLIB_H 1
394| #define HAVE_UNISTD_H 1
395| #define HAVE_MEMORY_H 1
396| /* end confdefs.h.  */
397| #include <malloc.h>
398configure:5689: result: no
399configure:5717: checking for malloc.h
400configure:5725: result: no
401configure:5613: checking termios.h usability
402configure:5630: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5
403configure:5636: $? = 0
404configure:5650: result: yes
405configure:5654: checking termios.h presence
406configure:5669: /usr/bin/clang -E -I/ZData/Ports/include conftest.c
407configure:5675: $? = 0
408configure:5689: result: yes
409configure:5717: checking for termios.h
410configure:5725: result: yes
411configure:5613: checking sys/mman.h usability
412configure:5630: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5
413configure:5636: $? = 0
414configure:5650: result: yes
415configure:5654: checking sys/mman.h presence
416configure:5669: /usr/bin/clang -E -I/ZData/Ports/include conftest.c
417configure:5675: $? = 0
418configure:5689: result: yes
419configure:5717: checking for sys/mman.h
420configure:5725: result: yes
421configure:5747: checking for dirent.h that defines DIR
422configure:5776: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5
423configure:5782: $? = 0
424configure:5798: result: yes
425configure:5811: checking for library containing opendir
426configure:5852: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
427configure:5858: $? = 0
428configure:5886: result: none required
429configure:5981: checking for mode_t
430configure:6011: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5
431configure:6017: $? = 0
432configure:6032: result: yes
433configure:6044: checking for pid_t
434configure:6074: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5
435configure:6080: $? = 0
436configure:6095: result: yes
437configure:6107: checking for uid_t in sys/types.h
438configure:6130: result: yes
439configure:6145: checking for size_t
440configure:6175: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5
441configure:6181: $? = 0
442configure:6196: result: yes
443configure:6209: checking for short
444configure:6239: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5
445configure:6245: $? = 0
446configure:6260: result: yes
447configure:6267: checking size of short
448configure:6569: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
449configure:6572: $? = 0
450configure:6578: ./conftest
451configure:6581: $? = 0
452configure:6604: result: 2
453configure:6614: checking for int
454configure:6644: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5
455configure:6650: $? = 0
456configure:6665: result: yes
457configure:6672: checking size of int
458configure:6974: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
459configure:6977: $? = 0
460configure:6983: ./conftest
461configure:6986: $? = 0
462configure:7009: result: 4
463configure:7019: checking for long
464configure:7049: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5
465configure:7055: $? = 0
466configure:7070: result: yes
467configure:7077: checking size of long
468configure:7379: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
469configure:7382: $? = 0
470configure:7388: ./conftest
471configure:7391: $? = 0
472configure:7414: result: 8
473configure:7424: checking for float
474configure:7454: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5
475configure:7460: $? = 0
476configure:7475: result: yes
477configure:7482: checking size of float
478configure:7784: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
479configure:7787: $? = 0
480configure:7793: ./conftest
481configure:7796: $? = 0
482configure:7819: result: 4
483configure:7829: checking for double
484configure:7859: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5
485configure:7865: $? = 0
486configure:7880: result: yes
487configure:7887: checking size of double
488configure:8189: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
489configure:8192: $? = 0
490configure:8198: ./conftest
491configure:8201: $? = 0
492configure:8224: result: 8
493configure:8236: checking for long long
494configure:8266: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5
495configure:8272: $? = 0
496configure:8287: result: yes
497configure:8298: checking for long long
498configure:8349: result: yes
499configure:8356: checking size of long long
500configure:8658: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
501configure:8661: $? = 0
502configure:8667: ./conftest
503configure:8670: $? = 0
504configure:8693: result: 8
505configure:8712: checking for special C compiler options needed for large files
506configure:8805: result: no
507configure:8811: checking for _FILE_OFFSET_BITS value needed for large files
508configure:8846: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5
509configure:8852: $? = 0
510configure:8920: result: no
511configure:9055: checking for _LARGEFILE_SOURCE value needed for large files
512configure:9084: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
513configure:9090: $? = 0
514configure:9156: result: no
515configure:9179: checking for off_t
516configure:9209: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/ZData/Ports/include conftest.c >&5
517configure:9215: $? = 0
518configure:9230: result: yes
519configure:9242: checking for off_t
520configure:9293: result: yes
521configure:9300: checking size of off_t
522configure:9602: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
523configure:9605: $? = 0
524configure:9611: ./conftest
525configure:9614: $? = 0
526configure:9637: result: 8
527configure:9668: checking for memset
528configure:9724: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
529conftest.c:60:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
530char memset ();
531     ^
532conftest.c:60:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
5331 warning generated.
534configure:9730: $? = 0
535configure:9748: result: yes
536configure:9668: checking for memcpy
537configure:9724: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
538conftest.c:61:6: warning: incompatible redeclaration of library function 'memcpy' [-Wincompatible-library-redeclaration]
539char memcpy ();
540     ^
541conftest.c:61:6: note: 'memcpy' is a builtin with type 'void *(void *, const void *, unsigned long)'
5421 warning generated.
543configure:9730: $? = 0
544configure:9748: result: yes
545configure:9668: checking for putenv
546configure:9724: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
547configure:9730: $? = 0
548configure:9748: result: yes
549configure:9668: checking for getcwd
550configure:9724: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
551configure:9730: $? = 0
552configure:9748: result: yes
553configure:9668: checking for mmap
554configure:9724: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
555configure:9730: $? = 0
556configure:9748: result: yes
557configure:9668: checking for snprintf
558configure:9724: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
559conftest.c:65:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
560char snprintf ();
561     ^
562conftest.c:65:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
5631 warning generated.
564configure:9730: $? = 0
565configure:9748: result: yes
566configure:9668: checking for getpgrp
567configure:9724: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
568configure:9730: $? = 0
569configure:9748: result: yes
570configure:9668: checking for tcgetpgrp
571configure:9724: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/ZData/Ports/include -L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
572configure:9730: $? = 0
573configure:9748: result: yes
574configure:9780: checking for Terminfo
575configure:9800: result: yes
576configure:9841: checking for the slang library and header files
577configure:10077: result: no
578configure:10087: error: unable to find the slang library and header file slang.h
579
580## ---------------- ##
581## Cache variables. ##
582## ---------------- ##
583
584ac_cv_build=i686-apple-darwin15.4.0
585ac_cv_c_compiler_gnu=yes
586ac_cv_env_CC_set=set
587ac_cv_env_CC_value=/usr/bin/clang
588ac_cv_env_CFLAGS_set=set
589ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64'
590ac_cv_env_CPPFLAGS_set=set
591ac_cv_env_CPPFLAGS_value=-I/ZData/Ports/include
592ac_cv_env_CPP_set=
593ac_cv_env_CPP_value=
594ac_cv_env_LDFLAGS_set=set
595ac_cv_env_LDFLAGS_value='-L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64'
596ac_cv_env_LIBS_set=
597ac_cv_env_LIBS_value=
598ac_cv_env_XMKMF_set=
599ac_cv_env_XMKMF_value=
600ac_cv_env_build_alias_set=
601ac_cv_env_build_alias_value=
602ac_cv_env_host_alias_set=
603ac_cv_env_host_alias_value=
604ac_cv_env_target_alias_set=
605ac_cv_env_target_alias_value=
606ac_cv_func_getcwd=yes
607ac_cv_func_getpgrp=yes
608ac_cv_func_memcpy=yes
609ac_cv_func_memset=yes
610ac_cv_func_mmap=yes
611ac_cv_func_putenv=yes
612ac_cv_func_snprintf=yes
613ac_cv_func_tcgetpgrp=yes
614ac_cv_have_x=have_x=no
615ac_cv_header_dirent_dirent_h=yes
616ac_cv_header_dlfcn_h=yes
617ac_cv_header_inttypes_h=yes
618ac_cv_header_malloc_h=no
619ac_cv_header_memory_h=yes
620ac_cv_header_stdc=yes
621ac_cv_header_stdint_h=yes
622ac_cv_header_stdlib_h=yes
623ac_cv_header_string_h=yes
624ac_cv_header_strings_h=yes
625ac_cv_header_sys_mman_h=yes
626ac_cv_header_sys_stat_h=yes
627ac_cv_header_sys_types_h=yes
628ac_cv_header_termios_h=yes
629ac_cv_header_unistd_h=yes
630ac_cv_host=i686-apple-darwin15.4.0
631ac_cv_lib_dl_dlopen=yes
632ac_cv_objext=o
633ac_cv_path_EGREP='/usr/bin/grep -E'
634ac_cv_path_GREP=/usr/bin/grep
635ac_cv_prog_CPP='/usr/bin/clang -E'
636ac_cv_prog_ac_ct_CC=/usr/bin/clang
637ac_cv_prog_cc_c89=
638ac_cv_prog_cc_g=yes
639ac_cv_prog_gcc_traditional=no
640ac_cv_prog_make_make_set=yes
641ac_cv_search_opendir='none required'
642ac_cv_search_strerror='none required'
643ac_cv_sizeof_double=8
644ac_cv_sizeof_float=4
645ac_cv_sizeof_int=4
646ac_cv_sizeof_long=8
647ac_cv_sizeof_long_long=8
648ac_cv_sizeof_off_t=8
649ac_cv_sizeof_short=2
650ac_cv_sys_file_offset_bits=no
651ac_cv_sys_largefile_CC=no
652ac_cv_sys_largefile_source=no
653ac_cv_type_double=yes
654ac_cv_type_float=yes
655ac_cv_type_int=yes
656ac_cv_type_long=yes
657ac_cv_type_long_long=yes
658ac_cv_type_mode_t=yes
659ac_cv_type_off_t=yes
660ac_cv_type_pid_t=yes
661ac_cv_type_short=yes
662ac_cv_type_size_t=yes
663ac_cv_type_uid_t=yes
664
665## ----------------- ##
666## Output variables. ##
667## ----------------- ##
668
669CC='/usr/bin/clang'
670CC_SHARED='$(CC) -bundle -flat_namespace -undefined suppress $(CFLAGS) -fno-common'
671CFLAGS='-pipe -Os -arch x86_64'
672CONFIG_DIR='/ZData/Ports/var/macports/build/_ZData_Ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_most/most/work/most-5.0.0a'
673CPP='/usr/bin/clang -E'
674CPPFLAGS='-I/ZData/Ports/include'
675DEFS=''
676DLL_IMPLIB_NAME=''
677DYNAMIC_LINK_FLAGS=''
678DYNAMIC_LINK_LIB='-ldl'
679ECHO_C='ECHO_N=''
680ECHO_T=''
681EGREP='/usr/bin/grep -E'
682ELFDIR='/ZData/Ports/var/macports/build/_ZData_Ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_most/most/work/most-5.0.0a/src/elfobjs'
683ELFLIB='lib$(THIS_LIB).dylib'
684ELFLIB_BUILD_NAME='$(ELFLIB_MAJOR_MINOR_MICRO)'
685ELFLIB_MAJOR='lib$(THIS_LIB).$(ELF_MAJOR_VERSION).dylib'
686ELFLIB_MAJOR_MINOR='lib$(THIS_LIB).$(ELF_MAJOR_VERSION).$(ELF_MINOR_VERSION).dylib'
687ELFLIB_MAJOR_MINOR_MICRO='lib$(THIS_LIB).$(ELF_MAJOR_VERSION).$(ELF_MINOR_VERSION).$(ELF_MICRO_VERSION).dylib'
688ELF_CC='$(CC)'
689ELF_CFLAGS='$(CFLAGS) -fno-common'
690ELF_DEP_LIBS='$(LDFLAGS) $(DL_LIB)'
691ELF_LINK='$(CC) $(LDFLAGS) -dynamiclib -install_name $(install_lib_dir)/$(ELFLIB_MAJOR) -compatibility_version $(ELF_MAJOR_VERSION) -current_version $(ELF_MAJOR_VERSION).$(ELF_MINOR_VERSION)'
692ELF_LINK_CMD=''
693EXEEXT=''
694GREP='/usr/bin/grep'
695INSTALL_DATA='${INSTALL} -m 644'
696INSTALL_ELFLIB_TARGET='install-elf-and-links'
697INSTALL_MODULE='$(INSTALL_DATA)'
698INSTALL_PROGRAM='${INSTALL}'
699INSTALL_SCRIPT='${INSTALL}'
700LDFLAGS='-L/ZData/Ports/lib -Wl,-headerpad_max_install_names -arch x86_64'
701LIBOBJS=''
702LIBS=''
703LTLIBOBJS=''
704MISC_TERMINFO_DIRS=''
705OBJDIR='/ZData/Ports/var/macports/build/_ZData_Ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_most/most/work/most-5.0.0a/src/objs'
706OBJEXT='o'
707PACKAGE_BUGREPORT=''
708PACKAGE_NAME=''
709PACKAGE_STRING=''
710PACKAGE_TARNAME=''
711PACKAGE_VERSION=''
712PATH_SEPARATOR=':'
713PROGRAM_CFILES=''
714PROGRAM_ELFOBJECTS=''
715PROGRAM_HFILES=''
716PROGRAM_OBJECTS=''
717PROGRAM_OFILES=''
718RPATH=''
719SET_MAKE=''
720SHELL='/bin/sh'
721SLANG_DLL_CFLAGS=''
722SLANG_INC=''
723SLANG_LIB=''
724SLANG_LIB_FOR_MODULES=''
725SRCDIR='/ZData/Ports/var/macports/build/_ZData_Ports_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_most/most/work/most-5.0.0a/src'
726TERMCAP=''
727XMKMF=''
728X_CFLAGS=''
729X_EXTRA_LIBS=''
730X_LIBS=''
731X_PRE_LIBS=''
732ac_ct_CC='/usr/bin/clang'
733bindir='${exec_prefix}/bin'
734build='i686-apple-darwin15.4.0'
735build_alias=''
736build_cpu='i686'
737build_os='darwin15.4.0'
738build_vendor='apple'
739datadir='${datarootdir}'
740datarootdir='${prefix}/share'
741docdir='${datarootdir}/doc/${PACKAGE}'
742dvidir='${docdir}'
743exec_prefix='NONE'
744host='i686-apple-darwin15.4.0'
745host_alias=''
746host_cpu='i686'
747host_os='darwin15.4.0'
748host_vendor='apple'
749htmldir='${docdir}'
750includedir='${prefix}/include'
751infodir='${datarootdir}/info'
752libdir='${exec_prefix}/lib'
753libexecdir='${exec_prefix}/libexec'
754localedir='${datarootdir}/locale'
755localstatedir='${prefix}/var'
756mandir='${datarootdir}/man'
757oldincludedir='/usr/include'
758pdfdir='${docdir}'
759prefix='/ZData/Ports'
760program_transform_name='s,x,x,'
761psdir='${docdir}'
762sbindir='${exec_prefix}/sbin'
763sharedstatedir='${prefix}/com'
764sysconfdir='${prefix}/etc'
765target_alias=''
766
767## ----------- ##
768## confdefs.h. ##
769## ----------- ##
770
771#define PACKAGE_NAME ""
772#define PACKAGE_TARNAME ""
773#define PACKAGE_VERSION ""
774#define PACKAGE_STRING ""
775#define PACKAGE_BUGREPORT ""
776#define STDC_HEADERS 1
777#define HAVE_SYS_TYPES_H 1
778#define HAVE_SYS_STAT_H 1
779#define HAVE_STDLIB_H 1
780#define HAVE_STRING_H 1
781#define HAVE_MEMORY_H 1
782#define HAVE_STRINGS_H 1
783#define HAVE_INTTYPES_H 1
784#define HAVE_STDINT_H 1
785#define HAVE_UNISTD_H 1
786#define HAVE_DLFCN_H 1
787#define HAVE_DLOPEN 1
788#define X_DISPLAY_MISSING 1
789#define USE_MMAP 1
790#define HAVE_STDLIB_H 1
791#define HAVE_UNISTD_H 1
792#define HAVE_MEMORY_H 1
793#define HAVE_TERMIOS_H 1
794#define HAVE_SYS_MMAN_H 1
795#define HAVE_DIRENT_H 1
796#define SIZEOF_SHORT 2
797#define SIZEOF_INT 4
798#define SIZEOF_LONG 8
799#define SIZEOF_FLOAT 4
800#define SIZEOF_DOUBLE 8
801#define HAVE_LONG_LONG 1
802#define SIZEOF_LONG_LONG 8
803#define HAVE_FSEEKO 1
804#define SIZEOF_OFF_T 8
805#define HAVE_MEMSET 1
806#define HAVE_MEMCPY 1
807#define HAVE_PUTENV 1
808#define HAVE_GETCWD 1
809#define HAVE_MMAP 1
810#define HAVE_SNPRINTF 1
811#define HAVE_GETPGRP 1
812#define HAVE_TCGETPGRP 1
813
814configure: exit 1
815