Re: [go-nuts] go tool dist: FAILED: not a Git repo; must put a VERSION file in $GOROOT

2023-11-08 Thread twp...@gmail.com
Reported to Fedora at https://bugzilla.redhat.com/show_bug.cgi?id=2248782 On Thursday, November 9, 2023 at 1:00:55 AM UTC+1 twp...@gmail.com wrote: > For info, this is broken in Fedora 39, released a day or two ago: > > $ docker pull fedora:latest > $ docker run -it fedora:latest /bin/bash >

Re: [go-nuts] go tool dist: FAILED: not a Git repo; must put a VERSION file in $GOROOT

2023-11-08 Thread twp...@gmail.com
For info, this is broken in Fedora 39, released a day or two ago: $ docker pull fedora:latest $ docker run -it fedora:latest /bin/bash [root@01330dfaac82 /]# dnf update && dnf install -y golang ... [root@01330dfaac82 /]# go version go version go1.21.3 linux/amd64 [root@01330dfaac82 /]# go tool

Re: [go-nuts] go tool dist: FAILED: not a Git repo; must put a VERSION file in $GOROOT

2022-08-27 Thread Ian Lance Taylor
On Sat, Aug 27, 2022 at 12:06 PM Lonnie TC wrote: > > I hope that everyone is doing well today. > I am working on a Golang project to port go-pmem over to MSYS2 using MinGW 64: > > https://github.com/jerrinsg/go-pmem > > In trying to build the patched Go distro toolchain, I am getting some

[go-nuts] go tool dist: FAILED: not a Git repo; must put a VERSION file in $GOROOT

2022-08-27 Thread Lonnie TC
Hi All, I hope that everyone is doing well today. I am working on a Golang project to port go-pmem over to MSYS2 using MinGW 64: https://github.com/jerrinsg/go-pmem In trying to build the patched Go distro toolchain, I am getting some strange error in the build that I do not know how to