[log4perl-devel] 1.26 installation fails date test with perl v5.10.0

2010-02-04 Thread Ming
Linux ubuntu 2.6.31-17-generic #54-Ubuntu SMP

This is perl, v5.10.0 built for x86_64-linux-gnu-thread-multi

t/023Date.t .. 1/36
#   Failed test at t/023Date.t line 67.
#  got: '0 00 000 '
# expected: '22 22 022 0022'

#   Failed test at t/023Date.t line 103.
#  got: '26 Aug 2002 23:32:00,123'
# expected: '26 Aug 2002 23:32:22,123'

#   Failed test at t/023Date.t line 106.
#  got: '2002-08-26 23:32:00,123'
# expected: '2002-08-26 23:32:22,123'

#   Failed test at t/023Date.t line 109.
#  got: '23:32:00,123'
# expected: '23:32:22,123'

#   Failed test at t/023Date.t line 112.
#  got: '[Mon Aug 26 23:32:00 2002]'
# expected: '[Mon Aug 26 23:32:22 2002]'
# Looks like you failed 5 tests of 36.
t/023Date.t .. Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/36 subtests

TIA
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com___
log4perl-devel mailing list
log4perl-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/log4perl-devel


Re: [log4perl-devel] 1.26 installation fails date test with perl 5.10.0

2010-02-04 Thread Mike Schilli

Interesting, I don't get that with perl 5.10.0 on Linux. What does

perl -le 'print scalar gmtime (1030429942 - 7*3600)'

show on your platform?

It should be

Mon Aug 26 23:32:22 2002

(that's what I get on Linux) but on your platform, I suspect, it's

Mon Aug 26 23:32:00 2002

instead. Maybe a bug on a specific platform? Which one are you on?  Can
you try with a later perl version?

-- Mike

Mike Schilli
m...@perlmeister.com

On Thu, 4 Feb 2010, you wrote:

This is perl, v5.10.0 built for x86_64-linux-gnu-thread-multi


t/023Date.t .. 1/36 
#   Failed test at t/023Date.t line 67.
#          got: '0 00 000 '
#     expected: '22 22 022 0022'

#   Failed test at t/023Date.t line 103.
#          got: '26 Aug 2002 23:32:00,123'
#     expected: '26 Aug 2002 23:32:22,123'

#   Failed test at t/023Date.t line 106.
#          got: '2002-08-26 23:32:00,123'
#     expected: '2002-08-26 23:32:22,123'

#   Failed test at t/023Date.t line 109.
#          got: '23:32:00,123'
#     expected: '23:32:22,123'

#   Failed test at t/023Date.t line 112.
#          got: '[Mon Aug 26 23:32:00 2002]'
#     expected: '[Mon Aug 26 23:32:22 2002]'
# Looks like you failed 5 tests of 36.
t/023Date.t .. Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/36 subtests 

TIA--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com___
log4perl-devel mailing list
log4perl-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/log4perl-devel