Skip Menu |

This queue is for tickets about the GD CPAN distribution.

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

People
Owner: LDS [...] cpan.org
Requestors:
Cc:
AdminCc:

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



Subject: Failed during Make test in Solaris 2.8 with perl 5.8
3# 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....brush is not of type GD::Image at t/GD.t line 64. t/GD....dubious Test returned status 0 (wstat 139, 0x8b) FAILED--1 test script could be run, alas--no output ever seen *** Error code 2 make: Fatal error: Command failed for target `test_dynamic'
Please post the GD version number, as well as the log of the full build, starting with perl Makefile.PL. Also confirm that you have the most recent libgd installed and that its demos build and run correctly.
Subject: Failed during "make" in Solaris 9 with perl 5.8
From: peter.richter [...] t-systems.com
[LDS - Tue Apr 13 11:24:06 2004]: Show quoted text
> Please post the GD version number, as well as the log of the full > build, starting > with perl Makefile.PL. Also confirm that you have the most recent > libgd > installed and that its demos build and run correctly.
Hello, i get the following messages: perl Makefile.PL make cc -c -I/usr/local/include -I/usr/local/include/gd -D_LARGEFILE_SOURCE - D_FILE_OFFSET_BITS=64 -xO3 -xdepend -DVERSION=\"1.33\" - DXS_VERSION=\"1.33\" -KPIC -I/usr/perl5/5.6.1/lib/sun4-solaris- 64int/CORE -DHAVE_JPEG -DHAVE_TTF -DHAVE_XPM GD.c /usr/ucb/cc: language optional software package not installed *** Error code 1 make: Fatal error: Command failed for target `GD.o' thanks Peter Richter
Sorry for the delay in responding. The problem is that you need to install the optional Solaris C compiler before you can install GD. Lincoln [guest - Tue Apr 13 01:53:05 2004]: Show quoted text
> 3# 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....brush is not of type GD::Image at t/GD.t line 64. > t/GD....dubious > Test returned status 0 (wstat 139, 0x8b) > FAILED--1 test script could be run, alas--no output ever seen > *** Error code 2 > make: Fatal error: Command failed for target `test_dynamic'