Ticket #45461: config.log

File config.log, 9.6 KB (added by allamistakeo19@…, 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 configure, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --sysconfdir=/opt/local/etc/privoxy --mandir=/opt/local/share/man --enable-dynamic-pcre --enable-zlib --with-user=privoxy --with-group=privoxy
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = xxxxxxxxxxxx.local
14uname -m = x86_64
15uname -r = 14.0.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 14.0.0: Tue Sep 23 23:01:41 PDT 2014; root:xnu-2782.1.97~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 14.0.0: Tue Sep 23 23:01:41 PDT 2014; root:xnu-2782.1.97~6/RELEASE_X86_64
27Kernel configured for up to 2 processors.
282 processors are physically available.
292 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1
32Primary memory available: 4.00 gigabytes
33Default processor set: 204 tasks, 893 threads, 2 processors
34Load average: 2.26, Mach factor: 0.25
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:2485: checking build system type
52configure:2499: result: x86_64-apple-darwin14.0.0
53configure:2519: checking host system type
54configure:2532: result: x86_64-apple-darwin14.0.0
55configure:2665: checking for gcc
56configure:2692: result: /usr/bin/clang
57configure:2921: checking for C compiler version
58configure:2930: /usr/bin/clang --version >&5
59Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn)
60Target: x86_64-apple-darwin14.0.0
61Thread model: posix
62configure:2941: $? = 0
63configure:2930: /usr/bin/clang -v >&5
64Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn)
65Target: x86_64-apple-darwin14.0.0
66Thread model: posix
67configure:2941: $? = 0
68configure:2930: /usr/bin/clang -V >&5
69clang: error: argument to '-V' is missing (expected 1 value)
70clang: error: no input files
71configure:2941: $? = 1
72configure:2930: /usr/bin/clang -qversion >&5
73clang: error: unknown argument: '-qversion'
74clang: error: no input files
75configure:2941: $? = 1
76configure:2961: checking whether the C compiler works
77configure:2983: /usr/bin/clang -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
78configure:2987: $? = 0
79configure:3035: result: yes
80configure:3038: checking for C compiler default output file name
81configure:3040: result: a.out
82configure:3046: checking for suffix of executables
83configure:3053: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
84configure:3057: $? = 0
85configure:3079: result:
86configure:3101: checking whether we are cross compiling
87configure:3109: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c  >&5
88configure:3113: $? = 0
89configure:3120: ./conftest
90configure:3124: $? = 0
91configure:3139: result: no
92configure:3144: checking for suffix of object files
93configure:3166: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
94configure:3170: $? = 0
95configure:3191: result: o
96configure:3195: checking whether we are using the GNU C compiler
97configure:3214: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
98configure:3214: $? = 0
99configure:3223: result: yes
100configure:3232: checking whether /usr/bin/clang accepts -g
101configure:3252: /usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
102configure:3252: $? = 0
103configure:3293: result: yes
104configure:3310: checking for /usr/bin/clang option to accept ISO C89
105configure:3373: /usr/bin/clang  -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
106configure:3373: $? = 0
107configure:3386: result: none needed
108configure:3411: checking how to run the C preprocessor
109configure:3442: /usr/bin/clang -E -I/opt/local/include conftest.c
110configure:3442: $? = 0
111configure:3456: /usr/bin/clang -E -I/opt/local/include conftest.c
112conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found
113#include <ac_nonexistent.h>
114         ^
1151 error generated.
116configure:3456: $? = 1
117configure: failed program was:
118| /* confdefs.h */
119| #define PACKAGE_NAME ""
120| #define PACKAGE_TARNAME ""
121| #define PACKAGE_VERSION ""
122| #define PACKAGE_STRING ""
123| #define PACKAGE_BUGREPORT ""
124| #define PACKAGE_URL ""
125| #define VERSION_MAJOR 3
126| #define VERSION_MINOR 0
127| #define VERSION_POINT 21
128| #define VERSION "3.0.21"
129| #define CODE_STATUS "stable"
130| /* end confdefs.h.  */
131| #include <ac_nonexistent.h>
132configure:3481: result: /usr/bin/clang -E
133configure:3501: /usr/bin/clang -E -I/opt/local/include conftest.c
134configure:3501: $? = 0
135configure:3515: /usr/bin/clang -E -I/opt/local/include conftest.c
136conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found
137#include <ac_nonexistent.h>
138         ^
1391 error generated.
140configure:3515: $? = 1
141configure: failed program was:
142| /* confdefs.h */
143| #define PACKAGE_NAME ""
144| #define PACKAGE_TARNAME ""
145| #define PACKAGE_VERSION ""
146| #define PACKAGE_STRING ""
147| #define PACKAGE_BUGREPORT ""
148| #define PACKAGE_URL ""
149| #define VERSION_MAJOR 3
150| #define VERSION_MINOR 0
151| #define VERSION_POINT 21
152| #define VERSION "3.0.21"
153| #define CODE_STATUS "stable"
154| /* end confdefs.h.  */
155| #include <ac_nonexistent.h>
156configure:3557: checking for a BSD-compatible install
157configure:3625: result: /usr/bin/install -c
158configure:3636: checking whether ln -s works
159configure:3640: result: yes
160configure:3647: checking whether make sets $(MAKE)
161configure:3669: result: yes
162configure:3682: checking for gawk
163configure:3698: found /opt/local/bin/gawk
164configure:3709: result: gawk
165configure:3723: checking for gdb
166configure:3751: result: no
167configure:3761: checking for groups
168configure:3780: found /usr/bin/groups
169configure:3793: result: /usr/bin/groups
170configure:3803: checking for id
171configure:3822: found /usr/bin/id
172configure:3835: result: /usr/bin/id
173configure:3890: checking for user
174configure:3900: result: privoxy
175configure:3928: checking for group
176configure:3938: result: privoxy
177configure:3945: error: The given value 'privoxy' does not match group entry
178
179## ---------------- ##
180## Cache variables. ##
181## ---------------- ##
182
183ac_cv_build=x86_64-apple-darwin14.0.0
184ac_cv_c_compiler_gnu=yes
185ac_cv_env_CC_set=set
186ac_cv_env_CC_value=/usr/bin/clang
187ac_cv_env_CFLAGS_set=set
188ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64'
189ac_cv_env_CPPFLAGS_set=set
190ac_cv_env_CPPFLAGS_value=-I/opt/local/include
191ac_cv_env_CPP_set=
192ac_cv_env_CPP_value=
193ac_cv_env_LDFLAGS_set=set
194ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
195ac_cv_env_LIBS_set=
196ac_cv_env_LIBS_value=
197ac_cv_env_build_alias_set=
198ac_cv_env_build_alias_value=
199ac_cv_env_host_alias_set=
200ac_cv_env_host_alias_value=
201ac_cv_env_target_alias_set=
202ac_cv_env_target_alias_value=
203ac_cv_host=x86_64-apple-darwin14.0.0
204ac_cv_objext=o
205ac_cv_path_BGROUPS=/usr/bin/groups
206ac_cv_path_ID=/usr/bin/id
207ac_cv_prog_AWK=gawk
208ac_cv_prog_CPP='/usr/bin/clang -E'
209ac_cv_prog_GDB=no
210ac_cv_prog_ac_ct_CC=/usr/bin/clang
211ac_cv_prog_cc_c89=
212ac_cv_prog_cc_g=yes
213ac_cv_prog_make_make_set=yes
214
215## ----------------- ##
216## Output variables. ##
217## ----------------- ##
218
219AMIGAOS_ONLY=''
220AWK='gawk'
221BGROUPS='/usr/bin/groups'
222CC='/usr/bin/clang'
223CFLAGS='-pipe -Os -arch x86_64'
224CODE_STATUS='stable'
225CPP='/usr/bin/clang -E'
226CPPFLAGS='-I/opt/local/include'
227DB2HTML='false'
228DEFS=''
229DKPREFIX='none'
230DOC_STATUS=''
231ECHO_C='\c'
232ECHO_N=''
233ECHO_T=''
234EGREP=''
235EXEEXT=''
236GDB='no'
237GREP=''
238GROUP=''
239ID='/usr/bin/id'
240INSTALL_DATA='${INSTALL} -m 644'
241INSTALL_PROGRAM='${INSTALL}'
242INSTALL_SCRIPT='${INSTALL}'
243JADEBIN=''
244JADECAT=''
245LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
246LIBOBJS=''
247LIBS=''
248LN_S='ln -s'
249LTLIBOBJS=''
250MAN2HTML=''
251OBJEXT='o'
252PACKAGE_BUGREPORT=''
253PACKAGE_NAME=''
254PACKAGE_STRING=''
255PACKAGE_TARNAME=''
256PACKAGE_URL=''
257PACKAGE_VERSION=''
258PATH_SEPARATOR=':'
259PTHREAD_LIB=''
260PTHREAD_ONLY=''
261RPMBIN=''
262RPM_BASE=''
263SET_MAKE=''
264SHELL='/bin/sh'
265SOCKET_LIB=''
266SPECIAL_CFLAGS=''
267STATIC_PCRE_ONLY=''
268STATIC_PCRS_ONLY=''
269USER='privoxy'
270VERSION_MAJOR='3'
271VERSION_MINOR='0'
272VERSION_POINT='21'
273W3M=''
274WIN_ONLY=''
275ac_ct_CC='/usr/bin/clang'
276bindir='${exec_prefix}/bin'
277build='x86_64-apple-darwin14.0.0'
278build_alias=''
279build_cpu='x86_64'
280build_os='darwin14.0.0'
281build_vendor='apple'
282datadir='${datarootdir}'
283datarootdir='${prefix}/share'
284docdir='${datarootdir}/doc/${PACKAGE}'
285dvidir='${docdir}'
286exec_prefix='NONE'
287host='x86_64-apple-darwin14.0.0'
288host_alias=''
289host_cpu='x86_64'
290host_os='darwin14.0.0'
291host_vendor='apple'
292htmldir='${docdir}'
293includedir='${prefix}/include'
294infodir='${datarootdir}/info'
295libdir='${exec_prefix}/lib'
296libexecdir='${exec_prefix}/libexec'
297localedir='${datarootdir}/locale'
298localstatedir='${prefix}/var'
299mandir='/opt/local/share/man'
300oldincludedir='/usr/include'
301pdfdir='${docdir}'
302prefix='/opt/local'
303program_transform_name='s,x,x,'
304psdir='${docdir}'
305sbindir='${exec_prefix}/sbin'
306sharedstatedir='${prefix}/com'
307sysconfdir='/opt/local/etc/privoxy'
308target_alias=''
309
310## ----------- ##
311## confdefs.h. ##
312## ----------- ##
313
314/* confdefs.h */
315#define PACKAGE_NAME ""
316#define PACKAGE_TARNAME ""
317#define PACKAGE_VERSION ""
318#define PACKAGE_STRING ""
319#define PACKAGE_BUGREPORT ""
320#define PACKAGE_URL ""
321#define VERSION_MAJOR 3
322#define VERSION_MINOR 0
323#define VERSION_POINT 21
324#define VERSION "3.0.21"
325#define CODE_STATUS "stable"
326
327configure: exit 1