On Thursday, August 27, 2020 at 11:38:54 PM UTC-7, Johann Höchtl wrote: > > > Since long I am keeping my go installation up to date by compiling from > source. Today on my attempt to update from 1.14.4 to 1.15 I triggered this > fatal: > > > GOROOT_BOOTSTRAP=/home/john/opt/go.build/ ./make.bash > Building Go cmd/dist using /home/john/opt/go.build/. (go1.14.4 > linux/amd64) > # runtime > ../../go.build/src/runtime/os_linux.go:276:29: internal compiler error: > 'getHugePageSize': not lowered: v68, SlicePtr PTR PTR > > Please file a bug report including a short program that triggers the > error. > https://golang.org/issue/new > > Before triggering that error I did a git fetch, git checkout go1.15 and > then copied my go directory to go.build. I should have copied go to > go.build before but my assumption is that the 1.15 sources and 1.14.4 > binaries will do no harm to bootstrap. >
This is your issue. 1.15 runtime (included within 1.15 sources) will not work with 1.14.4 binaries. Regards, -Sam. -- 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/1947bb46-5d0f-492f-8444-bb5135f3ab91o%40googlegroups.com.