From owner-freebsd-ports Sat Jun 3 21:40:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BC9E37C770 for ; Sat, 3 Jun 2000 21:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA37645; Sat, 3 Jun 2000 21:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from smtp.millennium20.com (smtp.millennium20.com [209.79.190.13]) by hub.freebsd.org (Postfix) with ESMTP id 4D60937C65D for ; Sat, 3 Jun 2000 21:36:57 -0700 (PDT) (envelope-from glennpj@bayouhome.net) Received: from gforce.johnson.home (1Cust3.tnt2.covington.la.da.uu.net [63.31.31.3]) by smtp.millennium20.com (8.10.0/8.10.0) with SMTP id e543afK14484 for ; Sat, 3 Jun 2000 20:36:41 -0700 Received: (from glenn@localhost) by gforce.johnson.home (8.9.3/8.9.3) id XAA11203; Sat, 3 Jun 2000 23:36:38 -0500 (CDT) (envelope-from glenn) Message-Id: <200006040436.XAA11203@gforce.johnson.home> Date: Sat, 3 Jun 2000 23:36:38 -0500 (CDT) From: Glenn Johnson Reply-To: Glenn Johnson To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18996: gimp port does not build when WITH_PERL is defined Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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