forked from grisha/mod_python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.log
299 lines (276 loc) · 9.78 KB
/
config.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = growtopiajaw
uname -m = x86_64
uname -r = 4.9.0-9-amd64
uname -s = Linux
uname -v = #1 SMP Debian 4.9.168-1+deb9u4 (2019-07-19)
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1822: checking for gcc
configure:1838: found /usr/bin/gcc
configure:1849: result: gcc
configure:2081: checking for C compiler version
configure:2089: gcc --version >&5
gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2093: $? = 0
configure:2100: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 6.3.0-18+deb9u1' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1)
configure:2104: $? = 0
configure:2111: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2115: $? = 1
configure:2138: checking for C compiler default output file name
configure:2160: gcc conftest.c >&5
configure:2164: $? = 0
configure:2202: result: a.out
configure:2221: checking whether the C compiler works
configure:2231: ./a.out
configure:2235: $? = 0
configure:2254: result: yes
configure:2261: checking whether we are cross compiling
configure:2263: result: no
configure:2266: checking for suffix of executables
configure:2273: gcc -o conftest conftest.c >&5
configure:2277: $? = 0
configure:2303: result:
configure:2309: checking for suffix of object files
configure:2335: gcc -c conftest.c >&5
configure:2339: $? = 0
configure:2364: result: o
configure:2368: checking whether we are using the GNU C compiler
configure:2397: gcc -c conftest.c >&5
configure:2404: $? = 0
configure:2421: result: yes
configure:2430: checking whether gcc accepts -g
configure:2460: gcc -c -g conftest.c >&5
configure:2467: $? = 0
configure:2568: result: yes
configure:2585: checking for gcc option to accept ISO C89
configure:2659: gcc -c -g -O2 conftest.c >&5
configure:2666: $? = 0
configure:2689: result: none needed
configure:2712: checking for ar
configure:2728: found /usr/bin/ar
configure:2739: result: ar
configure:2796: checking for a BSD-compatible install
configure:2864: result: /usr/bin/install -c
configure:2875: checking whether make sets $(MAKE)
configure:2897: result: yes
configure:2909: checking for main in -lm
configure:2938: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:2945: $? = 0
configure:2966: result: yes
configure:2979: checking for an ANSI C-conforming const
configure:3054: gcc -c -g -O2 conftest.c >&5
configure:3061: $? = 0
configure:3076: result: yes
configure:3088: checking your blood pressure
configure:3090: result: a bit high, but we can proceed
configure:3094: checking whether apxs is available...
configure:3113: checking for apxs2
configure:3132: found /usr/bin/apxs2
configure:3144: result: /usr/bin/apxs2
configure:3176: checking Apache version
configure:3181: result: 2.4.39
configure:3192: checking for Apache libexec directory
configure:3195: result: /usr/lib/apache2/modules
configure:3199: checking for Apache include directory
configure:3202: result: -I/usr/include/apache2
configure:3270: checking for --with-python
configure:3281: result: no
configure:3290: checking for python
configure:3308: found /usr/bin/python
configure:3320: result: /usr/bin/python
configure:3336: checking Python version
configure:3341: result: 2.7
configure:3445: checking for --with-mutex-dir
configure:3456: result: no
configure:3465: result: Using MUTEX_DIR /tmp
configure:3470: checking for --with-max-locks
configure:3481: result: no
configure:3489: result: Using 8 MAX_LOCKS.
configure:3497: checking for --with-flex
configure:3508: result: no
configure:3517: checking for flex
configure:3535: found /usr/bin/flex
configure:3547: result: /usr/bin/flex
configure:3558: result: found /usr/bin/flex, we'll use this. Use --with-flex to specify another.
configure:3561: checking flex version
configure:3576: WARNING: Flex version 2.6.1 found.
Version 2.5.31 or greater is required. You can generally ignore this
warning unless you need to regenerate psp_parser.c from psp_parse.l.
If you do need regenerate psp_parser.c, use --with-flex to specify the
location of the correct flex version. See the README for more information.
configure:3740: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on growtopiajaw
config.status:676: creating Makefile
config.status:676: creating src/Makefile
config.status:676: creating Doc/Makefile
config.status:676: creating src/include/mod_python.h
config.status:676: creating test/Makefile
config.status:676: creating dist/setup.py
config.status:676: creating dist/Makefile
config.status:676: creating scripts/Makefile
config.status:676: creating scripts/mod_python
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_lib_m_main=yes
ac_cv_objext=o
ac_cv_path_APXS=/usr/bin/apxs2
ac_cv_path_LEX=/usr/bin/flex
ac_cv_path_PYTHON_BIN=/usr/bin/python
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ALL='dso'
APR_VERSION='1.6.5'
APXS='/usr/bin/apxs2'
AP_SRC=''
AP_SRC_GRP=''
AP_SRC_OWN=''
AR='ar'
ARCHFLAGS=''
CC='gcc'
CFLAGS=''
CPPFLAGS='-I/usr/include/python2.7 -DNDEBUG -D_FORTIFY_SOURCE=2'
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DHAVE_LIBM=1'
DSO='do_dso'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
HTTPD='/usr/sbin/apache2'
HTTPD_VERSION='2.4.39'
INCLUDES='-I/root/mod_python/src/include'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS='-L/usr/lib -L/usr/lib/python2.7/config'
LDLIBS='-lpython2.7 -lpthread -ldl -lutil'
LEX='/usr/bin/flex'
LIBEXECDIR='/usr/lib/apache2/modules'
LIBOBJS=''
LIBS='-lm '
LTLIBOBJS=''
MAX_LOCKS='8'
MUTEX_DIR='/tmp'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PYTHON_BIN='/usr/bin/python'
SET_MAKE=''
SHELL='/bin/bash'
SOLARIS_HACKS=''
STATIC='no_static'
SYSCONFDIR=''
TEST_MOD_PYTHON_SO='/root/mod_python/src/mod_python.so'
TEST_SERVER_ROOT='/root/mod_python/test'
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define HAVE_LIBM 1
configure: exit 0