bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNU Autoconf 2.53] testsuite.log: 1 failures


From: Milan Lukic
Subject: [GNU Autoconf 2.53] testsuite.log: 1 failures
Date: Thu, 13 Jun 2002 20:12:32 -0500
User-agent: Mutt/1.2.5i

Dear Sirs,

I tried to compile-install autoconf-2.53 today. The 
./configure
make 
got thru, or at least I did not notice any error message. However,
"make check" 
failed. Here is a copy from the screen:

Please send testsuite.log' and all information you think might help:

   To: <address@hidden>
      Subject: [GNU Autoconf 2.53] testsuite.log: 1 failures

      make[2]: *** [check-local] Error 1
      make[2]: Leaving directory /home/milan/autoconf-2.53/tests'
      make[1]: *** [check-am] Error 2
      make[1]: Leaving directory /home/milan/autoconf-2.53/tests'
      make: *** [check-recursive] Error 1             

#####################

I am not sure what information might be of help to you, but let me
mention a couple of things in a hope that it might be useful.

My attempts to compile either gcc-3.04 or gcc-3.1 kept
failing. Looking at the log files, I see constantly the file
"confdefs.h" missing. I see the same thing missing in this
testsuite.log file included below. Anyways, my idea was that perhaps
an upgrade of "sed" might help. To do that, I decided to upgrade
autoconf and automake as well. However, automake refused to compile
complaining about "too old a version of autocnf". Since the compiling
(or at least the test) of autoconf-2.53 failed, I have not even tried
to compile sed.

I am running Slackware 4.0 on Linux-2.2.6. The original compiler on
the system is gcc-2.7.2.3 - but I switched to gcc-2.95 a couple of
days ago (or so I hope :) ) Also, I got
   autoconf: GNU autoconf 2.13 
   automake: GNU automake 1.4
   GNU sed version 2.05
   libc:     Includes the 5.4.46 Linux C libraries, libcurses 1.0.0,
   libc:     GNU libgdbm 1.7.3, libtermcap 2.0.8, and BSD db 1.85.4. 

The processor is, from "cat /proc/cpuinfo"
   vendor_id       : AuthenticAMD
   cpu family      : 5
   model           : 9
   model name      : AMD-K6(tm) 3D+ Processor
   stepping        : 1
   cpu MHz         : 451.036425 

I really have no more ideas about what other info might be useful, or
of what I provided above will be of any help.

Thank you very much for your kind consideration.

Milan Lukic

P.S. Here is the testsuite.log file             


## ----------------------------- ##
## GNU Autoconf 2.53 test suite. ##
## ----------------------------- ##

testsuite: command line was:
  $ ./testsuite 

## ----------- ##
## ChangeLogs. ##
## ----------- ##

testsuite: ../ChangeLog:
| 2002-03-08  Akim Demaille  <address@hidden>
| 
|       Version 2.53.
| 
| 2002-03-08  Akim Demaille  <address@hidden>
| 
|       * doc/autoconf.texi (Subdirectories): Clarify that the
|       subdirectory should exist.
| 
| 2002-03-08  Akim Demaille  <address@hidden>

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

hostname = ntesla
uname -m = i586
uname -r = 2.2.6
uname -s = Linux
uname -v = #13 Fri Mar 10 00:24:25 CST 2000

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i586
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/milan/autoconf-2.53/tests
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/openwin/bin
PATH: /usr/games
PATH: /home/milan/autoconf-2.53
PATH: /usr/share/texmf/bin
PATH: /opt/kde/bin
PATH: /usr/local/netpbm

testsuite: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright 2000, 2001 Free Software Foundation, Inc.
| 
| # The test suite will define top_srcdir=/../.. etc.
| at_testdir='tests'
| abs_builddir='/home/milan/autoconf-2.53/tests'
| at_srcdir='.'
| abs_srcdir='/home/milan/autoconf-2.53/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/home/milan/autoconf-2.53'
| at_top_builddir='../'
| abs_top_builddir='/home/milan/autoconf-2.53'
| 
| AUTOTEST_PATH='tests'
| 
| SHELL=${CONFIG_SHELL-'/bin/sh'}

testsuite: atlocal:
| # -*- shell-script -*-
| # tests/atlocal.  Generated from atlocal.in by configure.
| # Configurable variable values for Autoconf test suite.
| # Copyright 2000, 2001 Free Software Foundation, Inc.
| 
| # We need Perl.
| PERL='/usr/bin/perl'

## ---------------- ##
## Tested programs. ##
## ---------------- ##

suite.at:33: /home/milan/autoconf-2.53/tests/autom4te --version
autom4te (GNU Autoconf) 2.53
Written by Akim Demaille.

Copyright 2002 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.

suite.at:33: /home/milan/autoconf-2.53/tests/autoconf --version
autoconf (GNU Autoconf) 2.53
Written by David J. MacKenzie and Akim Demaille.

Copyright 2002 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.

suite.at:33: /home/milan/autoconf-2.53/tests/autoheader --version
autoheader (GNU Autoconf) 2.53
Written by Roland McGrath and Akim Demaille.

Copyright 2002 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.

suite.at:33: /home/milan/autoconf-2.53/tests/autoupdate --version
autoupdate (GNU Autoconf) 2.53
Written by David J. MacKenzie and Akim Demaille.

Copyright 2002 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.

suite.at:33: /home/milan/autoconf-2.53/tests/autoreconf --version
autoreconf (GNU Autoconf) 2.53
Written by David J. MacKenzie and Akim Demaille.

Copyright 2002 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.

suite.at:33: /home/milan/autoconf-2.53/tests/ifnames --version

ifnames (GNU Autoconf) 2.53
Written by David J. MacKenzie and Paul Eggert.

Copyright 2002 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.
## --------------------------- ##
## Silently running the tests. ##
## --------------------------- ##
testsuite: starting at: Thu Jun 13 11:37:56 CDT 2002
1. tools.at:47: ok      (0m0.06s 0m0.12s)
2. tools.at:92: ok      (0m1.03s 0m0.25s)
3. tools.at:122: ok     (0m1.23s 0m0.57s)
4. tools.at:211: ok     (0m1.55s 0m0.25s)
5. tools.at:242: ok     (0m0.42s 0m0.16s)
6. tools.at:268: ok     (0m0.44s 0m0.14s)
7. tools.at:312: ok     (0m0.22s 0m0.01s)
8. tools.at:360: ok     (0m2.70s 0m0.61s)
9. tools.at:478: ok     (0m6.01s 0m0.75s)
10. tools.at:512: ok    (0m4.18s 0m0.88s)
11. tools.at:539: ok    (0m9.00s 0m1.33s)
12. m4sugar.at:35: ok   (0m1.60s 0m0.30s)
13. m4sugar.at:76: ok   (0m0.33s 0m0.08s)
14. m4sugar.at:115: ok  (0m0.39s 0m0.09s)
15. m4sh.at:29: ok      (0m1.80s 0m1.09s)
16. m4sh.at:94: ok      (0m0.89s 0m0.33s)
17. m4sh.at:155: ok     (0m0.75s 0m0.35s)
18. m4sh.at:212: ok     (0m0.48s 0m0.07s)
19. m4sh.at:245: ok     (0m0.38s 0m0.13s)
20. base.at:29: ok      (0m0.46s 0m0.17s)
21. base.at:71: ok      (0m0.57s 0m0.09s)
22. base.at:115: ok     (0m0.49s 0m0.16s)
23. base.at:158: ok     (0m0.45s 0m0.15s)
24. base.at:190: ok     (0m0.99s 0m0.34s)
25. base.at:209: ok     (0m1.06s 0m0.28s)
26. torture.at:30: ok   (0m2.20s 0m0.81s)
27. torture.at:68: ok   (0m3.99s 0m3.30s)
28. torture.at:110: ok  (0m4.45s 0m3.95s)
29. torture.at:194: ok  (0m1.36s 0m0.47s)
30. torture.at:225: ok  (0m2.34s 0m1.36s)
31. torture.at:262: ok  (0m1.60s 0m0.69s)
32. torture.at:356: ok  (0m4.93s 0m1.34s)
33. torture.at:465: ok  (0m2.13s 0m1.46s)
34. torture.at:505: ok  (0m0.95s 0m0.35s)
35. torture.at:541: ok  (0m4.83s 0m2.25s)
36. compile.at:32: ok   (0m0.92s 0m0.15s)
37. compile.at:78: ok   (0m1.01s 0m0.32s)
38. compile.at:114: ok  (0m2.27s 0m0.61s)
39. compile.at:151: ok  (0m3.12s 0m1.15s)
40. aclang.at:7: ok     (0m2.27s 0m0.70s)
41. aclang.at:8: ok     (0m3.23s 0m1.07s)
42. aclang.at:11: ok    (0m7.48s 0m1.81s)
43. c.at:47: ok (0m2.84s 0m0.71s)
44. c.at:59: ok (0m1.55s 0m0.35s)
45. c.at:87: ok (0m3.45s 0m1.05s)
46. c.at:100: ok        (0m3.15s 0m1.08s)
47. c.at:111: ok        (0m4.54s 0m1.77s)
48. c.at:141: ok        (0m4.61s 0m1.80s)
49. c.at:178: ok        (0m4.54s 0m1.85s)
50. acc.at:7: ok        (0m3.40s 0m0.92s)
51. acc.at:8: ok        (0m4.28s 0m1.66s)
52. acc.at:9: ok        (0m3.14s 0m0.96s)
53. acc.at:10: ok       (0m3.26s 0m0.99s)
54. acc.at:11: ok       (0m3.21s 0m1.13s)
55. acc.at:12: ok       (0m3.26s 0m1.00s)
56. acc.at:13: ok       (0m3.19s 0m1.14s)
57. acc.at:16: ok       (0m7.56s 0m1.64s)
58. acc.at:17: ok       (0m7.30s 0m1.96s)
59. acc.at:18: ok       (0m7.35s 0m1.90s)
60. fortran.at:51: ok (skipped near `fortran.at:51')    (0m7.35s 0m1.90s)
61. acfortran.at:7: ok (skipped near `acfortran.at:7')  (0m7.35s 0m1.90s)
62. acfortran.at:8: ok (skipped near `acfortran.at:8')  (0m7.35s 0m1.90s)
63. acfortran.at:9: ok (skipped near `acfortran.at:9')  (0m7.35s 0m1.90s)
64. acfortran.at:12: ok (0m7.47s 0m1.72s)
65. semantics.at:73: ok (0m4.11s 0m1.40s)
66. semantics.at:86: ok (0m3.23s 0m1.06s)
67. semantics.at:98: ok (0m3.17s 0m1.18s)
68. semantics.at:106: ok        (0m3.47s 0m1.13s)
69. semantics.at:141: ok        (0m4.51s 0m1.72s)
70. semantics.at:154: ok        (0m3.28s 0m1.00s)
71. semantics.at:171: ok        (0m5.48s 0m2.00s)
72. semantics.at:189: ok        (0m5.81s 0m1.88s)
73. semantics.at:205: ok        (0m3.47s 0m0.94s)
74. semantics.at:212: ok        (0m0.91s 0m0.21s)
75. semantics.at:257: ok        (0m2.61s 0m0.73s)
76. semantics.at:291: ok        (0m1.20s 0m0.40s)
77. semantics.at:340: ok        (0m8.46s 0m2.20s)
78. semantics.at:378: ok        (0m1.19s 0m0.33s)
79. semantics.at:422: ok        (0m5.42s 0m2.20s)
80. semantics.at:440: ok        (0m4.65s 0m1.80s)
81. semantics.at:441: ok        (0m3.34s 0m0.91s)
82. acgeneral.at:7: ok  (0m2.29s 0m0.69s)
83. acgeneral.at:8: ok  (0m2.34s 0m0.67s)
84. acgeneral.at:9: ok  (0m2.27s 0m0.69s)
85. acgeneral.at:10: ok (0m2.60s 0m0.92s)
86. acgeneral.at:11: ok (0m3.35s 0m0.91s)
87. acgeneral.at:12: ok (0m3.42s 0m0.89s)
88. acgeneral.at:13: ok (0m2.30s 0m0.71s)
89. acgeneral.at:16: ok (0m7.52s 0m1.70s)
90. acgeneral.at:17: ok (0m9.30s 0m2.26s)
91. acgeneral.at:18: ok (0m7.46s 0m1.84s)
92. acgeneral.at:19: ok (0m7.28s 0m1.96s)
93. acgeneral.at:20: ok (0m7.43s 0m1.88s)
94. acstatus.at:9: ok   (0m7.56s 0m1.89s)
95. acspecific.at:7: ok (0m3.22s 0m1.07s)
96. acspecific.at:8: ok (0m3.04s 0m1.07s)
97. acspecific.at:9: ok (0m3.24s 0m0.92s)
98. acspecific.at:10: ok        (0m4.43s 0m1.70s)
99. acspecific.at:11: ok        (0m2.23s 0m0.73s)
100. acspecific.at:12: ok       (0m3.37s 0m1.07s)
101. acspecific.at:13: ok       (0m2.30s 0m0.76s)
102. acspecific.at:16: ok       (0m7.43s 0m1.88s)
103. acspecific.at:17: ok       (0m9.77s 0m2.71s)
104. acspecific.at:18: ok       (0m7.63s 0m1.74s)
105. acspecific.at:19: ok       (0m10.05s 0m2.73s)
106. acspecific.at:20: ok       (0m9.41s 0m2.35s)
107. acspecific.at:21: ok       (0m10.17s 0m2.66s)
108. acprograms.at:7: ok        (0m2.19s 0m0.83s)
109. acprograms.at:8: ok        (0m2.29s 0m0.69s)
110. acprograms.at:9: ok        (0m3.86s 0m1.13s)
111. acprograms.at:10: ok       (0m2.24s 0m0.73s)
112. acprograms.at:11: ok       (0m2.34s 0m0.69s)
113. acprograms.at:12: ok       (0m2.24s 0m0.77s)
114. acprograms.at:13: ok       (0m2.33s 0m0.71s)
115. acprograms.at:16: ok       (0m7.59s 0m1.65s)
116. acprograms.at:17: ok       (0m10.70s 0m2.53s)
117. acprograms.at:18: ok       (0m7.38s 0m1.87s)
118. acheaders.at:7: ok (0m4.81s 0m1.73s)
119. acheaders.at:8: ok (0m3.26s 0m1.07s)
120. acheaders.at:9: ok (0m3.52s 0m0.99s)
121. acheaders.at:12: ok        (0m12.64s 0m4.01s)
122. acheaders.at:13: ok        (0m12.07s 0m3.81s)
123. acheaders.at:14: ok        (0m11.74s 0m3.55s)
124. acheaders.at:15: ok        (0m11.83s 0m3.92s)
125. actypes.at:7: ok   (0m4.48s 0m1.63s)
126. actypes.at:8: ok   (0m3.47s 0m0.99s)
127. actypes.at:9: FAILED near `actypes.at:9'   (0m3.47s 0m0.99s)
128. actypes.at:10: ok  (0m4.44s 0m1.58s)
129. actypes.at:11: ok  (0m3.13s 0m0.99s)
130. actypes.at:14: ok  (0m12.57s 0m3.82s)
131. actypes.at:15: ok  (0m12.82s 0m3.65s)
132. actypes.at:16: ok  (0m11.98s 0m3.49s)
133. actypes.at:17: ok  (0m12.00s 0m3.57s)
134. actypes.at:18: ok  (0m11.68s 0m3.74s)
135. acfunctions.at:7: ok       (0m3.70s 0m1.02s)
136. acfunctions.at:8: ok       (0m4.61s 0m1.74s)
137. acfunctions.at:9: ok       (0m4.71s 0m1.93s)
138. acfunctions.at:10: ok      (0m3.21s 0m0.99s)
139. acfunctions.at:11: ok      (0m3.09s 0m1.06s)
140. acfunctions.at:12: ok      (0m5.12s 0m1.74s)
141. acfunctions.at:13: ok      (0m3.31s 0m1.00s)
142. acfunctions.at:14: ok      (0m4.98s 0m1.77s)
143. acfunctions.at:15: ok      (0m6.67s 0m2.59s)
144. acfunctions.at:16: ok      (0m3.43s 0m1.26s)
145. acfunctions.at:17: ok      (0m4.50s 0m1.65s)
146. acfunctions.at:18: ok      (0m4.57s 0m1.60s)
147. acfunctions.at:19: ok      (0m3.05s 0m1.09s)
148. acfunctions.at:20: ok      (1m3.63s 0m1.96s)
149. acfunctions.at:21: ok      (0m4.92s 0m1.91s)
150. acfunctions.at:22: ok      (0m3.26s 0m1.09s)
151. acfunctions.at:23: ok      (0m4.84s 0m1.74s)
152. acfunctions.at:24: ok      (0m3.09s 0m1.10s)
153. acfunctions.at:25: ok      (0m3.22s 0m1.09s)
154. acfunctions.at:26: ok      (0m4.64s 0m1.71s)
155. acfunctions.at:27: ok      (0m4.21s 0m1.92s)
156. acfunctions.at:28: ok      (0m4.77s 0m1.70s)
157. acfunctions.at:29: ok      (0m3.24s 0m1.07s)
158. acfunctions.at:30: ok      (0m3.08s 0m1.10s)
159. acfunctions.at:31: ok      (0m3.21s 0m1.08s)
160. acfunctions.at:32: ok      (0m4.45s 0m1.67s)
161. acfunctions.at:33: ok      (0m3.27s 0m1.19s)
162. aclibs.at:9: ok    (0m9.16s 0m2.55s)
163. foreign.at:27: ok (skipped near `foreign.at:40')   (0m9.16s 0m2.55s)
testsuite: ending at: Thu Jun 13 11:54:56 CDT 2002
testsuite: test suite duration: 0h 17m 0s


## ------------------------ ##
## Summary of the failures. ##
## ------------------------ ##
Failed tests:
GNU Autoconf 2.53 test suite test groups:

 NUM: FILENAME:LINE      TEST-GROUP-NAME
      KEYWORDS

 127: actypes.at:9       AC_TYPE_MODE_T

Skipped tests:
GNU Autoconf 2.53 test suite test groups:

 NUM: FILENAME:LINE      TEST-GROUP-NAME
      KEYWORDS

  60: fortran.at:51      GNU Fortran 77
  61: acfortran.at:7     AC_F77_MAIN
  62: acfortran.at:8     AC_F77_WRAPPERS
  63: acfortran.at:9     AC_PROG_F77_C_O
 163: foreign.at:27      Libtool


## --------------------------------------- ##
## Verbosely re-running the failing tests. ##
## --------------------------------------- ##

## ----------------------------- ##
## GNU Autoconf 2.53 test suite. ##
## ----------------------------- ##
127. actypes.at:9: testing AC_TYPE_MODE_T...
actypes.at:9: autoconf -W obsolete
actypes.at:9: autoheader 
actypes.at:9: top_srcdir=$abs_top_srcdir ./configure 
stdout:
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... no
checking for stdint.h... no
checking for unistd.h... yes
checking for mode_t... yes
configure: creating ./config.status
config.status: creating config.h
127. actypes.at:9: ok
## ---------------------------- ##
## All 1 tests were successful. ##
## ---------------------------- ##

## ------------------- ##
## Configuration logs. ##
## ------------------- ##

testsuite: ../tests/testsuite.dir/127/config.log:
| 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.53.  Invocation command line was
| 
|   $ ./configure 
| 
| ## --------- ##
| ## Platform. ##
| ## --------- ##
| 
| hostname = ntesla
| uname -m = i586
| uname -r = 2.2.6
| uname -s = Linux
| uname -v = #13 Fri Mar 10 00:24:25 CST 2000
| 
| /usr/bin/uname -p = unknown
| /bin/uname -X     = unknown
| 
| /bin/arch              = i586
| /usr/bin/arch -k       = unknown
| /usr/convex/getsysinfo = unknown
| hostinfo               = unknown
| /bin/machine           = unknown
| /usr/bin/oslevel       = unknown
| /bin/universe          = unknown
| 
| PATH: /home/milan/autoconf-2.53/tests
| PATH: /usr/local/bin
| PATH: /bin
| PATH: /usr/bin
| PATH: /usr/X11R6/bin
| PATH: /usr/openwin/bin
| PATH: /usr/games
| PATH: /home/milan/autoconf-2.53
| PATH: /usr/share/texmf/bin
| PATH: /opt/kde/bin
| PATH: /usr/local/netpbm
| 
| 
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
| 
| configure:1296: checking for gcc
| configure:1296: found /usr/local/bin/gcc
| configure:1296: result: gcc
| configure:1531: checking for C compiler version
| configure:1537: gcc --version </dev/null >&5
| 2.95
| configure:1537: $? = 0
| configure:1542: gcc -v </dev/null >&5
| Reading specs from 
/usr/local/gcc-2.95/lib/gcc-lib/i586-pc-linux-gnulibc1/2.95/specs
| gcc version 2.95 19990728 (release)
| configure:1542: $? = 0
| configure:1547: gcc -V </dev/null >&5
| gcc: argument to `-V' is missing
| configure:1547: $? = 1
| configure:1572: checking for C compiler default output
| configure:1608: gcc    conftest.c  >&5
| configure:1608: $? = 0
| configure:1611: result: a.out
| configure:1616: checking whether the C compiler works
| configure:1639: ./a.out
| configure:1639: $? = 0
| configure:1640: result: yes
| configure:1647: checking whether we are cross compiling
| configure:1649: result: no
| configure:1652: checking for suffix of executables
| configure:1676: gcc -o conftest    conftest.c  >&5
| configure:1676: $? = 0
| configure:1679: result: 
| configure:1685: checking for suffix of object files
| configure:1730: gcc -c   conftest.c >&5
| configure:1730: $? = 0
| configure:1731: result: o
| configure:1735: checking whether we are using the GNU C compiler
| configure:1782: gcc -c   conftest.c >&5
| configure:1782: $? = 0
| configure:1782: test -s conftest.o
| configure:1782: $? = 0
| configure:1783: result: yes
| configure:1789: checking whether gcc accepts -g
| configure:1831: gcc -c -g  conftest.c >&5
| configure:1831: $? = 0
| configure:1831: test -s conftest.o
| configure:1831: $? = 0
| configure:1832: result: yes
| configure:1964: gcc -c -g -O2  conftest.c >&5
| conftest.c:2: parse error before `me'
| configure:1964: $? = 1
| configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
| configure:1978: checking how to run the C preprocessor
| configure:2079: gcc -E  conftest.c
| configure:2079: $? = 0
| configure:2079: gcc -E  conftest.c
| configure:2080: ac_nonexistent.h: No such file or directory
| configure:2079: $? = 1
| configure: failed program was:
| #line 2079 "configure"
| #include "confdefs.h"
| #include <ac_nonexistent.h>
| configure:2080: result: gcc -E
| configure:2156: gcc -E  conftest.c
| configure:2156: $? = 0
| configure:2156: gcc -E  conftest.c
| configure:2157: ac_nonexistent.h: No such file or directory
| configure:2156: $? = 1
| configure: failed program was:
| #line 2156 "configure"
| #include "confdefs.h"
| #include <ac_nonexistent.h>
| configure:2174: checking for ANSI C header files
| configure:2300: gcc -E  conftest.c
| configure:2300: $? = 0
| configure:2300: gcc -o conftest -g -O2   conftest.c  >&5
| configure:2300: $? = 0
| configure:2300: ./conftest
| configure:2300: $? = 0
| configure:2301: result: yes
| configure:2366: checking for sys/types.h
| configure:2366: gcc -c -g -O2  conftest.c >&5
| configure:2366: $? = 0
| configure:2366: test -s conftest.o
| configure:2366: $? = 0
| configure:2366: result: yes
| configure:2366: checking for sys/stat.h
| configure:2366: gcc -c -g -O2  conftest.c >&5
| configure:2366: $? = 0
| configure:2366: test -s conftest.o
| configure:2366: $? = 0
| configure:2366: result: yes
| configure:2366: checking for stdlib.h
| configure:2366: gcc -c -g -O2  conftest.c >&5
| configure:2366: $? = 0
| configure:2366: test -s conftest.o
| configure:2366: $? = 0
| configure:2366: result: yes
| configure:2366: checking for string.h
| configure:2366: gcc -c -g -O2  conftest.c >&5
| configure:2366: $? = 0
| configure:2366: test -s conftest.o
| configure:2366: $? = 0
| configure:2366: result: yes
| configure:2366: checking for memory.h
| configure:2366: gcc -c -g -O2  conftest.c >&5
| configure:2366: $? = 0
| configure:2366: test -s conftest.o
| configure:2366: $? = 0
| configure:2366: result: yes
| configure:2366: checking for strings.h
| configure:2366: gcc -c -g -O2  conftest.c >&5
| configure:2366: $? = 0
| configure:2366: test -s conftest.o
| configure:2366: $? = 0
| configure:2366: result: yes
| configure:2366: checking for inttypes.h
| configure:2366: gcc -c -g -O2  conftest.c >&5
| configure:2402: inttypes.h: No such file or directory
| configure:2366: $? = 1
| configure: failed program was:
| #line 2366 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <inttypes.h>
| configure:2366: result: no
| configure:2366: checking for stdint.h
| configure:2366: gcc -c -g -O2  conftest.c >&5
| configure:2402: stdint.h: No such file or directory
| configure:2366: $? = 1
| configure: failed program was:
| #line 2366 "configure"
| #include "confdefs.h"
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <stdint.h>
| configure:2366: result: no
| configure:2366: checking for unistd.h
| configure:2366: gcc -c -g -O2  conftest.c >&5
| configure:2366: $? = 0
| configure:2366: test -s conftest.o
| configure:2366: $? = 0
| configure:2366: result: yes
| configure:2369: checking for mode_t
| configure:2414: gcc -c -g -O2  conftest.c >&5
| configure:2414: $? = 0
| configure:2414: test -s conftest.o
| configure:2414: $? = 0
| configure:2415: result: yes
| configure:2508: creating ./config.status
| 
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
| 
| This file was extended by config.status, which was
| generated by GNU Autoconf 2.53.  Invocation command line was
| 
|   CONFIG_FILES    = 
|   CONFIG_HEADERS  = 
|   CONFIG_LINKS    = 
|   CONFIG_COMMANDS = 
|   $ ./config.status 
| 
| on ntesla
| 
| config.status:551: creating config.h
| 
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
| 
| ac_cv_c_compiler_gnu='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_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_exeext=''
| ac_cv_header_inttypes_h='no'
| ac_cv_header_memory_h='yes'
| ac_cv_header_stdc='yes'
| ac_cv_header_stdint_h='no'
| 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_header_unistd_h='yes'
| ac_cv_objext='o'
| ac_cv_prog_CPP='gcc -E'
| ac_cv_prog_ac_ct_CC='gcc'
| ac_cv_prog_cc_g='yes'
| ac_cv_type_mode_t='yes'
| 
| ## ----------- ##
| ## confdefs.h. ##
| ## ----------- ##
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_UNISTD_H 1
| 
| configure: exit 0

testsuite: ../config.log:
| This file contains any messages produced by compilers while
| running configure, to aid debugging if configure makes a mistake.
| 
| It was created by GNU Autoconf configure 2.53, which was
| generated by GNU Autoconf 2.53.  Invocation command line was
| 
|   $ ./configure --prefix=/usr
| 
| ## --------- ##
| ## Platform. ##
| ## --------- ##
| 
| hostname = ntesla
| uname -m = i586
| uname -r = 2.2.6
| uname -s = Linux
| uname -v = #13 Fri Mar 10 00:24:25 CST 2000
| 
| /usr/bin/uname -p = unknown
| /bin/uname -X     = unknown
| 
| /bin/arch              = i586
| /usr/bin/arch -k       = unknown
| /usr/convex/getsysinfo = unknown
| hostinfo               = unknown
| /bin/machine           = unknown
| /usr/bin/oslevel       = unknown
| /bin/universe          = unknown
| 
| PATH: /usr/local/bin
| PATH: /bin
| PATH: /usr/bin
| PATH: /usr/X11R6/bin
| PATH: /usr/openwin/bin
| PATH: /usr/games
| PATH: .
| PATH: /usr/share/texmf/bin
| PATH: /opt/kde/bin
| PATH: /usr/local/netpbm/
| PATH: /usr/X11R6/bin
| PATH: /usr/openwin/bin
| PATH: /usr/games
| PATH: .
| PATH: /usr/share/texmf/bin
| PATH: /opt/kde/bin
| PATH: /usr/local/netpbm/
| PATH: /usr/X11R6/bin
| PATH: /usr/openwin/bin
| PATH: /usr/games
| PATH: .
| PATH: /usr/share/texmf/bin
| PATH: /opt/kde/bin
| PATH: /usr/local/netpbm/
| 
| 
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
| 
| configure:1178: checking for a BSD-compatible install
| configure:1232: result: /usr/bin/ginstall -c
| configure:1243: checking whether build environment is sane
| configure:1286: result: yes
| configure:1353: checking for gawk
| configure:1353: found /usr/bin/gawk
| configure:1353: result: gawk
| configure:1355: checking whether make sets ${MAKE}
| configure:1382: result: yes
| configure:1543: checking for expr
| configure:1569: found /usr/bin/expr
| configure:1578: result: /usr/bin/expr
| configure:1628: checking for gm4
| configure:1628: result: no
| configure:1628: checking for gnum4
| configure:1628: result: no
| configure:1628: checking for m4
| configure:1628: found /usr/bin/m4
| configure:1628: result: /usr/bin/m4
| configure:1631: checking whether m4 supports frozen files
| configure:1643: result: yes
| configure:1661: checking for perl
| configure:1688: found /usr/bin/perl
| configure:1697: result: /usr/bin/perl
| configure:1802: checking for emacs
| configure:1802: found /usr/bin/emacs
| configure:1802: result: emacs
| configure:1802: checking where .elc files should go
| configure:1802: $EMACS -batch -q -eval '(while load-path (princ (concat (car 
load-path) "\n")) (setq load-path (cdr load-path)))' </dev/null >conftest.out
| configure:1802: $? = 0
| configure:1802: result: ${datadir}/emacs/site-lisp
| configure:1921: creating ./config.status
| 
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
| 
| This file was extended by GNU Autoconf config.status 2.53, which was
| generated by GNU Autoconf 2.53.  Invocation command line was
| 
|   CONFIG_FILES    = 
|   CONFIG_HEADERS  = 
|   CONFIG_LINKS    = 
|   CONFIG_COMMANDS = 
|   $ ./config.status 
| 
| on ntesla
| 
| config.status:678: creating config/Makefile
| config.status:678: creating tests/Makefile
| config.status:678: creating tests/atlocal
| config.status:678: creating tests/autoconf
| config.status:678: creating tests/autoheader
| config.status:678: creating tests/autom4te
| config.status:678: creating tests/autoreconf
| config.status:678: creating tests/autoscan
| config.status:678: creating tests/autoupdate
| config.status:678: creating tests/ifnames
| config.status:678: creating man/Makefile
| config.status:678: creating lib/emacs/Makefile
| config.status:678: creating Makefile
| config.status:678: creating doc/Makefile
| config.status:678: creating lib/Makefile
| config.status:678: creating lib/Autom4te/Makefile
| config.status:678: creating lib/autoscan/Makefile
| config.status:678: creating lib/m4sugar/Makefile
| config.status:678: creating lib/autoconf/Makefile
| config.status:678: creating lib/autotest/Makefile
| config.status:678: creating bin/Makefile
| config.status:755: executing tests/atconfig commands
| 
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
| 
| 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_path_EXPR='/usr/bin/expr'
| ac_cv_path_M4='/usr/bin/m4'
| ac_cv_path_PERL='/usr/bin/perl'
| ac_cv_path_install='/usr/bin/ginstall -c'
| ac_cv_prog_AWK='gawk'
| ac_cv_prog_EMACS='emacs'
| ac_cv_prog_gnu_m4='yes'
| ac_cv_prog_make_make_set='yes'
| am_cv_lispdir='${datadir}/emacs/site-lisp'
| 
| ## ----------- ##
| ## confdefs.h. ##
| ## ----------- ##
| 
| #define PACKAGE_NAME "GNU Autoconf"
| #define PACKAGE_TARNAME "autoconf"
| #define PACKAGE_VERSION "2.53"
| #define PACKAGE_STRING "GNU Autoconf 2.53"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "autoconf"
| #define VERSION "2.53"
| 
| configure: exit 0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]