You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Kurt Buff <KB...@zetron.com> on 2007/04/11 18:58:58 UTC

sa-update question

New installation on FreeBSD 6.2, ran 'sa-update -D', got the following
output, which I've snipped to highlight the questions I have:

1) I've added this from ports with pkg_add:
[11431] dbg: diag: module not installed: Net::Ident ('require' failed)

2) I'm assuming that I'll have to add this via CPAN, as it doesn't seem to
be in the ports tree - is this correct?
[11431] dbg: diag: module not installed: IP::Country::Fast ('require'
failed)

3) Lastly, what is this line all about?:
Can't locate object method "finish" via package
"Mail::SpamAssassin::Timeout" at
/usr/local/lib/perl5/site_perl/5.8.8/Mail/SpamAssassin/PluginHandler.pm line
187.




Kurt Buff
Lead Network Administrator
Zetron, Inc.
425.820.6363 x463
kbuff@zetron.com
PO Box 97004
Redmond, WA 98073


  


Re: sa-update question

Posted by Theo Van Dinter <fe...@apache.org>.
On Wed, Apr 11, 2007 at 09:58:58AM -0700, Kurt Buff wrote:
> New installation on FreeBSD 6.2, ran 'sa-update -D', got the following
> output, which I've snipped to highlight the questions I have:
> 
> 1) I've added this from ports with pkg_add:
> [11431] dbg: diag: module not installed: Net::Ident ('require' failed)

Ok, but not needed.

> 2) I'm assuming that I'll have to add this via CPAN, as it doesn't seem to
> be in the ports tree - is this correct?
> [11431] dbg: diag: module not installed: IP::Country::Fast ('require'
> failed)

Don't need to add it, this is just debug information.

> 3) Lastly, what is this line all about?:
> Can't locate object method "finish" via package
> "Mail::SpamAssassin::Timeout" at
> /usr/local/lib/perl5/site_perl/5.8.8/Mail/SpamAssassin/PluginHandler.pm line
> 187.

Something is trying to call Timeout::finish(), probably from a plugin.
There is no Timeout::finish() function, though, so whatever code you
have calling it has a bug.

-- 
Randomly Selected Tagline:
I am Riker of Borg.  Prepare to be stared at intensely.

Re: sa-update question

Posted by Robert Fitzpatrick <li...@webtent.net>.
On Wed, 2007-04-11 at 09:58 -0700, Kurt Buff wrote:
> New installation on FreeBSD 6.2, ran 'sa-update -D', got the following
> output, which I've snipped to highlight the questions I have:
> 
> 1) I've added this from ports with pkg_add:
> [11431] dbg: diag: module not installed: Net::Ident ('require' failed)
> 
> 2) I'm assuming that I'll have to add this via CPAN, as it doesn't seem to
> be in the ports tree - is this correct?

I have it here...do this...

# cd /usr/ports/dns/p5-Net-DNS
# make all install clean

Update your ports tree if not found.
  
-- 
Robert