Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 311691 - [sunrise-overlay] mail-client/checkgmail don't find Crypt::Simple
Summary: [sunrise-overlay] mail-client/checkgmail don't find Crypt::Simple
Status: RESOLVED DUPLICATE of bug 117867
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-27 22:32 UTC by Kfir Lavi
Modified: 2010-03-31 19:32 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 Kfir Lavi 2010-03-27 22:32:37 UTC
Hi,
Crypt::Simple is installed. 

Running checkgmail from the commandline, I get this output:
Possible unintended interpolation of @1 in string at (eval 22) line 1.
Warning: Crypt::Simple not found ...

CheckGmail requires the above packages for password encryption
Please download and install from CPAN (http://search.cpan.org) if you want to use this feature ...

Can't locate object method "new" via package "XML::LibXML::SAX" at /usr/lib/perl5/vendor_perl/5.8.8/XML/SAX/ParserFactory.pm line 43.
A thread exited while 2 threads were running.

For more info, please ping me.

Thanks,
Kfir

Reproducible: Always
Comment 1 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-03-28 09:59:53 UTC
Have installed new version of perl recently? If so please run:
perl-cleaner all
Best regards,
Kacper Kowalik
Comment 2 Kfir Lavi 2010-03-28 10:19:09 UTC
Hi,
Did world update, and few perl modules updated:
perl-core/Compress-Raw-Bzip2-2.021
perl-core/Compress-Raw-Zlib-2.021
perl-core/IO-Compress-2.021

Running the program again:
Possible unintended interpolation of @1 in string at (eval 22) line 1.
Can't locate object method "new" via package "XML::LibXML::SAX" at /usr/lib/perl5/vendor_perl/5.8.8/XML/SAX/ParserFactory.pm line 43.
A thread exited while 2 threads were running.

Now I have ran:
perl-cleaner all

But got the same output:
Possible unintended interpolation of @1 in string at (eval 22) line 1.
Can't locate object method "new" via package "XML::LibXML::SAX" at /usr/lib/perl5/vendor_perl/5.8.8/XML/SAX/ParserFactory.pm line 43.
A thread exited while 2 threads were running.

Thanks,
Kfir
Comment 3 Andreas K. Hüttel archtester gentoo-dev 2010-03-28 15:42:10 UTC
Have you set the ithreads useflag for perl?
Comment 4 Kfir Lavi 2010-03-28 16:06:48 UTC
Yep,
My Perl use ithreads, here:
$ eix -p perl
[I] dev-lang/perl
     Available versions:  5.8.8-r8 ~5.10.1 {berkdb build debug doc elibc_FreeBSD gdbm ithreads perlsuid}
     Installed versions:  5.8.8-r8(06:21:55 03/27/10)(berkdb gdbm ithreads -build -debug -doc -elibc_FreeBSD -perlsuid)
     Homepage:            http://www.perl.org/
     Description:         Larry Wall's Practical Extraction and Report Language

Thanks,
Kfir
Comment 5 Chí-Thanh Christopher Nguyễn gentoo-dev 2010-03-31 19:32:54 UTC
Please discuss issues and propose fixes with sunrise packages in the original bug.

*** This bug has been marked as a duplicate of bug 117867 ***