WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: git svn missing? Error.pm SVN/Core.pm  (Read 4339 times)

Offline mocore

  • Hero Member
  • *****
  • Posts: 506
  • ~.~
git svn missing? Error.pm SVN/Core.pm
« on: October 31, 2013, 08:00:45 AM »

/4.x/x86/tcz/git.tcz.info

while trying 
Code: [Select]
git svn clone  -s http://tc-ext-tools.googlecode.com/svngit fails
Quote
Can't locate Error.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.14.1/i686-linux /usr/local/lib/perl5/site_perl/5.14.1 /usr/local/lib/perl5/vendor_perl/5.14.1/i686-linux /usr/local/lib/perl5/vendor_perl/5.14.1 /usr/local/lib/perl5/5.14.1/i686-linux /usr/local/lib/perl5/5.14.1 .) at /usr/local/lib/perl5/site_perl/5.14.1/Git.pm line 101.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.14.1/Git.pm line 101.
Compilation failed in require at /usr/local/lib/perl5/site_perl/5.14.1/Git/SVN.pm line 25.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.14.1/Git/SVN.pm line 25.
Compilation failed in require at /usr/local/libexec/git-core/git-svn line 25.
BEGIN failed--compilation aborted at /usr/local/libexec/git-core/git-svn line 25.

after find and copy  Error.pm , to a dir that seems to be usefull to git-svn perl module
Code: [Select]
cp /usr/local/lib/perl5/5.14.1/CPANPLUS/Error.pm /usr/local/lib/perl5/site_perl/5.14.1/i686-linux/now git fails to locate SVN/Core.pm , i cant find any package with this file the 4.x repo
Quote
Can't locate SVN/Core.pm in @INC (@... .) at /usr/local/lib/perl5/site_perl/5.14.1/Git/SVN/Utils.pm line 6.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.14.1/Git/SVN/Utils.pm line 6.
Compilation failed in require at /usr/local/lib/perl5/site_perl/5.14.1/Git/SVN.pm line 33.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.14.1/Git/SVN.pm line 33.
Compilation failed in require at /usr/local/libexec/git-core/git-svn line 25.
BEGIN failed--compilation aborted at /usr/local/libexec/git-core/git-svn line 25.

 any way to fix/add mising files  ?
or should i stick to plain old snv!  :-\

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: git svn missing? Error.pm SVN/Core.pm
« Reply #1 on: October 31, 2013, 08:42:09 AM »
Hi mocore
Quote
now git fails to locate SVN/Core.pm , i cant find any package with this file the 4.x repo
Try   perl_Data_ParseBinary.tcz

Offline mocore

  • Hero Member
  • *****
  • Posts: 506
  • ~.~
Re: git svn missing? Error.pm SVN/Core.pm
« Reply #2 on: October 31, 2013, 01:05:19 PM »
i just did that +a few more
Code: [Select]
sudo find  /tmp/tcloop  | grep -e "Delta.pm" -e "Ra.pm" -e "Cl
ient.pm" -e "Core.pm" -e "Error.pm"
Quote
/tmp/tcloop/perl_Test_Number_Delta/usr/local/lib/perl5/site_perl/5.14.1/Test/Number/Delta.pm
/tmp/tcloop/perl_Data_ParseBinary/usr/local/lib/perl5/site_perl/5.14.1/Data/ParseBinary/Core.pm
/tmp/tcloop/perl5/usr/local/lib/perl5/5.14.1/CPAN/HTTP/Client.pm
/tmp/tcloop/perl5/usr/local/lib/perl5/5.14.1/CPANPLUS/Error.pm
/tmp/tcloop/git/usr/local/lib/perl5/site_perl/5.14.1/Git/SVN/Ra.pm

 no joy after adding the above

Quote
Can't locate package SVN::Delta::Editor for @Git::SVN::Editor::ISA at /usr/local/libexec/git-core/git-svn line 26.
Can't locate package SVN::Delta::Editor for @Git::SVN::Fetcher::ISA at /usr/local/libexec/git-core/git-svn line 27.
Subroutine Git::SVN::Ra::rev_proplist redefined at /usr/local/lib/perl5/site_perl/5.14.1/Git/SVN/Ra.pm line 31.
Subroutine Git::SVN::Ra::get_latest_revnum redefined at /usr/local/lib/perl5/site_perl/5.14.1/Git/SVN/Ra.pm line 31.
Subroutine Git::SVN::Ra::get_uuid redefined at /usr/local/lib/perl5/site_perl/5.14.1/Git/SVN/Ra.pm line 31.
Subroutine Git::SVN::Ra::get_repos_root redefined at /usr/local/lib/perl5/site_perl/5.14.1/Git/SVN/Ra.pm line 31.
Subroutine Git::SVN::Ra::get_file redefined at /usr/local/lib/perl5/site_perl/5.14.1/Git/SVN/Ra.pm line 31.
Subroutine _auth_providers redefined at /usr/local/lib/perl5/site_perl/5.14.1/Git/SVN/Ra.pm line 35.
Subroutine new redefined at /usr/local/lib/perl5/site_perl/5.14.1/Git/SVN/Ra.pm line 72.
Subroutine url redefined at /usr/local/lib/perl5/site_perl/5.14.1/Git/SVN/Ra.pm line 124.
Subroutine check_path redefined at /usr/local/lib/perl5/site_perl/5.14.1/Git/SVN/Ra.pm line 136.
Subroutine get_dir redefined at /usr/local/lib/perl5/site_perl/5.14.1/Git/SVN/Ra.pm line 152.
Subroutine DESTROY redefined at /usr/local/lib/perl5/site_perl/5.14.1/Git/SVN/Ra.pm line 172.
Subroutine get_log redefined at /usr/local/lib/perl5/site_perl/5.14.1/Git/SVN/Ra.pm line 178.
Subroutine trees_match redefined at /usr/local/lib/perl5/site_perl/5.14.1/Git/SVN/Ra.pm line 227.
Subroutine get_commit_editor redefined at /usr/local/lib/perl5/site_perl/5.14.1/Git/SVN/Ra.pm line 245.
Subroutine gs_do_update redefined at /usr/local/lib/perl5/site_perl/5.14.1/Git/SVN/Ra.pm line 252.
Subroutine gs_do_switch redefined at /usr/local/lib/perl5/site_perl/5.14.1/Git/SVN/Ra.pm line 289.
Subroutine longest_common_path redefined at /usr/local/lib/perl5/site_perl/5.14.1/Git/SVN/Ra.pm line 332.
Subroutine _cb redefined at /usr/local/lib/perl5/site_perl/5.14.1/Git/SVN/Ra.pm line 384.
Subroutine gs_fetch_loop_common redefined at /usr/local/lib/perl5/site_perl/5.14.1/Git/SVN/Ra.pm line 368.
Subroutine get_dir_globbed redefined at /usr/local/lib/perl5/site_perl/5.14.1/Git/SVN/Ra.pm line 471.
Subroutine is_ref_ignored redefined at /usr/local/lib/perl5/site_perl/5.14.1/Git/SVN/Ra.pm line 493.
Subroutine get_dir_check redefined at /usr/local/lib/perl5/site_perl/5.14.1/Git/SVN/Ra.pm line 506.
Subroutine match_globs redefined at /usr/local/lib/perl5/site_perl/5.14.1/Git/SVN/Ra.pm line 503.
Subroutine minimize_url redefined at /usr/local/lib/perl5/site_perl/5.14.1/Git/SVN/Ra.pm line 558.
Subroutine can_do_switch redefined at /usr/local/lib/perl5/site_perl/5.14.1/Git/SVN/Ra.pm line 576.
Subroutine skip_unknown_revs redefined at /usr/local/lib/perl5/site_perl/5.14.1/Git/SVN/Ra.pm line 595.
Can't locate package SVN::Ra for @Git::SVN::Ra::ISA at /usr/local/libexec/git-core/git-svn line 28.
Can't use string ("config") as a HASH ref while "strict refs" in use at /usr/local/lib/perl5/site_perl/5.14.1/Git.pm line 292.


somthing still not right
i have little or more likely no clue about the workings of perl's module's

so is it broken ?
or can any one point to some other method of adding missing/optional dep's
thanks
« Last Edit: October 31, 2013, 01:37:19 PM by mocore »