Ticket #50538: config.log

File config.log, 48.2 KB (added by smccandlish@…, 8 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 bacula configure 7.0.2, which was
5generated by GNU Autoconf 2.68.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --mandir=/opt/local/share/man --docdir=/opt/local/share/doc/bacula --datarootdir=/opt/local/share --with-pid-dir=/opt/local/var/run --with-subsys-dir=/opt/local/var/run/subsys --sysconfdir=/opt/local/etc/bacula --with-libintl-prefix=/opt/local --with-openssl=/opt/local --with-libiconv-prefix=/opt/local --with-archivedir=/var/tmp --with-working-dir=/opt/local/var/bacula/working --with-included-gettext=/opt/local --enable-smartalloc --enable-largefile --enable-conio --without-sqlite3 --without-postgresql --without-mysql --with-tcp-wrappers --enable-bat
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = serenity
14uname -m = x86_64
15uname -r = 14.5.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 14.5.0: Tue Sep  1 21:23:09 PDT 2015; root:xnu-2782.50.1~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 14.5.0: Tue Sep  1 21:23:09 PDT 2015; root:xnu-2782.50.1~1/RELEASE_X86_64
27Kernel configured for up to 24 processors.
2812 processors are physically available.
2924 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
32Primary memory available: 48.00 gigabytes
33Default processor set: 355 tasks, 2781 threads, 24 processors
34Load average: 4.24, Mach factor: 19.74
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:3136: checking for true
52configure:3154: found /usr/bin/true
53configure:3166: result: /usr/bin/true
54configure:3182: checking for false
55configure:3200: found /usr/bin/false
56configure:3212: result: /usr/bin/false
57configure:3311: checking for gcc
58configure:3338: result: /usr/bin/clang
59configure:3567: checking for C compiler version
60configure:3576: /usr/bin/clang --version >&5
61Apple LLVM version 7.0.2 (clang-700.1.81)
62Target: x86_64-apple-darwin14.5.0
63Thread model: posix
64configure:3587: $? = 0
65configure:3576: /usr/bin/clang -v >&5
66Apple LLVM version 7.0.2 (clang-700.1.81)
67Target: x86_64-apple-darwin14.5.0
68Thread model: posix
69configure:3587: $? = 0
70configure:3576: /usr/bin/clang -V >&5
71clang: error: argument to '-V' is missing (expected 1 value)
72clang: error: no input files
73configure:3587: $? = 1
74configure:3576: /usr/bin/clang -qversion >&5
75clang: error: unknown argument: '-qversion'
76clang: error: no input files
77configure:3587: $? = 1
78configure:3607: checking whether the C compiler works
79configure:3629: /usr/bin/clang -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c  >&5
80configure:3633: $? = 0
81configure:3681: result: yes
82configure:3684: checking for C compiler default output file name
83configure:3686: result: a.out
84configure:3692: checking for suffix of executables
85configure:3699: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c  >&5
86configure:3703: $? = 0
87configure:3725: result:
88configure:3747: checking whether we are cross compiling
89configure:3755: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c  >&5
90configure:3759: $? = 0
91configure:3766: ./conftest
92configure:3770: $? = 0
93configure:3785: result: no
94configure:3790: checking for suffix of object files
95configure:3812: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
96configure:3816: $? = 0
97configure:3837: result: o
98configure:3841: checking whether we are using the GNU C compiler
99configure:3860: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
100configure:3860: $? = 0
101configure:3869: result: yes
102configure:3878: checking whether /usr/bin/clang accepts -g
103configure:3898: /usr/bin/clang -c -g -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
104configure:3898: $? = 0
105configure:3939: result: yes
106configure:3956: checking for /usr/bin/clang option to accept ISO C89
107configure:4020: /usr/bin/clang  -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
108configure:4020: $? = 0
109configure:4033: result: none needed
110configure:4165: checking for C++ compiler version
111configure:4174: /usr/bin/clang++ --version >&5
112Apple LLVM version 7.0.2 (clang-700.1.81)
113Target: x86_64-apple-darwin14.5.0
114Thread model: posix
115configure:4185: $? = 0
116configure:4174: /usr/bin/clang++ -v >&5
117Apple LLVM version 7.0.2 (clang-700.1.81)
118Target: x86_64-apple-darwin14.5.0
119Thread model: posix
120configure:4185: $? = 0
121configure:4174: /usr/bin/clang++ -V >&5
122clang: error: argument to '-V' is missing (expected 1 value)
123clang: error: no input files
124configure:4185: $? = 1
125configure:4174: /usr/bin/clang++ -qversion >&5
126clang: error: unknown argument: '-qversion'
127clang: error: no input files
128configure:4185: $? = 1
129configure:4189: checking whether we are using the GNU C++ compiler
130configure:4208: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include -I/opt/local/ncurses conftest.cpp >&5
131configure:4208: $? = 0
132configure:4217: result: yes
133configure:4226: checking whether /usr/bin/clang++ accepts -g
134configure:4246: /usr/bin/clang++ -c -g -I/opt/local/include -I/opt/local/ncurses conftest.cpp >&5
135configure:4246: $? = 0
136configure:4287: result: yes
137configure:4311: checking whether /usr/bin/clang and cc understand -c and -o together
138configure:4342: /usr/bin/clang -c conftest.c -o conftest2.o >&5
139configure:4346: $? = 0
140configure:4352: /usr/bin/clang -c conftest.c -o conftest2.o >&5
141configure:4356: $? = 0
142configure:4367: cc -c conftest.c >&5
143configure:4371: $? = 0
144configure:4379: cc -c conftest.c -o conftest2.o >&5
145configure:4383: $? = 0
146configure:4389: cc -c conftest.c -o conftest2.o >&5
147configure:4393: $? = 0
148configure:4411: result: yes
149configure:4426: checking how to run the C preprocessor
150configure:4457: /usr/bin/clang -E -I/opt/local/include -I/opt/local/ncurses conftest.c
151configure:4457: $? = 0
152configure:4471: /usr/bin/clang -E -I/opt/local/include -I/opt/local/ncurses conftest.c
153conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
154#include <ac_nonexistent.h>
155         ^
1561 error generated.
157configure:4471: $? = 1
158configure: failed program was:
159| /* confdefs.h */
160| #define PACKAGE_NAME "bacula"
161| #define PACKAGE_TARNAME "bacula"
162| #define PACKAGE_VERSION "7.0.2"
163| #define PACKAGE_STRING "bacula 7.0.2"
164| #define PACKAGE_BUGREPORT ""
165| #define PACKAGE_URL ""
166| /* end confdefs.h.  */
167| #include <ac_nonexistent.h>
168configure:4496: result: /usr/bin/clang -E
169configure:4516: /usr/bin/clang -E -I/opt/local/include -I/opt/local/ncurses conftest.c
170configure:4516: $? = 0
171configure:4530: /usr/bin/clang -E -I/opt/local/include -I/opt/local/ncurses conftest.c
172conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
173#include <ac_nonexistent.h>
174         ^
1751 error generated.
176configure:4530: $? = 1
177configure: failed program was:
178| /* confdefs.h */
179| #define PACKAGE_NAME "bacula"
180| #define PACKAGE_TARNAME "bacula"
181| #define PACKAGE_VERSION "7.0.2"
182| #define PACKAGE_STRING "bacula 7.0.2"
183| #define PACKAGE_BUGREPORT ""
184| #define PACKAGE_URL ""
185| /* end confdefs.h.  */
186| #include <ac_nonexistent.h>
187configure:4559: checking for grep that handles long lines and -e
188configure:4617: result: /opt/local/bin/grep
189configure:4622: checking for egrep
190configure:4684: result: /opt/local/bin/grep -E
191configure:4690: checking whether /usr/bin/clang needs -traditional
192conftest.c:9:10: fatal error: 'termio.h' file not found
193#include <termio.h>
194         ^
1951 error generated.
196configure:4724: result: no
197configure:4740: checking for /usr/bin/clang++
198configure:4771: result: /usr/bin/clang++
199configure:4797: checking for a BSD-compatible install
200configure:4865: result: /usr/bin/install -c
201configure:4878: checking for mv
202configure:4896: found /bin/mv
203configure:4909: result: /bin/mv
204configure:4919: checking for rm
205configure:4937: found /bin/rm
206configure:4950: result: /bin/rm
207configure:4960: checking for cp
208configure:4978: found /bin/cp
209configure:4991: result: /bin/cp
210configure:5001: checking for sed
211configure:5019: found /usr/bin/sed
212configure:5032: result: /usr/bin/sed
213configure:5042: checking for echo
214configure:5060: found /bin/echo
215configure:5073: result: /bin/echo
216configure:5083: checking for cmp
217configure:5101: found /usr/bin/cmp
218configure:5114: result: /usr/bin/cmp
219configure:5124: checking for tbl
220configure:5142: found /opt/local/bin/tbl
221configure:5155: result: /opt/local/bin/tbl
222configure:5165: checking for ar
223configure:5183: found /opt/local/bin/ar
224configure:5196: result: /opt/local/bin/ar
225configure:5206: checking for openssl
226configure:5224: found /opt/local/bin/openssl
227configure:5237: result: /opt/local/bin/openssl
228configure:5247: checking for mtx
229configure:5278: result: mtx
230configure:5288: checking for dd
231configure:5306: found /bin/dd
232configure:5319: result: /bin/dd
233configure:5329: checking for mkisofs
234configure:5360: result: mkisofs
235configure:5370: checking for python
236configure:5388: found /opt/local/bin/python
237configure:5401: result: /opt/local/bin/python
238configure:5411: checking for growisofs
239configure:5442: result: growisofs
240configure:5452: checking for dvd+rw-mediainfo
241configure:5483: result: dvd+rw-mediainfo
242configure:5493: checking for dvd+rw-format
243configure:5524: result: dvd+rw-format
244configure:5534: checking for pkg-config
245configure:5552: found /opt/local/bin/pkg-config
246configure:5565: result: /opt/local/bin/pkg-config
247configure:5575: checking for qmake
248configure:5606: result: none
249configure:5616: checking for gmake
250configure:5634: found /opt/local/bin/gmake
251configure:5647: result: /opt/local/bin/gmake
252configure:5657: checking for cdrecord
253configure:5688: result: cdrecord
254configure:5698: checking for pidof
255configure:5729: result: pidof
256configure:5741: checking for gawk
257configure:5757: found /opt/local/bin/gawk
258configure:5768: result: gawk
259configure:5793: checking for gawk
260configure:5811: found /opt/local/bin/gawk
261configure:5824: result: /opt/local/bin/gawk
262configure:5885: checking build system type
263configure:5899: result: x86_64-apple-darwin14.5.0
264configure:5919: checking host system type
265configure:5932: result: x86_64-apple-darwin14.5.0
266configure:5973: checking how to print strings
267configure:6000: result: printf
268configure:6021: checking for a sed that does not truncate output
269configure:6085: result: /usr/bin/sed
270configure:6103: checking for fgrep
271configure:6165: result: /opt/local/bin/grep -F
272configure:6200: checking for ld used by /usr/bin/clang
273configure:6267: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
274configure:6274: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
275configure:6289: result: no
276configure:6301: checking for BSD- or MS-compatible name lister (nm)
277configure:6350: result: /opt/local/bin/nm
278configure:6480: checking the name lister (/opt/local/bin/nm) interface
279configure:6487: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
280configure:6490: /opt/local/bin/nm "conftest.o"
281configure:6493: output
2820000000000000000 S _some_variable
283configure:6500: result: BSD nm
284configure:6503: checking whether ln -s works
285configure:6507: result: yes
286configure:6515: checking the maximum length of command line arguments
287configure:6646: result: 196608
288configure:6663: checking whether the shell understands some XSI constructs
289configure:6673: result: yes
290configure:6677: checking whether the shell understands "+="
291configure:6683: result: yes
292configure:6718: checking how to convert x86_64-apple-darwin14.5.0 file names to x86_64-apple-darwin14.5.0 format
293configure:6758: result: func_convert_file_noop
294configure:6765: checking how to convert x86_64-apple-darwin14.5.0 file names to toolchain format
295configure:6785: result: func_convert_file_noop
296configure:6792: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
297configure:6799: result: -r
298configure:6873: checking for objdump
299configure:6903: result: no
300configure:6932: checking how to recognize dependent libraries
301configure:7130: result: pass_all
302configure:7215: checking for dlltool
303configure:7245: result: no
304configure:7275: checking how to associate runtime and link libraries
305configure:7302: result: printf %s\n
306configure:7426: checking for archiver @FILE support
307configure:7443: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
308configure:7443: $? = 0
309configure:7446: /opt/local/bin/ar cru libconftest.a @conftest.lst >&5
310ar: @conftest.lst: No such file or directory
311configure:7449: $? = 1
312configure:7469: result: no
313configure:7527: checking for strip
314configure:7543: found /opt/local/bin/strip
315configure:7554: result: strip
316configure:7626: checking for ranlib
317configure:7642: found /opt/local/bin/ranlib
318configure:7653: result: ranlib
319configure:7755: checking command to parse /opt/local/bin/nm output from /usr/bin/clang object
320configure:7875: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
321configure:7878: $? = 0
322configure:7882: /opt/local/bin/nm 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
323configure:7885: $? = 0
324cannot find nm_test_var in conftest.nm
325configure:7875: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
326configure:7878: $? = 0
327configure:7882: /opt/local/bin/nm 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
328configure:7885: $? = 0
329configure:7951: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c conftstm.o >&5
330configure:7954: $? = 0
331configure:7992: result: ok
332configure:8029: checking for sysroot
333configure:8059: result: no
334configure:8328: checking for mt
335configure:8358: result: no
336configure:8378: checking if : is a manifest tool
337configure:8384: : '-?'
338configure:8392: result: no
339configure:8448: checking for dsymutil
340configure:8464: found /usr/bin/dsymutil
341configure:8475: result: dsymutil
342configure:8540: checking for nmedit
343configure:8556: found /opt/local/bin/nmedit
344configure:8567: result: nmedit
345configure:8632: checking for lipo
346configure:8648: found /opt/local/bin/lipo
347configure:8659: result: lipo
348configure:8724: checking for otool
349configure:8740: found /opt/local/bin/otool
350configure:8751: result: otool
351configure:8816: checking for otool64
352configure:8846: result: no
353configure:8891: checking for -single_module linker flag
354/usr/bin/clang -pipe -Os -arch x86_64 -arch x86_64 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
355configure:8924: result: yes
356configure:8927: checking for -exported_symbols_list linker flag
357configure:8947: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
358configure:8947: $? = 0
359configure:8957: result: yes
360configure:8960: checking for -force_load linker flag
361/usr/bin/clang -pipe -Os -arch x86_64 -c -o conftest.o conftest.c
362/opt/local/bin/ar cru libconftest.a conftest.o
363ranlib libconftest.a
364/usr/bin/clang -pipe -Os -arch x86_64 -arch x86_64 -o conftest conftest.c -Wl,-force_load,./libconftest.a
365configure:8992: result: yes
366configure:9029: checking for ANSI C header files
367configure:9049: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
368configure:9049: $? = 0
369configure:9122: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c  >&5
370configure:9122: $? = 0
371configure:9122: ./conftest
372configure:9122: $? = 0
373configure:9133: result: yes
374configure:9146: checking for sys/types.h
375configure:9146: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
376configure:9146: $? = 0
377configure:9146: result: yes
378configure:9146: checking for sys/stat.h
379configure:9146: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
380configure:9146: $? = 0
381configure:9146: result: yes
382configure:9146: checking for stdlib.h
383configure:9146: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
384configure:9146: $? = 0
385configure:9146: result: yes
386configure:9146: checking for string.h
387configure:9146: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
388configure:9146: $? = 0
389configure:9146: result: yes
390configure:9146: checking for memory.h
391configure:9146: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
392configure:9146: $? = 0
393configure:9146: result: yes
394configure:9146: checking for strings.h
395configure:9146: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
396configure:9146: $? = 0
397configure:9146: result: yes
398configure:9146: checking for inttypes.h
399configure:9146: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
400configure:9146: $? = 0
401configure:9146: result: yes
402configure:9146: checking for stdint.h
403configure:9146: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
404configure:9146: $? = 0
405configure:9146: result: yes
406configure:9146: checking for unistd.h
407configure:9146: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
408configure:9146: $? = 0
409configure:9146: result: yes
410configure:9160: checking for dlfcn.h
411configure:9160: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
412configure:9160: $? = 0
413configure:9160: result: yes
414configure:9375: checking for objdir
415configure:9390: result: .libs
416configure:9661: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions
417configure:9679: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -fno-rtti -fno-exceptions conftest.c >&5
418configure:9683: $? = 0
419configure:9696: result: yes
420configure:10023: checking for /usr/bin/clang option to produce PIC
421configure:10030: result: -fno-common -DPIC
422configure:10038: checking if /usr/bin/clang PIC flag -fno-common -DPIC works
423configure:10056: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -fno-common -DPIC -DPIC conftest.c >&5
424configure:10060: $? = 0
425configure:10073: result: yes
426configure:10102: checking if /usr/bin/clang static flag -static works
427configure:10130: result: no
428configure:10145: checking if /usr/bin/clang supports -c -o file.o
429configure:10166: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -o out/conftest2.o conftest.c >&5
430configure:10170: $? = 0
431configure:10192: result: yes
432configure:10200: checking if /usr/bin/clang supports -c -o file.o
433configure:10247: result: yes
434configure:10280: checking whether the /usr/bin/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
435configure:11437: result: yes
436configure:11677: checking dynamic linker characteristics
437configure:12411: result: darwin14.5.0 dyld
438configure:12518: checking how to hardcode library paths into programs
439configure:12543: result: immediate
440configure:13083: checking whether stripping libraries is possible
441configure:13097: result: yes
442configure:13123: checking if libtool supports shared libraries
443configure:13125: result: yes
444configure:13128: checking whether to build shared libraries
445configure:13149: result: yes
446configure:13152: checking whether to build static libraries
447configure:13156: result: no
448configure:13179: checking how to run the C++ preprocessor
449configure:13206: /usr/bin/clang++ -E -I/opt/local/include -I/opt/local/ncurses conftest.cpp
450configure:13206: $? = 0
451configure:13220: /usr/bin/clang++ -E -I/opt/local/include -I/opt/local/ncurses conftest.cpp
452conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
453#include <ac_nonexistent.h>
454         ^
4551 error generated.
456configure:13220: $? = 1
457configure: failed program was:
458| /* confdefs.h */
459| #define PACKAGE_NAME "bacula"
460| #define PACKAGE_TARNAME "bacula"
461| #define PACKAGE_VERSION "7.0.2"
462| #define PACKAGE_STRING "bacula 7.0.2"
463| #define PACKAGE_BUGREPORT ""
464| #define PACKAGE_URL ""
465| #define STDC_HEADERS 1
466| #define HAVE_SYS_TYPES_H 1
467| #define HAVE_SYS_STAT_H 1
468| #define HAVE_STDLIB_H 1
469| #define HAVE_STRING_H 1
470| #define HAVE_MEMORY_H 1
471| #define HAVE_STRINGS_H 1
472| #define HAVE_INTTYPES_H 1
473| #define HAVE_STDINT_H 1
474| #define HAVE_UNISTD_H 1
475| #define HAVE_DLFCN_H 1
476| #define LT_OBJDIR ".libs/"
477| /* end confdefs.h.  */
478| #include <ac_nonexistent.h>
479configure:13245: result: /usr/bin/clang++ -E
480configure:13265: /usr/bin/clang++ -E -I/opt/local/include -I/opt/local/ncurses conftest.cpp
481configure:13265: $? = 0
482configure:13279: /usr/bin/clang++ -E -I/opt/local/include -I/opt/local/ncurses conftest.cpp
483conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
484#include <ac_nonexistent.h>
485         ^
4861 error generated.
487configure:13279: $? = 1
488configure: failed program was:
489| /* confdefs.h */
490| #define PACKAGE_NAME "bacula"
491| #define PACKAGE_TARNAME "bacula"
492| #define PACKAGE_VERSION "7.0.2"
493| #define PACKAGE_STRING "bacula 7.0.2"
494| #define PACKAGE_BUGREPORT ""
495| #define PACKAGE_URL ""
496| #define STDC_HEADERS 1
497| #define HAVE_SYS_TYPES_H 1
498| #define HAVE_SYS_STAT_H 1
499| #define HAVE_STDLIB_H 1
500| #define HAVE_STRING_H 1
501| #define HAVE_MEMORY_H 1
502| #define HAVE_STRINGS_H 1
503| #define HAVE_INTTYPES_H 1
504| #define HAVE_STDINT_H 1
505| #define HAVE_UNISTD_H 1
506| #define HAVE_DLFCN_H 1
507| #define LT_OBJDIR ".libs/"
508| /* end confdefs.h.  */
509| #include <ac_nonexistent.h>
510configure:13448: checking for ld used by /usr/bin/clang++
511configure:13515: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
512configure:13522: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
513configure:13537: result: no
514configure:13592: checking whether the /usr/bin/clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
515configure:14594: result: yes
516configure:14630: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include -I/opt/local/ncurses conftest.cpp >&5
517configure:14633: $? = 0
518configure:15153: checking for /usr/bin/clang++ option to produce PIC
519configure:15160: result: -fno-common -DPIC
520configure:15168: checking if /usr/bin/clang++ PIC flag -fno-common -DPIC works
521configure:15186: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include -I/opt/local/ncurses -fno-common -DPIC -DPIC conftest.cpp >&5
522configure:15190: $? = 0
523configure:15203: result: yes
524configure:15226: checking if /usr/bin/clang++ static flag -static works
525configure:15254: result: no
526configure:15266: checking if /usr/bin/clang++ supports -c -o file.o
527configure:15287: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include -I/opt/local/ncurses -o out/conftest2.o conftest.cpp >&5
528configure:15291: $? = 0
529configure:15313: result: yes
530configure:15318: checking if /usr/bin/clang++ supports -c -o file.o
531configure:15365: result: yes
532configure:15395: checking whether the /usr/bin/clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
533configure:15434: result: yes
534configure:15575: checking dynamic linker characteristics
535configure:16243: result: darwin14.5.0 dyld
536configure:16296: checking how to hardcode library paths into programs
537configure:16321: result: immediate
538configure:16394: checking for library containing dlopen
539configure:16425: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c  >&5
540configure:16425: $? = 0
541configure:16442: result: none required
542configure:16532: checking for dlerror
543configure:16532: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c   >&5
544configure:16532: $? = 0
545configure:16532: result: yes
546configure:16546: checking for shl_load
547configure:16546: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c  >&5
548Undefined symbols for architecture x86_64:
549  "_shl_load", referenced from:
550      _main in conftest-4d3900.o
551ld: symbol(s) not found for architecture x86_64
552clang: error: linker command failed with exit code 1 (use -v to see invocation)
553configure:16546: $? = 1
554configure: failed program was:
555| /* confdefs.h */
556| #define PACKAGE_NAME "bacula"
557| #define PACKAGE_TARNAME "bacula"
558| #define PACKAGE_VERSION "7.0.2"
559| #define PACKAGE_STRING "bacula 7.0.2"
560| #define PACKAGE_BUGREPORT ""
561| #define PACKAGE_URL ""
562| #define STDC_HEADERS 1
563| #define HAVE_SYS_TYPES_H 1
564| #define HAVE_SYS_STAT_H 1
565| #define HAVE_STDLIB_H 1
566| #define HAVE_STRING_H 1
567| #define HAVE_MEMORY_H 1
568| #define HAVE_STRINGS_H 1
569| #define HAVE_INTTYPES_H 1
570| #define HAVE_STDINT_H 1
571| #define HAVE_UNISTD_H 1
572| #define HAVE_DLFCN_H 1
573| #define LT_OBJDIR ".libs/"
574| #define HAVE_LIBDL 1
575| #define HAVE_DLERROR 1
576| /* end confdefs.h.  */
577| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
578|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
579| #define shl_load innocuous_shl_load
580|
581| /* System header to define __stub macros and hopefully few prototypes,
582|     which can conflict with char shl_load (); below.
583|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
584|     <limits.h> exists even on freestanding compilers.  */
585|
586| #ifdef __STDC__
587| # include <limits.h>
588| #else
589| # include <assert.h>
590| #endif
591|
592| #undef shl_load
593|
594| /* Override any GCC internal prototype to avoid an error.
595|    Use char because int might match the return type of a GCC
596|    builtin and then its argument prototype would still apply.  */
597| #ifdef __cplusplus
598| extern "C"
599| #endif
600| char shl_load ();
601| /* The GNU C library defines this for functions which it implements
602|     to always fail with ENOSYS.  Some functions are actually named
603|     something starting with __ and the normal name is an alias.  */
604| #if defined __stub_shl_load || defined __stub___shl_load
605| choke me
606| #endif
607|
608| int
609| main ()
610| {
611| return shl_load ();
612|   ;
613|   return 0;
614| }
615configure:16546: result: no
616configure:16553: checking for shl_load in -ldld
617configure:16578: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c -ldld   >&5
618ld: library not found for -ldld
619clang: error: linker command failed with exit code 1 (use -v to see invocation)
620configure:16578: $? = 1
621configure: failed program was:
622| /* confdefs.h */
623| #define PACKAGE_NAME "bacula"
624| #define PACKAGE_TARNAME "bacula"
625| #define PACKAGE_VERSION "7.0.2"
626| #define PACKAGE_STRING "bacula 7.0.2"
627| #define PACKAGE_BUGREPORT ""
628| #define PACKAGE_URL ""
629| #define STDC_HEADERS 1
630| #define HAVE_SYS_TYPES_H 1
631| #define HAVE_SYS_STAT_H 1
632| #define HAVE_STDLIB_H 1
633| #define HAVE_STRING_H 1
634| #define HAVE_MEMORY_H 1
635| #define HAVE_STRINGS_H 1
636| #define HAVE_INTTYPES_H 1
637| #define HAVE_STDINT_H 1
638| #define HAVE_UNISTD_H 1
639| #define HAVE_DLFCN_H 1
640| #define LT_OBJDIR ".libs/"
641| #define HAVE_LIBDL 1
642| #define HAVE_DLERROR 1
643| /* end confdefs.h.  */
644|
645| /* Override any GCC internal prototype to avoid an error.
646|    Use char because int might match the return type of a GCC
647|    builtin and then its argument prototype would still apply.  */
648| #ifdef __cplusplus
649| extern "C"
650| #endif
651| char shl_load ();
652| int
653| main ()
654| {
655| return shl_load ();
656|   ;
657|   return 0;
658| }
659configure:16587: result: no
660configure:16633: checking for dld_link in -ldld
661configure:16658: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c -ldld   >&5
662ld: library not found for -ldld
663clang: error: linker command failed with exit code 1 (use -v to see invocation)
664configure:16658: $? = 1
665configure: failed program was:
666| /* confdefs.h */
667| #define PACKAGE_NAME "bacula"
668| #define PACKAGE_TARNAME "bacula"
669| #define PACKAGE_VERSION "7.0.2"
670| #define PACKAGE_STRING "bacula 7.0.2"
671| #define PACKAGE_BUGREPORT ""
672| #define PACKAGE_URL ""
673| #define STDC_HEADERS 1
674| #define HAVE_SYS_TYPES_H 1
675| #define HAVE_SYS_STAT_H 1
676| #define HAVE_STDLIB_H 1
677| #define HAVE_STRING_H 1
678| #define HAVE_MEMORY_H 1
679| #define HAVE_STRINGS_H 1
680| #define HAVE_INTTYPES_H 1
681| #define HAVE_STDINT_H 1
682| #define HAVE_UNISTD_H 1
683| #define HAVE_DLFCN_H 1
684| #define LT_OBJDIR ".libs/"
685| #define HAVE_LIBDL 1
686| #define HAVE_DLERROR 1
687| /* end confdefs.h.  */
688|
689| /* Override any GCC internal prototype to avoid an error.
690|    Use char because int might match the return type of a GCC
691|    builtin and then its argument prototype would still apply.  */
692| #ifdef __cplusplus
693| extern "C"
694| #endif
695| char dld_link ();
696| int
697| main ()
698| {
699| return dld_link ();
700|   ;
701|   return 0;
702| }
703configure:16667: result: no
704configure:17092: checking for Operating System Distribution
705configure:17171: result: done
706configure:17175: checking whether make sets $(MAKE)
707configure:17197: result: yes
708configure:17221: checking whether NLS is requested
709configure:17230: result: yes
710configure:17268: checking for msgfmt
711configure: trying /opt/local/bin/msgfmt...
7120 translated messages.
713configure:17300: result: /opt/local/bin/msgfmt
714configure:17309: checking for gmsgfmt
715configure:17340: result: /opt/local/bin/msgfmt
716configure:17380: checking for xgettext
717configure: trying /opt/local/bin/xgettext...
718/opt/local/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
719configure:17412: result: /opt/local/bin/xgettext
720configure:17452: checking for msgmerge
721configure: trying /opt/local/bin/msgmerge...
722configure:17483: result: /opt/local/bin/msgmerge
723configure:17558: checking for ld used by GCC
724configure:17622: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
725configure:17629: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
726configure:17642: result: no
727configure:17649: checking for shared library run path origin
728configure:17662: result: done
729configure:18078: checking for CFPreferencesCopyAppValue
730configure:18098: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -I/System/Library/Frameworks/CoreFoundation.framework/Headers -arch x86_64 conftest.c  -framework CoreFoundation >&5
731configure:18098: $? = 0
732configure:18108: result: yes
733configure:18115: checking for CFLocaleCopyCurrent
734configure:18135: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -I/System/Library/Frameworks/CoreFoundation.framework/Headers -arch x86_64 conftest.c  -framework CoreFoundation >&5
735configure:18135: $? = 0
736configure:18145: result: yes
737configure:18160: checking whether NLS is requested
738configure:18169: result: yes
739configure:18187: checking for GNU gettext in libc
740configure:18206: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c  >&5
741Undefined symbols for architecture x86_64:
742  "__nl_domain_bindings", referenced from:
743      _main in conftest-90536b.o
744  "__nl_msg_cat_cntr", referenced from:
745      _main in conftest-90536b.o
746  "_libintl_bindtextdomain", referenced from:
747      _main in conftest-90536b.o
748  "_libintl_gettext", referenced from:
749      _main in conftest-90536b.o
750ld: symbol(s) not found for architecture x86_64
751clang: error: linker command failed with exit code 1 (use -v to see invocation)
752configure:18206: $? = 1
753configure: failed program was:
754| /* confdefs.h */
755| #define PACKAGE_NAME "bacula"
756| #define PACKAGE_TARNAME "bacula"
757| #define PACKAGE_VERSION "7.0.2"
758| #define PACKAGE_STRING "bacula 7.0.2"
759| #define PACKAGE_BUGREPORT ""
760| #define PACKAGE_URL ""
761| #define STDC_HEADERS 1
762| #define HAVE_SYS_TYPES_H 1
763| #define HAVE_SYS_STAT_H 1
764| #define HAVE_STDLIB_H 1
765| #define HAVE_STRING_H 1
766| #define HAVE_MEMORY_H 1
767| #define HAVE_STRINGS_H 1
768| #define HAVE_INTTYPES_H 1
769| #define HAVE_STDINT_H 1
770| #define HAVE_UNISTD_H 1
771| #define HAVE_DLFCN_H 1
772| #define LT_OBJDIR ".libs/"
773| #define HAVE_LIBDL 1
774| #define HAVE_DLERROR 1
775| #define HAVE_LIBDLLOADER 1
776| #define HAVE_DARWIN_OS 1
777| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
778| #define HAVE_CFLOCALECOPYCURRENT 1
779| /* end confdefs.h.  */
780| #include <libintl.h>
781| extern int _nl_msg_cat_cntr;
782| extern int *_nl_domain_bindings;
783| int
784| main ()
785| {
786| bindtextdomain ("", "");
787| return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
788|   ;
789|   return 0;
790| }
791configure:18214: result: no
792configure:18248: checking for iconv
793configure:18270: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c  >&5
794Undefined symbols for architecture x86_64:
795  "_libiconv", referenced from:
796      _main in conftest-921175.o
797  "_libiconv_close", referenced from:
798      _main in conftest-921175.o
799  "_libiconv_open", referenced from:
800      _main in conftest-921175.o
801ld: symbol(s) not found for architecture x86_64
802clang: error: linker command failed with exit code 1 (use -v to see invocation)
803configure:18270: $? = 1
804configure: failed program was:
805| /* confdefs.h */
806| #define PACKAGE_NAME "bacula"
807| #define PACKAGE_TARNAME "bacula"
808| #define PACKAGE_VERSION "7.0.2"
809| #define PACKAGE_STRING "bacula 7.0.2"
810| #define PACKAGE_BUGREPORT ""
811| #define PACKAGE_URL ""
812| #define STDC_HEADERS 1
813| #define HAVE_SYS_TYPES_H 1
814| #define HAVE_SYS_STAT_H 1
815| #define HAVE_STDLIB_H 1
816| #define HAVE_STRING_H 1
817| #define HAVE_MEMORY_H 1
818| #define HAVE_STRINGS_H 1
819| #define HAVE_INTTYPES_H 1
820| #define HAVE_STDINT_H 1
821| #define HAVE_UNISTD_H 1
822| #define HAVE_DLFCN_H 1
823| #define LT_OBJDIR ".libs/"
824| #define HAVE_LIBDL 1
825| #define HAVE_DLERROR 1
826| #define HAVE_LIBDLLOADER 1
827| #define HAVE_DARWIN_OS 1
828| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
829| #define HAVE_CFLOCALECOPYCURRENT 1
830| /* end confdefs.h.  */
831| #include <stdlib.h>
832| #include <iconv.h>
833| int
834| main ()
835| {
836| iconv_t cd = iconv_open("","");
837|        iconv(cd,NULL,NULL,NULL,NULL);
838|        iconv_close(cd);
839|   ;
840|   return 0;
841| }
842configure:18292: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c  -L/opt/local/lib -liconv >&5
843configure:18292: $? = 0
844configure:18302: result: yes
845configure:18310: checking how to link with libiconv
846configure:18312: result: -L/opt/local/lib -liconv
847configure:18701: checking for GNU gettext in libintl
848configure:18728: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses  -arch x86_64 conftest.c  -L/opt/local/lib -lintl >&5
849configure:18728: $? = 0
850configure:18767: result: yes
851configure:18802: checking whether to use NLS
852configure:18804: result: yes
853configure:18807: checking where the gettext function comes from
854configure:18818: result: external libintl
855configure:18826: checking how to link with libintl
856configure:18828: result: -L/opt/local/lib -lintl -Wl,-framework -Wl,CoreFoundation
857configure:18953: checking for msgfmt
858configure:18983: result: /opt/local/bin/msgfmt
859configure:21800: error: Unable to find Qt4 installation needed by bat
860
861## ---------------- ##
862## Cache variables. ##
863## ---------------- ##
864
865ac_cv_build=x86_64-apple-darwin14.5.0
866ac_cv_c_compiler_gnu=yes
867ac_cv_cxx_compiler_gnu=yes
868ac_cv_env_CCC_set=
869ac_cv_env_CCC_value=
870ac_cv_env_CC_set=set
871ac_cv_env_CC_value=/usr/bin/clang
872ac_cv_env_CFLAGS_set=set
873ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64'
874ac_cv_env_CPPFLAGS_set=set
875ac_cv_env_CPPFLAGS_value='-I/opt/local/include -I/opt/local/ncurses'
876ac_cv_env_CPP_set=
877ac_cv_env_CPP_value=
878ac_cv_env_CXXCPP_set=
879ac_cv_env_CXXCPP_value=
880ac_cv_env_CXXFLAGS_set=set
881ac_cv_env_CXXFLAGS_value='-pipe -Os -arch x86_64 -stdlib=libc++'
882ac_cv_env_CXX_set=set
883ac_cv_env_CXX_value=/usr/bin/clang++
884ac_cv_env_LDFLAGS_set=set
885ac_cv_env_LDFLAGS_value='-arch x86_64'
886ac_cv_env_LIBS_set=
887ac_cv_env_LIBS_value=
888ac_cv_env_XMKMF_set=
889ac_cv_env_XMKMF_value=
890ac_cv_env_build_alias_set=
891ac_cv_env_build_alias_value=
892ac_cv_env_host_alias_set=
893ac_cv_env_host_alias_value=
894ac_cv_env_target_alias_set=
895ac_cv_env_target_alias_value=
896ac_cv_func_dlerror=yes
897ac_cv_func_shl_load=no
898ac_cv_header_dlfcn_h=yes
899ac_cv_header_inttypes_h=yes
900ac_cv_header_memory_h=yes
901ac_cv_header_stdc=yes
902ac_cv_header_stdint_h=yes
903ac_cv_header_stdlib_h=yes
904ac_cv_header_string_h=yes
905ac_cv_header_strings_h=yes
906ac_cv_header_sys_stat_h=yes
907ac_cv_header_sys_types_h=yes
908ac_cv_header_unistd_h=yes
909ac_cv_host=x86_64-apple-darwin14.5.0
910ac_cv_lib_dld_dld_link=no
911ac_cv_lib_dld_shl_load=no
912ac_cv_objext=o
913ac_cv_path_AR=/opt/local/bin/ar
914ac_cv_path_AWK=/opt/local/bin/gawk
915ac_cv_path_CDRECORD=cdrecord
916ac_cv_path_CMP=/usr/bin/cmp
917ac_cv_path_CP=/bin/cp
918ac_cv_path_CXX=/usr/bin/clang++
919ac_cv_path_DD=/bin/dd
920ac_cv_path_DVDRWFORMAT=dvd+rw-format
921ac_cv_path_DVDRWMEDIAINFO=dvd+rw-mediainfo
922ac_cv_path_ECHO=/bin/echo
923ac_cv_path_EGREP='/opt/local/bin/grep -E'
924ac_cv_path_FALSEPRG=/usr/bin/false
925ac_cv_path_FGREP='/opt/local/bin/grep -F'
926ac_cv_path_GMAKE=/opt/local/bin/gmake
927ac_cv_path_GMSGFMT=/opt/local/bin/msgfmt
928ac_cv_path_GREP=/opt/local/bin/grep
929ac_cv_path_GROWISOFS=growisofs
930ac_cv_path_MKISOFS=mkisofs
931ac_cv_path_MSGFMT=/opt/local/bin/msgfmt
932ac_cv_path_MSGMERGE=/opt/local/bin/msgmerge
933ac_cv_path_MTX=mtx
934ac_cv_path_MV=/bin/mv
935ac_cv_path_OPENSSL=/opt/local/bin/openssl
936ac_cv_path_PIDOF=pidof
937ac_cv_path_PKGCONFIG=/opt/local/bin/pkg-config
938ac_cv_path_PYTHON=/opt/local/bin/python
939ac_cv_path_QMAKE=none
940ac_cv_path_REMOVE=/bin/rm
941ac_cv_path_SED=/usr/bin/sed
942ac_cv_path_TBL=/opt/local/bin/tbl
943ac_cv_path_TRUEPRG=/usr/bin/true
944ac_cv_path_XGETTEXT=/opt/local/bin/xgettext
945ac_cv_prog_AWK=gawk
946ac_cv_prog_CPP='/usr/bin/clang -E'
947ac_cv_prog_CXXCPP='/usr/bin/clang++ -E'
948ac_cv_prog_ac_ct_CC=/usr/bin/clang
949ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
950ac_cv_prog_ac_ct_LIPO=lipo
951ac_cv_prog_ac_ct_NMEDIT=nmedit
952ac_cv_prog_ac_ct_OTOOL=otool
953ac_cv_prog_ac_ct_RANLIB=ranlib
954ac_cv_prog_ac_ct_STRIP=strip
955ac_cv_prog_cc__usr_bin_clang_c_o=yes
956ac_cv_prog_cc_c89=
957ac_cv_prog_cc_g=yes
958ac_cv_prog_cxx_g=yes
959ac_cv_prog_gcc_traditional=no
960ac_cv_prog_make_make_set=yes
961ac_cv_search_dlopen='none required'
962acl_cv_hardcode_direct=no
963acl_cv_hardcode_libdir_flag_spec=
964acl_cv_hardcode_libdir_separator=
965acl_cv_hardcode_minus_L=no
966acl_cv_libext=a
967acl_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
968acl_cv_prog_gnu_ld=no
969acl_cv_rpath=done
970acl_cv_shlibext=dylib
971acl_cv_wl=-Wl,
972am_cv_func_iconv=yes
973am_cv_lib_iconv=yes
974gt_cv_func_CFLocaleCopyCurrent=yes
975gt_cv_func_CFPreferencesCopyAppValue=yes
976gt_cv_func_gnugettext1_libc=no
977gt_cv_func_gnugettext1_libintl=yes
978libltdl_cv_lib_dl_dlopen=yes
979lt_cv_apple_cc_single_mod=yes
980lt_cv_ar_at_file=no
981lt_cv_deplibs_check_method=pass_all
982lt_cv_file_magic_cmd='$MAGIC_CMD'
983lt_cv_file_magic_test_file=
984lt_cv_ld_exported_symbols_list=yes
985lt_cv_ld_force_load=yes
986lt_cv_ld_reload_flag=-r
987lt_cv_nm_interface='BSD nm'
988lt_cv_objdir=.libs
989lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
990lt_cv_path_LDCXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
991lt_cv_path_NM=/opt/local/bin/nm
992lt_cv_path_mainfest_tool=no
993lt_cv_prog_compiler_c_o=yes
994lt_cv_prog_compiler_c_o_CXX=yes
995lt_cv_prog_compiler_pic='-fno-common -DPIC'
996lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
997lt_cv_prog_compiler_pic_works=yes
998lt_cv_prog_compiler_pic_works_CXX=yes
999lt_cv_prog_compiler_rtti_exceptions=yes
1000lt_cv_prog_compiler_static_works=no
1001lt_cv_prog_compiler_static_works_CXX=no
1002lt_cv_prog_gnu_ld=no
1003lt_cv_prog_gnu_ldcxx=no
1004lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
1005lt_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'\'''
1006lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
1007lt_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'\'''
1008lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
1009lt_cv_sys_max_cmd_len=196608
1010lt_cv_to_host_file_cmd=func_convert_file_noop
1011lt_cv_to_tool_file_cmd=func_convert_file_noop
1012
1013## ----------------- ##
1014## Output variables. ##
1015## ----------------- ##
1016
1017AFS_CFLAGS=''
1018AFS_LIBS=''
1019ALLOCA=''
1020ALL_DIRS=''
1021AR='/opt/local/bin/ar'
1022ARFLAGS='cr'
1023AWK='/opt/local/bin/gawk'
1024BACULA='Bacula'
1025BAT_DIR=''
1026BDB_VERSION='14'
1027BQT4_VERSION=''
1028BUILD_DIR='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_bacula/bacula/work/bacula-7.0.4'
1029BUILD_INCLUDED_LIBINTL=''
1030CAP_LIBS=''
1031CATOBJEXT=''
1032CC='/usr/bin/clang'
1033CDRECORD='cdrecord'
1034CFLAGS='-pipe -Os -arch x86_64'
1035CMP='/usr/bin/cmp'
1036COMPRESS_MANPAGES=''
1037CONS_INC=''
1038CONS_LDFLAGS=''
1039CONS_LIBS=''
1040CONS_OBJ=''
1041CONS_SRC=''
1042CP='/bin/cp'
1043CPP='/usr/bin/clang -E'
1044CPPFLAGS='-I/opt/local/include -I/opt/local/ncurses'
1045CXX='/usr/bin/clang++'
1046CXXCPP='/usr/bin/clang++ -E'
1047CXXFLAGS='-pipe -Os -arch x86_64 -stdlib=libc++'
1048DATADIRNAME=''
1049DATE='04 June 2014'
1050DB_BACKENDS=''
1051DB_LIBS=''
1052DD='/bin/dd'
1053DEBUG=''
1054DEFAULT_ARCHIVE_TYPE='.la'
1055DEFAULT_DB_TYPE=''
1056DEFAULT_OBJECT_TYPE='.lo'
1057DEFAULT_SHARED_OBJECT_TYPE='.la'
1058DEFS=''
1059DEPKGS_QT_VERSION='01Jan13'
1060DEPKGS_VERSION=''
1061DINCLUDE=''
1062DIRD_DIR=''
1063DIR_TOOLS=''
1064DISTNAME='osx'
1065DISTVER=''
1066DLIB=''
1067DLLTOOL='false'
1068DSYMUTIL='dsymutil'
1069DUMPBIN=''
1070DVDRWFORMAT='dvd+rw-format'
1071DVDRWMEDIAINFO='dvd+rw-mediainfo'
1072ECHO='printf %s\n'
1073ECHO_C='\c'
1074ECHO_N=''
1075ECHO_T=''
1076EGREP='/opt/local/bin/grep -E'
1077EXEEXT=''
1078FALSEPRG='/usr/bin/false'
1079FDLIBS=''
1080FD_PLUGIN_DIR='src/plugins/fd'
1081FGREP='/opt/local/bin/grep -F'
1082GENCAT=''
1083GETCONF=''
1084GLIBC21=''
1085GLIBC2=''
1086GMAKE='/opt/local/bin/gmake'
1087GMSGFMT='/opt/local/bin/msgfmt'
1088GREP='/opt/local/bin/grep'
1089GROWISOFS='growisofs'
1090HAVE_AIX_OS_FALSE=''
1091HAVE_AIX_OS_TRUE='#'
1092HAVE_ASPRINTF=''
1093HAVE_BSDI_OS_FALSE=''
1094HAVE_BSDI_OS_TRUE='#'
1095HAVE_DARWIN_OS_FALSE='#'
1096HAVE_DARWIN_OS_TRUE=''
1097HAVE_FREEBSD_OS_FALSE=''
1098HAVE_FREEBSD_OS_TRUE='#'
1099HAVE_HPUX_OS_FALSE=''
1100HAVE_HPUX_OS_TRUE='#'
1101HAVE_HURD_OS_FALSE=''
1102HAVE_HURD_OS_TRUE='#'
1103HAVE_IRIX_OS_FALSE=''
1104HAVE_IRIX_OS_TRUE='#'
1105HAVE_LINUX_OS_FALSE=''
1106HAVE_LINUX_OS_TRUE='#'
1107HAVE_NETBSD_OS_FALSE=''
1108HAVE_NETBSD_OS_TRUE='#'
1109HAVE_OPENBSD_OS_FALSE=''
1110HAVE_OPENBSD_OS_TRUE='#'
1111HAVE_OSF1_OS_FALSE=''
1112HAVE_OSF1_OS_TRUE='#'
1113HAVE_POSIX_PRINTF=''
1114HAVE_SGI_OS_FALSE=''
1115HAVE_SGI_OS_TRUE='#'
1116HAVE_SNPRINTF=''
1117HAVE_SUN_OS_FALSE=''
1118HAVE_SUN_OS_TRUE='#'
1119HAVE_WPRINTF=''
1120INCLUDE_INSTALL_TARGET=''
1121INCLUDE_UNINSTALL_TARGET=''
1122INSTALL_DATA='${INSTALL} -m 644'
1123INSTALL_PROGRAM='${INSTALL}'
1124INSTALL_SCRIPT='${INSTALL}'
1125INSTOBJEXT=''
1126INTLBISON=''
1127INTLLIBS='-L/opt/local/lib -lintl -Wl,-framework -Wl,CoreFoundation'
1128INTLOBJS=''
1129INTL_LIBTOOL_SUFFIX_PREFIX=''
1130INTL_MACOSX_LIBS='-Wl,-framework -Wl,CoreFoundation'
1131LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
1132LDFLAGS='-arch x86_64'
1133LIBADD_DL=' '
1134LIBADD_DLD_LINK=''
1135LIBADD_DLOPEN=''
1136LIBADD_SHL_LOAD=''
1137LIBBACCATS_LT_RELEASE='7.0.4'
1138LIBBACCFG_LT_RELEASE='7.0.4'
1139LIBBACFIND_LT_RELEASE='7.0.4'
1140LIBBACSQL_LT_RELEASE='7.0.4'
1141LIBBAC_LT_RELEASE='7.0.4'
1142LIBICONV='-L/opt/local/lib -liconv'
1143LIBINTL='-L/opt/local/lib -lintl -Wl,-framework -Wl,CoreFoundation'
1144LIBOBJS=''
1145LIBS=''
1146LIBTOOL='$(LIBTOOL)'
1147LIBTOOL_CLEAN_TARGET='libtool-clean'
1148LIBTOOL_INSTALL_TARGET='libtool-install'
1149LIBTOOL_UNINSTALL_TARGET='libtool-uninstall'
1150LIPO='lipo'
1151LN_S='ln -s'
1152LOCAL_CFLAGS=''
1153LOCAL_DEFS=''
1154LOCAL_LDFLAGS=''
1155LOCAL_LIBS=''
1156LSMDATE='04Jun14'
1157LTLIBICONV='-L/opt/local/lib -liconv -R/opt/local/lib'
1158LTLIBINTL='-L/opt/local/lib -lintl -R/opt/local/lib -Wl,-framework -Wl,CoreFoundation'
1159LTLIBOBJS=''
1160LT_DLLOADERS=' dlopen.la'
1161LT_DLPREOPEN='-dlpreopen dlopen.la '
1162LZO_INC=''
1163LZO_LIBS=''
1164MACOSX=''
1165MAKE_SHELL='/bin/sh'
1166MANIFEST_TOOL=':'
1167MKINSTALLDIRS='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_bacula/bacula/work/bacula-7.0.4/autoconf/mkinstalldirs'
1168MKISOFS='mkisofs'
1169MSGFMT='/opt/local/bin/msgfmt'
1170MSGMERGE='/opt/local/bin/msgmerge'
1171MTX='mtx'
1172MV='/bin/mv'
1173MYSQL_BINDIR=''
1174MYSQL_INCLUDE=''
1175MYSQL_LIBS=''
1176NM='/opt/local/bin/nm'
1177NMEDIT='nmedit'
1178OBJDUMP='false'
1179OBJEXT='o'
1180OBJLIST=''
1181OPENSSL='/opt/local/bin/openssl'
1182OPENSSL_INC=''
1183OPENSSL_LIBS=''
1184OTOOL64=':'
1185OTOOL='otool'
1186PACKAGE_BUGREPORT=''
1187PACKAGE_NAME='bacula'
1188PACKAGE_STRING='bacula 7.0.2'
1189PACKAGE_TARNAME='bacula'
1190PACKAGE_URL=''
1191PACKAGE_VERSION='7.0.2'
1192PATH_SEPARATOR=':'
1193PIDOF='pidof'
1194PKGCONFIG='/opt/local/bin/pkg-config'
1195POSTGRESQL_BINDIR=''
1196POSTGRESQL_INCLUDE=''
1197POSTGRESQL_LIBS=''
1198POSUB='po'
1199PSCMD=''
1200PYTHON='/opt/local/bin/python'
1201QMAKE='none'
1202QMAKE_LIBTOOL='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_bacula/bacula/work/bacula-7.0.4/libtool'
1203QWT=''
1204QWT_INC=''
1205QWT_LDFLAGS=''
1206QWT_LIB=''
1207RANLIB='ranlib'
1208READLINE_SRC=''
1209REMOVE='/bin/rm'
1210SBINPERM=''
1211SED='/usr/bin/sed'
1212SET_MAKE=''
1213SHARED_CATALOG_TARGETS=''
1214SHELL='/bin/sh'
1215SQLITE_BINDIR=''
1216SQLITE_INCLUDE=''
1217SQLITE_LIBS=''
1218STATIC_CONS=''
1219STATIC_DIR=''
1220STATIC_FD=''
1221STATIC_SD=''
1222STORED_DIR=''
1223STRIP='strip'
1224SYSTEMD_UNITDIR=''
1225TAPEDRIVE=''
1226TBL='/opt/local/bin/tbl'
1227TOP_DIR='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_bacula/bacula/work'
1228TRUEPRG='/usr/bin/true'
1229TTOOL_LDFLAGS=''
1230USE_INCLUDED_LIBINTL=''
1231USE_NLS='yes'
1232VERSION='7.0.4'
1233WCFLAGS=''
1234WLDFLAGS=''
1235WRAPLIBS=''
1236XGETTEXT='/opt/local/bin/xgettext'
1237XMKMF=''
1238X_CFLAGS=''
1239X_EXTRA_LIBS=''
1240X_LIBS=''
1241X_PRE_LIBS=''
1242ZLIBS=''
1243ac_ct_AR=''
1244ac_ct_CC='/usr/bin/clang'
1245ac_ct_CXX=''
1246ac_ct_DUMPBIN=''
1247archivedir=''
1248basename=''
1249baseport=''
1250bindir='${exec_prefix}/bin'
1251bsrdir=''
1252build='x86_64-apple-darwin14.5.0'
1253build_alias=''
1254build_cpu='x86_64'
1255build_os='darwin14.5.0'
1256build_vendor='apple'
1257datadir='${datarootdir}'
1258datarootdir='/opt/local/share'
1259db_name=''
1260db_password=''
1261db_port=''
1262db_user=''
1263dir_group=''
1264dir_password=''
1265dir_port=''
1266dir_user=''
1267docdir='/opt/local/share/doc/bacula'
1268dump_email=''
1269dvidir='${docdir}'
1270exec_prefix='/opt/local'
1271fd_group=''
1272fd_password=''
1273fd_port=''
1274fd_user=''
1275host='x86_64-apple-darwin14.5.0'
1276host_alias=''
1277host_cpu='x86_64'
1278host_os='darwin14.5.0'
1279host_vendor='apple'
1280hostname=''
1281htmldir='/opt/local/share/doc/bacula'
1282includedir='/opt/local/include'
1283infodir='${datarootdir}/info'
1284job_email=''
1285libdir='/opt/local/lib'
1286libexecdir='${exec_prefix}/libexec'
1287localedir='/opt/local/share/locale'
1288localstatedir='${prefix}/var'
1289logdir=''
1290mandir='/opt/local/share/man'
1291mon_dir_password=''
1292mon_fd_password=''
1293mon_sd_password=''
1294oldincludedir='/usr/include'
1295pdfdir='${docdir}'
1296piddir=''
1297plugindir=''
1298post_host=''
1299prefix='/opt/local'
1300program_transform_name='s,x,x,'
1301psdir='${docdir}'
1302sbindir='/opt/local/sbin'
1303scriptdir=''
1304sd_group=''
1305sd_password=''
1306sd_port=''
1307sd_user=''
1308sharedstatedir='${prefix}/com'
1309smtp_host=''
1310subsysdir=''
1311sysconfdir='/opt/local/etc/bacula'
1312target_alias=''
1313uncomment_dbi=''
1314working_dir=''
1315
1316## ------------------- ##
1317## File substitutions. ##
1318## ------------------- ##
1319
1320MCOMMON=''
1321
1322## ----------- ##
1323## confdefs.h. ##
1324## ----------- ##
1325
1326/* confdefs.h */
1327#define PACKAGE_NAME "bacula"
1328#define PACKAGE_TARNAME "bacula"
1329#define PACKAGE_VERSION "7.0.2"
1330#define PACKAGE_STRING "bacula 7.0.2"
1331#define PACKAGE_BUGREPORT ""
1332#define PACKAGE_URL ""
1333#define STDC_HEADERS 1
1334#define HAVE_SYS_TYPES_H 1
1335#define HAVE_SYS_STAT_H 1
1336#define HAVE_STDLIB_H 1
1337#define HAVE_STRING_H 1
1338#define HAVE_MEMORY_H 1
1339#define HAVE_STRINGS_H 1
1340#define HAVE_INTTYPES_H 1
1341#define HAVE_STDINT_H 1
1342#define HAVE_UNISTD_H 1
1343#define HAVE_DLFCN_H 1
1344#define LT_OBJDIR ".libs/"
1345#define HAVE_LIBDL 1
1346#define HAVE_DLERROR 1
1347#define HAVE_LIBDLLOADER 1
1348#define HAVE_DARWIN_OS 1
1349#define HAVE_CFPREFERENCESCOPYAPPVALUE 1
1350#define HAVE_CFLOCALECOPYCURRENT 1
1351#define HAVE_ICONV 1
1352#define ENABLE_NLS 1
1353#define HAVE_GETTEXT 1
1354#define HAVE_DCGETTEXT 1
1355#define SYSCONFDIR "/opt/local/etc/bacula"
1356#define LOCALEDIR "/opt/local/share/locale"
1357#define HAVE_BAT 1
1358
1359configure: exit 1