GD make test failed

From: dkh (umhuangk_at_yahoo.com)
Date: 01/24/05

  • Next message: M. Hegde: "Setting file permissions in ExtUtils::MakeMaker"
    Date: 24 Jan 2005 08:37:19 -0800
    
    

    Hi,
    I'm trying to build GD-2.16 in SGI IRRIX64 and I got the following
    problems during "make test":
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
            PERL_DL_NONLAZY=1 /tools/perl/perl_5.8.5/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:
    577429:/tools/perl/perl_5.8.5/bin/perl: rld: Fatal Error: unresolvable
    symbol in /tools/perl/perl_5.8.5/lib/libpng.so.3: crc32 at
    /tools/perl/perl_5.8.5/lib/5.8.5/IP35-irix/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
    '/data2/perl_source/GD-2.16/blib/arch/auto/GD/GD.so' for module GD:
    577432:/tools/perl/perl_5.8.5/bin/perl: rld: Fatal Error: unresolvable
    symbol in /tools/perl/perl_5.8.5/lib/libpng.so.3: crc32 at
    /tools/perl/perl_5.8.5/lib/5.8.5/IP35-irix/DynaLoader.pm line 230.
     at /data2/perl_source/GD-2.16/blib/lib/GD/Polyline.pm line 49
    Compilation failed in require at
    /data2/perl_source/GD-2.16/blib/lib/GD/Polyline.pm line 49.
    BEGIN failed--compilation aborted at
    /data2/perl_source/GD-2.16/blib/lib/GD/Polyline.pm line 49.
    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.
    *** Error code 2 (bu21)
    ++++++++++++++++++++++++++++++++++++++++++++++++++
     
    Has the libpng problem?
    I have successfully built, tested, and installed libpng-1.2.7,
    jpegscr.v6b, and gd-2.0.32 before building GD-2.16. I use cc complier
    (MISPpro Compilers: Version 7.3.1.3m)for all of them.
    Anyone has any ideas?
    Thanks!
    Danny


  • Next message: M. Hegde: "Setting file permissions in ExtUtils::MakeMaker"