File: config.log

package info (click to toggle)
portslave 2010.04.19.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 884 kB
  • sloc: ansic: 7,311; sh: 125; makefile: 121
file content (325 lines) | stat: -rw-r--r-- 9,493 bytes parent folder | download | duplicates (2)
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
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
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.65.  Invocation command line was

  $ ./configure --prefix=/usr --mandir=/usr/share/man --with-pppdir=ppp-2.4.1 --sysconfdir=/etc/portslave --with-pppdradius=/usr/sbin/pppd --enable-ipv6 --enable-shadow --with-radclient-cfg=/etc/radiusclient/radiusclient.conf

## --------- ##
## Platform. ##
## --------- ##

hostname = athena
uname -m = x86_64
uname -r = 2.6.32-3-amd64
uname -s = Linux
uname -v = #1 SMP Wed Feb 24 18:07:42 UTC 2010

/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: ~/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2008: checking for gcc
configure:2024: found /usr/bin/gcc
configure:2035: result: gcc
configure:2264: checking for C compiler version
configure:2273: gcc --version >&5
gcc (Debian 4.4.2-9) 4.4.3 20100108 (prerelease)
Copyright (C) 2009 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:2284: $? = 0
configure:2273: gcc -v >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.2-9' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --with-arch-32=i486 --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 4.4.3 20100108 (prerelease) (Debian 4.4.2-9) 
configure:2284: $? = 0
configure:2273: gcc -V >&5
gcc: '-V' option must have argument
configure:2284: $? = 1
configure:2273: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:2284: $? = 1
configure:2304: checking whether the C compiler works
configure:2326: gcc -g -O2   conftest.c  >&5
configure:2330: $? = 0
configure:2379: result: yes
configure:2382: checking for C compiler default output file name
configure:2384: result: a.out
configure:2390: checking for suffix of executables
configure:2397: gcc -o conftest -g -O2   conftest.c  >&5
configure:2401: $? = 0
configure:2423: result: 
configure:2445: checking whether we are cross compiling
configure:2453: gcc -o conftest -g -O2   conftest.c  >&5
configure:2457: $? = 0
configure:2464: ./conftest
configure:2468: $? = 0
configure:2483: result: no
configure:2488: checking for suffix of object files
configure:2510: gcc -c -g -O2  conftest.c >&5
configure:2514: $? = 0
configure:2535: result: o
configure:2539: checking whether we are using the GNU C compiler
configure:2558: gcc -c -g -O2  conftest.c >&5
configure:2558: $? = 0
configure:2567: result: yes
configure:2576: checking whether gcc accepts -g
configure:2596: gcc -c -g  conftest.c >&5
configure:2596: $? = 0
configure:2637: result: yes
configure:2654: checking for gcc option to accept ISO C89
configure:2718: gcc  -c -g -O2  conftest.c >&5
configure:2718: $? = 0
configure:2731: result: none needed
configure:2756: checking how to run the C preprocessor
configure:2787: gcc -E  conftest.c
configure:2787: $? = 0
configure:2801: gcc -E  conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:2801: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2826: result: gcc -E
configure:2846: gcc -E  conftest.c
configure:2846: $? = 0
configure:2860: gcc -E  conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:2860: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2925: checking for a BSD-compatible install
configure:2993: result: /usr/bin/install -c
configure:3048: checking for ranlib
configure:3064: found /usr/bin/ranlib
configure:3075: result: ranlib
configure:3226: checking for an ANSI C-conforming const
configure:3291: gcc -c -g -O2  conftest.c >&5
configure:3291: $? = 0
configure:3298: result: yes
configure:3307: checking for grep that handles long lines and -e
configure:3365: result: /bin/grep
configure:3370: checking for egrep
configure:3432: result: /bin/grep -E
configure:3437: checking for ANSI C header files
configure:3457: gcc -c -g -O2  conftest.c >&5
configure:3457: $? = 0
configure:3530: gcc -o conftest -g -O2   conftest.c  >&5
configure:3530: $? = 0
configure:3530: ./conftest
configure:3530: $? = 0
configure:3541: result: yes
configure:3554: checking for sys/types.h
configure:3554: gcc -c -g -O2  conftest.c >&5
configure:3554: $? = 0
configure:3554: result: yes
configure:3554: checking for sys/stat.h
configure:3554: gcc -c -g -O2  conftest.c >&5
configure:3554: $? = 0
configure:3554: result: yes
configure:3554: checking for stdlib.h
configure:3554: gcc -c -g -O2  conftest.c >&5
configure:3554: $? = 0
configure:3554: result: yes
configure:3554: checking for string.h
configure:3554: gcc -c -g -O2  conftest.c >&5
configure:3554: $? = 0
configure:3554: result: yes
configure:3554: checking for memory.h
configure:3554: gcc -c -g -O2  conftest.c >&5
configure:3554: $? = 0
configure:3554: result: yes
configure:3554: checking for strings.h
configure:3554: gcc -c -g -O2  conftest.c >&5
configure:3554: $? = 0
configure:3554: result: yes
configure:3554: checking for inttypes.h
configure:3554: gcc -c -g -O2  conftest.c >&5
configure:3554: $? = 0
configure:3554: result: yes
configure:3554: checking for stdint.h
configure:3554: gcc -c -g -O2  conftest.c >&5

## ---------------- ##
## 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=set
ac_cv_env_CFLAGS_value='-g -O2'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=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_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

CC='gcc'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SHELL='/bin/sh'
ac_ct_CC='gcc'
arp=''
assignment=''
bigutmp=''
bindir='/usr/bin'
build_alias=''
callback=''
callback_patch=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='/usr'
fido=''
host_alias=''
htmldir='${docdir}'
ifconfig=''
includedir='${prefix}/include'
infodir='${datarootdir}/info'
ipv6='#define HAVE_IPV6'
libdir='/usr/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='/usr/share/man'
no_local_ip=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
pppdir=''
pppdradius='/usr/sbin/pppd'
pppsourcedir=''
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
radclient_cfg=''
rlogin=''
route=''
rundir=''
sbindir='/usr/sbin'
shadow='#define HAS_SHADOW'
sharedstatedir='${prefix}/com'
ssh=''
stripping='-s'
sysconfdir='/etc/portslave'
target_alias=''
telnet=''
version='2010.03.30'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1

configure: caught signal 2
configure: exit 1