Re: [go-nuts] Re: gccgo: go tool: no such tool "vet"

2019-01-10 Thread Jan Mercl
On Thu, Jan 10, 2019 at 5:42 PM Than McIntosh wrote: > meaning that it's in a malformed state. Not sure how it is being constructed, but I think you might want to get in touch with the package maintainer to let them know there is an issue. Thank you. I'll try to raise an issue if I can find wher

Re: [go-nuts] Re: gccgo: go tool: no such tool "vet"

2019-01-10 Thread 'Than McIntosh' via golang-nuts
Thanks. I downloaded what looks like your package from http://download.opensuse.org/repositories/openSUSE:/Leap:/15.0:/Update/standard/x86_64/gcc8-go-8.2.1+r264010-lp150.2.3.x86_64.rpm This package doesn't actually contain the "vet" command: $ rpm -q -filesbypkg -p gcc8-go-8.2.1+r264010-lp150.2.

Re: [go-nuts] Re: gccgo: go tool: no such tool "vet"

2019-01-10 Thread Jan Mercl
On Thu, Jan 10, 2019 at 5:16 PM Than McIntosh wrote: Thanks for the help. Comments inline. > Can you send a link to the specific RPM you installed? Perhaps it is putting the "vet" tool in the wrong location. The package was installed using YAST (openSUSE GUI package manager). Package name is gc

Re: [go-nuts] Re: gccgo: go tool: no such tool "vet"

2019-01-10 Thread 'Than McIntosh' via golang-nuts
Can you send a link to the specific RPM you installed? Perhaps it is putting the "vet" tool in the wrong location. Something to try: % go test ... % strace -f -o trace.txt go test Then examine the trace output to locate the error ("no such tool"), walk back to see where it is trying to locate it,