Bug 648598

Summary: perl-Term-ProgressBar is missing a dependency on perl-TermReadKey
Product: [Fedora] Fedora Reporter: Matthew Booth <mbooth>
Component: perl-Term-ProgressBarAssignee: Marcela Mašláňová <mmaslano>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: cweyl, perl-devel
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: perl-Term-ProgressBar-2.09-9.fc14 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-11-10 21:40:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Matthew Booth 2010-11-01 17:38:30 UTC
Description of problem:
While perl-Term-ProgressBar can function without Term::ReadKey, it cannot detect the width of a window, making the progress bar less than entirely useful. The spec file is relying on automatic dependencies, but doesn't pick up Term::ReadKey because the source doesn't 'use' it:

  eval {
    require Term::ReadKey;
  }; if ($@) {
    warn "Guessing terminal width due to problem with Term::ReadKey\n";
    return 50;
  }

perl-TermReadKey was previously in limbo, but now seems to be included. perl-Term-ProgressBar should depend on it, as the experience without it is poor.

I've filed this against rawhide, but it applies equally to F13 and F14. perl-TermReadKey is now available in all 3 places. I've attached a spec file patch.

Version-Release number of selected component (if applicable):
perl-Term-ProgressBar-2.09-8

Comment 1 Marcela Mašláňová 2010-11-02 07:21:04 UTC
Thanks for letting us know. I'll fix it in all mentioned releases. Please test it and add karma in bodhi.

Comment 2 Fedora Update System 2010-11-02 08:54:24 UTC
perl-Term-ProgressBar-2.09-9.fc13 has been submitted as an update for Fedora 13.
https://admin.fedoraproject.org/updates/perl-Term-ProgressBar-2.09-9.fc13

Comment 3 Fedora Update System 2010-11-02 08:55:31 UTC
perl-Term-ProgressBar-2.09-9.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/perl-Term-ProgressBar-2.09-9.fc14

Comment 4 Fedora Update System 2010-11-02 22:15:09 UTC
perl-Term-ProgressBar-2.09-9.fc14 has been pushed to the Fedora 14 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update perl-Term-ProgressBar'.  You can provide feedback for this update here: https://admin.fedoraproject.org/updates/perl-Term-ProgressBar-2.09-9.fc14

Comment 5 Fedora Update System 2010-11-10 21:40:14 UTC
perl-Term-ProgressBar-2.09-9.fc13 has been pushed to the Fedora 13 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 6 Fedora Update System 2010-11-10 21:45:11 UTC
perl-Term-ProgressBar-2.09-9.fc14 has been pushed to the Fedora 14 stable repository.  If problems still persist, please make note of it in this bug report.