We just updated to 10.5.0-C21 and now we get errors !!
Removing previously used /home/.cpan/build/GD-2.28
CPAN.pm: Going to build L/LD/LDS/GD-2.28.tar.gz
NOTICE: This module requires libgd 2.0.25 or higher.
it will NOT work with earlier versions. If you are getting
compile or link errors, then please get and install a new
version of libgd from
www.boutell.com. Do NOT ask Lincoln
for help until you try this.
If you are using Math::Trig 1.01 or lower, it has a bug that
causes a "prerequisite not found" warning to be issued. You may
safely ignore this warning.
Type perl Makefile.PL -h for command-line option summary
Configuring for libgd version 2.0.33.
Included Features: GD_XPM GD_JPEG GD_FREETYPE GD_PNG GD_GIF GD_UNCLOSEDPOLY GD_ANIMGIF GD_FTCIRCLE VERSION_33
GD library used from: /usr
If you experience compile problems, please check the @INC, @LIBPATH and @LIBS
arrays defined in Makefile.PL and manually adjust, if necessary.
Checking if your kit is complete...
Looks good
Writing Makefile for GD
/usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.6.1/i386-linux -I/usr/lib/perl5/5.6.1 GD/Image.pm.PLS GD/Image.pm
Extracting Image.pm (with variable substitutions)
cp GD/Image.pm blib/lib/GD/Image.pm
cp qd.pl blib/lib/qd.pl
cp GD/Simple.pm blib/lib/GD/Simple.pm
cp GD.pm blib/lib/GD.pm
AutoSplitting blib/lib/GD.pm (blib/lib/auto/GD)
cp GD/Polyline.pm blib/lib/GD/Polyline.pm
cp GD/Polygon.pm blib/lib/GD/Polygon.pm
/usr/bin/perl -I/usr/lib/perl5/5.6.1/i386-linux -I/usr/lib/perl5/5.6.1 /usr/lib/perl5/5.6.1/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.6.1/ExtUtils/typemap -typemap typemap GD.xs > GD.xsc && mv GD.xsc GD.c
gcc -c -I/usr/include -fno-strict-aliasing -I/usr/local/include -O2 -march=i386 -mcpu=i686 -DVERSION=\"2.28\" -DXS_VERSION=\"2.28\" -fPIC -I/usr/lib/perl5/5.6.1/i386-linux/CORE -DHAVE_JPEG -DHAVE_FT -DHAVE_XPM -DHAVE_GIF -DHAVE_PNG -DHAVE_ANIMGIF -DVERSION_33 -DHAVE_UNCLOSEDPOLY -DHAVE_FTCIRCLE GD.c
GD.xs: In function `newDynamicCtx':
GD.xs:440: structure has no member named `gd_free'
GD.xs: In function `gd_cloneDim':
GD.xs:460: structure has no member named `alpha'
GD.xs:460: structure has no member named `alpha'
GD.xs:466: structure has no member named `thick'
GD.xs:466: structure has no member named `thick'
GD.xs: In function `XS_GD__Image_newFromPngData':
GD.xs:597: structure has no member named `gd_free'
GD.xs: In function `XS_GD__Image_newFromJpegData':
GD.xs:651: structure has no member named `gd_free'
GD.xs: In function `XS_GD__Image_newFromWBMPData':
GD.xs:673: structure has no member named `gd_free'
GD.xs: In function `XS_GD__Image__newFromGif':
GD.xs:797: warning: assignment makes pointer from integer without a cast
GD.xs: In function `XS_GD__Image_newFromGifData':
GD.xs:816: structure has no member named `gd_free'
GD.xs: In function `XS_GD__Image_copyRotate90':
GD.xs:1153: invalid lvalue in assignment
GD.xs:1153: invalid lvalue in assignment
GD.xs: In function `XS_GD__Image_copyRotate180':
GD.xs:1174: invalid lvalue in assignment
GD.xs:1174: invalid lvalue in assignment
GD.xs: In function `XS_GD__Image_copyRotate270':
GD.xs:1195: invalid lvalue in assignment
GD.xs:1195: invalid lvalue in assignment
GD.xs: In function `XS_GD__Image_copyFlipHorizontal':
GD.xs:1216: invalid lvalue in assignment
GD.xs:1216: invalid lvalue in assignment
GD.xs: In function `XS_GD__Image_copyFlipVertical':
GD.xs:1237: invalid lvalue in assignment
GD.xs:1237: invalid lvalue in assignment
GD.xs: In function `XS_GD__Image_copyTranspose':
GD.xs:1258: invalid lvalue in assignment
GD.xs:1258: invalid lvalue in assignment
GD.xs: In function `XS_GD__Image_copyReverseTranspose':
GD.xs:1279: invalid lvalue in assignment
GD.xs:1279: invalid lvalue in assignment
GD.xs: In function `XS_GD__Image_rotate180':
GD.xs:1299: invalid lvalue in assignment
GD.xs:1299: invalid lvalue in assignment
GD.xs:1300: invalid lvalue in assignment
GD.xs:1300: invalid lvalue in assignment
GD.xs: In function `XS_GD__Image_flipHorizontal':
GD.xs:1338: invalid lvalue in assignment
GD.xs:1338: invalid lvalue in assignment
GD.xs:1339: invalid lvalue in assignment
GD.xs:1339: invalid lvalue in assignment
GD.xs: In function `XS_GD__Image_flipVertical':
GD.xs:1356: invalid lvalue in assignment
GD.xs:1356: invalid lvalue in assignment
GD.xs:1357: invalid lvalue in assignment
GD.xs:1357: invalid lvalue in assignment
GD.xs: In function `XS_GD__Image_stringFT':
GD.xs:2070: `gdFTStringExtra' undeclared (first use in this function)
GD.xs:2070: (Each undeclared identifier is reported only once
GD.xs:2070: for each function it appears in.)
GD.xs:2070: parse error before `strex'
GD.xs:2089: `strex' undeclared (first use in this function)
GD.xs:2093: `gdFTEX_LINESPACE' undeclared (first use in this function)
GD.xs:2097: `gdFTEX_CHARMAP' undeclared (first use in this function)
GD.xs:2099: `gdFTEX_Unicode' undeclared (first use in this function)
GD.xs:2101: `gdFTEX_Shift_JIS' undeclared (first use in this function)
GD.xs:2103: `gdFTEX_Big5' undeclared (first use in this function)
GD.xs:2109: `gdFTEX_RESOLUTION' undeclared (first use in this function)
GD.xs:2118: `gdFTEX_DISABLE_KERNING' undeclared (first use in this function)
GD.xs:2124: warning: assignment makes pointer from integer without a cast
GD.xs: In function `XS_GD__Image_stringFTCircle':
GD.xs:2169: warning: assignment makes pointer from integer without a cast
GD.xs: In function `XS_GD__Font_DESTROY':
GD.xs:2344: warning: comparison between pointer and integer
GD.xs:2345: warning: comparison between pointer and integer
GD.xs:2346: warning: comparison between pointer and integer
GD.xs:2347: warning: comparison between pointer and integer
GD.xs:2348: warning: comparison between pointer and integer
GD.xs: In function `XS_GD__Font_Small':
GD.xs:2360: warning: assignment makes pointer from integer without a cast
GD.xs: In function `XS_GD__Font_Large':
GD.xs:2371: warning: assignment makes pointer from integer without a cast
GD.xs: In function `XS_GD__Font_Giant':
GD.xs:2382: warning: assignment makes pointer from integer without a cast
GD.xs: In function `XS_GD__Font_MediumBold':
GD.xs:2393: warning: assignment makes pointer from integer without a cast
GD.xs: In function `XS_GD__Font_Tiny':
GD.xs:2404: warning: assignment makes pointer from integer without a cast
make: *** [GD.o] Error 1
/usr/bin/make -- NOT OK
Running make install
make had returned bad status, install seems impossible