root@marietto-nano:/home/marietto/Scaricati/go_git/src# bash make.bash

WARNING: /home/marietto/go1.10.3/bin/go does not exist, found /usr/bin/go
from env
WARNING: set /usr/lib/go-1.18 as GOROOT_BOOTSTRAP
Building Go cmd/dist using /usr/lib/go-1.18. (go1.18.1 linux/arm64)
Building Go toolchain1 using /usr/lib/go-1.18.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
Building Go toolchain2 using go_bootstrap and Go toolchain1.
Building Go toolchain3 using go_bootstrap and Go toolchain2.
Building packages and commands for linux/arm64.
---
Installed Go for linux/arm64 in /home/marietto/Scaricati/go_git
Installed commands in /home/marietto/Scaricati/go_git/bin
*** You need to add /home/marietto/Scaricati/go_git/bin to your PATH.

It seems that everything is going well right now. What should I do next to
compile and build docker ? Can you tell me at which exact point of the
tutorial I should restart ? (this is the tutorial that I'm following :

https://gist.github.com/cwgem/c913c80dcb8eeef38abc30ff3abf1750

Thanks again.

On Tue, Apr 25, 2023 at 1:53 AM Ian Lance Taylor <i...@golang.org> wrote:

> On Mon, Apr 24, 2023 at 4:17 PM Mario Marietto <marietto2...@gmail.com>
> wrote:
>
>
> > root@marietto-nano:/home/marietto/Scaricati/go_git/src# bash all.bash
>
> Running all.bash builds the Go toolchain and standard library and runs
> all the tests.
>
>
> > I think that these errors :
> >
> >
> > FATAL: ThreadSanitizer: unsupported VMA range FATAL: Found 39 -
> Supported 48 go: downloading github.com/docker/docker
> v23.0.4+incompatible go: added github.com/docker/docker
> v23.0.4+incompatible
>
> This is a test failure, but not a very interesting one.  It means that
> the race detector isn't working for some reason, but the race detector
> is a nice feature, not an essential one.
>
> I suggest that instead of running all.bash that you run make.bash.
> That will build the toolchain but not bother running the tests.  The
> tests mostly pass already.
>
>
>
> > prevents the creation of this directory :
> >
> >
> > "/home/marietto/docker_build/src/
> github.com/docker/docker/hack/dockerfile"
>
> I don't know how that is connected to the error message.
>
> Ian
>


-- 
Mario.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CA%2B1FSiiTBdO5kfzs68L83xnpX55XoPVzPsBkeLdn7dRSNpigCg%40mail.gmail.com.

Reply via email to