代码之家  ›  专栏  ›  技术社区  ›  Milan BabuÅ¡kov

使Git SVN在Slackware 12.1上工作

  •  1
  • Milan BabuÅ¡kov  · 技术社区  · 16 年前

    显然,它是一些Perl扩展。Perl版本是5.8.8。

    我找到了error.pm,但现在我在寻找core.pm。

    当我们在做的时候:你们如何搜索这些模块?我试过谷歌,但没什么帮助。谢谢。


    最后,在我建立了一切之后,运行:

    ./Build install
    

    给我:

    Running make install-lib 
    /bin/ginstall -c -d /usr/lib/perl5/site_perl/5.8.8/i486-linux-thread-multi/Alien/SVN --prefix=/usr
    /bin/ginstall: unrecognized option `--prefix=/usr'
    Try `/bin/ginstall --help' for more information.
    make: *** [install-fsmod-lib] Error 1
    installing libs failed at inc/My/SVN/Builder.pm line 165.
    

    看起来Slackware的“Ginstall”真的没有这个选择。我想我现在要去谷歌一点,看看如何绕过这个问题。

    8 回复  |  直到 16 年前
        1
  •  1
  •   titanofold Nadim Khemir    10 年前

    CPAN Tester's matrix

    README

    perl Makefile.pl
    make
    make test
    make install
    
        2
  •  3
  •   titanofold Nadim Khemir    10 年前
    Base class package "Module::Build" is empty.
        (Perhaps you need to 'use' the module which defines that package first.)
     at inc/My/SVN/Builder.pm line 5
    BEGIN failed--compilation aborted at inc/My/SVN/Builder.pm line 5.
    Compilation failed in require at Build.PL line 6.
    BEGIN failed--compilation aborted at Build.PL line 6.
    

    Module::Build

    perl Build.PL
    ./Build
    ./Build test
    ./Build install
    
        3
  •  2
  •   Aristotle Pagaltzis    16 年前
        4
  •  2
  •   dfhoughton Michael Hackner    10 年前
        5
  •  1
  •   Erik Johansen    16 年前

        6
  •  1
  •   titanofold Nadim Khemir    10 年前
        7
  •  0
  •   Ovid    16 年前

        8
  •  0
  •   Michael Carman    16 年前