Subject: | Faliure to build GD-2.44 on SunOS 5.10 |
Date: | Sun, 30 Aug 2009 23:42:28 +0200 |
To: | <bug-GD [...] rt.cpan.org> |
From: | "Lura, Tor Stefan Hustoft" <tor.stefan.hustoft.lura [...] helse-vest-ikt.no> |
SunOS yggdrasil 5.10 Generic_139555-08 sun4u sparc SUNW,Sun-Fire-V240
[root@yggdrasil GD-2.44]# cc -V
cc: Sun C 5.10 SunOS_sparc 2009/06/03
[root@yggdrasil GD-2.44]# make
/opt/csw/bin/perl GD/Image.pm.PLS GD/Image.pm
Extracting Image.pm (with variable substitutions)
Skip blib/lib/GD/Polyline.pm (unchanged)
Skip blib/lib/qd.pl (unchanged)
Skip blib/lib/GD/Image.pm (unchanged)
Skip blib/lib/GD.pm (unchanged)
Skip blib/lib/GD/Simple.pm (unchanged)
Skip blib/lib/GD/Polygon.pm (unchanged)
Skip blib/lib/GD/Group.pm (unchanged)
cc -c -I/opt/csw/include -Wformat=0 -xO3 -xtarget=ultra -xarch=v8 -DVERSION=\"2.44\" -DXS_VERSION=\"2.44\" -KPIC "-I/opt/csw/lib/perl/5.8.8/CORE" -DHAVE_JPEG -DHAVE_FT -DHAVE_XPM -DHAVE_GIF -DHAVE_PNG -DHAVE_ANIMGIF -DVERSION_33 -DHAVE_UNCLOSEDPOLY -DHAVE_FONTCONFIG -DHAVE_FTCIRCLE GD.c
cc: -W option with unknown program format=0
*** Error code 1
make: Fatal error: Command failed for target `GD.o'
[root@yggdrasil GD-2.44]# diff Makefile MakefileWorkes
15c15
< # CCFLAGS => q[-Wformat=0]
---
Show quoted text
> # CCFLAGS => q[]
298c298
< CCFLAGS = -Wformat=0
---
Show quoted text> CCFLAGS =
[root@yggdrasil GD-2.44]# make
/opt/csw/bin/perl "-Iblib/arch" "-Iblib/lib" bdf_scripts/bdf2gdfont.PLS bdf_scripts/bdf2gdfont.pl
Extracting bdf2gdfont.pl (with variable substitutions)
cp bdf_scripts/bdf2gdfont.pl blib/script/bdf2gdfont.pl
/opt/csw/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/bdf2gdfont.pl
Manifying blib/man1/bdf2gdfont.pl.1
Manifying blib/man3/GD::Image.3perl
[root@yggdrasil GD-2.44]# make test
PERL_DL_NONLAZY=1 /opt/csw/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/GD.t ........ Testing using png support.
t/GD.t ........ ok
t/Polyline.t .. ok
All tests successful.
Files=2, Tests=13, 0 wallclock secs ( 0.07 usr 0.05 sys + 0.37 cusr 0.10 csys = 0.59 CPU)
Result: PASS
Cheers,
Tor Stefan
Thank you all for your good work! :)