Advertisement
Guest User

Untitled

a guest
Dec 19th, 2011
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. dan[godi-rocketboost-20110811]$ ls
  2. README bootstrap* bootstrap_fn bootstrap_stage2* flexdll-bin-0.21/ godi-tools/ godi-tools-boot/ run/
  3. dan[godi-rocketboost-20110811]$ ./bootstrap
  4.  
  5. *** Welcome to GODI, the O'Caml source distribution
  6. *** RocketBoost bootstrap
  7. GODI has been created by Gerd Stolpmann (mailto: [email protected]),
  8. and is derived from the NetBSD pkgsrc system.
  9.  
  10. A number of packaging tools are now compiled and/or installed. Messages
  11. are written to bootstrap.log.
  12.  
  13.  
  14. This script interactively asks for your install preferences.
  15. (For the batch mode see the README in this directory.)
  16.  
  17. *** Install prefix
  18.  
  19. In which directory do you want to install GODI? The directory
  20. must either not exist yet or be empty.
  21.  
  22. [/opt/godi]?
  23.  
  24. *** Prerequisites
  25.  
  26. For a number of operating system this script knows which
  27. additional pre-packaged software is required for GODI.
  28. These tests are now run, and if required, you get the chance
  29. to install these prerequisites now.
  30.  
  31. Unfortunetely, for your Linux distribution nothing is
  32. known. The tests are skipped. Please refer to the
  33. README file which prerequisites are required.
  34.  
  35. *** Section
  36.  
  37. GODI publishes its software in so-called sections. A section
  38. includes a major Ocaml release (like 3.11) and the add-on
  39. libraries fitting to this release. Here you can choose the
  40. section. The following sections are known to this bootstrap
  41. script - other sections may exist nevertheless:
  42.  
  43. Possible sections: 3.12 3.11
  44.  
  45. [3.12]?
  46.  
  47. *** Configuring the make framework
  48.  
  49. Looking up system commands...
  50. /usr/bin/patch works fine
  51. /usr/bin/patch can make backups with -V simple -b -z
  52. /usr/bin/patch can remove empty files with -E
  53. /usr/bin/patch can reject reverse patches with -N
  54. /usr/bin/patch can be silent with -s
  55.  
  56. *** Summary of configuration:
  57.  
  58. Prefix: /opt/godi
  59. Section: 3.12
  60.  
  61. Press [Return] to begin with the installation; press [CTRL-C] to abort.
  62. If an error occurs, please refer to bootstrap.log for details.
  63. You can restart the bootstrap from this point on by invoking the script
  64. with the switch -restart, and the questions will not be asked again.
  65. >
  66. ===> Creating sample godi.conf
  67. ===> Creating godi_confdir
  68. ===> Creating file tree
  69. mkdir: cannot create directory `/opt': Permission denied
  70. mkdir: cannot create directory `/opt': Permission denied
  71. mkdir: cannot create directory `/opt': Permission denied
  72. mkdir: cannot create directory `/opt': Permission denied
  73. mkdir: cannot create directory `/opt': Permission denied
  74. Failure! (See bootstrap.log for details)
  75. dan[godi-rocketboost-20110811]$ su
  76. Password:
  77. root[godi-rocketboost-20110811]# ./bootstrap -restart
  78.  
  79. *** Restarting
  80.  
  81.  
  82. *** Welcome to GODI, the O'Caml source distribution
  83. *** RocketBoost bootstrap
  84. GODI has been created by Gerd Stolpmann (mailto: [email protected]),
  85. and is derived from the NetBSD pkgsrc system.
  86.  
  87. A number of packaging tools are now compiled and/or installed. Messages
  88. are written to bootstrap.log.
  89.  
  90.  
  91. *** Configuring the make framework
  92.  
  93. Looking up system commands...
  94. /usr/bin/patch works fine
  95. /usr/bin/patch can make backups with -V simple -b -z
  96. /usr/bin/patch can remove empty files with -E
  97. /usr/bin/patch can reject reverse patches with -N
  98. /usr/bin/patch can be silent with -s
  99.  
  100. *** Summary of configuration:
  101.  
  102. Prefix: /opt/godi
  103. Section: 3.12
  104. ./bootstrap_fn: line 305: ./cleanup: No such file or directory
  105. Failure! (See bootstrap.log for details)
  106. root[godi-rocketboost-20110811]# most bootstrap.log
  107. root[godi-rocketboost-20110811]# exit
  108. exit
  109. dan[godi-rocketboost-20110811]$ ls
  110. README bootstrap.conf bootstrap_fn flexdll-bin-0.21/ godi-tools-boot/ godi_confdir*
  111. bootstrap* bootstrap.log bootstrap_stage2* godi-tools/ godi.conf run/
  112. dan[godi-rocketboost-20110811]$ cat bootstrap.log
  113. dan[godi-rocketboost-20110811]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement