bug-autoconf
[Top][All Lists]
Advanced

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

Re: 'make check' for autoconf-2.60 fails- how to disable failing tests ?


From: Sergei Steshenko
Subject: Re: 'make check' for autoconf-2.60 fails- how to disable failing tests ?
Date: Mon, 6 Nov 2006 14:30:34 -0800 (PST)

--- Paul Eggert <address@hidden> wrote:

> Sergei Steshenko <address@hidden> writes:
> 
> > I am building autoconf-2.60 in the framework of my project (see signature) 
> > and
> > 'make check' fails - just several tests.
> 
> Actually, it's just one test (test 3) that fails, and it's not a
> failure I'm familiar with offhand.
> 
> A couple of things to try:
> 
> First, can you send us the output of this?
> 
> cd tests
> ./testsuite -v -d 3
> 
> Second, can you see whether the bug is fixed in the latest test version?
> <ftp://alpha.gnu.org/gnu/autoconf/autoconf-2.60b.tar.gz>
> 
> Thanks.
> 

autoconf-2.60b passed 'make check' with flying colors - see below.

In the framework of my tool it's much easier to try another tarball than
to run a command manually - autogenerated command lines are long, because
my tools builds/installs every lib/app in a separate directory, so command
lines contain long assignments to environment variable, like this

build.pl :INFO: executing ==> cd 
/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b;
PATH=/maxtor5/sergei/AppsFromScratchWD/install/m4-1.4.7/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin/:/usr/games:/ibm/home/sergei/bin:/usr/lib/ssh;
export PATH; 
CPPFLAGS='-I/maxtor5/sergei/AppsFromScratchWD/install/m4-1.4.7/include'; export
CPPFLAGS; ./configure 
--prefix=/maxtor5/sergei/AppsFromScratchWD/install/autoconf-2.60b
1>configure.log 2>&1

- this one pretty short actually :-).

So, I didn't run

cd tests
./testsuite -v -d 3
.

Thanks,
  Sergei.

Making check in bin
make[1]: Entering directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/bin'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/bin'
Making check in .
make[1]: Entering directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b'
make[1]: Nothing to be done for `check-am'.
make[1]: Leaving directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b'
Making check in lib
make[1]: Entering directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/lib'
Making check in Autom4te
make[2]: Entering directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/lib/Autom4te'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/lib/Autom4te'
Making check in m4sugar
make[2]: Entering directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/lib/m4sugar'
make  check-local
make[3]: Entering directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/lib/m4sugar'
make[3]: Leaving directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/lib/m4sugar'
make[2]: Leaving directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/lib/m4sugar'
Making check in autoconf
make[2]: Entering directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/lib/autoconf'
make  check-local
make[3]: Entering directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/lib/autoconf'
make[3]: Leaving directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/lib/autoconf'
make[2]: Leaving directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/lib/autoconf'
Making check in autotest
make[2]: Entering directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/lib/autotest'
make  check-local
make[3]: Entering directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/lib/autotest'
make[3]: Leaving directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/lib/autotest'
make[2]: Leaving directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/lib/autotest'
Making check in autoscan
make[2]: Entering directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/lib/autoscan'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/lib/autoscan'
Making check in emacs
make[2]: Entering directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/lib/emacs'
make[2]: Leaving directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/lib/emacs'
make[2]: Entering directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/lib'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/lib'
make[1]: Leaving directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/lib'
Making check in man
make[1]: Entering directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/man'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/man'
Making check in doc
make[1]: Entering directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/doc'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/doc'
Making check in tests
make[1]: Entering directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/tests'
make  autoconf autoheader autom4te autoreconf autoscan autoupdate ifnames
make[2]: Entering directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/tests'
autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg'         
../bin/autom4te -B
'..'/lib -B '..'/lib         --language=M4sh ./wrapper.as -o wrapper.in
rm -f autoconf autoconf.tmp
input=wrapper.in; \
sed -e 's|@address@hidden|autoconf|g' -e
's|@address@hidden|/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b|g' -e
's|@address@hidden|/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b|g' -e
"s|@address@hidden|Generated from $input.|g" wrapper.in >autoconf.tmp
chmod +x autoconf.tmp
chmod a-w autoconf.tmp
mv -f autoconf.tmp autoconf
rm -f autoheader autoheader.tmp
input=wrapper.in; \
sed -e 's|@address@hidden|autoheader|g' -e
's|@address@hidden|/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b|g' -e
's|@address@hidden|/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b|g' -e
"s|@address@hidden|Generated from $input.|g" wrapper.in >autoheader.tmp
chmod +x autoheader.tmp
chmod a-w autoheader.tmp
mv -f autoheader.tmp autoheader
rm -f autom4te autom4te.tmp
input=wrapper.in; \
sed -e 's|@address@hidden|autom4te|g' -e
's|@address@hidden|/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b|g' -e
's|@address@hidden|/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b|g' -e
"s|@address@hidden|Generated from $input.|g" wrapper.in >autom4te.tmp
chmod +x autom4te.tmp
chmod a-w autom4te.tmp
mv -f autom4te.tmp autom4te
rm -f autoreconf autoreconf.tmp
input=wrapper.in; \
sed -e 's|@address@hidden|autoreconf|g' -e
's|@address@hidden|/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b|g' -e
's|@address@hidden|/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b|g' -e
"s|@address@hidden|Generated from $input.|g" wrapper.in >autoreconf.tmp
chmod +x autoreconf.tmp
chmod a-w autoreconf.tmp
mv -f autoreconf.tmp autoreconf
rm -f autoscan autoscan.tmp
input=wrapper.in; \
sed -e 's|@address@hidden|autoscan|g' -e
's|@address@hidden|/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b|g' -e
's|@address@hidden|/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b|g' -e
"s|@address@hidden|Generated from $input.|g" wrapper.in >autoscan.tmp
chmod +x autoscan.tmp
chmod a-w autoscan.tmp
mv -f autoscan.tmp autoscan
rm -f autoupdate autoupdate.tmp
input=wrapper.in; \
sed -e 's|@address@hidden|autoupdate|g' -e
's|@address@hidden|/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b|g' -e
's|@address@hidden|/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b|g' -e
"s|@address@hidden|Generated from $input.|g" wrapper.in >autoupdate.tmp
chmod +x autoupdate.tmp
chmod a-w autoupdate.tmp
mv -f autoupdate.tmp autoupdate
rm -f ifnames ifnames.tmp
input=wrapper.in; \
sed -e 's|@address@hidden|ifnames|g' -e
's|@address@hidden|/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b|g' -e
's|@address@hidden|/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b|g' -e
"s|@address@hidden|Generated from $input.|g" wrapper.in >ifnames.tmp
chmod +x ifnames.tmp
chmod a-w ifnames.tmp
mv -f ifnames.tmp ifnames
make[2]: Leaving directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/tests'
make  check-local
make[2]: Entering directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/tests'
cd ../lib/autotest && make  autotest.m4f
make[3]: Entering directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/lib/autotest'
make[3]: `autotest.m4f' is up to date.
make[3]: Leaving directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/lib/autotest'
autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg'         
../bin/autom4te -B
'..'/lib -B '..'/lib         --language=autotest -I . suite.at -o testsuite.tmp
mv testsuite.tmp testsuite
/bin/sh ./testsuite 
## ------------------------------ ##
## GNU Autoconf 2.60b test suite. ##
## ------------------------------ ##

Executables (autoheader, autoupdate...).

  1: Syntax of the shell scripts                   ok
  2: Syntax of the Perl scripts                    ok
  3: autom4te cache                                ok
  4: autoconf --trace: user macros                 ok
  5: autoconf --trace: builtins                    ok
  6: autoconf: forbidden tokens, basic             ok
  7: autoconf: forbidden tokens, exceptions        ok
  8: autoconf: automatically allowed tokens        ok
  9: autoconf: the empty token                     ok
 10: autoconf: subdirectories                      ok
 11: ifnames                                       ok
 12: autoheader                                    ok
 13: autoupdate                                    ok
 14: autoupdating AC_LINK_FILES                    ok
 15: autoupdating AC_PREREQ                        ok
 16: autoupdating AU_ALIAS                         ok
 17: autoupdating OLD to NEW                       ok
 18: autoupdating AC_HELP_STRING                   ok
 19: autoupdating with m4sugar                     ok
 20: autoupdating AC_LANG_SAVE                     ok
 21: autoupdating AC_FOREACH                       ok
 22: autoupdating with aclocal and m4_include      skipped (tools.at:784)

M4sugar.

 23: m4_warn                                       ok
 24: m4_require: error message                     ok
 25: m4_require: circular dependencies             ok
 26: m4_text_wrap                                  ok
 27: Standard regular expressions                  ok
 28: M4 loops                                      ok

M4sh.

 29: LINENO                                        ok
 30: AS_DIRNAME                                    ok
 31: AS_BASENAME                                   ok
 32: AS_MKDIR_P                                    ok
 33: AS_VERSION_COMPARE                            ok
 34: Negated classes in globbing                   ok
 35: Functions Support                             ok
 36: Functions and return Support                  ok
 37: AS_REQUIRE_SHELL_FN and m4_require            ok
 38: AS_HELP_STRING                                ok
 39: AS_IF and AS_CASE                             ok
 40: AS_LITERAL_IF                                 ok

Autotest.

 41: Empty test suite                              ok
 42: Empty test                                    ok
 43: Empty check                                   ok
 44: Truth                                         ok
 45: Fallacy                                       ok
 46: Literal multiline command                     ok
 47: Multiline parameter expansion                 ok
 48: Backquote command substition                  ok
 49: Multiline backquote command substition        ok
 50: Parenthetical command substition              ok
 51: Multiline parenthetical command substition    ok
 52: Invalid brace-enclosed parameter expansion    ok
 53: Multiline command from M4 expansion           expected failure 
(autotest.at:170)
 54: Double-M4-quoted command                      ok
 55: BS-newline in command                         ok
 56: ^BS-newline in command                        ok
 57: BSx641-newline in command                     ok
 58: BS-BS-newline in command                      ok
 59: BSx640-newline in command                     ok
 60: Newline-CODE-BS-newline in command            ok
 61: Single-quote-BS-newline in command            ok
 62: Single-quote-newline-BS-newline in command    ok
 63: Backquote in a test title                     expected failure 
(autotest.at:256)
 64: Single-quote in a test title                  expected failure 
(autotest.at:257)
 65: Double-quote in a test title                  expected failure 
(autotest.at:258)
 66: Backslash in a test title                     ok
 67: Debugging a successful test                   ok
 68: Debugging script and environment              ok
 69: Debugging a failed test                       ok
 70: Keywords and ranges                           ok

Autoconf base layer.

 71: AC_REQUIRE: topological sort                  ok
 72: AC_REQUIRE: error message                     ok
 73: AC_REQUIRE & AC_DEFUN_ONCE: Require, expand   ok
 74: AC_REQUIRE & AC_DEFUN_ONCE: Expand, require   ok
 75: AC_REQUIRE & AC_PROVIDE                       ok
 76: AC_CACHE_CHECK                                ok
 77: AC_COMPUTE_INT                                ok
 78: AC_TRY_COMMAND                                ok
 79: Input/Output                                  ok

Testing config.status.

 80: AC_CONFIG_COMMANDS with empty commands        ok
 81: Multiple AC_CONFIG_FILES                      ok
 82: AC_ARG_VAR                                    ok
 83: AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS  ok
 84: Macro calls in AC_CONFIG_COMMANDS tags        ok
 85: Missing templates                             ok
 86: configure invocation                          ok
 87: #define header templates                      ok
 88: Torturing config.status                       ok
 89: Substitute a 2000-byte string                 ok
 90: Define to a 2000-byte string                  ok
 91: Substitute and define special characters      ok
 92: Substitute a newline                          ok
 93: Define a newline                              expected failure 
(torture.at:652)
 94: datarootdir workaround                        ok
 95: srcdir                                        ok
 96: Signal handling                               ok

autoreconf.

 97: Configuring subdirectories                    skipped (torture.at:793)
 98: Deep Package                                  skipped (torture.at:914)
 99: Non-Autoconf AC_CONFIG_SUBDIRS                skipped (torture.at:978)
100: Empty directory                               skipped (torture.at:1021)
101: Unusual Automake input files                  skipped (torture.at:1042)

Low level compiling/preprocessing macros.

102: AC_LANG, AC_LANG_PUSH & AC_LANG_POP           ok
103: AC_REQUIRE & AC_LANG                          ok
104: AC_RUN_IFELSE                                 ok
105: AC_TRY_LINK_FUNC                              ok

Testing autoconf/lang macros.

106: AC_NO_EXECUTABLES                             ok
107: AC_REQUIRE_CPP                                ok

C low level compiling/preprocessing macros.

108: Extensions                                    ok
109: Broken/missing compilers                      ok
110: C keywords                                    ok
111: AC_PROG_CPP requires AC_PROG_CC               ok
112: AC_PROG_CPP with warnings                     ok
113: AC_PROG_CPP without warnings                  ok
114: AC_PROG_CPP via CC                            ok

Testing autoconf/c macros.

115: AC_C_BACKSLASH_A                              ok
116: AC_C_BIGENDIAN                                ok
117: AC_C_CHAR_UNSIGNED                            ok
118: AC_C_INLINE                                   ok
119: AC_C_RESTRICT                                 ok
120: AC_C_STRINGIZE                                ok
121: AC_C_TYPEOF                                   ok
122: AC_PROG_CC_C89                                ok
123: AC_PROG_CC_C99                                ok
124: AC_PROG_CC_C_O                                ok
125: AC_PROG_CC_STDC                               ok
126: AC_PROG_CPP_WERROR                            ok
127: AC_PROG_CXX_C_O                               ok
128: AC_PROG_GCC_TRADITIONAL                       ok
129: AC_LANG_C                                     ok
130: AC_LANG_CPLUSPLUS                             ok
131: AC_LANG_OBJC                                  ok

Fortran low level compiling/preprocessing macros.

132: GNU Fortran 77                                ok
133: GNU Fortran                                   ok

Testing autoconf/fortran macros.

134: AC_F77_MAIN                                   ok
135: AC_F77_WRAPPERS                               ok
136: AC_FC_MAIN                                    ok
137: AC_FC_WRAPPERS                                ok
138: AC_PROG_F77_C_O                               ok
139: AC_PROG_FC_C_O                                ok
140: AC_F77_NAME_MANGLING                          ok
141: AC_LANG_FORTRAN77                             ok

Semantics.

142: AC_CHECK_LIB                                  ok
143: AC_SEARCH_LIBS                                ok
144: AC_SEARCH_LIBS (none needed)                  ok
145: AC_CHECK_DECLS                                ok
146: AC_CHECK_FUNCS                                ok
147: AC_REPLACE_FUNCS                              ok
148: AC_CHECK_HEADERS                              ok
149: AC_CHECK_HEADERS_OLD                          ok
150: AC_CHECK_HEADERS_NEW                          ok
151: AC_CHECK_MEMBERS                              ok
152: AC_CHECK_ALIGNOF                              ok
153: AC_CHECK_ALIGNOF (cross compile)              ok
154: AC_CHECK_ALIGNOF struct                       ok
155: AC_CHECK_ALIGNOF struct (cross compile)       ok
156: AC_CHECK_SIZEOF                               ok
157: AC_CHECK_SIZEOF (cross compile)               ok
158: AC_CHECK_SIZEOF struct                        ok
159: AC_CHECK_SIZEOF struct (cross compile)        ok
160: AC_CHECK_TYPES                                ok
161: AC_CHECK_TYPES: backward compatibility        ok
162: AC_CHECK_FILES                                ok
163: AC_CHECK_PROG & AC_CHECK_PROGS                ok
164: AC_C_BIGENDIAN                                ok
165: AC_PATH_PROG & AC_PATH_PROGS                  ok
166: AC_PATH_XTRA                                  ok
167: AC_SYS_RESTARTABLE_SYSCALLS                   ok
168: AC_FUNC_WAIT3                                 ok

Testing autoconf/general macros.

169: AC_ARG_ENABLE                                 ok
170: AC_ARG_PROGRAM                                ok
171: AC_ARG_VAR                                    ok
172: AC_ARG_WITH                                   ok
173: AC_CANONICAL_TARGET                           ok
174: AC_CHECK_DECLS_ONCE                           ok
175: AC_EGREP_CPP                                  ok
176: AC_EGREP_HEADER                               ok
177: AC_PREFIX_DEFAULT                             ok
178: AC_PRESERVE_HELP_ORDER                        ok
179: AC_CHECKING                                   ok
180: AC_COMPILE_CHECK                              ok
181: AC_ENABLE                                     ok
182: AC_FOREACH                                    ok
183: AC_MSG_RESULT_UNQUOTED                        ok
184: AC_TRY_COMPILE                                ok
185: AC_TRY_CPP                                    ok
186: AC_TRY_LINK                                   ok
187: AC_TRY_RUN                                    ok
188: AC_VALIDATE_CACHED_SYSTEM_TUPLE               ok
189: AC_WITH                                       ok

Testing autoconf/status macros.

190: AC_OUTPUT_COMMANDS                            ok

Testing autoconf/specific macros.

191: AC_ISC_POSIX                                  ok
192: AC_SYS_INTERPRETER                            ok
193: AC_SYS_LARGEFILE                              ok
194: AC_SYS_LONG_FILE_NAMES                        ok
195: AC_SYS_POSIX_TERMIOS                          ok
196: AC_ARG_ARRAY                                  ok
197: AC_DECL_SYS_SIGLIST                           ok
198: AC_DYNIX_SEQ                                  ok
199: AC_HAVE_POUNDBANG                             ok
200: AC_IRIX_SUN                                   ok
201: AC_SCO_INTL                                   ok
202: AC_XENIX_DIR                                  ok

Testing autoconf/programs macros.

203: AC_PROG_AWK                                   ok
204: AC_PROG_FGREP                                 ok
205: AC_PROG_INSTALL                               ok
206: AC_PROG_LEX                                   ok
207: AC_PROG_LN_S                                  ok
208: AC_PROG_MAKE_SET                              ok
209: AC_PROG_MKDIR_P                               ok
210: AC_PROG_RANLIB                                ok
211: AC_PROG_SED                                   ok
212: AC_PROG_YACC                                  ok
213: AC_CHECK_TOOL_PREFIX                          ok
214: AC_DECL_YYTEXT                                ok
215: AC_RSH                                        ok

Testing autoconf/headers macros.

216: AC_CHECK_HEADERS_ONCE                         ok
217: AC_HEADER_ASSERT                              ok
218: AC_HEADER_MAJOR                               ok
219: AC_HEADER_RESOLV                              ok
220: AC_HEADER_STAT                                ok
221: AC_HEADER_STDBOOL                             ok
222: AC_HEADER_TIOCGWINSZ                          ok
223: AC_DIR_HEADER                                 ok
224: AC_MEMORY_H                                   ok
225: AC_UNISTD_H                                   ok
226: AC_USG                                        ok

Testing autoconf/types macros.

227: AC_STRUCT_DIRENT_D_INO                        ok
228: AC_STRUCT_DIRENT_D_TYPE                       ok
229: AC_STRUCT_ST_BLOCKS                           ok
230: AC_STRUCT_TIMEZONE                            ok
231: AC_TYPE_INT16_T                               ok
232: AC_TYPE_INT32_T                               ok
233: AC_TYPE_INT64_T                               ok
234: AC_TYPE_INT8_T                                ok
235: AC_TYPE_INTMAX_T                              ok
236: AC_TYPE_INTPTR_T                              ok
237: AC_TYPE_LONG_DOUBLE                           ok
238: AC_TYPE_LONG_DOUBLE_WIDER                     ok
239: AC_TYPE_MODE_T                                ok
240: AC_TYPE_OFF_T                                 ok
241: AC_TYPE_SIGNAL                                ok
242: AC_TYPE_SSIZE_T                               ok
243: AC_TYPE_UINT16_T                              ok
244: AC_TYPE_UINT32_T                              ok
245: AC_TYPE_UINT64_T                              ok
246: AC_TYPE_UINT8_T                               ok
247: AC_TYPE_UINTMAX_T                             ok
248: AC_TYPE_UINTPTR_T                             ok
249: AC_C_LONG_DOUBLE                              ok
250: AC_INT_16_BITS                                ok
251: AC_LONG_64_BITS                               ok
252: AC_STRUCT_ST_BLKSIZE                          ok
253: AC_STRUCT_ST_RDEV                             ok
254: AM_TYPE_PTRDIFF_T                             ok

Testing autoconf/functions macros.

255: AC_CHECK_FUNCS_ONCE                           ok
256: AC_FUNC_CHOWN                                 ok
257: AC_FUNC_CLOSEDIR_VOID                         ok
258: AC_FUNC_ERROR_AT_LINE                         ok
259: AC_FUNC_FNMATCH                               ok
260: AC_FUNC_FORK                                  ok
261: AC_FUNC_FSEEKO                                ok
262: AC_FUNC_GETGROUPS                             ok
263: AC_FUNC_GETMNTENT                             ok
264: AC_FUNC_GETPGRP                               ok
265: AC_FUNC_LSTAT                                 ok
266: AC_FUNC_MALLOC                                ok
267: AC_FUNC_MBRTOWC                               ok
268: AC_FUNC_MEMCMP                                ok
269: AC_FUNC_MKTIME                                ok
270: AC_FUNC_MMAP                                  ok
271: AC_FUNC_OBSTACK                               ok
272: AC_FUNC_REALLOC                               ok
273: AC_FUNC_SELECT_ARGTYPES                       ok
274: AC_FUNC_SETPGRP                               ok
275: AC_FUNC_SETVBUF_REVERSED                      ok
276: AC_FUNC_STAT                                  ok
277: AC_FUNC_STRCOLL                               ok
278: AC_FUNC_STRERROR_R                            ok
279: AC_FUNC_STRFTIME                              ok
280: AC_FUNC_STRNLEN                               ok
281: AC_FUNC_STRTOD                                ok
282: AC_FUNC_STRTOLD                               ok
283: AC_FUNC_UTIME_NULL                            ok
284: AC_FUNC_VPRINTF                               ok

Testing autoconf/libs macros.

285: AC_HAVE_LIBRARY                               ok

Compatibility with other tools.

286: Libtool                                       ok

Autoscan.

287: autoscan                                      ok

## ------------- ##
## Test results. ##
## ------------- ##

281 tests behaved as expected.
6 tests were skipped.
make[2]: Leaving directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/tests'
make[1]: Leaving directory 
`/maxtor5/sergei/AppsFromScratchWD/build/autoconf-2.60b/tests'

Applications From Scratch: http://appsfromscratch.berlios.de/



 
____________________________________________________________________________________
Want to start your own business?
Learn how on Yahoo! Small Business.
http://smallbusiness.yahoo.com/r-index




reply via email to

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