Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 213818

Summary: dev-util/git-1.5.3.7-r1 : missing RDEPEND on dev-perl/TermReadKey
Product: Gentoo Linux Reporter: Michael Hammer (RETIRED) <mueli>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Michael Hammer (RETIRED) gentoo-dev 2008-03-18 12:06:08 UTC
I am using git-svn and if I commit with

# git-svn dcommit

I get the following error:

mueli@michael soofea % git-svn dcommit
Committing to https://FQDN/soofea/trunk ...
Authentication realm: <https://FQDNN:443> Subversion repository - soofea
Password for 'mueli': Can't locate Term/ReadKey.pm in @INC (@INC contains: /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux /usr/lib64/perl5/site_perl/5.8.8 /etc/perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux /usr/lib64/perl5/vendor_perl/5.8.8 /usr/lib64/perl5/vendor_perl /usr/lib64/perl5/site_perl /usr/lib64/perl5/5.8.8/x86_64-linux /usr/lib64/perl5/5.8.8 /usr/local/lib/site_perl .) at /usr/bin/git-svn line 2425.

After emerging dev-perl/TermReadKey I am able to give the password and the dcommit succeeds. I would suggest to add dev-perl/TermReadKey to RDEPEND of the stable git release.

g, mueli

Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-03-18 12:08:59 UTC
Read the postinstall messages, thanks.

*** This bug has been marked as a duplicate of bug 179560 ***
Comment 2 Michael Hammer (RETIRED) gentoo-dev 2008-03-18 12:23:17 UTC
Sry - my mistake:

"These additional scripts need some dependencies:"
"(These are also needed for FEATURES=test)"

git-svn
   "dev-util/subversion(USE=perl)"
   "dev-perl/libwww-perl"
   "dev-perl/TermReadKey"

JFYI - for everyone who struggles with the same issue.