Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 190009 - git-svnimport needs Perl::URI, but dev-util/git ebuild don't depend on dev-perl/URI
Summary: git-svnimport needs Perl::URI, but dev-util/git ebuild don't depend on dev-pe...
Status: RESOLVED DUPLICATE of bug 133536
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-24 09:01 UTC by Sergey Khalavchuck
Modified: 2007-08-24 09:10 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 Sergey Khalavchuck 2007-08-24 09:01:31 UTC
git-svnimport needs Perl::URI, but no one dev-util/git ebuild depend on dev-perl/URI



Reproducible: Always

Steps to Reproduce:
1. unemerge dev-perl/uri if any installed
1. emerge git
2. run git-svnimport


Actual Results:  
dev-perl/uri not installed by dependency

git-svnimport fails:
 $ git-svnimport                                                                                                                                           
Can't locate URI.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.8.8/i686-linux /usr/lib/perl5/site_perl/5.8.8 /etc/perl /usr/lib/perl5/vendor_perl/5.8.8/i686-linux /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib/perl5/site_perl /usr/lib/perl5/5.8.8/i686-linux /usr/lib/perl5/5.8.8 /usr/local/lib/site_perl .) at /usr/bin/git-svnimport line 212.
BEGIN failed--compilation aborted at /usr/bin/git-svnimport line 212.


Expected Results:  
dev-perl/uri must be emerged by dependency
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-08-24 09:10:17 UTC

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