Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12249 - Spamassassin not working with perl 5.8.0
Summary: Spamassassin not working with perl 5.8.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Michael Cummings (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-16 11:29 UTC by Hanno Böck
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hanno Böck gentoo-dev 2002-12-16 11:29:03 UTC
Mail-SpamAssassin doesn't work any more. I think it's a problem with the new
perl 5.8.0.

I get this message:

Can't locate HTML/Parser.pm in @INC (@INC contains:
/usr/lib/perl5/site_perl/5.8.0/i686-linux-thread-mutli
/usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/5.8.0/i686-linux-thread-mutli
/usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.0/i686-linux-thread-mutli
/usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .) at
/usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/HTML.pm line 6.
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/HTML.pm line 6.
Compilation failed in require at
/usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/PerMsgStatus.pm line 41.
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/PerMsgStatus.pm line 41.
Compilation failed in require at
/usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin.pm line 61.
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin.pm line 61.
Compilation failed in require at /usr/bin/spamassassin line 57.
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2002-12-17 11:40:19 UTC
Will look into it. Sorry for the delay.
Comment 2 Michael Cummings (RETIRED) gentoo-dev 2002-12-17 20:51:06 UTC
OK, I see your problem in the first line of your output. If you will humor me,
please do the following:

emerge sync (just to be safe and up to date)
emerge HTML-Parser (the one obviously missing)
emerge Net-DNS
emerge Time-HiRes (these last two are just to be safe)
emerge Mail-Spamassassin

Somewhere between 5.6.1 and 5.8.0 these modules were "lost" to the @INC -
shouldn't have happened, but obviously did. Sorry for the inconvenience,

Mike
Comment 3 Hanno Böck gentoo-dev 2002-12-31 18:35:27 UTC
works for me now, too.