Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 122506 - dev-util/svk requires dev-perl/TermReadKey
Summary: dev-util/svk requires dev-perl/TermReadKey
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Guillaume Destuynder (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-11 16:03 UTC by Ron MacNeil
Modified: 2006-02-16 05:34 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 Ron MacNeil 2006-02-11 16:03:09 UTC
This applies to at least dev-util/svk/svk-1.06.ebuild, but may apply to other versions as well

Problem:

ron@widescreen ~ $ svk mkdir //mirror
Repository /home/ron/.svk/local does not exist, create? (y/n)Can't locate Term/ReadKey.pm in @INC (@INC contains: [...]) at /usr/lib/perl5/vendor_perl/5.8.8/SVK/Util.pm line 134.


Reason:

dev-perl/TermReadKey wasn't installed because it's not in svk's DEPEND list.  (verified by doing a one-shot emerge of TermReadKey, and the above error no longer occurred)


Solution:

Add dev-perl/TermReadKey to svk's DEPEND list


Thanks guys (and girls?), love your work.
Ron
Comment 1 Guillaume Destuynder (RETIRED) gentoo-dev 2006-02-16 05:34:03 UTC
thanks, fixed in cvs (svk-1.06-r1.ebuild)