Hi Guido,

The instructions in Guillep's repository have the instructions to create
the image to bootstrap (the host).
Usually it is not needed, in the productive process we are using an already
built image:

23.7 MB *bootstrapImage.zip*
<https://github.com/guillep/PharoBootstrap/releases/download/v1.4.1/bootstrapImage.zip>

To bootstrap Pharo, you need to clone the Pharo repository.

https://github.com/pharo-project/pharo


Usually on the pharo repository, you can run

BUILD_NUMBER=42 BOOTSTRAP_ARCH=32 sh ./bootstrap/scripts/bootstrap.sh


This script execute the scripts that are in ./bootstrap/scripts, they are
named 1-*, 2-*, 3-*, 4-*

The products are generated in the bootstrap-cache directory.

It will produce first a bootstrap.image that is the minimal image, you
cannot do much on it. But It will later load packages on top of it.
Usually the first useful image is the one with the compiler.

Cheers,
Pablo





On Mon, Jun 25, 2018 at 2:05 PM Guido Chari <cha...@gmail.com> wrote:

> I followed the instructions for building the image in
> https://github.com/guillep/PharoBootstrap and I get:
>
> ...RETRY->BaselineOfPharoBootstrapProcess
>
> ...RETRY->BaselineOfPharoBootstrapProcess
>
> ...FAILED->BaselineOfPharoBootstrapProcessCould not resolve:
> BaselineOfPharoBootstrapProcess [BaselineOfPharoBootstrapProcess] in
> /Users/guidochari/Documents/Projects/Research/Nopsys/CogNOS/image/pharo-local/package-cache
> filetree:///Users/guidochari/Documents/Projects/Research/Nopsys/PharoBootstrap
>
> I then resort to just execute the command that travis executes (
> ./scripts/install-packages.sh) and it works. But when I open the image I
> can not find PBBootstrapSpur3250, needed for running the bootstrapping.
>
> Best,
> Guido
>
>
>

-- 
Pablo Tesone.
teso...@gmail.com

Reply via email to