Ticket #42036: config.log

File config.log, 62.6 KB (added by kiril@…, 10 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 5.2.12, 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-readline=/opt/local --with-archivedir=/var/tmp --with-included-gettext=/opt/local --enable-smartalloc --enable-largefile --without-sqlite --without-sqlite3 --without-postgresql --disable-gnome --disable-wx-console --disable-tray-monitor --with-tcp-wrappers --enable-bat --with-mysql
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = mac.varnakov.net
14uname -m = x86_64
15uname -r = 13.0.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
18
19/usr/bin/uname -p = i386
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo      = Mach kernel version:
26         Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
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: 8.00 gigabytes
33Default processor set: 223 tasks, 1039 threads, 4 processors
34Load average: 1.93, Mach factor: 2.08
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:3168: checking for true
52configure:3186: found /usr/bin/true
53configure:3198: result: /usr/bin/true
54configure:3214: checking for false
55configure:3232: found /usr/bin/false
56configure:3244: result: /usr/bin/false
57configure:3341: checking for gcc
58configure:3368: result: /usr/bin/clang
59configure:3597: checking for C compiler version
60configure:3606: /usr/bin/clang --version >&5
61Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
62Target: x86_64-apple-darwin13.0.0
63Thread model: posix
64configure:3617: $? = 0
65configure:3606: /usr/bin/clang -v >&5
66Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
67Target: x86_64-apple-darwin13.0.0
68Thread model: posix
69configure:3617: $? = 0
70configure:3606: /usr/bin/clang -V >&5
71clang: error: argument to '-V' is missing (expected 1 value)
72clang: error: no input files
73configure:3617: $? = 1
74configure:3606: /usr/bin/clang -qversion >&5
75clang: error: no input files
76configure:3617: $? = 1
77configure:3637: checking whether the C compiler works
78configure:3659: /usr/bin/clang -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c  >&5
79configure:3663: $? = 0
80configure:3711: result: yes
81configure:3714: checking for C compiler default output file name
82configure:3716: result: a.out
83configure:3722: checking for suffix of executables
84configure:3729: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c  >&5
85configure:3733: $? = 0
86configure:3755: result:
87configure:3777: checking whether we are cross compiling
88configure:3785: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c  >&5
89configure:3789: $? = 0
90configure:3796: ./conftest
91configure:3800: $? = 0
92configure:3815: result: no
93configure:3820: checking for suffix of object files
94configure:3842: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
95configure:3846: $? = 0
96configure:3867: result: o
97configure:3871: checking whether we are using the GNU C compiler
98configure:3890: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
99configure:3890: $? = 0
100configure:3899: result: yes
101configure:3908: checking whether /usr/bin/clang accepts -g
102configure:3928: /usr/bin/clang -c -g -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
103configure:3928: $? = 0
104configure:3969: result: yes
105configure:3986: checking for /usr/bin/clang option to accept ISO C89
106configure:4050: /usr/bin/clang  -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
107configure:4050: $? = 0
108configure:4063: result: none needed
109configure:4195: checking for C++ compiler version
110configure:4204: /usr/bin/clang++ --version >&5
111Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
112Target: x86_64-apple-darwin13.0.0
113Thread model: posix
114configure:4215: $? = 0
115configure:4204: /usr/bin/clang++ -v >&5
116Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
117Target: x86_64-apple-darwin13.0.0
118Thread model: posix
119configure:4215: $? = 0
120configure:4204: /usr/bin/clang++ -V >&5
121clang: error: argument to '-V' is missing (expected 1 value)
122clang: error: no input files
123configure:4215: $? = 1
124configure:4204: /usr/bin/clang++ -qversion >&5
125clang: error: no input files
126configure:4215: $? = 1
127configure:4219: checking whether we are using the GNU C++ compiler
128configure:4238: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.cpp >&5
129configure:4238: $? = 0
130configure:4247: result: yes
131configure:4256: checking whether /usr/bin/clang++ accepts -g
132configure:4276: /usr/bin/clang++ -c -g -I/opt/local/include -I/opt/local/ncurses conftest.cpp >&5
133configure:4276: $? = 0
134configure:4317: result: yes
135configure:4341: checking whether /usr/bin/clang and cc understand -c and -o together
136configure:4372: /usr/bin/clang -c conftest.c -o conftest2.o >&5
137configure:4376: $? = 0
138configure:4382: /usr/bin/clang -c conftest.c -o conftest2.o >&5
139configure:4386: $? = 0
140configure:4397: cc -c conftest.c >&5
141configure:4401: $? = 0
142configure:4409: cc -c conftest.c -o conftest2.o >&5
143configure:4413: $? = 0
144configure:4419: cc -c conftest.c -o conftest2.o >&5
145configure:4423: $? = 0
146configure:4441: result: yes
147configure:4456: checking how to run the C preprocessor
148configure:4487: /usr/bin/clang -E -I/opt/local/include -I/opt/local/ncurses conftest.c
149configure:4487: $? = 0
150configure:4501: /usr/bin/clang -E -I/opt/local/include -I/opt/local/ncurses conftest.c
151conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
152#include <ac_nonexistent.h>
153         ^
1541 error generated.
155configure:4501: $? = 1
156configure: failed program was:
157| /* confdefs.h */
158| #define PACKAGE_NAME "bacula"
159| #define PACKAGE_TARNAME "bacula"
160| #define PACKAGE_VERSION "5.2.12"
161| #define PACKAGE_STRING "bacula 5.2.12"
162| #define PACKAGE_BUGREPORT ""
163| #define PACKAGE_URL ""
164| /* end confdefs.h.  */
165| #include <ac_nonexistent.h>
166configure:4526: result: /usr/bin/clang -E
167configure:4546: /usr/bin/clang -E -I/opt/local/include -I/opt/local/ncurses conftest.c
168configure:4546: $? = 0
169configure:4560: /usr/bin/clang -E -I/opt/local/include -I/opt/local/ncurses conftest.c
170conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
171#include <ac_nonexistent.h>
172         ^
1731 error generated.
174configure:4560: $? = 1
175configure: failed program was:
176| /* confdefs.h */
177| #define PACKAGE_NAME "bacula"
178| #define PACKAGE_TARNAME "bacula"
179| #define PACKAGE_VERSION "5.2.12"
180| #define PACKAGE_STRING "bacula 5.2.12"
181| #define PACKAGE_BUGREPORT ""
182| #define PACKAGE_URL ""
183| /* end confdefs.h.  */
184| #include <ac_nonexistent.h>
185configure:4589: checking for grep that handles long lines and -e
186configure:4647: result: /usr/bin/grep
187configure:4652: checking for egrep
188configure:4714: result: /usr/bin/grep -E
189configure:4720: checking whether /usr/bin/clang needs -traditional
190conftest.c:9:10: fatal error: 'termio.h' file not found
191#include <termio.h>
192         ^
1931 error generated.
194configure:4754: result: no
195configure:4770: checking for /usr/bin/clang++
196configure:4801: result: /usr/bin/clang++
197configure:4827: checking for a BSD-compatible install
198configure:4895: result: /usr/bin/install -c
199configure:4908: checking for mv
200configure:4926: found /bin/mv
201configure:4939: result: /bin/mv
202configure:4949: checking for rm
203configure:4967: found /bin/rm
204configure:4980: result: /bin/rm
205configure:4990: checking for cp
206configure:5008: found /bin/cp
207configure:5021: result: /bin/cp
208configure:5031: checking for sed
209configure:5049: found /usr/bin/sed
210configure:5062: result: /usr/bin/sed
211configure:5072: checking for echo
212configure:5090: found /bin/echo
213configure:5103: result: /bin/echo
214configure:5113: checking for cmp
215configure:5131: found /usr/bin/cmp
216configure:5144: result: /usr/bin/cmp
217configure:5154: checking for tbl
218configure:5172: found /usr/bin/tbl
219configure:5185: result: /usr/bin/tbl
220configure:5195: checking for ar
221configure:5213: found /opt/local/bin/ar
222configure:5226: result: /opt/local/bin/ar
223configure:5236: checking for openssl
224configure:5254: found /opt/local/bin/openssl
225configure:5267: result: /opt/local/bin/openssl
226configure:5277: checking for mtx
227configure:5308: result: mtx
228configure:5318: checking for dd
229configure:5336: found /bin/dd
230configure:5349: result: /bin/dd
231configure:5359: checking for mkisofs
232configure:5390: result: mkisofs
233configure:5400: checking for python
234configure:5418: found /usr/bin/python
235configure:5431: result: /usr/bin/python
236configure:5441: checking for growisofs
237configure:5472: result: growisofs
238configure:5482: checking for dvd+rw-mediainfo
239configure:5513: result: dvd+rw-mediainfo
240configure:5523: checking for dvd+rw-format
241configure:5554: result: dvd+rw-format
242configure:5564: checking for pkg-config
243configure:5582: found /opt/local/bin/pkg-config
244configure:5595: result: /opt/local/bin/pkg-config
245configure:5605: checking for qmake
246configure:5623: found /opt/local/bin/qmake
247configure:5636: result: /opt/local/bin/qmake
248configure:5646: checking for gmake
249configure:5677: result: none
250configure:5691: checking for wx-config
251configure:5722: result: wx-config
252configure:5733: checking for cdrecord
253configure:5764: result: cdrecord
254configure:5774: checking for pidof
255configure:5805: result: pidof
256configure:5817: checking for gawk
257configure:5833: found /opt/local/bin/gawk
258configure:5844: result: gawk
259configure:5869: checking for gawk
260configure:5887: found /opt/local/bin/gawk
261configure:5900: result: /opt/local/bin/gawk
262configure:5961: checking build system type
263configure:5975: result: i386-apple-darwin13.0.0
264configure:5995: checking host system type
265configure:6008: result: i386-apple-darwin13.0.0
266configure:6049: checking how to print strings
267configure:6076: result: printf
268configure:6097: checking for a sed that does not truncate output
269configure:6161: result: /usr/bin/sed
270configure:6179: checking for fgrep
271configure:6241: result: /usr/bin/grep -F
272configure:6276: checking for ld used by /usr/bin/clang
273configure:6343: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
274configure:6350: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
275configure:6365: result: no
276configure:6377: checking for BSD- or MS-compatible name lister (nm)
277configure:6426: result: /opt/local/bin/nm
278configure:6556: checking the name lister (/opt/local/bin/nm) interface
279configure:6563: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
280configure:6566: /opt/local/bin/nm "conftest.o"
281configure:6569: output
2820000000000000000 S _some_variable
283configure:6576: result: BSD nm
284configure:6579: checking whether ln -s works
285configure:6583: result: yes
286configure:6591: checking the maximum length of command line arguments
287configure:6716: result: 196608
288configure:6733: checking whether the shell understands some XSI constructs
289configure:6743: result: yes
290configure:6747: checking whether the shell understands "+="
291configure:6753: result: yes
292configure:6788: checking how to convert i386-apple-darwin13.0.0 file names to i386-apple-darwin13.0.0 format
293configure:6828: result: func_convert_file_noop
294configure:6835: checking how to convert i386-apple-darwin13.0.0 file names to toolchain format
295configure:6855: result: func_convert_file_noop
296configure:6862: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
297configure:6869: result: -r
298configure:6943: checking for objdump
299configure:6973: result: no
300configure:7002: checking how to recognize dependent libraries
301configure:7204: result: pass_all
302configure:7289: checking for dlltool
303configure:7319: result: no
304configure:7349: checking how to associate runtime and link libraries
305configure:7376: result: printf %s\n
306configure:7500: checking for archiver @FILE support
307configure:7517: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
308configure:7517: $? = 0
309configure:7520: /opt/local/bin/ar cru libconftest.a @conftest.lst >&5
310ar: @conftest.lst: No such file or directory
311configure:7523: $? = 1
312configure:7543: result: no
313configure:7601: checking for strip
314configure:7617: found /opt/local/bin/strip
315configure:7628: result: strip
316configure:7700: checking for ranlib
317configure:7716: found /opt/local/bin/ranlib
318configure:7727: result: ranlib
319configure:7829: checking command to parse /opt/local/bin/nm output from /usr/bin/clang object
320configure:7948: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
321configure:7951: $? = 0
322configure:7955: /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:7958: $? = 0
324cannot find nm_test_var in conftest.nm
325configure:7948: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
326configure:7951: $? = 0
327configure:7955: /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:7958: $? = 0
329configure:8024: /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:8027: $? = 0
331configure:8065: result: ok
332configure:8102: checking for sysroot
333configure:8132: result: no
334configure:8375: checking for mt
335configure:8405: result: no
336configure:8425: checking if : is a manifest tool
337configure:8431: : '-?'
338configure:8439: result: no
339configure:8495: checking for dsymutil
340configure:8511: found /usr/bin/dsymutil
341configure:8522: result: dsymutil
342configure:8587: checking for nmedit
343configure:8603: found /opt/local/bin/nmedit
344configure:8614: result: nmedit
345configure:8679: checking for lipo
346configure:8695: found /opt/local/bin/lipo
347configure:8706: result: lipo
348configure:8771: checking for otool
349configure:8787: found /opt/local/bin/otool
350configure:8798: result: otool
351configure:8863: checking for otool64
352configure:8893: result: no
353configure:8938: 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:8965: result: yes
356configure:8967: checking for -exported_symbols_list linker flag
357configure:8987: /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:8987: $? = 0
359configure:8997: result: yes
360configure:8999: 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:9029: result: yes
366configure:9066: checking for ANSI C header files
367configure:9086: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
368configure:9086: $? = 0
369configure:9159: /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:9159: $? = 0
371configure:9159: ./conftest
372configure:9159: $? = 0
373configure:9170: result: yes
374configure:9183: checking for sys/types.h
375configure:9183: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
376configure:9183: $? = 0
377configure:9183: result: yes
378configure:9183: checking for sys/stat.h
379configure:9183: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
380configure:9183: $? = 0
381configure:9183: result: yes
382configure:9183: checking for stdlib.h
383configure:9183: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
384configure:9183: $? = 0
385configure:9183: result: yes
386configure:9183: checking for string.h
387configure:9183: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
388configure:9183: $? = 0
389configure:9183: result: yes
390configure:9183: checking for memory.h
391configure:9183: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
392configure:9183: $? = 0
393configure:9183: result: yes
394configure:9183: checking for strings.h
395configure:9183: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
396configure:9183: $? = 0
397configure:9183: result: yes
398configure:9183: checking for inttypes.h
399configure:9183: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
400configure:9183: $? = 0
401configure:9183: result: yes
402configure:9183: checking for stdint.h
403configure:9183: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
404configure:9183: $? = 0
405configure:9183: result: yes
406configure:9183: checking for unistd.h
407configure:9183: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
408configure:9183: $? = 0
409configure:9183: result: yes
410configure:9197: checking for dlfcn.h
411configure:9197: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
412configure:9197: $? = 0
413configure:9197: result: yes
414configure:9393: checking for objdir
415configure:9408: result: .libs
416configure:9679: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions
417configure:9697: /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:9701: $? = 0
419configure:9714: result: yes
420configure:10024: checking for /usr/bin/clang option to produce PIC
421configure:10031: result: -fno-common -DPIC
422configure:10039: checking if /usr/bin/clang PIC flag -fno-common -DPIC works
423configure:10057: /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:10061: $? = 0
425configure:10074: result: yes
426configure:10103: checking if /usr/bin/clang static flag -static works
427configure:10131: result: no
428configure:10146: checking if /usr/bin/clang supports -c -o file.o
429configure:10167: /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:10171: $? = 0
431configure:10193: result: yes
432configure:10201: checking if /usr/bin/clang supports -c -o file.o
433configure:10248: result: yes
434configure:10281: checking whether the /usr/bin/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
435configure:11439: result: yes
436configure:11684: checking dynamic linker characteristics
437configure:12420: result: darwin13.0.0 dyld
438configure:12527: checking how to hardcode library paths into programs
439configure:12552: result: immediate
440configure:13092: checking whether stripping libraries is possible
441configure:13106: result: yes
442configure:13132: checking if libtool supports shared libraries
443configure:13134: result: yes
444configure:13137: checking whether to build shared libraries
445configure:13158: result: yes
446configure:13161: checking whether to build static libraries
447configure:13165: result: no
448configure:13188: checking how to run the C++ preprocessor
449configure:13215: /usr/bin/clang++ -E -I/opt/local/include -I/opt/local/ncurses conftest.cpp
450configure:13215: $? = 0
451configure:13229: /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:13229: $? = 1
457configure: failed program was:
458| /* confdefs.h */
459| #define PACKAGE_NAME "bacula"
460| #define PACKAGE_TARNAME "bacula"
461| #define PACKAGE_VERSION "5.2.12"
462| #define PACKAGE_STRING "bacula 5.2.12"
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:13254: result: /usr/bin/clang++ -E
480configure:13274: /usr/bin/clang++ -E -I/opt/local/include -I/opt/local/ncurses conftest.cpp
481configure:13274: $? = 0
482configure:13288: /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:13288: $? = 1
488configure: failed program was:
489| /* confdefs.h */
490| #define PACKAGE_NAME "bacula"
491| #define PACKAGE_TARNAME "bacula"
492| #define PACKAGE_VERSION "5.2.12"
493| #define PACKAGE_STRING "bacula 5.2.12"
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:13458: checking for ld used by /usr/bin/clang++
511configure:13525: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
512configure:13532: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
513configure:13547: result: no
514configure:13602: checking whether the /usr/bin/clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
515configure:14606: result: yes
516configure:14641: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.cpp >&5
517configure:14644: $? = 0
518configure:15164: checking for /usr/bin/clang++ option to produce PIC
519configure:15171: result: -fno-common -DPIC
520configure:15179: checking if /usr/bin/clang++ PIC flag -fno-common -DPIC works
521configure:15197: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -fno-common -DPIC -DPIC conftest.cpp >&5
522configure:15201: $? = 0
523configure:15214: result: yes
524configure:15237: checking if /usr/bin/clang++ static flag -static works
525configure:15265: result: no
526configure:15277: checking if /usr/bin/clang++ supports -c -o file.o
527configure:15298: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -o out/conftest2.o conftest.cpp >&5
528configure:15302: $? = 0
529configure:15324: result: yes
530configure:15329: checking if /usr/bin/clang++ supports -c -o file.o
531configure:15376: result: yes
532configure:15406: checking whether the /usr/bin/clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
533configure:15440: result: yes
534configure:15583: checking dynamic linker characteristics
535configure:16253: result: darwin13.0.0 dyld
536configure:16306: checking how to hardcode library paths into programs
537configure:16331: result: immediate
538configure:16402: checking for library containing dlopen
539configure:16433: /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:16433: $? = 0
541configure:16450: result: none required
542configure:16540: checking for dlerror
543configure:16540: /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:16540: $? = 0
545configure:16540: result: yes
546configure:16554: checking for shl_load
547configure:16554: /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-Glatz0.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:16554: $? = 1
554configure: failed program was:
555| /* confdefs.h */
556| #define PACKAGE_NAME "bacula"
557| #define PACKAGE_TARNAME "bacula"
558| #define PACKAGE_VERSION "5.2.12"
559| #define PACKAGE_STRING "bacula 5.2.12"
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:16554: result: no
616configure:16561: checking for shl_load in -ldld
617configure:16586: /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:16586: $? = 1
621configure: failed program was:
622| /* confdefs.h */
623| #define PACKAGE_NAME "bacula"
624| #define PACKAGE_TARNAME "bacula"
625| #define PACKAGE_VERSION "5.2.12"
626| #define PACKAGE_STRING "bacula 5.2.12"
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:16595: result: no
660configure:16641: checking for dld_link in -ldld
661configure:16666: /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:16666: $? = 1
665configure: failed program was:
666| /* confdefs.h */
667| #define PACKAGE_NAME "bacula"
668| #define PACKAGE_TARNAME "bacula"
669| #define PACKAGE_VERSION "5.2.12"
670| #define PACKAGE_STRING "bacula 5.2.12"
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:16675: result: no
704configure:17100: checking for Operating System Distribution
705configure:17179: result: done
706configure:17183: checking whether make sets $(MAKE)
707configure:17205: result: yes
708configure:17229: checking whether NLS is requested
709configure:17238: result: yes
710configure:17276: checking for msgfmt
711configure: trying /opt/local/bin/msgfmt...
7120 translated messages.
713configure:17308: result: /opt/local/bin/msgfmt
714configure:17317: checking for gmsgfmt
715configure:17348: result: /opt/local/bin/msgfmt
716configure:17388: 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:17420: result: /opt/local/bin/xgettext
720configure:17460: checking for msgmerge
721configure: trying /opt/local/bin/msgmerge...
722configure:17491: result: /opt/local/bin/msgmerge
723configure:17566: checking for ld used by GCC
724configure:17630: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
725configure:17637: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
726configure:17650: result: no
727configure:17657: checking for shared library run path origin
728configure:17670: result: done
729configure:18086: checking for CFPreferencesCopyAppValue
730configure:18106: /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:18106: $? = 0
732configure:18116: result: yes
733configure:18123: checking for CFLocaleCopyCurrent
734configure:18143: /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:18143: $? = 0
736configure:18153: result: yes
737configure:18168: checking whether NLS is requested
738configure:18177: result: yes
739configure:18195: checking for GNU gettext in libc
740configure:18214: /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-UwLlmf.o
744  "__nl_msg_cat_cntr", referenced from:
745      _main in conftest-UwLlmf.o
746  "_libintl_bindtextdomain", referenced from:
747      _main in conftest-UwLlmf.o
748  "_libintl_gettext", referenced from:
749      _main in conftest-UwLlmf.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:18214: $? = 1
753configure: failed program was:
754| /* confdefs.h */
755| #define PACKAGE_NAME "bacula"
756| #define PACKAGE_TARNAME "bacula"
757| #define PACKAGE_VERSION "5.2.12"
758| #define PACKAGE_STRING "bacula 5.2.12"
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:18222: result: no
792configure:18256: checking for iconv
793configure:18278: /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-UP0qWB.o
797  "_libiconv_close", referenced from:
798      _main in conftest-UP0qWB.o
799  "_libiconv_open", referenced from:
800      _main in conftest-UP0qWB.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:18278: $? = 1
804configure: failed program was:
805| /* confdefs.h */
806| #define PACKAGE_NAME "bacula"
807| #define PACKAGE_TARNAME "bacula"
808| #define PACKAGE_VERSION "5.2.12"
809| #define PACKAGE_STRING "bacula 5.2.12"
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:18300: /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:18300: $? = 0
844configure:18310: result: yes
845configure:18318: checking how to link with libiconv
846configure:18320: result: -L/opt/local/lib -liconv
847configure:18709: checking for GNU gettext in libintl
848configure:18736: /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:18736: $? = 0
850configure:18775: result: yes
851configure:18810: checking whether to use NLS
852configure:18812: result: yes
853configure:18815: checking where the gettext function comes from
854configure:18826: result: external libintl
855configure:18834: checking how to link with libintl
856configure:18836: result: -L/opt/local/lib -lintl -Wl,-framework -Wl,CoreFoundation
857configure:18961: checking for msgfmt
858configure:18991: result: /opt/local/bin/msgfmt
859configure:22153: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c  >&5
860conftest.c:41:71: warning: expression result unused [-Wunused-value]
861struct sockaddr_in6 s; struct in6_addr t=in6addr_any; int i=AF_INET6; s; t.s6_addr[0] = 0;
862                                                                      ^
8631 warning generated.
864configure:22153: $? = 0
865configure:22169: checking curses.h usability
866configure:22169: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
867configure:22169: $? = 0
868configure:22169: result: yes
869configure:22169: checking curses.h presence
870configure:22169: /usr/bin/clang -E -I/opt/local/include -I/opt/local/ncurses conftest.c
871configure:22169: $? = 0
872configure:22169: result: yes
873configure:22169: checking for curses.h
874configure:22169: result: yes
875configure:22172: checking for tgetent in -ltinfo
876configure:22197: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c -ltinfo   >&5
877ld: library not found for -ltinfo
878clang: error: linker command failed with exit code 1 (use -v to see invocation)
879configure:22197: $? = 1
880configure: failed program was:
881| /* confdefs.h */
882| #define PACKAGE_NAME "bacula"
883| #define PACKAGE_TARNAME "bacula"
884| #define PACKAGE_VERSION "5.2.12"
885| #define PACKAGE_STRING "bacula 5.2.12"
886| #define PACKAGE_BUGREPORT ""
887| #define PACKAGE_URL ""
888| #define STDC_HEADERS 1
889| #define HAVE_SYS_TYPES_H 1
890| #define HAVE_SYS_STAT_H 1
891| #define HAVE_STDLIB_H 1
892| #define HAVE_STRING_H 1
893| #define HAVE_MEMORY_H 1
894| #define HAVE_STRINGS_H 1
895| #define HAVE_INTTYPES_H 1
896| #define HAVE_STDINT_H 1
897| #define HAVE_UNISTD_H 1
898| #define HAVE_DLFCN_H 1
899| #define LT_OBJDIR ".libs/"
900| #define HAVE_LIBDL 1
901| #define HAVE_DLERROR 1
902| #define HAVE_LIBDLLOADER 1
903| #define HAVE_DARWIN_OS 1
904| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
905| #define HAVE_CFLOCALECOPYCURRENT 1
906| #define HAVE_ICONV 1
907| #define ENABLE_NLS 1
908| #define HAVE_GETTEXT 1
909| #define HAVE_DCGETTEXT 1
910| #define SYSCONFDIR "/opt/local/etc/bacula"
911| #define LOCALEDIR "/opt/local/share/locale"
912| #define HAVE_BAT 1
913| #define SMARTALLOC 1
914| #define HAVE_IPV6 1
915| /* end confdefs.h.  */
916|
917| /* Override any GCC internal prototype to avoid an error.
918|    Use char because int might match the return type of a GCC
919|    builtin and then its argument prototype would still apply.  */
920| #ifdef __cplusplus
921| extern "C"
922| #endif
923| char tgetent ();
924| int
925| main ()
926| {
927| return tgetent ();
928|   ;
929|   return 0;
930| }
931configure:22206: result: no
932configure:22212: checking for tgetent in -lncurses
933configure:22237: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c -lncurses   >&5
934configure:22237: $? = 0
935configure:22246: result: yes
936configure:22498: checking whether stat file-mode macros are broken
937configure:22525: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
938configure:22525: $? = 0
939configure:22532: result: no
940configure:22543: checking for dirent.h that defines DIR
941configure:22562: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
942configure:22562: $? = 0
943configure:22570: result: yes
944configure:22583: checking for library containing opendir
945configure:22614: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c  >&5
946configure:22614: $? = 0
947configure:22631: result: none required
948configure:22701: checking for strcasecmp
949configure:22701: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c  >&5
950conftest.c:61:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
951char strcasecmp ();
952     ^
953conftest.c:61:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
9541 warning generated.
955configure:22701: $? = 0
956configure:22701: result: yes
957configure:22701: checking for select
958configure:22701: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c  >&5
959configure:22701: $? = 0
960configure:22701: result: yes
961configure:22701: checking for setenv
962configure:22701: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c  >&5
963configure:22701: $? = 0
964configure:22701: result: yes
965configure:22701: checking for putenv
966configure:22701: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c  >&5
967configure:22701: $? = 0
968configure:22701: result: yes
969configure:22701: checking for tcgetattr
970configure:22701: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c  >&5
971configure:22701: $? = 0
972configure:22701: result: yes
973configure:22701: checking for lstat
974configure:22701: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c  >&5
975configure:22701: $? = 0
976configure:22701: result: yes
977configure:22701: checking for lchown
978configure:22701: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c  >&5
979configure:22701: $? = 0
980configure:22701: result: yes
981configure:22713: checking for nanosleep
982configure:22713: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c  >&5
983configure:22713: $? = 0
984configure:22713: result: yes
985configure:22713: checking for nl_langinfo
986configure:22713: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c  >&5
987configure:22713: $? = 0
988configure:22713: result: yes
989configure:22724: checking varargs.h usability
990configure:22724: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses conftest.c >&5
991In file included from conftest.c:80:
992/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/varargs.h:25:4: error: "Please use <stdarg.h> instead of <varargs.h>"
993  #error "Please use <stdarg.h> instead of <varargs.h>"
994   ^
9951 error generated.
996configure:22724: $? = 1
997configure: failed program was:
998| /* confdefs.h */
999| #define PACKAGE_NAME "bacula"
1000| #define PACKAGE_TARNAME "bacula"
1001| #define PACKAGE_VERSION "5.2.12"
1002| #define PACKAGE_STRING "bacula 5.2.12"
1003| #define PACKAGE_BUGREPORT ""
1004| #define PACKAGE_URL ""
1005| #define STDC_HEADERS 1
1006| #define HAVE_SYS_TYPES_H 1
1007| #define HAVE_SYS_STAT_H 1
1008| #define HAVE_STDLIB_H 1
1009| #define HAVE_STRING_H 1
1010| #define HAVE_MEMORY_H 1
1011| #define HAVE_STRINGS_H 1
1012| #define HAVE_INTTYPES_H 1
1013| #define HAVE_STDINT_H 1
1014| #define HAVE_UNISTD_H 1
1015| #define HAVE_DLFCN_H 1
1016| #define LT_OBJDIR ".libs/"
1017| #define HAVE_LIBDL 1
1018| #define HAVE_DLERROR 1
1019| #define HAVE_LIBDLLOADER 1
1020| #define HAVE_DARWIN_OS 1
1021| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
1022| #define HAVE_CFLOCALECOPYCURRENT 1
1023| #define HAVE_ICONV 1
1024| #define ENABLE_NLS 1
1025| #define HAVE_GETTEXT 1
1026| #define HAVE_DCGETTEXT 1
1027| #define SYSCONFDIR "/opt/local/etc/bacula"
1028| #define LOCALEDIR "/opt/local/share/locale"
1029| #define HAVE_BAT 1
1030| #define SMARTALLOC 1
1031| #define HAVE_IPV6 1
1032| #define HAVE_CONIO 1
1033| #define HAVE_DIRENT_H 1
1034| #define HAVE_STRCASECMP 1
1035| #define HAVE_SELECT 1
1036| #define HAVE_SETENV 1
1037| #define HAVE_PUTENV 1
1038| #define HAVE_TCGETATTR 1
1039| #define HAVE_LSTAT 1
1040| #define HAVE_LCHOWN 1
1041| #define HAVE_NANOSLEEP 1
1042| #define HAVE_NL_LANGINFO 1
1043| /* end confdefs.h.  */
1044| #include <stdio.h>
1045| #ifdef HAVE_SYS_TYPES_H
1046| # include <sys/types.h>
1047| #endif
1048| #ifdef HAVE_SYS_STAT_H
1049| # include <sys/stat.h>
1050| #endif
1051| #ifdef STDC_HEADERS
1052| # include <stdlib.h>
1053| # include <stddef.h>
1054| #else
1055| # ifdef HAVE_STDLIB_H
1056| #  include <stdlib.h>
1057| # endif
1058| #endif
1059| #ifdef HAVE_STRING_H
1060| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1061| #  include <memory.h>
1062| # endif
1063| # include <string.h>
1064| #endif
1065| #ifdef HAVE_STRINGS_H
1066| # include <strings.h>
1067| #endif
1068| #ifdef HAVE_INTTYPES_H
1069| # include <inttypes.h>
1070| #endif
1071| #ifdef HAVE_STDINT_H
1072| # include <stdint.h>
1073| #endif
1074| #ifdef HAVE_UNISTD_H
1075| # include <unistd.h>
1076| #endif
1077| #include <varargs.h>
1078configure:22724: result: no
1079configure:22724: checking varargs.h presence
1080configure:22724: /usr/bin/clang -E -I/opt/local/include -I/opt/local/ncurses conftest.c
1081In file included from conftest.c:47:
1082/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/include/varargs.h:25:4: error: "Please use <stdarg.h> instead of <varargs.h>"
1083  #error "Please use <stdarg.h> instead of <varargs.h>"
1084   ^
10851 error generated.
1086configure:22724: $? = 1
1087configure: failed program was:
1088| /* confdefs.h */
1089| #define PACKAGE_NAME "bacula"
1090| #define PACKAGE_TARNAME "bacula"
1091| #define PACKAGE_VERSION "5.2.12"
1092| #define PACKAGE_STRING "bacula 5.2.12"
1093| #define PACKAGE_BUGREPORT ""
1094| #define PACKAGE_URL ""
1095| #define STDC_HEADERS 1
1096| #define HAVE_SYS_TYPES_H 1
1097| #define HAVE_SYS_STAT_H 1
1098| #define HAVE_STDLIB_H 1
1099| #define HAVE_STRING_H 1
1100| #define HAVE_MEMORY_H 1
1101| #define HAVE_STRINGS_H 1
1102| #define HAVE_INTTYPES_H 1
1103| #define HAVE_STDINT_H 1
1104| #define HAVE_UNISTD_H 1
1105| #define HAVE_DLFCN_H 1
1106| #define LT_OBJDIR ".libs/"
1107| #define HAVE_LIBDL 1
1108| #define HAVE_DLERROR 1
1109| #define HAVE_LIBDLLOADER 1
1110| #define HAVE_DARWIN_OS 1
1111| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
1112| #define HAVE_CFLOCALECOPYCURRENT 1
1113| #define HAVE_ICONV 1
1114| #define ENABLE_NLS 1
1115| #define HAVE_GETTEXT 1
1116| #define HAVE_DCGETTEXT 1
1117| #define SYSCONFDIR "/opt/local/etc/bacula"
1118| #define LOCALEDIR "/opt/local/share/locale"
1119| #define HAVE_BAT 1
1120| #define SMARTALLOC 1
1121| #define HAVE_IPV6 1
1122| #define HAVE_CONIO 1
1123| #define HAVE_DIRENT_H 1
1124| #define HAVE_STRCASECMP 1
1125| #define HAVE_SELECT 1
1126| #define HAVE_SETENV 1
1127| #define HAVE_PUTENV 1
1128| #define HAVE_TCGETATTR 1
1129| #define HAVE_LSTAT 1
1130| #define HAVE_LCHOWN 1
1131| #define HAVE_NANOSLEEP 1
1132| #define HAVE_NL_LANGINFO 1
1133| /* end confdefs.h.  */
1134| #include <varargs.h>
1135configure:22724: result: no
1136configure:22724: checking for varargs.h
1137configure:22724: result: no
1138configure:22736: checking for Python support
1139configure:22925: result: no
1140configure:22934: checking for socket
1141configure:22934: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c  >&5
1142configure:22934: $? = 0
1143configure:22934: result: yes
1144configure:22936: result: using libc's socket
1145configure:23086: checking for library containing nanosleep
1146configure:23117: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c  -lwrap >&5
1147configure:23117: $? = 0
1148configure:23134: result: none required
1149configure:23142: checking for libwrap
1150configure:23163: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c  -lwrap >&5
1151configure:23163: $? = 0
1152configure:23165: result: yes
1153configure:23227: checking for OpenSSL
1154configure:23273: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c  -L/opt/local/lib -lssl -lcrypto >&5
1155configure:23273: $? = 0
1156configure:23303: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c  -L/opt/local/lib -lssl -lcrypto >&5
1157configure:23303: $? = 0
1158configure:23331: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c  -L/opt/local/lib -lssl -lcrypto >&5
1159configure:23331: $? = 0
1160configure:23344: result: yes
1161configure:23371: checking for EVP_PKEY_encrypt_old in -lcrypto
1162configure:23396: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include  -I/opt/local/include -I/opt/local/ncurses -arch x86_64 conftest.c -lcrypto   -L/opt/local/lib -lssl -lcrypto >&5
1163configure:23396: $? = 0
1164configure:23405: result: yes
1165configure:23432: checking for library containing dlopen
1166configure:23480: result: none required
1167configure:24050: checking for PostgreSQL support
1168configure:24305: result: no
1169configure:24323: checking for MySQL support
1170configure:24401: result: no
1171configure:24403: error: Unable to find mysql.h in standard locations
1172
1173## ---------------- ##
1174## Cache variables. ##
1175## ---------------- ##
1176
1177ac_cv_build=i386-apple-darwin13.0.0
1178ac_cv_c_compiler_gnu=yes
1179ac_cv_cxx_compiler_gnu=yes
1180ac_cv_env_CCC_set=
1181ac_cv_env_CCC_value=
1182ac_cv_env_CC_set=set
1183ac_cv_env_CC_value=/usr/bin/clang
1184ac_cv_env_CFLAGS_set=set
1185ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64'
1186ac_cv_env_CPPFLAGS_set=set
1187ac_cv_env_CPPFLAGS_value='-I/opt/local/include -I/opt/local/ncurses'
1188ac_cv_env_CPP_set=
1189ac_cv_env_CPP_value=
1190ac_cv_env_CXXCPP_set=
1191ac_cv_env_CXXCPP_value=
1192ac_cv_env_CXXFLAGS_set=set
1193ac_cv_env_CXXFLAGS_value='-pipe -Os -arch x86_64'
1194ac_cv_env_CXX_set=set
1195ac_cv_env_CXX_value=/usr/bin/clang++
1196ac_cv_env_LDFLAGS_set=set
1197ac_cv_env_LDFLAGS_value='-arch x86_64'
1198ac_cv_env_LIBS_set=
1199ac_cv_env_LIBS_value=
1200ac_cv_env_WXCONFIG_set=
1201ac_cv_env_WXCONFIG_value=
1202ac_cv_env_WXFLAGS_set=
1203ac_cv_env_WXFLAGS_value=
1204ac_cv_env_XMKMF_set=
1205ac_cv_env_XMKMF_value=
1206ac_cv_env_build_alias_set=
1207ac_cv_env_build_alias_value=
1208ac_cv_env_host_alias_set=
1209ac_cv_env_host_alias_value=
1210ac_cv_env_target_alias_set=
1211ac_cv_env_target_alias_value=
1212ac_cv_func_dlerror=yes
1213ac_cv_func_lchown=yes
1214ac_cv_func_lstat=yes
1215ac_cv_func_nanosleep=yes
1216ac_cv_func_nl_langinfo=yes
1217ac_cv_func_putenv=yes
1218ac_cv_func_select=yes
1219ac_cv_func_setenv=yes
1220ac_cv_func_shl_load=no
1221ac_cv_func_socket=yes
1222ac_cv_func_strcasecmp=yes
1223ac_cv_func_tcgetattr=yes
1224ac_cv_header_curses_h=yes
1225ac_cv_header_dirent_dirent_h=yes
1226ac_cv_header_dlfcn_h=yes
1227ac_cv_header_inttypes_h=yes
1228ac_cv_header_memory_h=yes
1229ac_cv_header_stat_broken=no
1230ac_cv_header_stdc=yes
1231ac_cv_header_stdint_h=yes
1232ac_cv_header_stdlib_h=yes
1233ac_cv_header_string_h=yes
1234ac_cv_header_strings_h=yes
1235ac_cv_header_sys_stat_h=yes
1236ac_cv_header_sys_types_h=yes
1237ac_cv_header_unistd_h=yes
1238ac_cv_header_varargs_h=no
1239ac_cv_host=i386-apple-darwin13.0.0
1240ac_cv_lib_crypto_EVP_PKEY_encrypt_old=yes
1241ac_cv_lib_dld_dld_link=no
1242ac_cv_lib_dld_shl_load=no
1243ac_cv_lib_ncurses_tgetent=yes
1244ac_cv_lib_tinfo_tgetent=no
1245ac_cv_objext=o
1246ac_cv_openssl_export=no
1247ac_cv_openssl_sha2=yes
1248ac_cv_path_AR=/opt/local/bin/ar
1249ac_cv_path_AWK=/opt/local/bin/gawk
1250ac_cv_path_CDRECORD=cdrecord
1251ac_cv_path_CMP=/usr/bin/cmp
1252ac_cv_path_CP=/bin/cp
1253ac_cv_path_CXX=/usr/bin/clang++
1254ac_cv_path_DD=/bin/dd
1255ac_cv_path_DVDRWFORMAT=dvd+rw-format
1256ac_cv_path_DVDRWMEDIAINFO=dvd+rw-mediainfo
1257ac_cv_path_ECHO=/bin/echo
1258ac_cv_path_EGREP='/usr/bin/grep -E'
1259ac_cv_path_FALSEPRG=/usr/bin/false
1260ac_cv_path_FGREP='/usr/bin/grep -F'
1261ac_cv_path_GMAKE=none
1262ac_cv_path_GMSGFMT=/opt/local/bin/msgfmt
1263ac_cv_path_GREP=/usr/bin/grep
1264ac_cv_path_GROWISOFS=growisofs
1265ac_cv_path_MKISOFS=mkisofs
1266ac_cv_path_MSGFMT=/opt/local/bin/msgfmt
1267ac_cv_path_MSGMERGE=/opt/local/bin/msgmerge
1268ac_cv_path_MTX=mtx
1269ac_cv_path_MV=/bin/mv
1270ac_cv_path_OPENSSL=/opt/local/bin/openssl
1271ac_cv_path_PIDOF=pidof
1272ac_cv_path_PKGCONFIG=/opt/local/bin/pkg-config
1273ac_cv_path_PYTHON=/usr/bin/python
1274ac_cv_path_QMAKE=/opt/local/bin/qmake
1275ac_cv_path_REMOVE=/bin/rm
1276ac_cv_path_SED=/usr/bin/sed
1277ac_cv_path_TBL=/usr/bin/tbl
1278ac_cv_path_TRUEPRG=/usr/bin/true
1279ac_cv_path_WXCONFIG=wx-config
1280ac_cv_path_XGETTEXT=/opt/local/bin/xgettext
1281ac_cv_prog_AWK=gawk
1282ac_cv_prog_CPP='/usr/bin/clang -E'
1283ac_cv_prog_CXXCPP='/usr/bin/clang++ -E'
1284ac_cv_prog_ac_ct_CC=/usr/bin/clang
1285ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
1286ac_cv_prog_ac_ct_LIPO=lipo
1287ac_cv_prog_ac_ct_NMEDIT=nmedit
1288ac_cv_prog_ac_ct_OTOOL=otool
1289ac_cv_prog_ac_ct_RANLIB=ranlib
1290ac_cv_prog_ac_ct_STRIP=strip
1291ac_cv_prog_cc__usr_bin_clang_c_o=yes
1292ac_cv_prog_cc_c89=
1293ac_cv_prog_cc_g=yes
1294ac_cv_prog_cxx_g=yes
1295ac_cv_prog_gcc_traditional=no
1296ac_cv_prog_make_make_set=yes
1297ac_cv_search_dlopen='none required'
1298ac_cv_search_nanosleep='none required'
1299ac_cv_search_opendir='none required'
1300acl_cv_hardcode_direct=no
1301acl_cv_hardcode_libdir_flag_spec=
1302acl_cv_hardcode_libdir_separator=
1303acl_cv_hardcode_minus_L=no
1304acl_cv_libext=a
1305acl_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
1306acl_cv_prog_gnu_ld=no
1307acl_cv_rpath=done
1308acl_cv_shlibext=dylib
1309acl_cv_wl=-Wl,
1310am_cv_func_iconv=yes
1311am_cv_lib_iconv=yes
1312gt_cv_func_CFLocaleCopyCurrent=yes
1313gt_cv_func_CFPreferencesCopyAppValue=yes
1314gt_cv_func_gnugettext1_libc=no
1315gt_cv_func_gnugettext1_libintl=yes
1316libltdl_cv_lib_dl_dlopen=yes
1317lt_cv_apple_cc_single_mod=yes
1318lt_cv_ar_at_file=no
1319lt_cv_deplibs_check_method=pass_all
1320lt_cv_file_magic_cmd='$MAGIC_CMD'
1321lt_cv_file_magic_test_file=
1322lt_cv_ld_exported_symbols_list=yes
1323lt_cv_ld_force_load=yes
1324lt_cv_ld_reload_flag=-r
1325lt_cv_nm_interface='BSD nm'
1326lt_cv_objdir=.libs
1327lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
1328lt_cv_path_LDCXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
1329lt_cv_path_NM=/opt/local/bin/nm
1330lt_cv_path_mainfest_tool=no
1331lt_cv_prog_compiler_c_o=yes
1332lt_cv_prog_compiler_c_o_CXX=yes
1333lt_cv_prog_compiler_pic='-fno-common -DPIC'
1334lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
1335lt_cv_prog_compiler_pic_works=yes
1336lt_cv_prog_compiler_pic_works_CXX=yes
1337lt_cv_prog_compiler_rtti_exceptions=yes
1338lt_cv_prog_compiler_static_works=no
1339lt_cv_prog_compiler_static_works_CXX=no
1340lt_cv_prog_gnu_ld=no
1341lt_cv_prog_gnu_ldcxx=no
1342lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
1343lt_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'\'''
1344lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
1345lt_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'\'''
1346lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
1347lt_cv_sys_max_cmd_len=196608
1348lt_cv_to_host_file_cmd=func_convert_file_noop
1349lt_cv_to_tool_file_cmd=func_convert_file_noop
1350
1351## ----------------- ##
1352## Output variables. ##
1353## ----------------- ##
1354
1355AFS_CFLAGS=''
1356AFS_LIBS=''
1357ALLOCA=''
1358ALL_DIRS='subdirs'
1359AR='/opt/local/bin/ar'
1360ARFLAGS='cr'
1361AWK='/opt/local/bin/gawk'
1362BACULA='Bacula'
1363BAT_DIR='src/qt-console'
1364BDB_VERSION='14'
1365BUILD_DIR='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_bacula/bacula/work/bacula-5.2.13'
1366BUILD_INCLUDED_LIBINTL=''
1367CAP_LIBS=''
1368CATOBJEXT=''
1369CC='/usr/bin/clang'
1370CDRECORD='cdrecord'
1371CFLAGS='-pipe -Os -arch x86_64'
1372CMP='/usr/bin/cmp'
1373COMPRESS_MANPAGES=''
1374CONS_INC=''
1375CONS_LDFLAGS=''
1376CONS_LIBS='-lncurses'
1377CONS_OBJ='conio.o'
1378CONS_SRC='conio.c'
1379CP='/bin/cp'
1380CPP='/usr/bin/clang -E'
1381CPPFLAGS='-I/opt/local/include -I/opt/local/ncurses'
1382CXX='/usr/bin/clang++'
1383CXXCPP='/usr/bin/clang++ -E'
1384CXXFLAGS='-pipe -Os -arch x86_64'
1385DATADIRNAME=''
1386DATE='19 February 2013'
1387DB_BACKENDS=''
1388DB_LIBS=''
1389DD='/bin/dd'
1390DEBUG=''
1391DEFAULT_ARCHIVE_TYPE='.la'
1392DEFAULT_DB_TYPE=''
1393DEFAULT_OBJECT_TYPE='.lo'
1394DEFAULT_SHARED_OBJECT_TYPE='.la'
1395DEFS=''
1396DINCLUDE=''
1397DIRD_DIR='src/dird'
1398DIR_TOOLS='DIRTOOLS'
1399DISTNAME='osx'
1400DISTVER=''
1401DLIB=''
1402DLLTOOL='false'
1403DSYMUTIL='dsymutil'
1404DUMPBIN=''
1405DVDRWFORMAT='dvd+rw-format'
1406DVDRWMEDIAINFO='dvd+rw-mediainfo'
1407ECHO='printf %s\n'
1408ECHO_C='\c'
1409ECHO_N=''
1410ECHO_T=''
1411EGREP='/usr/bin/grep -E'
1412EXEEXT=''
1413FALSEPRG='/usr/bin/false'
1414FDLIBS=''
1415FD_PLUGIN_DIR='src/plugins/fd'
1416FGREP='/usr/bin/grep -F'
1417GENCAT=''
1418GETCONF=''
1419GLIBC21=''
1420GLIBC2=''
1421GMAKE='none'
1422GMSGFMT='/opt/local/bin/msgfmt'
1423GREP='/usr/bin/grep'
1424GROWISOFS='growisofs'
1425HAVE_AIX_OS_FALSE=''
1426HAVE_AIX_OS_TRUE='#'
1427HAVE_ASPRINTF=''
1428HAVE_BSDI_OS_FALSE=''
1429HAVE_BSDI_OS_TRUE='#'
1430HAVE_DARWIN_OS_FALSE='#'
1431HAVE_DARWIN_OS_TRUE=''
1432HAVE_FREEBSD_OS_FALSE=''
1433HAVE_FREEBSD_OS_TRUE='#'
1434HAVE_HPUX_OS_FALSE=''
1435HAVE_HPUX_OS_TRUE='#'
1436HAVE_HURD_OS_FALSE=''
1437HAVE_HURD_OS_TRUE='#'
1438HAVE_IRIX_OS_FALSE=''
1439HAVE_IRIX_OS_TRUE='#'
1440HAVE_LINUX_OS_FALSE=''
1441HAVE_LINUX_OS_TRUE='#'
1442HAVE_NETBSD_OS_FALSE=''
1443HAVE_NETBSD_OS_TRUE='#'
1444HAVE_OPENBSD_OS_FALSE=''
1445HAVE_OPENBSD_OS_TRUE='#'
1446HAVE_OSF1_OS_FALSE=''
1447HAVE_OSF1_OS_TRUE='#'
1448HAVE_POSIX_PRINTF=''
1449HAVE_SGI_OS_FALSE=''
1450HAVE_SGI_OS_TRUE='#'
1451HAVE_SNPRINTF=''
1452HAVE_SUN_OS_FALSE=''
1453HAVE_SUN_OS_TRUE='#'
1454HAVE_WPRINTF=''
1455INCLUDE_INSTALL_TARGET=''
1456INCLUDE_UNINSTALL_TARGET=''
1457INSTALL_DATA='${INSTALL} -m 644'
1458INSTALL_PROGRAM='${INSTALL}'
1459INSTALL_SCRIPT='${INSTALL}'
1460INSTOBJEXT=''
1461INTLBISON=''
1462INTLLIBS='-L/opt/local/lib -lintl -Wl,-framework -Wl,CoreFoundation'
1463INTLOBJS=''
1464INTL_LIBTOOL_SUFFIX_PREFIX=''
1465INTL_MACOSX_LIBS='-Wl,-framework -Wl,CoreFoundation'
1466LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
1467LDFLAGS='-arch x86_64'
1468LIBADD_DL=' '
1469LIBADD_DLD_LINK=''
1470LIBADD_DLOPEN=''
1471LIBADD_SHL_LOAD=''
1472LIBBACCATS_LT_RELEASE='5.2.13'
1473LIBBACCFG_LT_RELEASE='5.2.13'
1474LIBBACFIND_LT_RELEASE='5.2.13'
1475LIBBACPY_LT_RELEASE='5.2.13'
1476LIBBACSQL_LT_RELEASE='5.2.13'
1477LIBBAC_LT_RELEASE='5.2.13'
1478LIBICONV='-L/opt/local/lib -liconv'
1479LIBINTL='-L/opt/local/lib -lintl -Wl,-framework -Wl,CoreFoundation'
1480LIBOBJS=''
1481LIBS=''
1482LIBTOOL='$(LIBTOOL)'
1483LIBTOOL_CLEAN_TARGET='libtool-clean'
1484LIBTOOL_INSTALL_TARGET='libtool-install'
1485LIBTOOL_UNINSTALL_TARGET='libtool-uninstall'
1486LIPO='lipo'
1487LN_S='ln -s'
1488LOCAL_CFLAGS=''
1489LOCAL_DEFS=''
1490LOCAL_LDFLAGS=''
1491LOCAL_LIBS=''
1492LSMDATE='19Jan13'
1493LTLIBICONV='-L/opt/local/lib -liconv -R/opt/local/lib'
1494LTLIBINTL='-L/opt/local/lib -lintl -R/opt/local/lib -Wl,-framework -Wl,CoreFoundation'
1495LTLIBOBJS=''
1496LT_DLLOADERS=' dlopen.la'
1497LT_DLPREOPEN='-dlpreopen dlopen.la '
1498LZOLIBS=''
1499MACOSX=''
1500MAKE_SHELL='/bin/sh'
1501MANIFEST_TOOL=':'
1502MKINSTALLDIRS='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_bacula/bacula/work/bacula-5.2.13/autoconf/mkinstalldirs'
1503MKISOFS='mkisofs'
1504MSGFMT='/opt/local/bin/msgfmt'
1505MSGMERGE='/opt/local/bin/msgmerge'
1506MTX='mtx'
1507MV='/bin/mv'
1508MYSQL_BINDIR=''
1509MYSQL_INCLUDE=''
1510MYSQL_LIBS=''
1511NM='/opt/local/bin/nm'
1512NMEDIT='nmedit'
1513OBJDUMP='false'
1514OBJEXT='o'
1515OBJLIST=''
1516OPENSSL='/opt/local/bin/openssl'
1517OPENSSL_INC='-I/opt/local/include '
1518OPENSSL_LIBS='-L/opt/local/lib -lssl -lcrypto'
1519OTOOL64=':'
1520OTOOL='otool'
1521PACKAGE_BUGREPORT=''
1522PACKAGE_NAME='bacula'
1523PACKAGE_STRING='bacula 5.2.12'
1524PACKAGE_TARNAME='bacula'
1525PACKAGE_URL=''
1526PACKAGE_VERSION='5.2.12'
1527PATH_SEPARATOR=':'
1528PIDOF='pidof'
1529PKGCONFIG='/opt/local/bin/pkg-config'
1530POSTGRESQL_BINDIR=''
1531POSTGRESQL_INCLUDE=''
1532POSTGRESQL_LIBS=''
1533POSUB='po'
1534PSCMD=''
1535PYTHON='/usr/bin/python'
1536PYTHON_INCDIR=''
1537PYTHON_LIBS=''
1538QMAKE='/opt/local/bin/qmake'
1539QMAKE_LIBTOOL='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_bacula/bacula/work/bacula-5.2.13/libtool'
1540QWT=''
1541QWT_INC=''
1542QWT_LDFLAGS=''
1543QWT_LIB=''
1544RANLIB='ranlib'
1545READLINE_SRC=''
1546REMOVE='/bin/rm'
1547SBINPERM='0750'
1548SED='/usr/bin/sed'
1549SET_MAKE=''
1550SHARED_CATALOG_TARGETS=''
1551SHELL='/bin/sh'
1552SQLITE_BINDIR=''
1553SQLITE_INCLUDE=''
1554SQLITE_LIBS=''
1555STATIC_CONS=''
1556STATIC_DIR=''
1557STATIC_FD=''
1558STATIC_GNOME_CONS=''
1559STATIC_SD=''
1560STATIC_WX_CONS=''
1561STORED_DIR='src/stored'
1562STRIP='strip'
1563SYSTEMD_UNITDIR=''
1564TAPEDRIVE=''
1565TBL='/usr/bin/tbl'
1566TOP_DIR='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_bacula/bacula/work'
1567TRAY_MONITOR_CPPFLAGS=''
1568TRAY_MONITOR_DIR=''
1569TRAY_MONITOR_LDFLAGS=''
1570TRUEPRG='/usr/bin/true'
1571TTOOL_LDFLAGS=''
1572USE_INCLUDED_LIBINTL=''
1573USE_NLS='yes'
1574VERSION='5.2.13'
1575WCFLAGS=''
1576WIN32=''
1577WIN32BUILDDIR='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_bacula/bacula/work/bacula-5.2.13/src/win32'
1578WIN32MAINDIR='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_bacula/bacula/work/bacula-5.2.13'
1579WIN32TOPDIR='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_bacula/bacula/work'
1580WLDFLAGS=''
1581WRAPLIBS='-lwrap'
1582WXCONFIG='wx-config'
1583WXCONS_CPPFLAGS=''
1584WXCONS_LDFLAGS=''
1585WXFLAGS=''
1586WX_DIR=''
1587XGETTEXT='/opt/local/bin/xgettext'
1588XMKMF=''
1589X_CFLAGS=''
1590X_EXTRA_LIBS=''
1591X_LIBS=''
1592X_PRE_LIBS=''
1593ZLIBS=''
1594ac_ct_AR=''
1595ac_ct_CC='/usr/bin/clang'
1596ac_ct_CXX=''
1597ac_ct_DUMPBIN=''
1598archivedir='/var/tmp'
1599basename='mac.varnakov.net'
1600baseport='9101'
1601bindir='${exec_prefix}/bin'
1602bsrdir='/opt/local/opt/bacula/bsr'
1603build='i386-apple-darwin13.0.0'
1604build_alias=''
1605build_cpu='i386'
1606build_os='darwin13.0.0'
1607build_vendor='apple'
1608datadir='${datarootdir}'
1609datarootdir='/opt/local/share'
1610db_name='bacula'
1611db_password=''
1612db_port=' '
1613db_user='bacula'
1614dir_group=''
1615dir_password='R37kK7cU3LOCJLFUOPwYRygXMOdh9yd0jPjwJ4Fld5rd'
1616dir_port='9101'
1617dir_user=''
1618docdir='/opt/local/share/doc/bacula'
1619dump_email='root@localhost'
1620dvidir='${docdir}'
1621exec_prefix='/opt/local'
1622fd_group=''
1623fd_password='hQGgycGT1m+5LrVpUTxz1T1Prcb8Yr/ESMFqZ/6f2j6V'
1624fd_port='9102'
1625fd_user=''
1626host='i386-apple-darwin13.0.0'
1627host_alias=''
1628host_cpu='i386'
1629host_os='darwin13.0.0'
1630host_vendor='apple'
1631hostname='localhost'
1632htmldir='/opt/local/share/doc/bacula'
1633includedir='/opt/local/include'
1634infodir='${datarootdir}/info'
1635job_email='root@localhost'
1636libdir='/opt/local/lib'
1637libexecdir='${exec_prefix}/libexec'
1638localedir='/opt/local/share/locale'
1639localstatedir='${prefix}/var'
1640logdir='/opt/local/opt/bacula/log'
1641mandir='/opt/local/share/man'
1642mon_dir_password='g/m04pS2gV+pa1Ok2jnJ0Y8G3aD1KCZHLfWPaS3hADb+'
1643mon_fd_password='Iu5XOx4x8fw+hLqQOIYJSYO9GfTMLcRYPAmostTN64Z3'
1644mon_sd_password='2yBxQofRreCPrs4E0n/RJlLXKh8xsiEe0OJsrg9WtMxr'
1645oldincludedir='/usr/include'
1646pdfdir='${docdir}'
1647piddir='/opt/local/var/run'
1648plugindir='/opt/local/lib'
1649post_host=''
1650prefix='/opt/local'
1651program_transform_name='s,x,x,'
1652psdir='${docdir}'
1653sbindir='/opt/local/sbin'
1654scriptdir='/opt/local/etc/bacula'
1655sd_group=''
1656sd_password='q5kNbloWN+nujl6oyxHdKV5PjhGWR/GhN6IKh1xU6W5p'
1657sd_port='9103'
1658sd_user=''
1659sharedstatedir='${prefix}/com'
1660smtp_host='localhost'
1661subsysdir='/opt/local/var/run/subsys'
1662sysconfdir='/opt/local/etc/bacula'
1663target_alias=''
1664uncomment_dbi='#'
1665working_dir='/opt/local/opt/bacula/working'
1666
1667## ------------------- ##
1668## File substitutions. ##
1669## ------------------- ##
1670
1671MCOMMON=''
1672
1673## ----------- ##
1674## confdefs.h. ##
1675## ----------- ##
1676
1677/* confdefs.h */
1678#define PACKAGE_NAME "bacula"
1679#define PACKAGE_TARNAME "bacula"
1680#define PACKAGE_VERSION "5.2.12"
1681#define PACKAGE_STRING "bacula 5.2.12"
1682#define PACKAGE_BUGREPORT ""
1683#define PACKAGE_URL ""
1684#define STDC_HEADERS 1
1685#define HAVE_SYS_TYPES_H 1
1686#define HAVE_SYS_STAT_H 1
1687#define HAVE_STDLIB_H 1
1688#define HAVE_STRING_H 1
1689#define HAVE_MEMORY_H 1
1690#define HAVE_STRINGS_H 1
1691#define HAVE_INTTYPES_H 1
1692#define HAVE_STDINT_H 1
1693#define HAVE_UNISTD_H 1
1694#define HAVE_DLFCN_H 1
1695#define LT_OBJDIR ".libs/"
1696#define HAVE_LIBDL 1
1697#define HAVE_DLERROR 1
1698#define HAVE_LIBDLLOADER 1
1699#define HAVE_DARWIN_OS 1
1700#define HAVE_CFPREFERENCESCOPYAPPVALUE 1
1701#define HAVE_CFLOCALECOPYCURRENT 1
1702#define HAVE_ICONV 1
1703#define ENABLE_NLS 1
1704#define HAVE_GETTEXT 1
1705#define HAVE_DCGETTEXT 1
1706#define SYSCONFDIR "/opt/local/etc/bacula"
1707#define LOCALEDIR "/opt/local/share/locale"
1708#define HAVE_BAT 1
1709#define SMARTALLOC 1
1710#define HAVE_IPV6 1
1711#define HAVE_CONIO 1
1712#define HAVE_DIRENT_H 1
1713#define HAVE_STRCASECMP 1
1714#define HAVE_SELECT 1
1715#define HAVE_SETENV 1
1716#define HAVE_PUTENV 1
1717#define HAVE_TCGETATTR 1
1718#define HAVE_LSTAT 1
1719#define HAVE_LCHOWN 1
1720#define HAVE_NANOSLEEP 1
1721#define HAVE_NL_LANGINFO 1
1722#define HAVE_LIBWRAP 1
1723#define HAVE_OPENSSL 1
1724#define HAVE_TLS 1
1725#define HAVE_CRYPTO 1
1726#define HAVE_SHA2 1
1727#define HAVE_OPENSSLv1 1
1728#define _PATH_BACULA_PIDDIR "/opt/local/var/run"
1729#define USE_BATCH_FILE_INSERT 1
1730
1731configure: exit 1