Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 349041

Summary: dev-perl/IO-Tty runtime error
Product: Gentoo Linux Reporter: Emmanuel Lepage Vallee <elv1313>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Emmanuel Lepage Vallee 2010-12-18 22:58:21 UTC
When I try to execute packages depending on dev-perl/IO-Tty, I get this error Undefined subroutine &IO::Stty::stty called at /usr/lib64/perl5/site_perl/5.12.1/App/Cope/Pty.pm line 76.

It happen with 1.08 - 1.10, possibly more. Commenting the line remove the error, but remove functionalities.

Reproducible: Always

Steps to Reproduce:
1.Install dev-perl/IO-Tty
2.Use an app that use it, like cope (from github)
3.Failure

Actual Results:  
Error and exit

Expected Results:  
Find this function

I tried perl-cleanup
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2010-12-19 10:43:32 UTC
The app you're using uses IO::Stty [1] which has nothing to do with IO::Tty. I don't think we have an ebuild for that module.

[1] http://search.cpan.org/perldoc?IO::Stty