Ticket #48916: config.log

File config.log, 30.6 KB (added by kencu (Ken), 7 years ago)

config.log showing errors with 0.5.1

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 profanity configure 0.5.1, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = KensMacBookPro-2.local
14uname -m = i386
15uname -r = 10.8.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
18
19/usr/bin/uname -p = i386
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo      = Mach kernel version:
26         Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
27Kernel configured for up to 4 processors.
282 processors are physically available.
294 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3
32Primary memory available: 4.00 gigabytes
33Default processor set: 78 tasks, 421 threads, 4 processors
34Load average: 1.44, Mach factor: 2.54
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin
40PATH: /opt/local/sbin
41PATH: /bin
42PATH: /sbin
43PATH: /usr/bin
44PATH: /usr/sbin
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:2398: checking for a BSD-compatible install
52configure:2466: result: /usr/bin/install -c
53configure:2477: checking whether build environment is sane
54configure:2532: result: yes
55configure:2683: checking for a thread-safe mkdir -p
56configure:2722: result: /opt/local/bin/gmkdir -p
57configure:2729: checking for gawk
58configure:2745: found /opt/local/bin/gawk
59configure:2756: result: gawk
60configure:2767: checking whether make sets $(MAKE)
61configure:2789: result: yes
62configure:2818: checking whether make supports nested variables
63configure:2835: result: yes
64configure:3012: checking for gcc
65configure:3039: result: /opt/local/bin/clang-mp-3.9
66configure:3268: checking for C compiler version
67configure:3277: /opt/local/bin/clang-mp-3.9 --version >&5
68clang version 3.9.1 (tags/RELEASE_391/final)
69Target: x86_64-apple-darwin10.8.0
70Thread model: posix
71InstalledDir: /opt/local/libexec/llvm-3.9/bin
72configure:3288: $? = 0
73configure:3277: /opt/local/bin/clang-mp-3.9 -v >&5
74clang version 3.9.1 (tags/RELEASE_391/final)
75Target: x86_64-apple-darwin10.8.0
76Thread model: posix
77InstalledDir: /opt/local/libexec/llvm-3.9/bin
78configure:3288: $? = 0
79configure:3277: /opt/local/bin/clang-mp-3.9 -V >&5
80clang: error: argument to '-V' is missing (expected 1 value)
81clang: error: no input files
82configure:3288: $? = 1
83configure:3277: /opt/local/bin/clang-mp-3.9 -qversion >&5
84clang: error: unknown argument: '-qversion'
85clang: error: no input files
86configure:3288: $? = 1
87configure:3308: checking whether the C compiler works
88configure:3330: /opt/local/bin/clang-mp-3.9 -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
89configure:3334: $? = 0
90configure:3382: result: yes
91configure:3385: checking for C compiler default output file name
92configure:3387: result: a.out
93configure:3393: checking for suffix of executables
94configure:3400: /opt/local/bin/clang-mp-3.9 -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
95configure:3404: $? = 0
96configure:3426: result:
97configure:3448: checking whether we are cross compiling
98configure:3456: /opt/local/bin/clang-mp-3.9 -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
99configure:3460: $? = 0
100configure:3467: ./conftest
101configure:3471: $? = 0
102configure:3486: result: no
103configure:3491: checking for suffix of object files
104configure:3513: /opt/local/bin/clang-mp-3.9 -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
105configure:3517: $? = 0
106configure:3538: result: o
107configure:3542: checking whether we are using the GNU C compiler
108configure:3561: /opt/local/bin/clang-mp-3.9 -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
109configure:3561: $? = 0
110configure:3570: result: yes
111configure:3579: checking whether /opt/local/bin/clang-mp-3.9 accepts -g
112configure:3599: /opt/local/bin/clang-mp-3.9 -c -g -I/opt/local/include conftest.c >&5
113configure:3599: $? = 0
114configure:3640: result: yes
115configure:3657: checking for /opt/local/bin/clang-mp-3.9 option to accept ISO C89
116configure:3720: /opt/local/bin/clang-mp-3.9  -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
117configure:3720: $? = 0
118configure:3733: result: none needed
119configure:3758: checking whether /opt/local/bin/clang-mp-3.9 understands -c and -o together
120configure:3780: /opt/local/bin/clang-mp-3.9 -c conftest.c -o conftest2.o
121configure:3783: $? = 0
122configure:3780: /opt/local/bin/clang-mp-3.9 -c conftest.c -o conftest2.o
123configure:3783: $? = 0
124configure:3795: result: yes
125configure:3823: checking for style of include used by make
126configure:3851: result: GNU
127configure:3877: checking dependency style of /opt/local/bin/clang-mp-3.9
128configure:3988: result: gcc3
129configure:4032: checking build system type
130configure:4046: result: x86_64-apple-darwin10.8.0
131configure:4066: checking host system type
132configure:4079: result: x86_64-apple-darwin10.8.0
133configure:4120: checking how to print strings
134configure:4147: result: printf
135configure:4168: checking for a sed that does not truncate output
136configure:4232: result: /opt/local/bin/gsed
137configure:4250: checking for grep that handles long lines and -e
138configure:4308: result: /opt/local/bin/grep
139configure:4313: checking for egrep
140configure:4375: result: /opt/local/bin/grep -E
141configure:4380: checking for fgrep
142configure:4442: result: /opt/local/bin/grep -F
143configure:4477: checking for ld used by /opt/local/bin/clang-mp-3.9
144configure:4544: result: /opt/local/libexec/llvm-3.9/bin/ld
145configure:4551: checking if the linker (/opt/local/libexec/llvm-3.9/bin/ld) is GNU ld
146configure:4566: result: no
147configure:4578: checking for BSD- or MS-compatible name lister (nm)
148configure:4627: result: /opt/local/bin/nm -B
149configure:4757: checking the name lister (/opt/local/bin/nm -B) interface
150configure:4764: /opt/local/bin/clang-mp-3.9 -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
151configure:4767: /opt/local/bin/nm -B "conftest.o"
152configure:4770: output
1530000000000000000 S _some_variable
154configure:4777: result: BSD nm
155configure:4780: checking whether ln -s works
156configure:4784: result: yes
157configure:4792: checking the maximum length of command line arguments
158configure:4923: result: 196608
159configure:4940: checking whether the shell understands some XSI constructs
160configure:4950: result: yes
161configure:4954: checking whether the shell understands "+="
162configure:4960: result: yes
163configure:4995: checking how to convert x86_64-apple-darwin10.8.0 file names to x86_64-apple-darwin10.8.0 format
164configure:5035: result: func_convert_file_noop
165configure:5042: checking how to convert x86_64-apple-darwin10.8.0 file names to toolchain format
166configure:5062: result: func_convert_file_noop
167configure:5069: checking for /opt/local/libexec/llvm-3.9/bin/ld option to reload object files
168configure:5076: result: -r
169configure:5150: checking for objdump
170configure:5180: result: no
171configure:5209: checking how to recognize dependent libraries
172configure:5407: result: pass_all
173configure:5492: checking for dlltool
174configure:5522: result: no
175configure:5552: checking how to associate runtime and link libraries
176configure:5579: result: printf %s\n
177configure:5640: checking for ar
178configure:5656: found /opt/local/bin/ar
179configure:5667: result: ar
180configure:5704: checking for archiver @FILE support
181configure:5721: /opt/local/bin/clang-mp-3.9 -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
182configure:5721: $? = 0
183configure:5724: ar cru libconftest.a @conftest.lst >&5
184ar: @conftest.lst: No such file or directory
185configure:5727: $? = 1
186configure:5747: result: no
187configure:5805: checking for strip
188configure:5821: found /opt/local/bin/strip
189configure:5832: result: strip
190configure:5904: checking for ranlib
191configure:5920: found /opt/local/bin/ranlib
192configure:5931: result: ranlib
193configure:6033: checking command to parse /opt/local/bin/nm -B output from /opt/local/bin/clang-mp-3.9 object
194configure:6153: /opt/local/bin/clang-mp-3.9 -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
195configure:6156: $? = 0
196configure:6160: /opt/local/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
197configure:6163: $? = 0
198cannot find nm_test_var in conftest.nm
199configure:6153: /opt/local/bin/clang-mp-3.9 -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
200configure:6156: $? = 0
201configure:6160: /opt/local/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
202configure:6163: $? = 0
203configure:6229: /opt/local/bin/clang-mp-3.9 -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c conftstm.o >&5
204configure:6232: $? = 0
205configure:6270: result: ok
206configure:6307: checking for sysroot
207configure:6337: result: no
208configure:6606: checking for mt
209configure:6636: result: no
210configure:6656: checking if : is a manifest tool
211configure:6662: : '-?'
212configure:6670: result: no
213configure:6726: checking for dsymutil
214configure:6742: found /usr/bin/dsymutil
215configure:6753: result: dsymutil
216configure:6818: checking for nmedit
217configure:6834: found /opt/local/bin/nmedit
218configure:6845: result: nmedit
219configure:6910: checking for lipo
220configure:6926: found /opt/local/bin/lipo
221configure:6937: result: lipo
222configure:7002: checking for otool
223configure:7018: found /opt/local/bin/otool
224configure:7029: result: otool
225configure:7094: checking for otool64
226configure:7124: result: no
227configure:7169: checking for -single_module linker flag
228/opt/local/bin/clang-mp-3.9 -pipe -Os -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
229configure:7202: result: yes
230configure:7205: checking for -exported_symbols_list linker flag
231configure:7225: /opt/local/bin/clang-mp-3.9 -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
232configure:7225: $? = 0
233configure:7235: result: yes
234configure:7238: checking for -force_load linker flag
235/opt/local/bin/clang-mp-3.9 -pipe -Os -arch x86_64 -c -o conftest.o conftest.c
236ar cru libconftest.a conftest.o
237ranlib libconftest.a
238/opt/local/bin/clang-mp-3.9 -pipe -Os -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -o conftest conftest.c -Wl,-force_load,./libconftest.a
239configure:7270: result: yes
240configure:7312: checking how to run the C preprocessor
241configure:7343: /opt/local/bin/clang-mp-3.9 -E -I/opt/local/include conftest.c
242configure:7343: $? = 0
243configure:7357: /opt/local/bin/clang-mp-3.9 -E -I/opt/local/include conftest.c
244conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
245#include <ac_nonexistent.h>
246         ^
2471 error generated.
248configure:7357: $? = 1
249configure: failed program was:
250| /* confdefs.h */
251| #define PACKAGE_NAME "profanity"
252| #define PACKAGE_TARNAME "profanity"
253| #define PACKAGE_VERSION "0.5.1"
254| #define PACKAGE_STRING "profanity 0.5.1"
255| #define PACKAGE_BUGREPORT "boothj5web@gmail.com"
256| #define PACKAGE_URL ""
257| #define PACKAGE "profanity"
258| #define VERSION "0.5.1"
259| /* end confdefs.h.  */
260| #include <ac_nonexistent.h>
261configure:7382: result: /opt/local/bin/clang-mp-3.9 -E
262configure:7402: /opt/local/bin/clang-mp-3.9 -E -I/opt/local/include conftest.c
263configure:7402: $? = 0
264configure:7416: /opt/local/bin/clang-mp-3.9 -E -I/opt/local/include conftest.c
265conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
266#include <ac_nonexistent.h>
267         ^
2681 error generated.
269configure:7416: $? = 1
270configure: failed program was:
271| /* confdefs.h */
272| #define PACKAGE_NAME "profanity"
273| #define PACKAGE_TARNAME "profanity"
274| #define PACKAGE_VERSION "0.5.1"
275| #define PACKAGE_STRING "profanity 0.5.1"
276| #define PACKAGE_BUGREPORT "boothj5web@gmail.com"
277| #define PACKAGE_URL ""
278| #define PACKAGE "profanity"
279| #define VERSION "0.5.1"
280| /* end confdefs.h.  */
281| #include <ac_nonexistent.h>
282configure:7445: checking for ANSI C header files
283configure:7465: /opt/local/bin/clang-mp-3.9 -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
284configure:7465: $? = 0
285configure:7538: /opt/local/bin/clang-mp-3.9 -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
286configure:7538: $? = 0
287configure:7538: ./conftest
288configure:7538: $? = 0
289configure:7549: result: yes
290configure:7562: checking for sys/types.h
291configure:7562: /opt/local/bin/clang-mp-3.9 -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
292configure:7562: $? = 0
293configure:7562: result: yes
294configure:7562: checking for sys/stat.h
295configure:7562: /opt/local/bin/clang-mp-3.9 -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
296configure:7562: $? = 0
297configure:7562: result: yes
298configure:7562: checking for stdlib.h
299configure:7562: /opt/local/bin/clang-mp-3.9 -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
300configure:7562: $? = 0
301configure:7562: result: yes
302configure:7562: checking for string.h
303configure:7562: /opt/local/bin/clang-mp-3.9 -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
304configure:7562: $? = 0
305configure:7562: result: yes
306configure:7562: checking for memory.h
307configure:7562: /opt/local/bin/clang-mp-3.9 -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
308configure:7562: $? = 0
309configure:7562: result: yes
310configure:7562: checking for strings.h
311configure:7562: /opt/local/bin/clang-mp-3.9 -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
312configure:7562: $? = 0
313configure:7562: result: yes
314configure:7562: checking for inttypes.h
315configure:7562: /opt/local/bin/clang-mp-3.9 -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
316configure:7562: $? = 0
317configure:7562: result: yes
318configure:7562: checking for stdint.h
319configure:7562: /opt/local/bin/clang-mp-3.9 -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
320configure:7562: $? = 0
321configure:7562: result: yes
322configure:7562: checking for unistd.h
323configure:7562: /opt/local/bin/clang-mp-3.9 -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
324configure:7562: $? = 0
325configure:7562: result: yes
326configure:7576: checking for dlfcn.h
327configure:7576: /opt/local/bin/clang-mp-3.9 -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
328configure:7576: $? = 0
329configure:7576: result: yes
330configure:7782: checking for objdir
331configure:7797: result: .libs
332configure:8068: checking if /opt/local/bin/clang-mp-3.9 supports -fno-rtti -fno-exceptions
333configure:8086: /opt/local/bin/clang-mp-3.9 -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
334configure:8090: $? = 0
335configure:8103: result: yes
336configure:8430: checking for /opt/local/bin/clang-mp-3.9 option to produce PIC
337configure:8437: result: -fno-common -DPIC
338configure:8445: checking if /opt/local/bin/clang-mp-3.9 PIC flag -fno-common -DPIC works
339configure:8463: /opt/local/bin/clang-mp-3.9 -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-common -DPIC -DPIC conftest.c >&5
340configure:8467: $? = 0
341configure:8480: result: yes
342configure:8509: checking if /opt/local/bin/clang-mp-3.9 static flag -static works
343configure:8537: result: no
344configure:8552: checking if /opt/local/bin/clang-mp-3.9 supports -c -o file.o
345configure:8573: /opt/local/bin/clang-mp-3.9 -c -pipe -Os -arch x86_64 -I/opt/local/include -o out/conftest2.o conftest.c >&5
346configure:8577: $? = 0
347configure:8599: result: yes
348configure:8607: checking if /opt/local/bin/clang-mp-3.9 supports -c -o file.o
349configure:8654: result: yes
350configure:8687: checking whether the /opt/local/bin/clang-mp-3.9 linker (/opt/local/libexec/llvm-3.9/bin/ld) supports shared libraries
351configure:9844: result: yes
352configure:10084: checking dynamic linker characteristics
353configure:10818: result: darwin10.8.0 dyld
354configure:10925: checking how to hardcode library paths into programs
355configure:10950: result: immediate
356configure:11490: checking whether stripping libraries is possible
357configure:11504: result: yes
358configure:11530: checking if libtool supports shared libraries
359configure:11532: result: yes
360configure:11535: checking whether to build shared libraries
361configure:11556: result: yes
362configure:11559: checking whether to build static libraries
363configure:11563: result: yes
364configure:11609: checking for special C compiler options needed for large files
365configure:11654: result: no
366configure:11660: checking for _FILE_OFFSET_BITS value needed for large files
367configure:11685: /opt/local/bin/clang-mp-3.9 -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
368configure:11685: $? = 0
369configure:11717: result: no
370configure:11930: Symlinking Python.framework to /Library/Frameworks/Python.framework
371configure:11937: checking for python-config
372configure:11953: found /opt/local/bin/python-config
373configure:11965: result: yes
374configure:11982: checking for python
375configure:12000: found /opt/local/bin/python
376configure:12012: result: /opt/local/bin/python
377configure:12028: checking for a version of Python >= '2.1.0'
378configure:12054: result: yes
379configure:12085: checking for the distutils Python package
380configure:12089: result: yes
381configure:12103: checking for Python include path
382configure:12119: result: -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
383configure:12126: checking for Python library path
384configure:12203: result: -L/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7
385configure:12210: checking for Python site-packages path
386configure:12216: result: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
387configure:12223: checking python extra libraries
388configure:12230: result: -ldl  -framework CoreFoundation
389configure:12237: checking python extra linking flags
390configure:12244: result: -u _PyMac_Error Python.framework/Versions/2.7/Python
391configure:12251: checking consistency of all components of python development environment
392configure:12277: /opt/local/bin/clang-mp-3.9 -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  -L/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -u _PyMac_Error Python.framework/Versions/2.7/Python -ldl  -framework CoreFoundation >&5
393clang: error: no such file or directory: 'Python.framework/Versions/2.7/Python'
394configure:12277: $? = 1
395configure: failed program was:
396| /* confdefs.h */
397| #define PACKAGE_NAME "profanity"
398| #define PACKAGE_TARNAME "profanity"
399| #define PACKAGE_VERSION "0.5.1"
400| #define PACKAGE_STRING "profanity 0.5.1"
401| #define PACKAGE_BUGREPORT "boothj5web@gmail.com"
402| #define PACKAGE_URL ""
403| #define PACKAGE "profanity"
404| #define VERSION "0.5.1"
405| #define STDC_HEADERS 1
406| #define HAVE_SYS_TYPES_H 1
407| #define HAVE_SYS_STAT_H 1
408| #define HAVE_STDLIB_H 1
409| #define HAVE_STRING_H 1
410| #define HAVE_MEMORY_H 1
411| #define HAVE_STRINGS_H 1
412| #define HAVE_INTTYPES_H 1
413| #define HAVE_STDINT_H 1
414| #define HAVE_UNISTD_H 1
415| #define HAVE_DLFCN_H 1
416| #define LT_OBJDIR ".libs/"
417| #define PACKAGE_STATUS "release"
418| #define PLATFORM_OSX 1
419| #define HAVE_PYTHON "2.7"
420| /* end confdefs.h.  */
421|
422|               #include <Python.h>
423| int
424| main ()
425| {
426| Py_Initialize();
427|   ;
428|   return 0;
429| }
430|
431configure:12294: result: no
432configure:12298: error: in `/opt/local/var/macports/build/_Users_Shared_macports_porttests_net_profanity/profanity/work/profanity-0.5.1':
433configure:12300: error:
434  Could not link test program to Python. Maybe the main Python library has been
435  installed in some non-standard library path. If so, pass it to configure,
436  via the LDFLAGS environment variable.
437  Example: ./configure LDFLAGS="-L/usr/non-standard-path/python/lib"
438  ============================================================================
439   ERROR!
440   You probably have to install the development version of the Python package
441   for your distribution.  The exact name of this package varies among them.
442  ============================================================================
443
444See `config.log' for more details
445
446## ---------------- ##
447## Cache variables. ##
448## ---------------- ##
449
450ac_cv_build=x86_64-apple-darwin10.8.0
451ac_cv_c_compiler_gnu=yes
452ac_cv_env_CC_set=set
453ac_cv_env_CC_value=/opt/local/bin/clang-mp-3.9
454ac_cv_env_CFLAGS_set=set
455ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64'
456ac_cv_env_CPPFLAGS_set=set
457ac_cv_env_CPPFLAGS_value=-I/opt/local/include
458ac_cv_env_CPP_set=
459ac_cv_env_CPP_value=
460ac_cv_env_GTK_CFLAGS_set=
461ac_cv_env_GTK_CFLAGS_value=
462ac_cv_env_GTK_LIBS_set=
463ac_cv_env_GTK_LIBS_value=
464ac_cv_env_LDFLAGS_set=set
465ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
466ac_cv_env_LIBS_set=
467ac_cv_env_LIBS_value=
468ac_cv_env_PKG_CONFIG_LIBDIR_set=
469ac_cv_env_PKG_CONFIG_LIBDIR_value=
470ac_cv_env_PKG_CONFIG_PATH_set=
471ac_cv_env_PKG_CONFIG_PATH_value=
472ac_cv_env_PKG_CONFIG_set=
473ac_cv_env_PKG_CONFIG_value=
474ac_cv_env_PYTHON_FRAMEWORK_set=
475ac_cv_env_PYTHON_FRAMEWORK_value=
476ac_cv_env_PYTHON_VERSION_set=
477ac_cv_env_PYTHON_VERSION_value=
478ac_cv_env_build_alias_set=
479ac_cv_env_build_alias_value=
480ac_cv_env_cmocka_CFLAGS_set=
481ac_cv_env_cmocka_CFLAGS_value=
482ac_cv_env_cmocka_LIBS_set=
483ac_cv_env_cmocka_LIBS_value=
484ac_cv_env_curl_CFLAGS_set=
485ac_cv_env_curl_CFLAGS_value=
486ac_cv_env_curl_LIBS_set=
487ac_cv_env_curl_LIBS_value=
488ac_cv_env_glib_CFLAGS_set=
489ac_cv_env_glib_CFLAGS_value=
490ac_cv_env_glib_LIBS_set=
491ac_cv_env_glib_LIBS_value=
492ac_cv_env_host_alias_set=
493ac_cv_env_host_alias_value=
494ac_cv_env_libmesode_CFLAGS_set=
495ac_cv_env_libmesode_CFLAGS_value=
496ac_cv_env_libmesode_LIBS_set=
497ac_cv_env_libmesode_LIBS_value=
498ac_cv_env_libnotify_CFLAGS_set=
499ac_cv_env_libnotify_CFLAGS_value=
500ac_cv_env_libnotify_LIBS_set=
501ac_cv_env_libnotify_LIBS_value=
502ac_cv_env_libstrophe_CFLAGS_set=
503ac_cv_env_libstrophe_CFLAGS_value=
504ac_cv_env_libstrophe_LIBS_set=
505ac_cv_env_libstrophe_LIBS_value=
506ac_cv_env_ncurses_CFLAGS_set=
507ac_cv_env_ncurses_CFLAGS_value=
508ac_cv_env_ncurses_LIBS_set=
509ac_cv_env_ncurses_LIBS_value=
510ac_cv_env_ncursesw_CFLAGS_set=
511ac_cv_env_ncursesw_CFLAGS_value=
512ac_cv_env_ncursesw_LIBS_set=
513ac_cv_env_ncursesw_LIBS_value=
514ac_cv_env_target_alias_set=
515ac_cv_env_target_alias_value=
516ac_cv_header_dlfcn_h=yes
517ac_cv_header_inttypes_h=yes
518ac_cv_header_memory_h=yes
519ac_cv_header_stdc=yes
520ac_cv_header_stdint_h=yes
521ac_cv_header_stdlib_h=yes
522ac_cv_header_string_h=yes
523ac_cv_header_strings_h=yes
524ac_cv_header_sys_stat_h=yes
525ac_cv_header_sys_types_h=yes
526ac_cv_header_unistd_h=yes
527ac_cv_host=x86_64-apple-darwin10.8.0
528ac_cv_objext=o
529ac_cv_path_EGREP='/opt/local/bin/grep -E'
530ac_cv_path_FGREP='/opt/local/bin/grep -F'
531ac_cv_path_GREP=/opt/local/bin/grep
532ac_cv_path_PYTHON=/opt/local/bin/python
533ac_cv_path_SED=/opt/local/bin/gsed
534ac_cv_path_mkdir=/opt/local/bin/gmkdir
535ac_cv_prog_AWK=gawk
536ac_cv_prog_CPP='/opt/local/bin/clang-mp-3.9 -E'
537ac_cv_prog_PYTHON_CONFIG_EXISTS=yes
538ac_cv_prog_ac_ct_AR=ar
539ac_cv_prog_ac_ct_CC=/opt/local/bin/clang-mp-3.9
540ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
541ac_cv_prog_ac_ct_LIPO=lipo
542ac_cv_prog_ac_ct_NMEDIT=nmedit
543ac_cv_prog_ac_ct_OTOOL=otool
544ac_cv_prog_ac_ct_RANLIB=ranlib
545ac_cv_prog_ac_ct_STRIP=strip
546ac_cv_prog_cc_c89=
547ac_cv_prog_cc_g=yes
548ac_cv_prog_make_make_set=yes
549ac_cv_sys_file_offset_bits=no
550ac_cv_sys_largefile_CC=no
551am_cv_CC_dependencies_compiler_type=gcc3
552am_cv_make_support_nested_variables=yes
553am_cv_prog_cc_c_o=yes
554lt_cv_apple_cc_single_mod=yes
555lt_cv_ar_at_file=no
556lt_cv_deplibs_check_method=pass_all
557lt_cv_file_magic_cmd='$MAGIC_CMD'
558lt_cv_file_magic_test_file=
559lt_cv_ld_exported_symbols_list=yes
560lt_cv_ld_force_load=yes
561lt_cv_ld_reload_flag=-r
562lt_cv_nm_interface='BSD nm'
563lt_cv_objdir=.libs
564lt_cv_path_LD=/opt/local/libexec/llvm-3.9/bin/ld
565lt_cv_path_NM='/opt/local/bin/nm -B'
566lt_cv_path_mainfest_tool=no
567lt_cv_prog_compiler_c_o=yes
568lt_cv_prog_compiler_pic='-fno-common -DPIC'
569lt_cv_prog_compiler_pic_works=yes
570lt_cv_prog_compiler_rtti_exceptions=yes
571lt_cv_prog_compiler_static_works=no
572lt_cv_prog_gnu_ld=no
573lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
574lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
575lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
576lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
577lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
578lt_cv_sys_max_cmd_len=196608
579lt_cv_to_host_file_cmd=func_convert_file_noop
580lt_cv_to_tool_file_cmd=func_convert_file_noop
581
582## ----------------- ##
583## Output variables. ##
584## ----------------- ##
585
586ACLOCAL='${SHELL} /opt/local/var/macports/build/_Users_Shared_macports_porttests_net_profanity/profanity/work/profanity-0.5.1/build-aux/missing aclocal-1.14'
587AMDEPBACKSLASH='\'
588AMDEP_FALSE='#'
589AMDEP_TRUE=''
590AMTAR='$${TAR-tar}'
591AM_BACKSLASH='\'
592AM_CFLAGS=''
593AM_CPPFLAGS=''
594AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
595AM_DEFAULT_VERBOSITY='1'
596AM_LDFLAGS=''
597AM_V='$(V)'
598AR='ar'
599AUTOCONF='${SHELL} /opt/local/var/macports/build/_Users_Shared_macports_porttests_net_profanity/profanity/work/profanity-0.5.1/build-aux/missing autoconf'
600AUTOHEADER='${SHELL} /opt/local/var/macports/build/_Users_Shared_macports_porttests_net_profanity/profanity/work/profanity-0.5.1/build-aux/missing autoheader'
601AUTOMAKE='${SHELL} /opt/local/var/macports/build/_Users_Shared_macports_porttests_net_profanity/profanity/work/profanity-0.5.1/build-aux/missing automake-1.14'
602AWK='gawk'
603BUILD_C_API_FALSE=''
604BUILD_C_API_TRUE=''
605BUILD_OTR3_FALSE=''
606BUILD_OTR3_TRUE=''
607BUILD_OTR4_FALSE=''
608BUILD_OTR4_TRUE=''
609BUILD_OTR_FALSE=''
610BUILD_OTR_TRUE=''
611BUILD_PGP_FALSE=''
612BUILD_PGP_TRUE=''
613BUILD_PYTHON_API_FALSE=''
614BUILD_PYTHON_API_TRUE=''
615CC='/opt/local/bin/clang-mp-3.9'
616CCDEPMODE='depmode=gcc3'
617CFLAGS='-pipe -Os -arch x86_64'
618CPP='/opt/local/bin/clang-mp-3.9 -E'
619CPPFLAGS='-I/opt/local/include'
620CYGPATH_W='echo'
621DEFS=''
622DEPDIR='.deps'
623DLLTOOL='false'
624DSYMUTIL='dsymutil'
625DUMPBIN=''
626ECHO_C='\c'
627ECHO_N=''
628ECHO_T=''
629EGREP='/opt/local/bin/grep -E'
630EXEEXT=''
631FGREP='/opt/local/bin/grep -F'
632GPGME_CONFIG=''
633GREP='/opt/local/bin/grep'
634GTK_CFLAGS=''
635GTK_LIBS=''
636HAVE_EXPECT_FALSE=''
637HAVE_EXPECT_TRUE=''
638HAVE_STABBER_FALSE=''
639HAVE_STABBER_TRUE=''
640ICONS_PATH=''
641INCLUDE_GIT_VERSION_FALSE=''
642INCLUDE_GIT_VERSION_TRUE='#'
643INSTALL_DATA='${INSTALL} -m 644'
644INSTALL_PROGRAM='${INSTALL}'
645INSTALL_SCRIPT='${INSTALL}'
646INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
647LD='/opt/local/libexec/llvm-3.9/bin/ld'
648LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
649LIBOBJS=''
650LIBS=''
651LIBTOOL='$(SHELL) $(top_builddir)/libtool'
652LIPO='lipo'
653LN_S='ln -s'
654LTLIBOBJS=''
655MAKEINFO='${SHELL} /opt/local/var/macports/build/_Users_Shared_macports_porttests_net_profanity/profanity/work/profanity-0.5.1/build-aux/missing makeinfo'
656MANIFEST_TOOL=':'
657MKDIR_P='/opt/local/bin/gmkdir -p'
658NM='/opt/local/bin/nm -B'
659NMEDIT='nmedit'
660NOTIFIER_PATH=''
661OBJDUMP='false'
662OBJEXT='o'
663OTOOL64=':'
664OTOOL='otool'
665PACKAGE='profanity'
666PACKAGE_BUGREPORT='boothj5web@gmail.com'
667PACKAGE_NAME='profanity'
668PACKAGE_STRING='profanity 0.5.1'
669PACKAGE_TARNAME='profanity'
670PACKAGE_URL=''
671PACKAGE_VERSION='0.5.1'
672PATH_SEPARATOR=':'
673PKG_CONFIG=''
674PKG_CONFIG_LIBDIR=''
675PKG_CONFIG_PATH=''
676PTHREAD_CC=''
677PTHREAD_CFLAGS=''
678PTHREAD_LIBS=''
679PYTHON='/opt/local/bin/python'
680PYTHON_CONFIG_EXISTS='yes'
681PYTHON_CPPFLAGS='-I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7'
682PYTHON_EXTRA_LDFLAGS='-u _PyMac_Error Python.framework/Versions/2.7/Python'
683PYTHON_EXTRA_LIBS='-ldl  -framework CoreFoundation'
684PYTHON_FRAMEWORK='/Library/Frameworks/Python.framework'
685PYTHON_LDFLAGS='-L/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7'
686PYTHON_SITE_PKG='/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages'
687PYTHON_VERSION=''
688RANLIB='ranlib'
689SED='/opt/local/bin/gsed'
690SET_MAKE=''
691SHELL='/bin/sh'
692STRIP='strip'
693THEMES_INSTALL_FALSE=''
694THEMES_INSTALL_TRUE=''
695THEMES_PATH=''
696VERSION='0.5.1'
697ac_ct_AR='ar'
698ac_ct_CC='/opt/local/bin/clang-mp-3.9'
699ac_ct_DUMPBIN=''
700am__EXEEXT_FALSE=''
701am__EXEEXT_TRUE=''
702am__fastdepCC_FALSE='#'
703am__fastdepCC_TRUE=''
704am__include='include'
705am__isrc=''
706am__leading_dot='.'
707am__nodep='_no'
708am__quote=''
709am__tar='$${TAR-tar} chof - "$$tardir"'
710am__untar='$${TAR-tar} xf -'
711ax_pthread_config=''
712bindir='${exec_prefix}/bin'
713build='x86_64-apple-darwin10.8.0'
714build_alias=''
715build_cpu='x86_64'
716build_os='darwin10.8.0'
717build_vendor='apple'
718cmocka_CFLAGS=''
719cmocka_LIBS=''
720curl_CFLAGS=''
721curl_LIBS=''
722datadir='${datarootdir}'
723datarootdir='${prefix}/share'
724docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
725dvidir='${docdir}'
726exec_prefix='NONE'
727glib_CFLAGS=''
728glib_LIBS=''
729host='x86_64-apple-darwin10.8.0'
730host_alias=''
731host_cpu='x86_64'
732host_os='darwin10.8.0'
733host_vendor='apple'
734htmldir='${docdir}'
735includedir='${prefix}/include'
736infodir='${datarootdir}/info'
737install_sh='${SHELL} /opt/local/var/macports/build/_Users_Shared_macports_porttests_net_profanity/profanity/work/profanity-0.5.1/build-aux/install-sh'
738libdir='${exec_prefix}/lib'
739libexecdir='${exec_prefix}/libexec'
740libmesode_CFLAGS=''
741libmesode_LIBS=''
742libnotify_CFLAGS=''
743libnotify_LIBS=''
744libstrophe_CFLAGS=''
745libstrophe_LIBS=''
746localedir='${datarootdir}/locale'
747localstatedir='${prefix}/var'
748mandir='${datarootdir}/man'
749mkdir_p='$(MKDIR_P)'
750ncurses_CFLAGS=''
751ncurses_LIBS=''
752ncursesw_CFLAGS=''
753ncursesw_LIBS=''
754oldincludedir='/usr/include'
755pdfdir='${docdir}'
756prefix='/opt/local'
757program_transform_name='s,x,x,'
758psdir='${docdir}'
759sbindir='${exec_prefix}/sbin'
760sharedstatedir='${prefix}/com'
761sysconfdir='${prefix}/etc'
762target_alias=''
763
764## ----------- ##
765## confdefs.h. ##
766## ----------- ##
767
768/* confdefs.h */
769#define PACKAGE_NAME "profanity"
770#define PACKAGE_TARNAME "profanity"
771#define PACKAGE_VERSION "0.5.1"
772#define PACKAGE_STRING "profanity 0.5.1"
773#define PACKAGE_BUGREPORT "boothj5web@gmail.com"
774#define PACKAGE_URL ""
775#define PACKAGE "profanity"
776#define VERSION "0.5.1"
777#define STDC_HEADERS 1
778#define HAVE_SYS_TYPES_H 1
779#define HAVE_SYS_STAT_H 1
780#define HAVE_STDLIB_H 1
781#define HAVE_STRING_H 1
782#define HAVE_MEMORY_H 1
783#define HAVE_STRINGS_H 1
784#define HAVE_INTTYPES_H 1
785#define HAVE_STDINT_H 1
786#define HAVE_UNISTD_H 1
787#define HAVE_DLFCN_H 1
788#define LT_OBJDIR ".libs/"
789#define PACKAGE_STATUS "release"
790#define PLATFORM_OSX 1
791#define HAVE_PYTHON "2.7"
792
793configure: exit 1