Skip Menu |

This queue is for tickets about the GD CPAN distribution.

Report information
The Basics
Id: 11443
Status: resolved
Priority: 0/
Queue: GD

People
Owner: LDS [...] cpan.org
Requestors: imiller [...] bsd.uchicago.edu
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Date: Wed, 9 Feb 2005 10:49:56 -0600
From: Ian Miller <imiller [...] bsd.uchicago.edu>
To: bug-GD [...] rt.cpan.org
Subject: GD TEST FAILS
Solaris 9 system with gcc 3.4.2 gd 1.0.33 perl 5.8.6 and I can not pas the test for the perl mod GD 2.19 bash-2.05# make test PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/GD..........Can't load './blib/arch/auto/GD/GD.so' for module GD: ld.so.1: /usr/local/bin/perl: fatal: relocation error: file /usr/local/lib/libgd.so.2: symbol libiconv_open: referenced symbol not found at /usr/local/lib/perl5/5.8.6/sun4-solaris/DynaLoader.pm line 230. at t/GD.t line 13 Compilation failed in require at t/GD.t line 13. BEGIN failed--compilation aborted at t/GD.t line 13. t/GD..........dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-10 Failed 10/10 tests, 0.00% okay t/Polyline....Can't load '/GD-2.19/blib/arch/auto/GD/GD.so' for module GD: ld.so.1: /usr/local/bin/perl: fatal: relocation error: file /usr/local/lib/libgd.so.2: symbol libiconv_open: referenced symbol not found at /usr/local/lib/perl5/5.8.6/sun4-solaris/DynaLoader.pm line 230. at /GD-2.19/blib/lib/GD/Polyline.pm line 45 Compilation failed in require at /GD-2.19/blib/lib/GD/Polyline.pm line 45. BEGIN failed--compilation aborted at /GD-2.19/blib/lib/GD/Polyline.pm line 45. Compilation failed in require at t/Polyline.t line 10. BEGIN failed--compilation aborted at t/Polyline.t line 10. t/Polyline....dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/GD.t 255 65280 10 19 190.00% 1-10 t/Polyline.t 255 65280 1 2 200.00% 1 Failed 2/2 test scripts, 0.00% okay. 11/11 subtests failed, 0.00% okay. make: *** [test_dynamic] Error 2 -- Ian Miller Sr. Systems Engineer University of Chicago imiller@bsd.uchicago.edu
Some versions of Solaris require that the libiconv library be linked at compile time. This is now done for you in recent versions of GD (currently 2.22). Lincoln [imiller@bsd.uchicago.edu - Wed Feb 9 11:57:53 2005]: Show quoted text
> Solaris 9 system with gcc 3.4.2 > gd 1.0.33 > perl 5.8.6 > and I can not pas the test for the perl mod GD 2.19 > > bash-2.05# make test > PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" > "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > t/GD..........Can't load './blib/arch/auto/GD/GD.so' for module GD: > ld.so.1: > /usr/local/bin/perl: fatal: relocation error: file > /usr/local/lib/libgd.so.2: > symbol libiconv_open: referenced symbol not found at > /usr/local/lib/perl5/5.8.6/sun4-solaris/DynaLoader.pm line 230. > at t/GD.t line 13 > Compilation failed in require at t/GD.t line 13. > BEGIN failed--compilation aborted at t/GD.t line 13. > t/GD..........dubious > Test returned status 255 (wstat 65280, 0xff00) > DIED. FAILED tests 1-10 > Failed 10/10 tests, 0.00% okay > t/Polyline....Can't load '/GD-2.19/blib/arch/auto/GD/GD.so' for
module Show quoted text
> GD: > ld.so.1: /usr/local/bin/perl: fatal: relocation error: file > /usr/local/lib/libgd.so.2: symbol libiconv_open: referenced symbol
not Show quoted text
> found at > /usr/local/lib/perl5/5.8.6/sun4-solaris/DynaLoader.pm line 230. > at /GD-2.19/blib/lib/GD/Polyline.pm line 45 > Compilation failed in require at /GD-2.19/blib/lib/GD/Polyline.pm
line Show quoted text
> 45. > BEGIN failed--compilation aborted at /GD-2.19/blib/lib/GD/Polyline.pm > line 45. > Compilation failed in require at t/Polyline.t line 10. > BEGIN failed--compilation aborted at t/Polyline.t line 10. > t/Polyline....dubious > Test returned status 255 (wstat 65280, 0xff00) > DIED. FAILED test 1 > Failed 1/1 tests, 0.00% okay > Failed Test Stat Wstat Total Fail Failed List of Failed >
------------------------------------------------------------------------------- Show quoted text
> t/GD.t 255 65280 10 19 190.00% 1-10 > t/Polyline.t 255 65280 1 2 200.00% 1 > Failed 2/2 test scripts, 0.00% okay. 11/11 subtests failed, 0.00% > okay. > make: *** [test_dynamic] Error 2 >