Re: No, make questions

From: admin (admin2_at_enabled.com)
Date: 07/11/03

  • Next message: Kurt: "RE: name all the uses for samba"
    To: Kirk Strauser <kirk@strauser.com>, "admin" <admin2@enabled.com>
    Date: Fri, 11 Jul 2003 09:29:32 -0800
    
    

    >
    > >> 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

    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"


  • Next message: Kurt: "RE: name all the uses for samba"

    Relevant Pages

    • Re: LDAP over SSL
      ... The error code that I included is from ldp.exe trying to connect on port ... before mucking around in your own code. ... Joe K. ... The server is running Windows Server 2003 SP1 with all the latest ...
      (microsoft.public.windows.server.active_directory)
    • error with CPAN.pm
      ... I run a "make DBI" and this is what I get: ... 1254-004 The error code from the last command is 127. ... The above is the very end of the output, I am running AIX 5.2 level ...
      (comp.lang.perl.modules)