Date: Sat, 3 Jun 2000 23:36:38 -0500 (CDT) From: Glenn Johnson <glennpj@bayouhome.net> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/18996: gimp port does not build when WITH_PERL is defined Message-ID: <200006040436.XAA11203@gforce.johnson.home>
next in thread | raw e-mail | index | archive | help
>Number: 18996 >Category: ports >Synopsis: gimp port does not build when WITH_PERL is defined >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 03 21:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Glenn Johnson >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: FreeBSD 4.0-STABLE; freshly cvsupped ports tree. >Description: When WITH_PERL is defined the gimp build fails and produces the following output: gmake[4]: Entering directory `/ccd/ports/graphics/gimp1/work/gimp-1.1.23/plug-ins/perl/Net' mkdir ../blib/arch/auto/Gimp/Net mkdir ../blib/lib/auto/Gimp/Net cp Net.pm ../blib/lib/Gimp/Net.pm /usr/bin/perl5 -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 /usr/libdata/perl/5.00503/ExtUtils/xsubpp -typemap /usr/libdata/perl/5.00503/ExtUtils/typemap -typemap /ccd/ports/graphics/gimp1/work/gimp-1.1.23/plug-ins/perl/typemap -typemap /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/PDL/Core/typemap.pdl Net.xs >How-To-Repeat: Build gimp with the WITH_PERL variable defined. >Fix: I do not know what the fix is but the port can be built without the WITH_PERL variable set. >Release-Note: >Audit-Trail: >Unformatted: >xstmp.c && mv xstmp.c Net.c cc -c -I/ccd/ports/graphics/gimp1/work/gimp-1.1.23/plug-ins/perl -I/usr/local/include -I/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/PDL/Core -O -pipe -DVERSION=\"1.2\" -DXS_VERSION=\"1.2\" -DPIC -fpic -I/usr/libdata/perl/5.00503/mach/CORE -Ddatadir="\"/usr/X11R6/share\"" -DHAVE_PDL=1 Net.c In file included from Net.xs:10: /ccd/ports/graphics/gimp1/work/gimp-1.1.23/plug-ins/perl/gppport.h:246: warning: static declaration for `Perl_newCONSTSUB' follows non-static /ccd/ports/graphics/gimp1/work/gimp-1.1.23/plug-ins/perl/gppport.h: In function `Perl_newCONSTSUB': /ccd/ports/graphics/gimp1/work/gimp-1.1.23/plug-ins/perl/gppport.h:250: `hints' undeclared (first use in this function) /ccd/ports/graphics/gimp1/work/gimp-1.1.23/plug-ins/perl/gppport.h:250: (Each undeclared identifier is reported only once /ccd/ports/graphics/gimp1/work/gimp-1.1.23/plug-ins/perl/gppport.h:250: for each function it appears in.) /ccd/ports/graphics/gimp1/work/gimp-1.1.23/plug-ins/perl/gppport.h:254: `copline' undeclared (first use in this function) /ccd/ports/graphics/gimp1/work/gimp-1.1.23/plug-ins/perl/gppport.h:264: too few arguments to function `Perl_start_subparse' gmake[4]: *** [Net.o] Error 1 gmake[4]: Leaving directory `/ccd/ports/graphics/gimp1/work/gimp-1.1.23/plug-ins/perl/Net' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006040436.XAA11203>