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

Bug 392465

Summary: dev-vcs/git git svn clone failed
Product: Gentoo Linux Reporter: Sébastien Wilmet <sebastien.wilmet>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal CC: alon.barlev
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sébastien Wilmet 2011-11-29 21:25:39 UTC
I try to use git-svn, installed with the "subversion" USE flag of dev-vcs/git, but when I try to do a "git svn clone", it fails:

$ git svn clone --username=<...> https://<...>
Initialized empty Git repository in <...>
Can't load '/usr/lib/perl5/vendor_perl/5.12.4/i686-linux/auto/SVN/_Core/_Core.so' for module SVN::_Core: /usr/lib/perl5/vendor_perl/5.12.4/i686-linux/auto/SVN/_Core/_Core.so: undefined symbol: svn_swig_pl_thunk_config_enumerator at /usr/lib/perl5/5.12.4/i686-linux/DynaLoader.pm line 200.
 at /usr/lib/perl5/vendor_perl/5.12.4/i686-linux/SVN/Base.pm line 59
BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.12.4/i686-linux/SVN/Core.pm line 5.
Compilation failed in require at /usr/libexec/git-core/git-svn line 42.

====

My architecture is x86 (stable).

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

dev-vcs/subversion-1.6.17-r7
USE="bash-completion berkdb gnome-keyring nls perl vim-syntax webdav-neon -apache2 -ctypes-python -debug -doc -dso -emacs -extras -java -kde -python -ruby -sasl -webdav-serf"
Comment 1 Rafał Mużyło 2011-11-29 21:44:41 UTC

*** This bug has been marked as a duplicate of bug 388607 ***