Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- dan[godi-rocketboost-20110811]$ ls
- README bootstrap* bootstrap_fn bootstrap_stage2* flexdll-bin-0.21/ godi-tools/ godi-tools-boot/ run/
- dan[godi-rocketboost-20110811]$ ./bootstrap
- *** Welcome to GODI, the O'Caml source distribution
- *** RocketBoost bootstrap
- GODI has been created by Gerd Stolpmann (mailto: [email protected]),
- and is derived from the NetBSD pkgsrc system.
- A number of packaging tools are now compiled and/or installed. Messages
- are written to bootstrap.log.
- This script interactively asks for your install preferences.
- (For the batch mode see the README in this directory.)
- *** Install prefix
- In which directory do you want to install GODI? The directory
- must either not exist yet or be empty.
- [/opt/godi]?
- *** Prerequisites
- For a number of operating system this script knows which
- additional pre-packaged software is required for GODI.
- These tests are now run, and if required, you get the chance
- to install these prerequisites now.
- Unfortunetely, for your Linux distribution nothing is
- known. The tests are skipped. Please refer to the
- README file which prerequisites are required.
- *** Section
- GODI publishes its software in so-called sections. A section
- includes a major Ocaml release (like 3.11) and the add-on
- libraries fitting to this release. Here you can choose the
- section. The following sections are known to this bootstrap
- script - other sections may exist nevertheless:
- Possible sections: 3.12 3.11
- [3.12]?
- *** Configuring the make framework
- Looking up system commands...
- /usr/bin/patch works fine
- /usr/bin/patch can make backups with -V simple -b -z
- /usr/bin/patch can remove empty files with -E
- /usr/bin/patch can reject reverse patches with -N
- /usr/bin/patch can be silent with -s
- *** Summary of configuration:
- Prefix: /opt/godi
- Section: 3.12
- Press [Return] to begin with the installation; press [CTRL-C] to abort.
- If an error occurs, please refer to bootstrap.log for details.
- You can restart the bootstrap from this point on by invoking the script
- with the switch -restart, and the questions will not be asked again.
- >
- ===> Creating sample godi.conf
- ===> Creating godi_confdir
- ===> Creating file tree
- mkdir: cannot create directory `/opt': Permission denied
- mkdir: cannot create directory `/opt': Permission denied
- mkdir: cannot create directory `/opt': Permission denied
- mkdir: cannot create directory `/opt': Permission denied
- mkdir: cannot create directory `/opt': Permission denied
- Failure! (See bootstrap.log for details)
- dan[godi-rocketboost-20110811]$ su
- Password:
- root[godi-rocketboost-20110811]# ./bootstrap -restart
- *** Restarting
- *** Welcome to GODI, the O'Caml source distribution
- *** RocketBoost bootstrap
- GODI has been created by Gerd Stolpmann (mailto: [email protected]),
- and is derived from the NetBSD pkgsrc system.
- A number of packaging tools are now compiled and/or installed. Messages
- are written to bootstrap.log.
- *** Configuring the make framework
- Looking up system commands...
- /usr/bin/patch works fine
- /usr/bin/patch can make backups with -V simple -b -z
- /usr/bin/patch can remove empty files with -E
- /usr/bin/patch can reject reverse patches with -N
- /usr/bin/patch can be silent with -s
- *** Summary of configuration:
- Prefix: /opt/godi
- Section: 3.12
- ./bootstrap_fn: line 305: ./cleanup: No such file or directory
- Failure! (See bootstrap.log for details)
- root[godi-rocketboost-20110811]# most bootstrap.log
- root[godi-rocketboost-20110811]# exit
- exit
- dan[godi-rocketboost-20110811]$ ls
- README bootstrap.conf bootstrap_fn flexdll-bin-0.21/ godi-tools-boot/ godi_confdir*
- bootstrap* bootstrap.log bootstrap_stage2* godi-tools/ godi.conf run/
- dan[godi-rocketboost-20110811]$ cat bootstrap.log
- dan[godi-rocketboost-20110811]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement