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

Bug 353657

Summary: dev-vcs/git[subversion] requires USE=perl too
Product: Gentoo Linux Reporter: Jeremy Olexa (darkside) (RETIRED) <darkside>
Component: Current packagesAssignee: Robin Johnson <robbat2>
Status: RESOLVED FIXED    
Severity: normal CC: betelgeuse
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.