Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 353657 - dev-vcs/git[subversion] requires USE=perl too
Summary: dev-vcs/git[subversion] requires USE=perl too
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal with 1 vote (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
: 384515 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-02-04 05:31 UTC by Jeremy Olexa (darkside) (RETIRED)
Modified: 2011-10-24 17:36 UTC (History)
1 user (show)

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 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2011-02-04 05:31:10 UTC
git built like this:

[ebuild   R   ] dev-vcs/git-1.7.3.4-r1  USE="bash-completion blksha1 curl iconv subversion threads webdav -cgi -cvs -doc -emacs -gtk -perl (-ppcsha1) -tk -xinetd" 0 kB

give this error:

% git svn fetch
fatal: git was built without support for git-svn (NO_PERL=YesPlease).

the remedy is to rebuild git with USE=perl, in which case you also need subversion[perl] (which is already expressed in git's deps)
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2011-02-22 04:06:12 UTC
granted, I didn't read the ewarn in the ebuild. But I think this can be solved with EAPI=4 (required use), but that depends on (at least) python.eclass supporting eapi4
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2011-10-12 20:54:52 UTC
*** Bug 384515 has been marked as a duplicate of this bug. ***
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2011-10-24 17:36:20 UTC
InCVS.