Bug 64256 - [patch] irc/p5-IRC: does not work with base perl on -STABLE
Summary: [patch] irc/p5-IRC: does not work with base perl on -STABLE
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Chris D.Faulhaber
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-14 11:30 UTC by stolz
Modified: 2004-04-30 15:19 UTC (History)
1 user (show)

See Also:


Attachments
p5-IRC (240 bytes, text/plain)
2004-03-14 11:30 UTC, stolz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description stolz 2004-03-14 11:30:10 UTC
p5-IRC doesn't seem to work with base-perl (5.005) on -STABLE although
CPAN claims that it should.

This breaks e.g. the nethirc-port which tries to run the test shown below.

It looks like you're supposed to simply 'use IO::Socket;' to get IO::Socket::INET
with our perl. Unluckily, I don't know how to conduct a more functional test.

Fix: The following patch-file might or might not help:
How-To-Repeat: This is perl, version 5.005_03 built for i386-freebsd

p5-IRC@menelaos [12:20:49]> perl -MNet::IRC -e0
Can't locate IO/Socket/INET.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 . /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503) at /usr/local/lib/perl5/site_perl/5.005/Net/IRC/Connection.pm line 57.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.005/Net/IRC/Connection.pm line 57.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.005/Net/IRC.pm line 21.
BEGIN failed--compilation aborted.
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-03-14 11:32:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jedgar

Over to maintainer.
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2004-04-30 15:18:58 UTC
State Changed
From-To: open->closed

Fixed by mat@ after timeout.