(I'm not subscribed. Please, CC me).

Hello,

While testing wget-1.18.109-4734 on a 32-bit GNU/Linux system with glibc-2.5, gcc-4.1.2 and latest versions of gmplib, libnettle and gnutls, I got 57 test failures:

============================================================================
Testsuite summary for wget 1.18.109-4734
============================================================================
# TOTAL: 85
# PASS:  14
# SKIP:  14
# XFAIL: 0
# FAIL:  57
# XPASS: 0
# ERROR: 0

Maybe they are caused by a failure to detect or report the perl version in configure, or by an old perl version (the machine has perl-5.8.8 installed):
  checking for perl5... no
  checking for perl... /usr/bin/perl

It would be nice to mention in INSTALL or README the oldest version of perl known to work.

I also got some warnings:
--------------------------------------------------------------------
mktime.c: In function 'mktime_internal':
mktime.c:355: warning: comparison is always false due to limited range of data type mktime.c:355: warning: comparison is always false due to limited range of data type

In file included from regex.c:72:
regexec.c: In function 're_search_2_stub':
regexec.c:360: warning: comparison is always false due to limited range of data type regexec.c:360: warning: comparison is always false due to limited range of data type

http.c: In function 'test_parse_range_header':
http.c:5124: warning: this decimal constant is unsigned only in ISO C90
http.c:5124: warning: this decimal constant is unsigned only in ISO C90
http.c:5125: warning: this decimal constant is unsigned only in ISO C90
http.c:5125: warning: integer constant is too large for 'long' type
http.c:5125: warning: integer constant is too large for 'long' type
--------------------------------------------------------------------


Thanks,
Antonio.

Attachment: test-suite.log.gz
Description: GNU Zip compressed data

Reply via email to