neilyoung

Results 210 comments of neilyoung

Stuck. It started well. Initial compilation on Ubuntu 20.04 fine. Then I patched the code. I have the feeling that the patch of this file can be omitted at all...

Update. I believe I will have to build the packages net and sys instead of the compiler itself...

Happy new year to you. > OK, the error comes from syscall.NetlinkRIB(syscall.RTM_GETADDR, syscall.AF_UNSPEC), so we can say, the RTM_GETADDR + ioctl approach to obtain network card information not working. I'm...

Confused. Where is `GOROOT/libexec/src/interface_linux.go`? I'm not having that path. Mine is `goroot/src/interface_linux.go`. Are we talking about different things?

I really have doubts that this is the right place for the change. I can't see any reaction of the code other than that permission error, regardless of how I...

> basically, `GOROOT` should be your golang install path. I installed `golang` with` homebrew`, and the path is `/opt/homebrew/Cellar/go/1.21.5/libexec/src/net`, if you are using ubuntu, it should be `/usr/local/go` I agree,...

No, not working either... (base) ubuntu@simulator:/usr/local/go/src$ ./all.bash ERROR: Cannot find /home/ubuntu/go1.4/bin/go. Set $GOROOT_BOOTSTRAP to a working Go tree >= Go 1.17.13. (base) ubuntu@simulator:/usr/local/go/src$ ^C