Date: Fri, 11 Jul 2003 09:29:32 -0800 From: "admin" <admin2@enabled.com> To: Kirk Strauser <kirk@strauser.com>, "admin" <admin2@enabled.com> Cc: freebsd-questions@freebsd.org Subject: Re: No, make questions Message-ID: <20030711172834.M11558@enabled.com> In-Reply-To: <87llv5c81p.fsf@pooh.honeypot.net> References: <20030711160152.M61539@enabled.com> <87wuepc9vi.fsf@pooh.honeypot.net> <20030711163405.M20640@enabled.com> <87llv5c81p.fsf@pooh.honeypot.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> > >> Anyway, look at /etc/make.conf. That's probably where the culprit is > >> hiding. > > > my /etc/make.conf looks like this: > > That's the complete contents of your /etc/make.conf? yuppers - is something broken about that. > > > shell# perl -MCPAN -e 'install GD' > it > > This doesn't directly answer your question, but why not: > > cd /usr/ports/graphics/p5-GD; make install > > instead of mucking about with CPAN? sure - I am seeing some more madness. --- snip ---- shell# make clean && make install ===> Cleaning for libiconv-1.9.1_1 ===> Cleaning for gettext-0.11.5_1 ===> Cleaning for gmake-3.80 ===> Cleaning for libtool-1.3.5_1 ===> Cleaning for gd-1.8.4_6,1 ===> Cleaning for jpeg-6b_1 ===> Cleaning for png-1.2.5_2 ===> Cleaning for freetype2-2.1.4_1 ===> Cleaning for expat-1.95.6_1 ===> Cleaning for p5-GD-1.41 ===> Extracting for p5-GD-1.41 >> Checksum OK for GD-1.41.tar.gz. ===> Patching for p5-GD-1.41 ===> Applying FreeBSD patches for p5-GD-1.41 /usr/bin/sed -i.bak -e 's,@@LOCALBASE@@,/usr/local,g' -e 's,@@LOCALBASE@@,/usr /local,g' /usr/ports/graphics/p5-GD/work/GD-1.41/Makefile.PL ===> p5-GD-1.41 depends on shared library: gd.2 - found ===> Configuring for p5-GD-1.41 NOTICE: This module requires libgd 1.8.4 or higher (shared library version 4.X). WARNING: CAPI is not a known parameter. Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lX11 Note (probably harmless): No library found for -lXpm Writing Makefile for GD ===> Building for p5-GD-1.41 cp patch_gd.pl blib/lib/patch_gd.pl cp qd.pl blib/lib/qd.pl cp GD.pm blib/lib/GD.pm AutoSplitting blib/lib/GD.pm (blib/lib/auto/GD) /usr/local/bin/perl /usr/local/lib/perl5/5.8.0/ExtUtils/xsubpp -typemap /usr/lo cal/lib/perl5/5.8.0/ExtUtils/typemap -typemap typemap GD.xs > GD.xsc && mv GD.x sc GD.c cc -c -I/usr/local/include -I/usr/local/include/gd -I/usr/local/include/freetyp e -I@@X11BASE@@/include -I@@X11BASE@@/include/X11 -O -pipe -O -pipe -DVERSIO N=\"1.41\" -DXS_VERSION=\"1.41\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.8.0/mach /CORE" -DHAVE_JPEG -DHAVE_TTF -DHAVE_XPM GD.c GD.xs: In function `newDynamicCtx': GD.xs:342: structure has no member named `free' GD.xs: In function `XS_GD__Image_newFromPngData': GD.xs:395: structure has no member named `free' GD.xs: In function `XS_GD__Image_newFromGdData': GD.xs:412: structure has no member named `free' GD.xs: In function `XS_GD__Image_newFromGd2Data': GD.xs:429: structure has no member named `free' GD.xs: In function `XS_GD__Image_newFromJpegData': GD.xs:472: structure has no member named `free' GD.xs: In function `XS_GD__Image_newFromWBMPData': GD.xs:494: structure has no member named `free' *** Error code 1 Stop in /usr/ports/graphics/p5-GD/work/GD-1.41. *** Error code 1 Stop in /usr/ports/graphics/p5-GD. > -- > Kirk Strauser
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030711172834.M11558>