Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: SVK fails because it cannot find Time/Progress.pm
https://bugzilla.redhat.com/show_bug.cgi?id=483772
Summary: SVK fails because it cannot find Time/Progress.pm Product: Fedora Version: 10 Platform: All OS/Version: Linux Status: NEW Severity: urgent Priority: low Component: perl-SVK AssignedTo: ianburrell@gmail.com ReportedBy: warlord@mit.edu QAContact: extras-qa@fedoraproject.org CC: ianburrell@gmail.com, fedora-perl-devel-list@redhat.com Classification: Fedora
Description of problem:
I just upgraded Fedora 10 yesterday and this morning I noticed that SVK isn't working anymore. When I try to sync I get:
Can't locate Time/Progress.pm in @INC (@INC contains: /usr/lib/perl5/5.10.0/i386-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi /usr/local/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl /usr/local/lib/perl5/site_perl .) at /usr/lib/perl5/vendor_perl/5.10.0/SVK/Notify.pm line 214.
Version-Release number of selected component (if applicable):
perl-SVK-2.2.1-1.fc10.noarch
How reproducible:
Seems to happen every time I try to use "svk sync". Some other svk operations seem to work okay.
Steps to Reproduce: 1. yum update (as of 2009-02-03 10:20am US/EST) 2. svk sync <depotpath> 3.
Actual results:
See above
Expected results:
It should sync.
Additional info:
I cannot find Time/Progress.pm in a package.. And indeed the perl-SVK RPM doesn't depend on perl(Time/Progress.pm) for some odd reason... Probably because the "require Time/Progress.pm" is within a subroutine instead of global?
But this bug makes SVK practically useless.