Comment 2 for bug 1983742

Revision history for this message
Sergio Durigan Junior (sergiodj) wrote : Re: [Bug 1983742] Re: FTBFS on Bionic/i386

On Wednesday, September 14 2022, Andreas Hasenack wrote:

> Would a two-stage build on i386 be another way to address this, like
> outlined in
> https://github.com/golang/go/issues/44500#issuecomment-784675990 ?
>
> """
> export GO386='softfloat'
> GO386= ./bootstrap.bash
> export GOROOT_BOOTSTRAP="../../go-$GOOS-$GOARCH-bootstrap"
> ./make.bash
> """

Unfortunately no. I remember having tried to do this 2-stage build and
bumping into another failure.

I believe that not using GO387 when compiling for i386 is the proper
(and apparently the only) way to go here.

--
Sergio
GPG key ID: E92F D0B3 6B14 F1F4 D8E0 EB2F 106D A1C8 C3CB BF14