Bug 1054687 - Missing dependency for git-svn
Summary: Missing dependency for git-svn
Keywords:
Status: CLOSED DUPLICATE of bug 1026760
Alias: None
Product: Fedora
Classification: Fedora
Component: git
Version: 20
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Chris Wright
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-01-17 09:40 UTC by Carles Mateu
Modified: 2014-01-17 15:07 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-01-17 15:07:29 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Carles Mateu 2014-01-17 09:40:21 UTC
Description of problem:

Bad dependency on RPM. Missing:

perl-Git-SVN.noarch


Version-Release number of selected component (if applicable):

git-svn-1.8.4.2-1.fc20.x86_64

How reproducible:

Easy. RPM of git-svn missing one dependency.


Steps to Reproduce:
1. Install git-svn
2. Git svn co or git svn rebase
3.

Actual results:

Can't locate Git/SVN.pm in @INC (you may need to install the Git::SVN module) (@INC contains: /usr/share/perl5 /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 .) at /usr/libexec/git-core/git-svn line 25.
BEGIN failed--compilation aborted at /usr/libexec/git-core/git-svn line 25.

Expected results:

$ git svn rebase
Current branch master is up to date.


Additional info:

Manually installing the required package (perl-Git-SVN.noarch) solves the problem.

Comment 1 Todd Zullinger 2014-01-17 15:07:29 UTC

*** This bug has been marked as a duplicate of bug 1026760 ***


Note You need to log in before you can comment on or make changes to this bug.