From owner-freebsd-gnome Mon Sep 9 21:33:53 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DB8137B400 for ; Mon, 9 Sep 2002 21:33:50 -0700 (PDT) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15A7543E3B for ; Mon, 9 Sep 2002 21:33:50 -0700 (PDT) (envelope-from kwythers@umn.edu) Received: from truffula.localdomain ([24.118.56.18]) by sccrmhc02.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20020910043349.WDFH25823.sccrmhc02.attbi.com@truffula.localdomain>; Tue, 10 Sep 2002 04:33:49 +0000 Content-Type: text/plain; charset="iso-8859-1" From: Kirk R.Wythers To: Joe Marcus Clarke Subject: perl and scrollkeeper trouble->no gnome2 Date: Mon, 9 Sep 2002 23:34:51 -0500 X-Mailer: KMail [version 1.2] References: <02090915213600.01330@truffula.localdomain> <02090916414803.01330@truffula.localdomain> <1031616993.41858.1.camel@shumai.marcuscom.com> In-Reply-To: <1031616993.41858.1.camel@shumai.marcuscom.com> Cc: gnome@FreeBSD.org MIME-Version: 1.0 Message-Id: <02090923345100.01165@truffula.localdomain> Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Joe, I'm still at it. I apear to have several Copy.pm files lorax# find `perl -e 'print "@INC"'` -name '*.pm' -print | grep Copy /usr/local/lib/perl5/site_perl/5.005/File/Copy.pm /usr/local/lib/perl5/site_perl/5.005/File/Copy.pm /usr/local/lib/perl5/5.6.1/File/Copy.pm =2E/Copy.pm I understand that I should have one for /5.005/File/Copy.pm and one for=20 5.6.1/FIle/Copy.pm (I have both 5.005 and 5.6.1 installed,I switch betwee= n=20 them with use.perl port/system). however it doesn't seem to make any=20 difference which one I use when building gnome2. I get the same error on=20 scrollkeeper for both: gmake[2]: Entering directory=20 `/usr/ports/textproc/scrollkeeper/work/scrollkeeper-0.3.11/po' INTLTOOL_EXTRACT=3D../intltool-extract ../intltool-update --pot File::Recurse::recurse() called too early to check prototype at=20 /usr/local/lib/perl5/site_perl/5.005/File/Recurse.pm line 49. Undefined subroutine &main::move called at ../intltool-update line 356. gmake[2]: *** [scrollkeeper.pot] Error 255 gmake[2]: Leaving directory=20 `/usr/ports/textproc/scrollkeeper/work/scrollkeeper-0.3.11/po' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory=20 `/usr/ports/textproc/scrollkeeper/work/scrollkeeper-0.3.11' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/textproc/scrollkeeper. *** Error code 1 Stop in /usr/ports/x11/libgnome. *** Error code 1 Stop in /usr/ports/x11-toolkits/libbonoboui. *** Error code 1 Stop in /usr/ports/x11-toolkits/libgnomeui. *** Error code 1 Stop in /usr/ports/x11/gnomedesktop. *** Error code 1 Stop in /usr/ports/x11/gnomepanel. *** Error code 1 Stop in /usr/ports/x11/gnomeapplets2. *** Error code 1 Stop in /usr/ports/x11/gnome2. lorax#=20 I checked the cksum on the 5.005 version and it is the same as yours: lorax# cd /usr/libdata/perl/5.00503/File lorax# cksum Copy.pm=20 2328005349 10864 Copy.pm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message