From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 17 17:20:01 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0A73106564A for ; Mon, 17 Nov 2008 17:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 987DC8FC18 for ; Mon, 17 Nov 2008 17:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mAHHK1TG062072 for ; Mon, 17 Nov 2008 17:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mAHHK1dV062071; Mon, 17 Nov 2008 17:20:01 GMT (envelope-from gnats) Resent-Date: Mon, 17 Nov 2008 17:20:01 GMT Resent-Message-Id: <200811171720.mAHHK1dV062071@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gerhard Gonter Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32E1D106568C for ; Mon, 17 Nov 2008 17:13:16 +0000 (UTC) (envelope-from gonter@pcgg.cc.univie.ac.at) Received: from pcgg.cc.univie.ac.at (pcgg.cc.univie.ac.at [131.130.2.194]) by mx1.freebsd.org (Postfix) with ESMTP id A6AAB8FC2B for ; Mon, 17 Nov 2008 17:13:15 +0000 (UTC) (envelope-from gonter@pcgg.cc.univie.ac.at) Received: from pcgg.cc.univie.ac.at (localhost.cc.univie.ac.at [127.0.0.1]) by pcgg.cc.univie.ac.at (8.14.3/8.13.4) with ESMTP id mAHGbYvi013533; Mon, 17 Nov 2008 17:37:34 +0100 (CET) (envelope-from gonter@pcgg.cc.univie.ac.at) Received: (from root@localhost) by pcgg.cc.univie.ac.at (8.14.3/8.13.4/Submit) id mAHGbYVf013532; Mon, 17 Nov 2008 17:37:34 +0100 (CET) (envelope-from gonter) Message-Id: <200811171637.mAHGbYVf013532@pcgg.cc.univie.ac.at> Date: Mon, 17 Nov 2008 17:37:34 +0100 (CET) From: Gerhard Gonter To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Gerhard Gonter Subject: misc/128941: Perl module IO::Pty no longer working after upgrading to FreeBSD 6.4-PRERELEASE X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gerhard Gonter List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2008 17:20:01 -0000 >Number: 128941 >Category: misc >Synopsis: Perl module IO::Pty no longer working after upgrading to FreeBSD 6.4-PRERELEASE >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 17 17:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Gerhard Gonter >Release: FreeBSD 6.4-PRERELEASE i386 >Organization: me >Environment: System: FreeBSD pcgg.cc.univie.ac.at 6.4-PRERELEASE FreeBSD 6.4-PRERELEASE #14: Sun Nov 16 12:24:58 CET 2008 gonter@pcgg.cc.univie.ac.at:/usr/obj/usr/src/sys/GENERIC i386 >Description: The Perl module IO::Pty no longer works after upgrading to 6.4-PRERELEASE. The machine is following RELENG6 using cvsup and was running 6.3 before. IO::Pty (or rather the Perl module Expect) was running fine until the recent upgrade. IO::Pty is included in the distribution of IO::Tty and is used by the Perl module Expect. Re-installing IO::Tty from ports or from CPAN did not help. This also happened on another machine which I upgraded to 6.4-PRERELEASE today in order to verify the problem. >How-To-Repeat: install from ports devel/p5-IO-Tty and perform this script $ perl -e 'use IO::Pty; $x= new IO::Pty;' Cannot create a new IO::Tty from fd 4: Bad file descriptor at -e line 1 >Fix: No workaround found yet. >Release-Note: >Audit-Trail: >Unformatted: