From owner-freebsd-ports Wed Apr 19 8:43:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 0C79737B6CF for ; Wed, 19 Apr 2000 08:43:08 -0700 (PDT) (envelope-from oberman@es.net) Received: from es.net (localhost [127.0.0.1]) by ptavv.es.net (8.9.3/8.8.8) with ESMTP id IAA26720 for ; Wed, 19 Apr 2000 08:43:07 -0700 (PDT) Message-Id: <200004191543.IAA26720@ptavv.es.net> To: freebsd-ports@freebsd.org Subject: Can't build gimp-1.1.19 on 3-Stable system Date: Wed, 19 Apr 2000 08:43:07 -0700 From: "Kevin Oberman" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have been trying to install the gimp-1.1.19 port (gimp1) on my system to replace the somewhat unstable 1.1.11 I had previously installed. The installation bombed trying to build Perl plugins. The error is: gmake[4]: Entering directory `/usr/ports/graphics/gimp1/work/gimp-1.1.19/plug-ins/perl/Net' cc -c -I/usr/ports/graphics/gimp1/work/gimp-1.1.19/plug-ins/perl -I/usr/local/include -I/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/PDL/Core -O -pipe -DVERSION=\"1.19\" -DXS_VERSION=\"1.19\" -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: /usr/ports/graphics/gimp1/work/gimp-1.1.19/plug-ins/perl/gppport.h:246: warning: static declaration for `Perl_newCONSTSUB' follows non-static /usr/ports/graphics/gimp1/work/gimp-1.1.19/plug-ins/perl/gppport.h: In function `Perl_newCONSTSUB': /usr/ports/graphics/gimp1/work/gimp-1.1.19/plug-ins/perl/gppport.h:250: `hints' undeclared (first use this function) /usr/ports/graphics/gimp1/work/gimp-1.1.19/plug-ins/perl/gppport.h:250: (Each undeclared identifier is reported only once /usr/ports/graphics/gimp1/work/gimp-1.1.19/plug-ins/perl/gppport.h:250: for each function it appears in.) /usr/ports/graphics/gimp1/work/gimp-1.1.19/plug-ins/perl/gppport.h:254: `copline' undeclared (first use this function) /usr/ports/graphics/gimp1/work/gimp-1.1.19/plug-ins/perl/gppport.h:264: too few arguments to function `Perl_start_subparse' gmake[4]: *** [Net.o] Error 1 gmake[4]: Leaving directory `/usr/ports/graphics/gimp1/work/gimp-1.1.19/plug-ins/perl/Net' gmake[3]: *** [subdirs] Error 2 gmake[3]: Leaving directory `/usr/ports/graphics/gimp1/work/gimp-1.1.19/plug-ins/perl' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/graphics/gimp1/work/gimp-1.1.19/plug-ins' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/gimp1/work/gimp-1.1.19' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. I looked at the source and could not figure it out, but I'm not much of a C programmer. Is this a known problem and is there a workaround/fix? Thanks, R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message