Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  7 Jan 2002 12:14:36 +0100 (CET)
From:      Jean-Yves Lefort <jylefort@twist.frontis.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33643: irssi port: broken Perl support
Message-ID:  <20020107111436.E696D22FF0@jsite.lefort.net>

next in thread | raw e-mail | index | archive | help

>Number:         33643
>Category:       ports
>Synopsis:       irssi port: broken Perl support
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 07 03:20:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jean-Yves Lefort
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD jsite.lefort.net 4.4-STABLE FreeBSD 4.4-STABLE #2: Thu Dec 13 15:02:14 CET 2001 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386


	
>Description:
	Altough the embedded irssi's Perl interpreter seems to work at a
	first glance, after in-depth analysis, some things seems to be broken.

	WINDOW->{foo} should contain a value, but evaluates to an empty string,
	whatever variable is used for 'foo' (ie 'refnum', 'name', etc...)

	
>How-To-Repeat:
	cat <<EOF >~/.irssi/scripts/showbug.pl
use Irssi;
Irssi::print(Irssi::active_win()->{refnum});
EOF

	now start irssi and type
	/load perl
	/run showbug
	
>Fix:

	
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020107111436.E696D22FF0>