Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 490682 - dev-vcs/git requires dev-vcs/cvsps when using "cvs" USE flag
Summary: dev-vcs/git requires dev-vcs/cvsps when using "cvs" USE flag
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-07 11:05 UTC by Alan Hourihane
Modified: 2013-11-07 13:37 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 Alan Hourihane 2013-11-07 11:05:00 UTC
When I tried a git cvsimport command I got this error....

Can't exec "cvsps": No such file or directory at /usr/libexec/git-core/git-cvsimport line 756, <GEN0> line 3.
Could not start cvsps: No such file or directory
git cvsimport: fatal: cvsps reported error

I've now emerged dev-vcs/cvsps manually and it's working fine.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2013-11-07 13:18:36 UTC
What version of git do you have installed? Do you have the "cvs" USE flag enabled? That flag adds dev-vcs/cvsps to the dependencies of dev-vcs/git.
Comment 2 Alan Hourihane 2013-11-07 13:37:55 UTC
Yes, the "cvs" USE flag is set, and the version of git is dev-vcs/git-1.8.3.2-r1.

Hmmm. I guess some other dependency may have been screwed up.

I'll close this for now and investigate.