* ERROR: dev-lang/go-1.23.4::gentoo failed (compile phase): * build failed * * Call stack: * ebuild.sh, line 136: Called src_compile * environment, line 1758: Called die * The specific snippet of code: * bash -x ./make.bash || die "build failed" Reproducible: Always
Created attachment 915751 [details] full log
Created attachment 915752 [details] full log(2) one more try build log
Also include emerge --info dev-lang/go
(In reply to trakrailysurely from comment #0) > * ERROR: dev-lang/go-1.23.4::gentoo failed (compile phase): > * build failed > * > * Call stack: > * ebuild.sh, line 136: Called src_compile > * environment, line 1758: Called die > * The specific snippet of code: > * bash -x ./make.bash || die "build failed" > > Reproducible: Always The actual error is > go tool dist: FAILED: /var/tmp/portage/dev-lang/go-1.23.4/work/go/pkg/tool/linux_amd64/go_bootstrap install cmd: exit status 1
Created attachment 915753 [details] info
``` Building packages and commands for linux/amd64. package cmd/go/internal/lockedfile/internal/filelock: build constraints exclude all Go files in /var/tmp/portage/dev-lang/go-1.23.4/work/go/src/cmd/go/internal/lockedfile/internal/filelock go tool dist: FAILED: /var/tmp/portage/dev-lang/go-1.23.4/work/go/pkg/tool/linux_amd64/go_bootstrap install cmd: exit status 1 [31;01m*[0m ERROR: dev-lang/go-1.23.4::gentoo failed (compile phase): [31;01m*[0m build failed ```
Could you upload /var/tmp/portage/dev-lang/go-1.23.4/temp/environment too? Also, anything interesting about your system? Any issues with Go before?
Created attachment 916070 [details] environment
I uploaded the environment. I had no problems building go before. I don't know why it's failing.