Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 10543

Summary: SpamAssassin.pm in wrong directory
Product: Gentoo Linux Reporter: fbusse
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 1.4_rc1   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description fbusse 2002-11-10 14:56:33 UTC
Just updated SpamAssassin to 2.43, but spamd doesn't start anymore:
Can't locate Mail/SpamAssassin.pm in @INC (@INC contains: ../lib
/var/tmp/portage/Mail-SpamAssassin-2.43-r2/image//usr/lib/site_perl/5.6.1
/usr/lib/perl5/5.6.1/i686-linux /usr/lib/perl5/5.6.1
/usr/lib/perl5/site_perl/5.6.1/i686-linux /usr/lib/perl5/site_perl/5.6.1
/usr/lib/perl5/site_perl .) at /usr/bin/spamd line 21.
BEGIN failed--compilation aborted at /usr/bin/spamd line 21.

Mail/SpamAssassin.pm is under /usr/lib/site_perl, which isn't in the @INC-path,
so perl (5.6.1-r6 on my machine) doesn't find it.
Comment 1 Jason Shoemaker (RETIRED) gentoo-dev 2002-11-10 21:22:10 UTC
Hi. Have you looked at the ebuild in bug #9756?  I believe it will fix that
problem. If you decide to test it, let me know how it works. :)

--Kutsuya
Comment 2 SpanKY gentoo-dev 2002-11-10 22:43:33 UTC

*** This bug has been marked as a duplicate of 9067 ***
Comment 3 fbusse 2002-11-11 01:22:30 UTC
Yes, 2.43-r3 solved the problem.