From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Mar 14 03:30:11 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3BC316A4CE for ; Sun, 14 Mar 2004 03:30:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA78C43D1F for ; Sun, 14 Mar 2004 03:30:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2EBUAbv060129 for ; Sun, 14 Mar 2004 03:30:10 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2EBUA01060124; Sun, 14 Mar 2004 03:30:10 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 14 Mar 2004 03:30:10 -0800 (PST) Resent-Message-Id: <200403141130.i2EBUA01060124@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Volker Stolz Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F96416A4CE for ; Sun, 14 Mar 2004 03:27:06 -0800 (PST) Received: from atlas.informatik.rwth-aachen.de (atlas.informatik.RWTH-Aachen.DE [137.226.194.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 795AD43D3F for ; Sun, 14 Mar 2004 03:27:05 -0800 (PST) (envelope-from stolz@i2.informatik.rwth-aachen.de) Received: from menelaos.informatik.rwth-aachen.de (menelaos.informatik.RWTH-Aachen.DE [137.226.194.73]) 8.11.1-0.5-michaelw-20030918) with ESMTP id i2EBQvm32145; Sun, 14 Mar 2004 12:26:57 +0100 Received: (from stolz@localhost)i2EBQvoZ062601; Sun, 14 Mar 2004 12:26:57 +0100 (CET) (envelope-from stolz) Message-Id: <200403141126.i2EBQvoZ062601@menelaos.informatik.rwth-aachen.de> Date: Sun, 14 Mar 2004 12:26:57 +0100 (CET) From: Volker Stolz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: jedgar@fxp.org Subject: ports/64256: [patch] irc/p5-IRC: does not work with base perl on -STABLE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Volker Stolz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Mar 2004 11:30:11 -0000 >Number: 64256 >Category: ports >Synopsis: [patch] irc/p5-IRC: does not work with base perl on -STABLE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 14 03:30:10 PST 2004 >Closed-Date: >Last-Modified: >Originator: Volker Stolz >Release: FreeBSD 4.9-STABLE i386 >Organization: Lehrstuhl für Informatik II >Environment: System: FreeBSD menelaos.informatik.rwth-aachen.de 4.9-STABLE FreeBSD 4.9-STABLE #12: Mon Dec 8 15:14:27 CET 2003 root@menelaos.informatik.rwth-aachen.de:/usr/obj/usr/src/sys/MENELAOS i386 >Description: 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. >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. >Fix: The following patch-file might or might not help: --- p5-IRC begins here --- --- Connection.pm.orig Sun Mar 14 12:17:39 2004 +++ Connection.pm Sun Mar 14 12:16:30 2004 @@ -54,7 +54,7 @@ use Net::IRC::DCC; use Sys::Hostname (); use IO::Socket; -use IO::Socket::INET; +# use IO::Socket::INET; use Symbol; use Carp; --- p5-IRC ends here --- >Release-Note: >Audit-Trail: >Unformatted: