Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 349041 - dev-perl/IO-Tty runtime error
Summary: dev-perl/IO-Tty runtime error
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-18 22:58 UTC by Emmanuel Lepage Vallee
Modified: 2010-12-19 10:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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