-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.log
433 lines (410 loc) · 13.3 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
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
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by dfu-programmer configure 0.5.4, which was
generated by GNU Autoconf 2.67. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = downstairs
uname -m = x86_64
uname -r = 2.6.39-0-generic
uname -s = Linux
uname -v = #5~20110427-Ubuntu SMP Wed Apr 27 15:27:41 UTC 2011
/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
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2113: checking for a BSD-compatible install
configure:2181: result: /usr/bin/install -c
configure:2192: checking whether build environment is sane
configure:2242: result: yes
configure:2383: checking for a thread-safe mkdir -p
configure:2422: result: /bin/mkdir -p
configure:2435: checking for gawk
configure:2465: result: no
configure:2435: checking for mawk
configure:2451: found /usr/bin/mawk
configure:2462: result: mawk
configure:2473: checking whether make sets $(MAKE)
configure:2495: result: yes
configure:2580: checking whether to enable maintainer-specific portions of Makefiles
configure:2589: result: no
configure:2652: checking for gcc
configure:2668: found /usr/bin/gcc
configure:2679: result: gcc
configure:2908: checking for C compiler version
configure:2917: gcc --version >&5
gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
Copyright (C) 2010 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:2928: $? = 0
configure:2917: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/x86_64-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/x86_64-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --disable-werror --with-arch-32=i686 --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.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
configure:2928: $? = 0
configure:2917: gcc -V >&5
gcc: '-V' option must have argument
configure:2928: $? = 1
configure:2917: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:2928: $? = 1
configure:2948: checking whether the C compiler works
configure:2970: gcc conftest.c >&5
configure:2974: $? = 0
configure:3022: result: yes
configure:3025: checking for C compiler default output file name
configure:3027: result: a.out
configure:3033: checking for suffix of executables
configure:3040: gcc -o conftest conftest.c >&5
configure:3044: $? = 0
configure:3066: result:
configure:3088: checking whether we are cross compiling
configure:3096: gcc -o conftest conftest.c >&5
configure:3100: $? = 0
configure:3107: ./conftest
configure:3111: $? = 0
configure:3126: result: no
configure:3131: checking for suffix of object files
configure:3153: gcc -c conftest.c >&5
configure:3157: $? = 0
configure:3178: result: o
configure:3182: checking whether we are using the GNU C compiler
configure:3201: gcc -c conftest.c >&5
configure:3201: $? = 0
configure:3210: result: yes
configure:3219: checking whether gcc accepts -g
configure:3239: gcc -c -g conftest.c >&5
configure:3239: $? = 0
configure:3280: result: yes
configure:3297: checking for gcc option to accept ISO C89
configure:3361: gcc -c -g -O2 conftest.c >&5
configure:3361: $? = 0
configure:3374: result: none needed
configure:3405: checking for style of include used by make
configure:3433: result: GNU
configure:3458: checking dependency style of gcc
configure:3568: result: gcc3
configure:3649: checking for pkg-config
configure:3667: found /usr/bin/pkg-config
configure:3679: result: /usr/bin/pkg-config
configure:3704: checking pkg-config is at least version 0.9.0
configure:3707: result: yes
configure:3717: checking for LIBUSB_1_0
configure:3724: $PKG_CONFIG --exists --print-errors " libusb-1.0 >= 1.0.0 "
configure:3727: $? = 0
configure:3740: $PKG_CONFIG --exists --print-errors " libusb-1.0 >= 1.0.0 "
configure:3743: $? = 0
configure:3780: result: yes
configure:4301: checking for ANSI C header files
configure:4321: gcc -c -g -O2 -I/usr/include/libusb-1.0 conftest.c >&5
configure:4321: $? = 0
./configure: line 4335: conftest.c: command not found
configure:4405: result: no
configure:4415: checking for an ANSI C-conforming const
configure:4480: gcc -c -g -O2 -I/usr/include/libusb-1.0 conftest.c >&5
configure:4480: $? = 0
configure:4487: result: yes
configure:4495: checking for size_t
configure:4495: gcc -c -g -O2 -I/usr/include/libusb-1.0 conftest.c >&5
configure:4495: $? = 0
configure:4495: gcc -c -g -O2 -I/usr/include/libusb-1.0 conftest.c >&5
conftest.c: In function 'main':
conftest.c:48:21: error: expected expression before ')' token
configure:4495: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dfu-programmer"
| #define PACKAGE_TARNAME "dfu-programmer"
| #define PACKAGE_VERSION "0.5.4"
| #define PACKAGE_STRING "dfu-programmer 0.5.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dfu-programmer"
| #define VERSION "0.5.4"
| #define HAVE_LIBUSB_1_0 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:4495: result: yes
configure:4510: checking stdlib.h usability
configure:4510: gcc -c -g -O2 -I/usr/include/libusb-1.0 conftest.c >&5
configure:4510: $? = 0
configure:4510: result: yes
configure:4510: checking stdlib.h presence
configure:4510: conftest.c
./configure: line 1479: conftest.c: command not found
configure:4510: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dfu-programmer"
| #define PACKAGE_TARNAME "dfu-programmer"
| #define PACKAGE_VERSION "0.5.4"
| #define PACKAGE_STRING "dfu-programmer 0.5.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dfu-programmer"
| #define VERSION "0.5.4"
| #define HAVE_LIBUSB_1_0 1
| /* end confdefs.h. */
| #include <stdlib.h>
configure:4510: result: no
configure:4510: WARNING: stdlib.h: accepted by the compiler, rejected by the preprocessor!
configure:4510: WARNING: stdlib.h: proceeding with the compiler's result
configure:4510: checking for stdlib.h
configure:4510: result: yes
configure:4520: checking for GNU libc compatible malloc
configure:4544: gcc -o conftest -g -O2 -I/usr/include/libusb-1.0 -lusb-1.0 conftest.c >&5
configure:4544: $? = 0
configure:4544: ./conftest
configure:4544: $? = 0
configure:4554: result: yes
configure:4575: checking for working memcmp
configure:4618: gcc -o conftest -g -O2 -I/usr/include/libusb-1.0 -lusb-1.0 conftest.c >&5
conftest.c: In function 'main':
conftest.c:67:2: warning: incompatible implicit declaration of built-in function 'strcpy'
configure:4618: $? = 0
configure:4618: ./conftest
configure:4618: $? = 0
configure:4628: result: yes
configure:4764: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by dfu-programmer config.status 0.5.4, which was
generated by GNU Autoconf 2.67. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on downstairs
config.status:860: creating fedora/dfu-programmer.spec
config.status:860: creating Makefile
config.status:860: creating docs/Makefile
config.status:860: creating src/Makefile
config.status:860: creating config.h
config.status:1040: config.h is unchanged
config.status:1088: executing depfiles commands
## ---------------- ##
## 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_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBUSB_1_0_CFLAGS_set=
ac_cv_env_LIBUSB_1_0_CFLAGS_value=
ac_cv_env_LIBUSB_1_0_LIBS_set=
ac_cv_env_LIBUSB_1_0_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_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_func_malloc_0_nonnull=yes
ac_cv_func_memcmp_working=yes
ac_cv_header_stdc=no
ac_cv_header_stdlib_h=yes
ac_cv_objext=o
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
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
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
pkg_cv_LIBUSB_1_0_CFLAGS='-I/usr/include/libusb-1.0 '
pkg_cv_LIBUSB_1_0_LIBS='-lusb-1.0 '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/alex/dfu-programmer-0.5.4/m4/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/alex/dfu-programmer-0.5.4/m4/missing --run tar'
AUTOCONF='${SHELL} /home/alex/dfu-programmer-0.5.4/m4/missing --run autoconf'
AUTOHEADER='${SHELL} /home/alex/dfu-programmer-0.5.4/m4/missing --run autoheader'
AUTOMAKE='${SHELL} /home/alex/dfu-programmer-0.5.4/m4/missing --run automake-1.11'
AWK='mawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -I/usr/include/libusb-1.0 '
CPP=''
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
GREP=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=' -lusb-1.0 '
LIBOBJS=''
LIBS=''
LIBUSB_1_0_CFLAGS='-I/usr/include/libusb-1.0 '
LIBUSB_1_0_LIBS='-lusb-1.0 '
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/alex/dfu-programmer-0.5.4/m4/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
OBJEXT='o'
PACKAGE='dfu-programmer'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='dfu-programmer'
PACKAGE_STRING='dfu-programmer 0.5.4'
PACKAGE_TARNAME='dfu-programmer'
PACKAGE_URL=''
PACKAGE_VERSION='0.5.4'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
VERSION='0.5.4'
ac_ct_CC='gcc'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/alex/dfu-programmer-0.5.4/m4/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
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. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "dfu-programmer"
#define PACKAGE_TARNAME "dfu-programmer"
#define PACKAGE_VERSION "0.5.4"
#define PACKAGE_STRING "dfu-programmer 0.5.4"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "dfu-programmer"
#define VERSION "0.5.4"
#define HAVE_LIBUSB_1_0 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 1
configure: exit 0