Akim Demaille wrote:
>
> >>>>> "John" == John Fortin <[EMAIL PROTECTED]> writes:
>
> John> Yes, I can. Unfortunately, I am at work and my log files are at
> John> home. I'll post them tonight.
>
> Thanks!
>
> John> autoconf built fine ( except for the man files ). I ran the
>
> What problem did you meet with man pages? It's a failure if you have
> some.
>
> John> tests. There were some failures (not many). I'll post them
> John> also.
>
> Excellent!
>
> Akim
Here is all the data I can come up with...
for autoconf:
config.out is the output from "./configure --prefix=/usr" for
autoconf.
make.out is the result from "make".
make_install.out is the result from "make install" after man/Makefile
was modified to do nothing.
makecheck.out is the result of "make check"
for libgii
acconfig.h contains #defines for configure.in
autogen.sh script to rebuild configure
autogen.out results from autogen.sh
Note:
autogen.sh works with autoconf-2.13 except for the creation of
config.h.in. If I copied the temp file to this, everything else works.
help2man requires perl (which I have), but also requires the POSIX.pm
module, which does not seem to be available.
If you need any other info, let me know.
John
creating cache ./config.cache
checking for a BSD compatible install... /BIN/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gm4... no
checking for gnum4... no
checking for m4... /USR/BIN/m4
checking whether m4 supports frozen files... yes
checking for mawk... no
checking for gawk... gawk
checking for working help2man... missing
checking for perl... /USR/LOCAL/BIN/perl
checking for a BSD compatible install... /BIN/install -c
updating cache ./config.cache
creating ./config.status
creating acversion.m4
creating Makefile
creating m4/Makefile
creating man/Makefile
creating doc/Makefile
creating tests/Makefile
creating tests/atconfig
Making all in .
make[1]: Entering directory `/e/cvs/autoconf'
rm -f autoconf autoconf.tmp
sed -e 's,@''datadir''@,/usr/share/autoconf,g' -e 's,@''M4''@,/USR/BIN/m4,g' -e
's,@''AWK''@,gawk,g' -e 's,@''SHELL''@,/bin/sh,g' -e 's,@''VERSION''@,2.14a,g'
-e 's,@''PACKAGE''@,autoconf,g' autoconf.sh > autoconf.tmp && chmod +x autoconf.tmp &&
mv autoconf.tmp autoconf
rm -f autoheader autoheader.tmp
sed -e 's,@''datadir''@,/usr/share/autoconf,g' -e 's,@''M4''@,/USR/BIN/m4,g' -e
's,@''AWK''@,gawk,g' -e 's,@''SHELL''@,/bin/sh,g' -e 's,@''VERSION''@,2.14a,g'
-e 's,@''PACKAGE''@,autoconf,g' autoheader.sh > autoheader.tmp && chmod +x
autoheader.tmp && mv autoheader.tmp autoheader
rm -f autoreconf autoreconf.tmp
sed -e 's,@''datadir''@,/usr/share/autoconf,g' -e 's,@''M4''@,/USR/BIN/m4,g' -e
's,@''AWK''@,gawk,g' -e 's,@''SHELL''@,/bin/sh,g' -e 's,@''VERSION''@,2.14a,g'
-e 's,@''PACKAGE''@,autoconf,g' autoreconf.sh > autoreconf.tmp && chmod +x
autoreconf.tmp && mv autoreconf.tmp autoreconf
rm -f autoupdate autoupdate.tmp
sed -e 's,@''datadir''@,/usr/share/autoconf,g' -e 's,@''M4''@,/USR/BIN/m4,g' -e
's,@''AWK''@,gawk,g' -e 's,@''SHELL''@,/bin/sh,g' -e 's,@''VERSION''@,2.14a,g'
-e 's,@''PACKAGE''@,autoconf,g' autoupdate.sh > autoupdate.tmp && chmod +x
autoupdate.tmp && mv autoupdate.tmp autoupdate
rm -f ifnames ifnames.tmp
sed -e 's,@''datadir''@,/usr/share/autoconf,g' -e 's,@''M4''@,/USR/BIN/m4,g' -e
's,@''AWK''@,gawk,g' -e 's,@''SHELL''@,/bin/sh,g' -e 's,@''VERSION''@,2.14a,g'
-e 's,@''PACKAGE''@,autoconf,g' ifnames.sh > ifnames.tmp && chmod +x ifnames.tmp && mv
ifnames.tmp ifnames
rm -f autoscan autoscan.tmp
sed -e 's,@''datadir''@,/usr/share/autoconf,g' -e 's,@''PERL''@,/USR/LOCAL/BIN/perl,g'
-e 's,@''VERSION''@,2.14a,g' -e 's,@''PACKAGE''@,autoconf,g' autoscan.pl >
autoscan.tmp && chmod +x autoscan.tmp && mv autoscan.tmp autoscan
freezing autoconf.m4
freezing autoheader.m4
freezing autoupdate.m4
make[1]: Leaving directory `/e/cvs/autoconf'
Making all in m4
make[1]: Entering directory `/e/cvs/autoconf/m4'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/e/cvs/autoconf/m4'
Making all in man
make[1]: Entering directory `/e/cvs/autoconf/man'
Updating man page autoconf.1
WARNING: `help2man' is needed, and you do not seem to have it handy on your
system. You might have modified some files without having the
proper tools for further handling them. Check the `README' file,
it often tells you about the needed prerequirements for installing
this package. You may also peek at any GNU archive site, in case
some other package would contain this missing `help2man' program.
make[1]: *** [autoconf.1] Error 1
make[1]: Leaving directory `/e/cvs/autoconf/man'
make: *** [all-recursive] Error 1
Making install in .
make[1]: Entering directory `/e/cvs/autoconf'
make[2]: Entering directory `/e/cvs/autoconf'
/bin/sh ./mkinstalldirs /usr/bin
/BIN/install -c autoconf /usr/bin/autoconf
/BIN/install -c autoheader /usr/bin/autoheader
/BIN/install -c autoreconf /usr/bin/autoreconf
/BIN/install -c autoupdate /usr/bin/autoupdate
/BIN/install -c ifnames /usr/bin/ifnames
/BIN/install -c autoscan /usr/bin/autoscan
/bin/sh ./mkinstalldirs /usr/share/autoconf
/BIN/install -c -m 644 ./acfunctions /usr/share/autoconf/acfunctions
/BIN/install -c -m 644 ./acheaders /usr/share/autoconf/acheaders
/BIN/install -c -m 644 ./acidentifiers /usr/share/autoconf/acidentifiers
/BIN/install -c -m 644 ./acmakevars /usr/share/autoconf/acmakevars
/BIN/install -c -m 644 ./acprograms /usr/share/autoconf/acprograms
/BIN/install -c -m 644 ./libm4.m4 /usr/share/autoconf/libm4.m4
/BIN/install -c -m 644 ./acgeneral.m4 /usr/share/autoconf/acgeneral.m4
/BIN/install -c -m 644 ./acoldnames.m4 /usr/share/autoconf/acoldnames.m4
/BIN/install -c -m 644 ./acspecific.m4 /usr/share/autoconf/acspecific.m4
/BIN/install -c -m 644 ./autoconf.m4 /usr/share/autoconf/autoconf.m4
/BIN/install -c -m 644 ./autoheader.m4 /usr/share/autoconf/autoheader.m4
/BIN/install -c -m 644 ./autoupdate.m4 /usr/share/autoconf/autoupdate.m4
/BIN/install -c -m 644 ./autoconf.m4f /usr/share/autoconf/autoconf.m4f
/BIN/install -c -m 644 ./autoheader.m4f /usr/share/autoconf/autoheader.m4f
/BIN/install -c -m 644 ./autoupdate.m4f /usr/share/autoconf/autoupdate.m4f
/BIN/install -c -m 644 ./acversion.m4 /usr/share/autoconf/acversion.m4
make install-data-hook
make[3]: Entering directory `/e/cvs/autoconf'
/BIN/install -c -m 644 INSTALL.txt /usr/share/autoconf/INSTALL
make[3]: Leaving directory `/e/cvs/autoconf'
make[2]: Leaving directory `/e/cvs/autoconf'
make[1]: Leaving directory `/e/cvs/autoconf'
Making install in m4
make[1]: Entering directory `/e/cvs/autoconf/m4'
make[2]: Entering directory `/e/cvs/autoconf/m4'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/e/cvs/autoconf/m4'
make[1]: Leaving directory `/e/cvs/autoconf/m4'
Making install in man
make[1]: Entering directory `/e/cvs/autoconf/man'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/e/cvs/autoconf/man'
Making install in doc
make[1]: Entering directory `/e/cvs/autoconf/doc'
make[2]: Entering directory `/e/cvs/autoconf/doc'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /usr/info
/BIN/install -c -m 644 ./autoconf.info /usr/info/autoconf.info
/BIN/install -c -m 644 ./standards.info /usr/info/standards.info
install-info --info-dir=/usr/info /usr/info/autoconf.info
install-info --info-dir=/usr/info /usr/info/standards.info
make[2]: Leaving directory `/e/cvs/autoconf/doc'
make[1]: Leaving directory `/e/cvs/autoconf/doc'
Making install in tests
make[1]: Entering directory `/e/cvs/autoconf/tests'
make[2]: Entering directory `/e/cvs/autoconf/tests'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/e/cvs/autoconf/tests'
make[1]: Leaving directory `/e/cvs/autoconf/tests'
Making check in .
make[1]: Entering directory `/e/cvs/autoconf'
make[1]: Nothing to be done for `check-am'.
make[1]: Leaving directory `/e/cvs/autoconf'
Making check in m4
make[1]: Entering directory `/e/cvs/autoconf/m4'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/e/cvs/autoconf/m4'
Making check in man
make[1]: Entering directory `/e/cvs/autoconf/man'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/e/cvs/autoconf/man'
Making check in doc
make[1]: Entering directory `/e/cvs/autoconf/doc'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/e/cvs/autoconf/doc'
Making check in tests
make[1]: Entering directory `/e/cvs/autoconf/tests'
make check-local
make[2]: Entering directory `/e/cvs/autoconf/tests'
/bin/sh testsuite
=========================================
Testing suite for autoconf, version 2.14a
=========================================
Some tests might be ignored if you don't have the software which the
macros are supposed to test (e.g., a Fortran compiler).
Torturing config.status.
## ---------------------------------------------------------------- ##
## This section of tests is trying to make Autoconf produce failing ##
## `configure' scripts, which must not happen. If these tests ever ##
## fail, it is extremely important that you report the failure to ##
## [EMAIL PROTECTED] ##
## ---------------------------------------------------------------- ##
1. ./torture.m4:54 ok
2. ./torture.m4:112 ok
3. ./torture.m4:147 ok
Semantics.
4. ./semantics.m4:21 --- - Mon Mar 20 20:22:21 2000
+++ stdout Mon Mar 20 20:22:20 2000
@@ -1,2 +1,2 @@
#define HAVE_DECL_NO 0
-#define HAVE_DECL_YES 1
+#define HAVE_DECL_YES 0
FAILED near `semantics.m4:21'
5. ./semantics.m4:33 --- - Mon Mar 20 20:23:20 2000
+++ stdout Mon Mar 20 20:23:18 2000
@@ -1,2 +1,2 @@
/* #undef HAVE_AUTOCONF_TIXE */
-#define HAVE_EXIT 1
+/* #undef HAVE_EXIT */
FAILED near `semantics.m4:33'
6. ./semantics.m4:46 --- - Mon Mar 20 20:24:29 2000
+++ stdout Mon Mar 20 20:24:28 2000
@@ -1,2 +1,2 @@
/* #undef HAVE_AUTOCONF_IO_H */
-#define HAVE_STDIO_H 1
+/* #undef HAVE_STDIO_H */
FAILED near `semantics.m4:46'
7. ./semantics.m4:60 --- - Mon Mar 20 20:25:42 2000
+++ stdout Mon Mar 20 20:25:40 2000
@@ -1,2 +1,2 @@
/* #undef HAVE_STRUCT_YES_NO */
-#define HAVE_STRUCT_YES_YES 1
+/* #undef HAVE_STRUCT_YES_YES */
FAILED near `semantics.m4:60'
8. ./semantics.m4:82 --- - Mon Mar 20 20:26:44 2000
+++ stdout Mon Mar 20 20:26:42 2000
@@ -1,2 +1,2 @@
-#define SIZEOF_CHAR 1
-#define SIZEOF_CHARCHAR 2
+#define SIZEOF_CHAR 0
+#define SIZEOF_CHARCHAR 0
FAILED near `semantics.m4:82'
9. ./semantics.m4:99 --- - Mon Mar 20 20:27:59 2000
+++ stdout Mon Mar 20 20:27:58 2000
@@ -1,3 +1,3 @@
-#define HAVE_INT 1
+/* #undef HAVE_INT */
/* #undef HAVE_STRUCT_NO */
-#define HAVE_STRUCT_YES 1
+/* #undef HAVE_STRUCT_YES */
FAILED near `semantics.m4:99'
10. ./semantics.m4:106 ok
11. ./semantics.m4:154 ok
12. ./semantics.m4:162 ok
Syntax of macros and completeness of header templates.
13. ./macros.m4:1 ok
14. ./macros.m4:2 ok
15. ./macros.m4:3 ok
16. ./macros.m4:4 ok
17. ./macros.m4:5 ok
18. ./macros.m4:6 ok
19. ./macros.m4:7 ok
20. ./macros.m4:8 ok
21. ./macros.m4:9 ok
22. ./macros.m4:10 ok
23. ./macros.m4:11 ok
24. ./macros.m4:12 ok
25. ./macros.m4:13 ok
26. ./macros.m4:14 ok
27. ./macros.m4:15 ok
28. ./macros.m4:16 ok
29. ./macros.m4:17 ok
30. ./macros.m4:18 FAILED near `macros.m4:18'
31. ./macros.m4:19 ok
32. ./macros.m4:20 ok
33. ./macros.m4:21 ok
34. ./macros.m4:22 FAILED near `macros.m4:22'
35. ./macros.m4:23 ok
36. ./macros.m4:24 ok
37. ./macros.m4:25 ok
38. ./macros.m4:26 ok
39. ./macros.m4:27 ok
40. ./macros.m4:28 ok
41. ./macros.m4:29 ok
42. ./macros.m4:30 ok
43. ./macros.m4:31 ok
44. ./macros.m4:32 ok
45. ./macros.m4:33 ok
46. ./macros.m4:34 ok
47. ./macros.m4:35 ok
48. ./macros.m4:36 ok
49. ./macros.m4:37 ok
50. ./macros.m4:38 ok
51. ./macros.m4:39 ok
52. ./macros.m4:40 ok
53. ./macros.m4:41 ok
54. ./macros.m4:42 ok
55. ./macros.m4:43 ok
56. ./macros.m4:44 ok
57. ./macros.m4:45 ok
58. ./macros.m4:46 ok
59. ./macros.m4:47 ok
60. ./macros.m4:48 ok
61. ./macros.m4:49 ok
62. ./macros.m4:50 ok
63. ./macros.m4:51 FAILED near `macros.m4:51'
64. ./macros.m4:52 ok
65. ./macros.m4:53 --- expout Mon Mar 20 21:39:42 2000
+++ stdout Mon Mar 20 21:40:20 2000
@@ -64,6 +64,7 @@
mandir='${prefix}/man'
no_create=
no_recursion=
+no_x=yes
nonopt=NONE
oldincludedir=/usr/include
prefix=NONE
FAILED near `macros.m4:53'
66. ./macros.m4:54 ok
67. ./macros.m4:55 ok
68. ./macros.m4:56 ok
69. ./macros.m4:57 ok
70. ./macros.m4:58 ok
71. ./macros.m4:59 ok
72. ./macros.m4:60 ok
73. ./macros.m4:61 ok
74. ./macros.m4:62 ok
75. ./macros.m4:63 ok
76. ./macros.m4:64 ok
77. ./macros.m4:65 ok
78. ./macros.m4:66 ok
79. ./macros.m4:67 ok
80. ./macros.m4:68 ok
81. ./macros.m4:69 ok
82. ./macros.m4:70 ok
83. ./macros.m4:71 ok
84. ./macros.m4:72 ok
85. ./macros.m4:73 ok
86. ./macros.m4:74 ok
87. ./macros.m4:75 ok
88. ./macros.m4:76 ok
89. ./macros.m4:77 ok
90. ./macros.m4:78 ok
91. ./macros.m4:79 ok
92. ./macros.m4:80 ok
93. ./macros.m4:81 ok
94. ./macros.m4:82 ok
95. ./macros.m4:83 ok
96. ./macros.m4:84 ok
Autoheader, autoupdate...
97. ./tools.m4:34 ok
98. ./tools.m4:77 ok
99. ./tools.m4:114 ok
Base layer.
100. ./base.m4:12 ok
Writing `debug-NN.sh' scripts, NN = 4 5 6 7 8 9 30 34 63 65, done
=================================================
ERROR: Suite unsuccessful, 10 of 100 tests failed
=================================================
When reporting failed tests to maintainers, do not merely list test
numbers, as the numbering changes between releases and pretests.
Be careful to give at least all the information you got about them.
You may investigate any problem if you feel able to do so, in which
case the generated debugging scripts provide good starting points.
Go on and modify them at will. `./debug-NN --help' gives usage
information. Now, failed tests will be executed again, verbosely.
====================================
./debug-4.sh: Testing AC_CHECK_DECLS
====================================
./semantics.m4:21: testing...
./semantics.m4:21: testing...
./semantics.m4:21: testing...
creating cache ./config.cache
checking whether yes is declared... no
checking whether no is declared... no
updating cache ./config.cache
creating ./config.status
creating config.h
--- 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 version 2.14a, executed with
> ./configure
configure:543: checking whether yes is declared
configure:561: cc -c conftest.c 1>&5
./configure: cc: command not found
configure: failed program was:
#line 548 "configure"
#include "confdefs.h"
int yes = 1;
int
main ()
{
#ifndef yes
char *p = (char *) yes;
#endif
;
return 0;
}
configure:581: checking whether no is declared
configure:599: cc -c conftest.c 1>&5
./configure: cc: command not found
configure: failed program was:
#line 586 "configure"
#include "confdefs.h"
int yes = 1;
int
main ()
{
#ifndef no
char *p = (char *) no;
#endif
;
return 0;
}
./semantics.m4:21: testing...
./semantics.m4:21: testing...
--- - Mon Mar 20 22:14:27 2000
+++ stdout Mon Mar 20 22:14:26 2000
@@ -1,2 +1,2 @@
#define HAVE_DECL_NO 0
-#define HAVE_DECL_YES 1
+#define HAVE_DECL_YES 0
====================================
./debug-5.sh: Testing AC_CHECK_FUNCS
====================================
./semantics.m4:33: testing...
./semantics.m4:33: testing...
./semantics.m4:33: testing...
creating cache ./config.cache
checking for exit... no
checking for autoconf_tixe... no
updating cache ./config.cache
creating ./config.status
creating config.h
--- 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 version 2.14a, executed with
> ./configure
configure:546: checking for exit
configure:576: cc -o conftest conftest.c 1>&5
./configure: cc: command not found
configure: failed program was:
#line 551 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char exit(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char exit();
char (*f)();
int
main()
{
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_exit) || defined (__stub___exit)
choke me
#else
f = exit;
#endif
;
return 0;
}
configure:546: checking for autoconf_tixe
configure:576: cc -o conftest conftest.c 1>&5
./configure: cc: command not found
configure: failed program was:
#line 551 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char autoconf_tixe(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char autoconf_tixe();
char (*f)();
int
main()
{
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_autoconf_tixe) || defined (__stub___autoconf_tixe)
choke me
#else
f = autoconf_tixe;
#endif
;
return 0;
}
./semantics.m4:33: testing...
./semantics.m4:33: testing...
--- - Mon Mar 20 22:15:42 2000
+++ stdout Mon Mar 20 22:15:40 2000
@@ -1,2 +1,2 @@
/* #undef HAVE_AUTOCONF_TIXE */
-#define HAVE_EXIT 1
+/* #undef HAVE_EXIT */
======================================
./debug-6.sh: Testing AC_CHECK_HEADERS
======================================
./semantics.m4:46: testing...
./semantics.m4:46: testing...
./semantics.m4:46: testing...
creating cache ./config.cache
checking how to run the C preprocessor... /lib/cpp
checking for stdio.h... no
checking for autoconf_io.h... no
updating cache ./config.cache
creating ./config.status
creating config.h
--- 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 version 2.14a, executed with
> ./configure
configure:543: checking how to run the C preprocessor
configure:564: cc -E conftest.c >/dev/null 2>conftest.out
./configure: cc: command not found
configure: failed program was:
#line 558 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
configure:580: cc -E -traditional-cpp conftest.c >/dev/null 2>conftest.out
./configure: cc: command not found
configure: failed program was:
#line 574 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
configure:596: cc -nologo -E conftest.c >/dev/null 2>conftest.out
./configure: cc: command not found
configure: failed program was:
#line 590 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
configure:622: checking for stdio.h
configure:632: /lib/cpp conftest.c >/dev/null 2>conftest.out
./configure: /lib/cpp: No such file or directory
configure: failed program was:
#line 627 "configure"
#include "confdefs.h"
#include <stdio.h>
configure:622: checking for autoconf_io.h
configure:632: /lib/cpp conftest.c >/dev/null 2>conftest.out
./configure: /lib/cpp: No such file or directory
configure: failed program was:
#line 627 "configure"
#include "confdefs.h"
#include <autoconf_io.h>
./semantics.m4:46: testing...
./semantics.m4:46: testing...
--- - Mon Mar 20 22:17:01 2000
+++ stdout Mon Mar 20 22:17:00 2000
@@ -1,2 +1,2 @@
/* #undef HAVE_AUTOCONF_IO_H */
-#define HAVE_STDIO_H 1
+/* #undef HAVE_STDIO_H */
======================================
./debug-7.sh: Testing AC_CHECK_MEMBERS
======================================
./semantics.m4:60: testing...
./semantics.m4:60: testing...
./semantics.m4:60: testing...
creating cache ./config.cache
checking how to run the C preprocessor... /lib/cpp
checking for ANSI C header files... no
checking for struct yes.yes... no
checking for struct yes.no... no
updating cache ./config.cache
creating ./config.status
creating config.h
--- 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 version 2.14a, executed with
> ./configure
configure:543: checking how to run the C preprocessor
configure:564: cc -E conftest.c >/dev/null 2>conftest.out
./configure: cc: command not found
configure: failed program was:
#line 558 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
configure:580: cc -E -traditional-cpp conftest.c >/dev/null 2>conftest.out
./configure: cc: command not found
configure: failed program was:
#line 574 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
configure:596: cc -nologo -E conftest.c >/dev/null 2>conftest.out
./configure: cc: command not found
configure: failed program was:
#line 590 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
configure:619: checking for ANSI C header files
configure:632: /lib/cpp conftest.c >/dev/null 2>conftest.out
./configure: /lib/cpp: No such file or directory
configure: failed program was:
#line 624 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <float.h>
configure:722: checking for struct yes.yes
configure:739: cc -c conftest.c 1>&5
./configure: cc: command not found
configure: failed program was:
#line 727 "configure"
#include "confdefs.h"
struct yes { int yes ;} ;
int
main ()
{
struct yes foo;
foo.yes;
;
return 0;
}
configure:755: checking for struct yes.no
configure:772: cc -c conftest.c 1>&5
./configure: cc: command not found
configure: failed program was:
#line 760 "configure"
#include "confdefs.h"
struct yes { int yes ;} ;
int
main ()
{
struct yes foo;
foo.no;
;
return 0;
}
./semantics.m4:60: testing...
./semantics.m4:60: testing...
--- - Mon Mar 20 22:18:23 2000
+++ stdout Mon Mar 20 22:18:22 2000
@@ -1,2 +1,2 @@
/* #undef HAVE_STRUCT_YES_NO */
-#define HAVE_STRUCT_YES_YES 1
+/* #undef HAVE_STRUCT_YES_YES */
=====================================
./debug-8.sh: Testing AC_CHECK_SIZEOF
=====================================
./semantics.m4:82: testing...
configure.in:6: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:13: warning: AC_TRY_RUN called without default to allow cross compiling
./semantics.m4:82: testing...
configure.in:6: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:13: warning: AC_TRY_RUN called without default to allow cross compiling
./semantics.m4:82: testing...
creating cache ./config.cache
checking size of char... 0
checking size of charchar... 0
updating cache ./config.cache
creating ./config.status
creating config.h
--- 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 version 2.14a, executed with
> ./configure
configure:543: checking size of char
configure:564: cc -o conftest conftest.c 1>&5
./configure: cc: command not found
configure: failed program was:
#line 551 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <sys/types.h>
#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>
#else
# if HAVE_STRINGS_H
# include <strings.h>
# endif
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
int
main ()
{
FILE *f = fopen ("conftestval", "w");
if (!f)
exit (1);
fprintf (f, "%d\n", sizeof (char));
exit (0);
}
configure:580: checking size of charchar
configure:606: cc -o conftest conftest.c 1>&5
./configure: cc: command not found
configure: failed program was:
#line 588 "configure"
#include "confdefs.h"
#include <stdio.h>
typedef struct
{
char a;
char b;
} charchar;
int
main ()
{
FILE *f = fopen ("conftestval", "w");
if (!f)
exit (1);
fprintf (f, "%d\n", sizeof (charchar));
exit (0);
}
./semantics.m4:82: testing...
./semantics.m4:82: testing...
--- - Mon Mar 20 22:19:36 2000
+++ stdout Mon Mar 20 22:19:34 2000
@@ -1,2 +1,2 @@
-#define SIZEOF_CHAR 1
-#define SIZEOF_CHARCHAR 2
+#define SIZEOF_CHAR 0
+#define SIZEOF_CHARCHAR 0
====================================
./debug-9.sh: Testing AC_CHECK_TYPES
====================================
./semantics.m4:99: testing...
./semantics.m4:99: testing...
./semantics.m4:99: testing...
creating cache ./config.cache
checking how to run the C preprocessor... /lib/cpp
checking for ANSI C header files... no
checking for int... no
checking for struct yes... no
checking for struct no... no
updating cache ./config.cache
creating ./config.status
creating config.h
--- 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 version 2.14a, executed with
> ./configure
configure:543: checking how to run the C preprocessor
configure:564: cc -E conftest.c >/dev/null 2>conftest.out
./configure: cc: command not found
configure: failed program was:
#line 558 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
configure:580: cc -E -traditional-cpp conftest.c >/dev/null 2>conftest.out
./configure: cc: command not found
configure: failed program was:
#line 574 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
configure:596: cc -nologo -E conftest.c >/dev/null 2>conftest.out
./configure: cc: command not found
configure: failed program was:
#line 590 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
configure:619: checking for ANSI C header files
configure:632: /lib/cpp conftest.c >/dev/null 2>conftest.out
./configure: /lib/cpp: No such file or directory
configure: failed program was:
#line 624 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <float.h>
configure:722: checking for int
configure:741: cc -c conftest.c 1>&5
./configure: cc: command not found
configure: failed program was:
#line 727 "configure"
#include "confdefs.h"
struct yes { int yes ;} ;
int
main ()
{
if ((int *) 0)
return 0;
if (sizeof (int))
return 0;
;
return 0;
}
configure:757: checking for struct yes
configure:776: cc -c conftest.c 1>&5
./configure: cc: command not found
configure: failed program was:
#line 762 "configure"
#include "confdefs.h"
struct yes { int yes ;} ;
int
main ()
{
if ((struct yes *) 0)
return 0;
if (sizeof (struct yes))
return 0;
;
return 0;
}
configure:792: checking for struct no
configure:811: cc -c conftest.c 1>&5
./configure: cc: command not found
configure: failed program was:
#line 797 "configure"
#include "confdefs.h"
struct yes { int yes ;} ;
int
main ()
{
if ((struct no *) 0)
return 0;
if (sizeof (struct no))
return 0;
;
return 0;
}
./semantics.m4:99: testing...
./semantics.m4:99: testing...
--- - Mon Mar 20 22:21:03 2000
+++ stdout Mon Mar 20 22:21:02 2000
@@ -1,3 +1,3 @@
-#define HAVE_INT 1
+/* #undef HAVE_INT */
/* #undef HAVE_STRUCT_NO */
-#define HAVE_STRUCT_YES 1
+/* #undef HAVE_STRUCT_YES */
=====================================
./debug-30.sh: Testing AC_DECL_YYTEXT
=====================================
./macros.m4:18: testing...
./macros.m4:18: testing...
./macros.m4:18: testing...
./configure: lex: command not found
configure: error: cannot find output from lex; giving up
================================
./debug-34.sh: Testing AC_EXEEXT
================================
./macros.m4:22: testing...
./macros.m4:22: testing...
./macros.m4:22: testing...
configure: error: installation or configuration problem: compiler cannot create
executables.
================================
./debug-63.sh: Testing AC_OBJEXT
================================
./macros.m4:51: testing...
./macros.m4:51: testing...
./macros.m4:51: testing...
configure: error: installation or configuration problem; compiler does not work
===================================
./debug-65.sh: Testing AC_PATH_XTRA
===================================
./macros.m4:53: testing...
./macros.m4:53: testing...
./macros.m4:53: testing...
creating cache ./config.cache
checking how to run the C preprocessor... /lib/cpp
checking for X... no
updating cache ./config.cache
creating ./config.status
creating config.h
--- 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 version 2.14a, executed with
> ./configure
configure:550: checking how to run the C preprocessor
configure:571: cc -E conftest.c >/dev/null 2>conftest.out
./configure: cc: command not found
configure: failed program was:
#line 565 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
configure:587: cc -E -traditional-cpp conftest.c >/dev/null 2>conftest.out
./configure: cc: command not found
configure: failed program was:
#line 581 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
configure:603: cc -nologo -E conftest.c >/dev/null 2>conftest.out
./configure: cc: command not found
configure: failed program was:
#line 597 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
configure:626: checking for X
configure:689: /lib/cpp conftest.c >/dev/null 2>conftest.out
./configure: /lib/cpp: No such file or directory
configure: failed program was:
#line 684 "configure"
#include "confdefs.h"
#include <X11/Intrinsic.h>
configure:763: cc -o conftest conftest.c -lXt 1>&5
./configure: cc: command not found
configure: failed program was:
#line 753 "configure"
#include "confdefs.h"
int
main()
{
XtMalloc()
;
return 0;
}
./macros.m4:53: testing...
--- expout Mon Mar 20 22:23:36 2000
+++ stdout Mon Mar 20 22:24:22 2000
@@ -64,6 +64,7 @@
mandir='${prefix}/man'
no_create=
no_recursion=
+no_x=yes
nonopt=NONE
oldincludedir=/usr/include
prefix=NONE
make[2]: *** [check-local] Error 1
make[2]: Leaving directory `/e/cvs/autoconf/tests'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/e/cvs/autoconf/tests'
make: *** [check-recursive] Error 1
acconfig.h
autogen.sh
configure.in:131: warning: AC_C_CONST was called before AC_PROG_CC_STDC
configure.in:133: warning: AC_STRUCT_ST_RDEV is obsolete; replace it with
AC_CHECK_MEMBERS((struct stat.st_rdev))
Please note that it will define `HAVE_STRUCT_STAT_ST_RDEV',
and not `HAVE_ST_RDEV'.
configure.in:139: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:608: warning: The macro `AC_OUTPUT_COMMANDS' is obsolete.
You should run autoupdate.
/USR/BIN/autoheader: No template for symbol `GIICONFDIR'
/USR/BIN/autoheader: No template for symbol `GIICONFFILE'
/USR/BIN/autoheader: No template for symbol `GIIPATHTAG'
/USR/BIN/autoheader: No template for symbol `GIITAGLEN'
automake: reading configure.in
automake: reading aclocal.m4
automake: no `Makefile.am' found or specified
configure.in:131: warning: AC_C_CONST was called before AC_PROG_CC_STDC
configure.in:133: warning: AC_STRUCT_ST_RDEV is obsolete; replace it with
AC_CHECK_MEMBERS((struct stat.st_rdev))
Please note that it will define `HAVE_STRUCT_STAT_ST_RDEV',
and not `HAVE_ST_RDEV'.
configure.in:139: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:608: warning: The macro `AC_OUTPUT_COMMANDS' is obsolete.
You should run autoupdate.
autoconf: undefined macros:
***BUG in Autoconf--please report*** AC_CANONICAL_BUILD