Perl / perl5

🐪 The Perl programming language
https://dev.perl.org/perl5/
Other
1.92k stars 545 forks source link

Cannot install XML::Parser on AIX with perl-5.7.3 #5255

Closed p5pRT closed 19 years ago

p5pRT commented 22 years ago

Migrated from rt.perl.org#8838 (status was 'rejected')

Searchable as RT8838$

p5pRT commented 22 years ago

From jose.auguste-etienne@cgss-guyane.fr

Hiya\,

perl-5.7.3 built out of the box\, but when I tried to install the XML​::Parser module\, I got these make test failures

PERL_DL_NONLAZY=1 /usr/local/test/perl573/bin/perl5.7.3 -Iblib/arch -Iblib/lib -e 'use Test​::Harness qw(&runtests $verbose); $verbose=0; runtests @​ARGV;' t/*.t t/astress.........FAILED tests 4-24   Failed 21/25 tests\, 16.00% okay t/cdata........... no element found at line 1\, column 0\, byte -1​: 53^ 7066360 at blib/lib/XML/Parser.pm line 185 dubious   Test returned status 255 (wstat 65280\, 0xff00) DIED. FAILED test 2   Failed 1/2 tests\, 50.00% okay t/decl............ no element found at line 1\, column 0\, byte -1​: 53^ 8536744 at blib/lib/XML/Parser.pm line 185 dubious   Test returned status 255 (wstat 65280\, 0xff00) DIED. FAILED tests 2-30   Failed 29/30 tests\, 3.33% okay t/defaulted....... no element found at line 1\, column 0\, byte -1 at blib/lib/XML/Parser.pm line 185 dubious   Test returned status 255 (wstat 65280\, 0xff00) DIED. FAILED tests 2-4   Failed 3/4 tests\, 25.00% okay t/encoding........ no element found at line 1\, column 0\, byte -1 at blib/lib/XML/Parser.pm line 185 dubious   Test returned status 255 (wstat 65280\, 0xff00) DIED. FAILED tests 2-4   Failed 3/4 tests\, 25.00% okay t/external_ent.... no element found at line 1\, column 0\, byte -1 at blib/lib/XML/Parser.pm line 185 dubious   Test returned status 255 (wstat 65280\, 0xff00) DIED. FAILED tests 2-5   Failed 4/5 tests\, 20.00% okay t/file............ok t/finish..........ok t/namespaces...... no element found at line 1\, column 0\, byte -1​: 53^ 7068872 at blib/lib/XML/Parser.pm line 185 dubious   Test returned status 255 (wstat 65280\, 0xff00) DIED. FAILED tests 2-16   Failed 15/16 tests\, 6.25% okay t/parament........ no element found at line 1\, column 0\, byte -1​: 53^ 7067128 at blib/lib/XML/Parser.pm line 185 dubious   Test returned status 255 (wstat 65280\, 0xff00) DIED. FAILED tests 2-12   Failed 11/12 tests\, 8.33% okay t/partial......... no element found at line 1\, column 0\, byte -1 at t/partial.t line 33 dubious   Test returned status 255 (wstat 65280\, 0xff00) DIED. FAILED tests 2-3   Failed 2/3 tests\, 33.33% okay t/skip............ok t/stream..........ok Failed 9/13 test scripts\, 30.77% okay. 89/113 subtests failed\, 21.24% okay. Failed Test Stat Wstat Total Fail Failed List of Failed


t/astress.t 25 21 84.00% 4-24 t/cdata.t 255 65280 2 1 50.00% 2 t/decl.t 255 65280 30 29 96.67% 2-30 t/defaulted.t 255 65280 4 3 75.00% 2-4 t/encoding.t 255 65280 4 3 75.00% 2-4 t/external_ent.t 255 65280 5 4 80.00% 2-5 t/namespaces.t 255 65280 16 15 93.75% 2-16 t/parament.t 255 65280 12 11 91.67% 2-12 t/partial.t 255 65280 3 2 66.67% 2-3

Here is the procedure I used after unpacking :

/usr/local/test/perl573/bin/perl5.7.3 Makefile.PL EXPATLIBPATH=/usr/local/lib EXPATINCPATH=/usr/local/include make make test

FYI\, here are the configurations where XML​::Parser works with perl-5.6.1\, but fails to build with 5.7.3 with the same error messages.

for AIX-4.2.1.5

(See attached file​: MakeFile.PL.log)(See attached file​: make.log)(See attached file​: maketest.log)(See attached file​: perl-V-aix-4.2.1.5)

for aix 4.3.3.10

(See attached file​: MakeFile.PL.log)(See attached file​: make.log)(See attached file​: maketest.log)(See attached file​: perl-V-aix-4.3.3.10)

for aix 4.3.3.25

(See attached file​: MakeFile.PL.log)(See attached file​: make.log)(See attached file​: maketest.log)(See attached file​: perl-V-aix-4.3.3.25)

p5pRT commented 22 years ago

From jose.auguste-etienne@cgss-guyane.fr

MakeFile.PL.log

p5pRT commented 22 years ago

From jose.auguste-etienne@cgss-guyane.fr

make.log

p5pRT commented 22 years ago

From jose.auguste-etienne@cgss-guyane.fr

maketest.log

p5pRT commented 22 years ago

From jose.auguste-etienne@cgss-guyane.fr

perl-V-aix-4.2.1.5

p5pRT commented 22 years ago

From jose.auguste-etienne@cgss-guyane.fr

MakeFile.PL.log

p5pRT commented 22 years ago

From jose.auguste-etienne@cgss-guyane.fr

make.log

p5pRT commented 22 years ago

From jose.auguste-etienne@cgss-guyane.fr

maketest.log

p5pRT commented 22 years ago

From jose.auguste-etienne@cgss-guyane.fr

perl-V-aix-4.3.3.10

p5pRT commented 22 years ago

From jose.auguste-etienne@cgss-guyane.fr

MakeFile.PL.log

p5pRT commented 22 years ago

From jose.auguste-etienne@cgss-guyane.fr

make.log

p5pRT commented 22 years ago

From jose.auguste-etienne@cgss-guyane.fr

maketest.log

p5pRT commented 22 years ago

From jose.auguste-etienne@cgss-guyane.fr

perl-V-aix-4.3.3.25

p5pRT commented 19 years ago

From @smpeters

I'm sorry that no one has gotten to this ticket sooner\, but\, since XML​::Parser is not a part of the Perl core\, it is not supported here. Please check CPAN on bug reporting for this individual module at http​://search.cpan.org/dist/XML-Parser

p5pRT commented 19 years ago

@smpeters - Status changed from 'open' to 'rejected'

p5pRT commented 19 years ago

From jose.auguste-etienne@cgss-guyane.fr

Le jeudi 28 avril 2005 à 04​:18 +0000\, Steve Peters via RT a écrit :

I'm sorry that no one has gotten to this ticket sooner\, but\, since XML​::Parser is not a part of the Perl core\, it is not supported here. Please check CPAN on bug reporting for this individual module at http​://search.cpan.org/dist/XML-Parser

No problem.

IIRC\, this ticket has been open at the time when perl 5.8.0 was about to be released and a call has been made to test the RC against CPAN. However\, the problem is solved. Thank you for cleaning up RT.

Regards\, José A-E