Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 348718 - Add SSL use flag to dev-perl/Net-IRC
Summary: Add SSL use flag to dev-perl/Net-IRC
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-14 14:10 UTC by montjoie
Modified: 2011-01-04 10:30 UTC (History)
0 users

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


Attachments
Add SSL useflag and dependency to Net::IRC (add_ssl_useflag_to_Net-IRC.patch,372 bytes, patch)
2010-12-14 14:12 UTC, montjoie
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description montjoie 2010-12-14 14:10:46 UTC
When using SSL enabled IRC server with Net::IRC i got:
Can't locate IO/Socket/SSL.pm in @INC (@INC contains: /etc/perl /usr/lib/perl5/site_perl/5.12.2/i686-linux /usr/lib/perl5/site_perl/5.12.2 /usr/lib/perl5/vendor_perl/5.12.2/i686-linux /usr/lib/perl5/vendor_perl/5.12.2 /usr/lib/perl5/5.12.2/i686-linux /usr/lib/perl5/5.12.2 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/local/lib/site_perl .) at /usr/lib/perl5/vendor_perl/5.12.2/Net/IRC/Connection.pm line 262.

So Net::IRC need dev-perl/IO-Socket-SSL for doing SSL


Reproducible: Always
Comment 1 montjoie 2010-12-14 14:12:09 UTC
Created attachment 257135 [details, diff]
Add SSL useflag and dependency to Net::IRC
Comment 2 Torsten Veller (RETIRED) gentoo-dev 2010-12-16 08:19:47 UTC
The famous "DEAD SINCE 2004 Perl interface to the Internet Relay Chat protocol" which is only in the tree because of munin (#290216).

I'll consider your changes after the "USE flags for rdeps that don't change the package"-bug #332251 is resolved.
Comment 3 montjoie 2011-01-04 10:30:22 UTC
After some tests, i think i hit some bugs on Net::IRC with SSL.
So i have migrated to the replacement POE-Component-IRC.