Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 190655 - dev-perl/OpenCA-OpenSSL ebuild needs to depend on dev-perl/MIME-Tools
Summary: dev-perl/OpenCA-OpenSSL ebuild needs to depend on dev-perl/MIME-Tools
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-29 15:33 UTC by Dries Kimpe
Modified: 2007-08-29 18:41 UTC (History)
0 users

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 Dries Kimpe 2007-08-29 15:33:05 UTC
the OpenCA-OpenSSL ebuild doesn't depend on MIME-tools
while it should.

OpenCA::OpenSSL needs Mime::Parser

Reproducible: Always

Steps to Reproduce:
1.unmerge MIME-tools if installed
2.try to use OpenCA::OpenSSL



Actual Results:  
Can't locate MIME/Parser.pm in @INC (@INC contains: /etc/perl /usr/lib/perl5/vendor_perl/5.8.8/i686-linux /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib/perl5/site_perl/5.8.8/i686-linux /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/5.8.8/i686-linux /usr/lib/perl5/5.8.8 /usr/local/lib/site_perl .) at /usr/lib/perl5/vendor_perl/5.8.8/i686-linux/OpenCA/OpenSSL/SMIME.pm line 41.
BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.8.8/i686-linux/OpenCA/OpenSSL/SMIME.pm line 41.
Compilation failed in require at /usr/lib/perl5/vendor_perl/5.8.8/i686-linux/OpenCA/OpenSSL.pm line 104.
BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.8.8/i686-linux/OpenCA/OpenSSL.pm line 104.
Compilation failed in require at /tmp/t.pl line 6.
BEGIN failed--compilation aborted at /tmp/t.pl line 6.



workaround: emerge MIME-tools
Comment 1 Christian Hartmann (RETIRED) gentoo-dev 2007-08-29 18:41:57 UTC
Fixed. Thanks for reporting!