Advertisement
mahmoodn

cpan

Jun 24th, 2017
578
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.69 KB | None | 0 0
  1. $ cpan
  2. Sorry, we have to rerun the configuration dialog for CPAN.pm due to
  3. some missing parameters...
  4.  
  5.  
  6.  
  7. The following questions are intended to help you with the
  8. configuration. The CPAN module needs a directory of its own to cache
  9. important index files and maybe keep a temporary mirror of CPAN files.
  10. This may be a site-wide or a personal directory.
  11.  
  12.  
  13.  
  14. I see you already have a directory
  15. /home/mahmood/.cpan
  16. Shall we use it as the general CPAN build and cache directory?
  17.  
  18. <cpan_home>
  19. CPAN build and cache directory? [/home/mahmood/.cpan]
  20.  
  21. Unless you are accessing the CPAN on your filesystem via a file: URL,
  22. CPAN.pm needs to keep the source files it downloads somewhere. Please
  23. supply a directory where the downloaded files are to be kept.
  24.  
  25. <keep_source_where>
  26. Download target directory? [/home/mahmood/.cpan/sources]
  27.  
  28. <build_dir>
  29. Directory where the build process takes place? [/home/mahmood/.cpan/build]
  30.  
  31. Normally CPAN.pm keeps config variables in memory and changes need to
  32. be saved in a separate 'o conf commit' command to make them permanent
  33. between sessions. If you set the 'auto_commit' option to true, changes
  34. to a config variable are always automatically committed to disk.
  35.  
  36. <auto_commit>
  37. Always commit changes to config variables to disk? [no]
  38.  
  39. CPAN.pm can limit the size of the disk area for keeping the build
  40. directories with all the intermediate files.
  41.  
  42. <build_cache>
  43. Cache size for build directory (in MB)? [100]
  44.  
  45. The CPAN indexes are usually rebuilt once or twice per hour, but the
  46. typical CPAN mirror mirrors only once or twice per day. Depending on
  47. the quality of your mirror and your desire to be on the bleeding edge,
  48. you may want to set the following value to more or less than one day
  49. (which is the default). It determines after how many days CPAN.pm
  50. downloads new indexes.
  51.  
  52. <index_expire>
  53. Let the index expire after how many days? [1]
  54.  
  55. By default, each time the CPAN module is started, cache scanning is
  56. performed to keep the cache size in sync. To prevent this, answer
  57. 'never'.
  58.  
  59. <scan_cache>
  60. Perform cache scanning (atstart or never)? [atstart]
  61.  
  62. To considerably speed up the initial CPAN shell startup, it is
  63. possible to use Storable to create a cache of metadata. If Storable is
  64. not available, the normal index mechanism will be used.
  65.  
  66. Note: this mechanism is not used when use_sqlite is on and SQLLite is
  67. running.
  68.  
  69. <cache_metadata>
  70. Cache metadata (yes/no)? [yes]
  71.  
  72. The CPAN module can detect when a module which you are trying to build
  73. depends on prerequisites. If this happens, it can build the
  74. prerequisites for you automatically ('follow'), ask you for
  75. confirmation ('ask'), or just ignore them ('ignore'). Please set your
  76. policy to one of the three values.
  77.  
  78. <prerequisites_policy>
  79. Policy on building prerequisites (follow, ask or ignore)? [ask]
  80.  
  81. Every Makefile.PL is run by perl in a separate process. Likewise we
  82. run 'make' and 'make install' in separate processes. If you have
  83. any parameters (e.g. PREFIX, UNINST or the like) you want to
  84. pass to the calls, please specify them here.
  85.  
  86. If you don't understand this question, just press ENTER.
  87.  
  88. Typical frequently used settings:
  89.  
  90. PREFIX=~/perl # non-root users (please see manual for more hints)
  91.  
  92. <makepl_arg>
  93. Parameters for the 'perl Makefile.PL' command? [INSTALLDIRS=site]
  94.  
  95. Parameters for the 'make' command? Typical frequently used setting:
  96.  
  97. -j3 # dual processor system (on GNU make)
  98.  
  99. <make_arg>
  100. Your choice: []
  101.  
  102. Parameters for the 'make install' command?
  103. Typical frequently used setting:
  104.  
  105. UNINST=1 # to always uninstall potentially conflicting files
  106.  
  107. <make_install_arg>
  108. Your choice: []
  109.  
  110. A Build.PL is run by perl in a separate process. Likewise we run
  111. './Build' and './Build install' in separate processes. If you have any
  112. parameters you want to pass to the calls, please specify them here.
  113.  
  114. Typical frequently used settings:
  115.  
  116. --install_base /home/xxx # different installation directory
  117.  
  118. <mbuildpl_arg>
  119. Parameters for the 'perl Build.PL' command? [--installdirs site]
  120.  
  121. Parameters for the './Build' command? Setting might be:
  122.  
  123. --extra_linker_flags -L/usr/foo/lib # non-standard library location
  124.  
  125. <mbuild_arg>
  126. Your choice: []
  127.  
  128. Do you want to use a different command for './Build install'? Sudo
  129. users will probably prefer:
  130.  
  131. su root -c ./Build
  132. or
  133. sudo ./Build
  134. or
  135. /path1/to/sudo -u admin_account ./Build
  136.  
  137. <mbuild_install_build_command>
  138. or some such. Your choice: [./Build]
  139.  
  140. Parameters for the './Build install' command? Typical frequently used
  141. setting:
  142.  
  143. --uninst 1 # uninstall conflicting files
  144.  
  145. <mbuild_install_arg>
  146. Your choice: []
  147.  
  148.  
  149.  
  150. If you're accessing the net via proxies, you can specify them in the
  151. CPAN configuration or via environment variables. The variable in
  152. the $CPAN::Config takes precedence.
  153.  
  154. <ftp_proxy>
  155. Your ftp_proxy? []
  156.  
  157. <http_proxy>
  158. Your http_proxy? []
  159.  
  160. <no_proxy>
  161. Your no_proxy? []
  162.  
  163. CPAN needs access to at least one CPAN mirror.
  164.  
  165. As you did not allow me to connect to the internet you need to supply
  166. a valid CPAN URL now.
  167.  
  168. Please enter the URL of your CPAN mirror
  169. CPAN needs access to at least one CPAN mirror.
  170.  
  171. As you did not allow me to connect to the internet you need to supply
  172. a valid CPAN URL now.
  173.  
  174. Please enter the URL of your CPAN mirror
  175. CPAN needs access to at least one CPAN mirror.
  176.  
  177. As you did not allow me to connect to the internet you need to supply
  178. a valid CPAN URL now.
  179.  
  180. Please enter the URL of your CPAN mirror
  181. CPAN needs access to at least one CPAN mirror.
  182.  
  183. As you did not allow me to connect to the internet you need to supply
  184. a valid CPAN URL now.
  185.  
  186. Please enter the URL of your CPAN mirror
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement