Date: Mon, 5 Aug 2002 10:51:56 -0700 From: Mark Edwards <mark@antsclimbtree.com> To: chris.laco@threetech.com Cc: <ports@FreeBSD.org> Subject: Re: SpamAssassin / p5-PodParser fail Message-ID: <08A712F1-A89C-11D6-9FDD-000A278CC960@antsclimbtree.com> In-Reply-To: <1144.208.44.49.5.1028551977.squirrel@mail.chrislaco.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday, August 5, 2002, at 05:52 AM, Christopher H. Laco wrote: > See: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/39337 > > I think there are now 2 ways around this: > > #1 cvsup your source and rebuild the base Perl. The @INC order has changed. > > #2 cvsup your ports tree and rebuild p5-Spamassassin. IIRC, someone > patched the ports to look in a different spot for the File::Spec module > (ports first, then base). Actually, the fix I came up with was to follow what /usr/ports/devel/p5-File-Spec suggested: Installing /usr/local/lib/perl5/5.00503/man/man3/File::Spec::Mac.3 Installing /usr/local/lib/perl5/5.00503/man/man3/File::Spec.3 Writing /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/File/Spec/.packlist ## Differing version of File/Spec/Mac.pm found. You might like to rm /usr/libdata/perl/5.00503/File/Spec/Mac.pm ## Differing version of File/Spec/OS2.pm found. You might like to rm /usr/libdata/perl/5.00503/File/Spec/OS2.pm ## Differing version of File/Spec/Unix.pm found. You might like to rm /usr/libdata/perl/5.00503/File/Spec/Unix.pm ## Differing version of File/Spec/VMS.pm found. You might like to rm /usr/libdata/perl/5.00503/File/Spec/VMS.pm ## Differing version of File/Spec/Win32.pm found. You might like to rm /usr/libdata/perl/5.00503/File/Spec/Win32.pm ## Running 'make install UNINST=1' will unlink all those files for you. Appending installation info to /usr/local/lib/perllocal.pod I ran those rm commands and after that SpamAssassin compiled fine. I assume those files are going to get replaced next time I make installworld, right? Should I just install the lang/perl5 port? Would that be better in the long run? Thanks. -- Mark Edwards San Francisco, CA 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?08A712F1-A89C-11D6-9FDD-000A278CC960>