Changes between Initial Version and Version 1 of Admin/StandardOperatingProcedures/PerlPackageInstall


Ignore:
Timestamp:
Sep 10, 2012, 2:51:36 PM (13 years ago)
Author:
Mikael Brandström Durling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Admin/StandardOperatingProcedures/PerlPackageInstall

    v1 v1  
     1This document is not ready.
     2{{{
     3
     4[15:44:06][mikaelb(mykopat-grid-admin)@my-mgrid: /opt/sources]$ rm -rf ~/.cpan && perl -MCPAN -e shell
     5
     6CPAN.pm requires configuration, but most of it can be done automatically.
     7If you answer 'no' below, you will enter an interactive dialog for each
     8configuration option instead.   
     9
     10Would you like to configure as much as possible automatically? [yes]
     11
     12Autoconfigured everything but 'urllist'.
     13
     14Now you need to choose your CPAN mirror sites.  You can let me
     15pick mirrors for you, you can select them from a list or you
     16can enter them by hand.
     17
     18Would you like me to automatically choose some CPAN mirror
     19sites for you? (This means connecting to the Internet) [yes]
     20Trying to fetch a mirror list from the Internet
     21Fetching with LWP:
     22http://www.perl.org/CPAN/MIRRORED.BY
     23
     24Looking for CPAN mirrors near you (please be patient)
     25......................... done!
     26
     27New urllist
     28  http://www.cpan.dk/
     29  http://mirrors.dotsrc.org/cpan/
     30  http://artfiles.org/cpan.org/
     31
     32Autoconfiguration complete.
     33
     34commit: wrote '/net/gridnas4/volume3/home1/mikaelb/.cpan/CPAN/MyConfig.pm'
     35
     36You can re-run configuration any time with 'o conf init' in the CPAN shell
     37
     38cpan shell -- CPAN exploration and modules installation (v1.9800)
     39Enter 'h' for help.
     40
     41                                                                                                                                                                                                                                                               
     42cpan[1]> i /bioperl/                             
     43Fetching with LWP:
     44http://www.cpan.dk/authors/01mailrc.txt.gz
     45Reading '/net/gridnas4/volume3/home1/mikaelb/.cpan/sources/authors/01mailrc.txt.gz'
     46............................................................................DONE
     47Fetching with LWP:
     48http://www.cpan.dk/modules/02packages.details.txt.gz
     49Reading '/net/gridnas4/volume3/home1/mikaelb/.cpan/sources/modules/02packages.details.txt.gz'
     50  Database was generated on Mon, 10 Sep 2012 13:35:04 GMT
     51............................................................................DONE
     52Fetching with LWP:
     53http://www.cpan.dk/modules/03modlist.data.gz
     54Reading '/net/gridnas4/volume3/home1/mikaelb/.cpan/sources/modules/03modlist.data.gz'
     55............................................................................DONE
     56Writing /net/gridnas4/volume3/home1/mikaelb/.cpan/Metadata
     57Bundle    Bundle::BioPerl        (CRAFFI/Bundle-BioPerl-2.1.8.tar.gz)
     58Distribution    BOZO/Fry-Lib-BioPerl-0.15.tar.gz
     59Distribution    CJFIELDS/BioPerl-1.6.1.tar.gz
     60Distribution    CJFIELDS/BioPerl-1.6.901.tar.gz
     61Distribution    CJFIELDS/BioPerl-DB-1.006900.tar.gz
     62Distribution    CJFIELDS/BioPerl-Network-1.006902.tar.gz
     63Distribution    CJFIELDS/BioPerl-Run-1.006900.tar.gz
     64Distribution    CJFIELDS/Dist-Zilla-PluginBundle-BioPerl-0.02.tar.gz
     65Distribution    CRAFFI/Bundle-BioPerl-2.1.8.tar.gz
     66Distribution    RBUELS/Dist-Zilla-PluginBundle-Bioperl-0.01.tar.gz
     67Module  < Bio::LiveSeq::IO::BioPerl (CJFIELDS/BioPerl-1.6.901.tar.gz)
     68Module  < Dist::Zilla::PluginBundle::BioPerl (CJFIELDS/Dist-Zilla-PluginBundle-BioPerl-0.02.tar.gz)
     69Module  < Dist::Zilla::PluginBundle::Bioperl (RBUELS/Dist-Zilla-PluginBundle-Bioperl-0.01.tar.gz)
     70Module  < Fry::Lib::BioPerl      (BOZO/Fry-Lib-BioPerl-0.15.tar.gz)
     71Author          BIOPERLML ("Bioperl-l" <bioperl-l@lists.open-bio.org>)
     7215 items found
     73
     74                                                                                                                                                                                                                                                               cpan[2]> o conf makepl_arg PREFIX=/opt/sw/bioperl/2.1.8
     75    makepl_arg         [PREFIX=/opt/sw/bioperl/2.1.8]
     76Please use 'o conf commit' to make the config permanent!
     77
     78
     79                                                                                                                                                                                                                                                               cpan[3]> conf mbuildpl_arg "--prefix /opt/sw/bioperl/2.1.8"
     80Unknown shell command 'conf'. Type ? for help.
     81
     82                                                                                                                                                                                                                                                               cpan[4]> install Bundle::BioPerl
     83
     84
     85}}}