[email protected] schrieb am Freitag, 28. August 2020 um 09:23:47 UTC+2:

>
>
> 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.
>
>
Indeed, checking out go1.14.4 (the source code matching the binaries) 
resulted in successful bootstraping. Still uncertain if an internal 
compiler error is the correct way to handle this situation.
 

> 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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/bc0a2e3c-d0ab-431d-8181-a5427bede255n%40googlegroups.com.

Reply via email to