https://bugzilla.redhat.com/show_bug.cgi?id=857030 Bug ID: 857030 Keywords: EasyFix QA Contact: extras-qa@xxxxxxxxxxxxxxxxx Severity: unspecified Clone Of: 856840 Version: 16 Priority: unspecified CC: perl-devel@xxxxxxxxxxxxxxxxxxxxxxx, ppisar@xxxxxxxxxx, steve@xxxxxxxxx, tbeattie@xxxxxxxxxx Assignee: steve@xxxxxxxxx Summary: perl-IPC-Run needs explicit require for perl-IO-Pty Regression: --- Story Points: --- Classification: Fedora OS: Unspecified Reporter: ppisar@xxxxxxxxxx Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: ASSIGNED Component: perl-IPC-Run Product: Fedora +++ This bug was initially created as a clone of Bug #856840 +++ Created attachment 612286 Perl script which calls IPC::Run::harness Description of problem: Line 1906 of /usr/share/perl5/vendor_perl/IPC/Run.pm contains "require IO::Pty;" but this module is not required by the perl-IPC-Run package. The module is used by IPC::Run::harness. Version-Release number of selected component (if applicable): 0.84-2 How reproducible: Always Steps to Reproduce: 1. Remove the perl-IO-Tty package if installed 2. Install perl-IPC-Run if absent 3. Run the attached test script Actual results: Can't locate IO/Pty.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /usr/share/perl5/vendor_perl/IPC/Run.pm line 1906. [...] --- Additional comment from ppisar@xxxxxxxxxx on 2012-09-13 11:58:37 GMT --- Thank you for the report. Indeed, the package is missing `perl(IO::Pty)' from run-requires: # rpm -q --requires perl-IPC-Run | sort perl(Carp) perl(constant) perl(Exporter) perl(Fcntl) perl(File::Spec) perl(IO::Handle) perl(IPC::Run) perl(IPC::Run::Debug) perl(IPC::Run::IO) perl(IPC::Run::Timer) perl(:MODULE_COMPAT_5.10.1) perl(POSIX) perl(strict) perl(Symbol) perl(UNIVERSAL) perl(vars) rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(PayloadIsXz) <= 5.2-1 rpmlib(VersionedDependencies) <= 3.0.3-1 ------- All Fedoras are affected. -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel