develooper Front page | perl.perl5.porters | Postings from December 2010

RE: IBM AIX XL C/C++ compiler update

Thread Previous | Thread Next
From:
Jan Dubois
Date:
December 17, 2010 16:01
Subject:
RE: IBM AIX XL C/C++ compiler update
Message ID:
008101cb9e46$a4c90d50$ee5b27f0$@activestate.com
On Fri, 07 May 2010, H.Merijn Brand wrote:
> As of today, my AIX 5.3 machine will be using the new xlc-11.1.0.0
> compiler (was 10.0.1.2).
> 
> /me hatez AIX^WIBM. What takes me a few minutes on Linux, a few more
> minutes on HP-UX, takes me hours on AIX.
> 
> Just did a manual build -Duse64bitall
> 
> $ ./perl -Ilib -V:ccversion
> ccversion='11.1.0.0';
> $ env TEST_JOBS=4 make test_harness
> :
> Test Summary Report
> -------------------
> ../ext/SDBM_File/t/sdbm.t                                       (Wstat: 0 Tests: 80 Failed: 3)
>   Failed tests:  8, 10, 20
> Files=1810, Tests=349543, 879 wallclock secs (67.51 usr  9.10 sys + 436.64 cusr 56.16 csys = 569.41
> CPU)
> Result: FAIL
> 
> Those fails were a long series of
> Use of uninitialized value in numeric eq (==) at t/sdbm.t line 123.
> Use of uninitialized value $foo[1] in join or string at t/sdbm.t line 132.
> Use of uninitialized value $foo[2] in join or string at t/sdbm.t line 132.
> :
> Use of uninitialized value $foo[199] in join or string at t/sdbm.t line 132.
> Use of uninitialized value $h{"foo"} in string eq at t/sdbm.t line 134.
> ../ext/SDBM_File/t/sdbm.t ......................................... Failed 3/80 subtests

Did you ever figure out what the problem was?

Cheers,
-Jan



Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About