Re: [go-nuts] Facing issues while performing clean.bash

2017-06-22 Thread Ashish Kashinath
Okay, thanks. On Jun 22, 2017 15:43, "Dave Cheney" wrote: > Try without running clean.bash, I've never needed it. > > On Fri, 23 Jun 2017, 08:40 Ashish Kashinath wrote: > >> Sorry for not mentioning that. Actually, I had rebuilt the go binaries >> from

Re: [go-nuts] Facing issues while performing clean.bash

2017-06-22 Thread Dave Cheney
Try without running clean.bash, I've never needed it. On Fri, 23 Jun 2017, 08:40 Ashish Kashinath wrote: > Sorry for not mentioning that. Actually, I had rebuilt the go binaries > from source. (I had put some prints in the scheduler to trace the scheduler > codeflow ) >

Re: [go-nuts] Facing issues while performing clean.bash

2017-06-22 Thread Ashish Kashinath
* intermediary files generated during compilation are cleaned. This would then help me push just the required files to my remote repo. Thanks, On Jun 22, 2017 15:40, "Ashish Kashinath" wrote: Sorry for not mentioning that. Actually, I had rebuilt the go binaries from

Re: [go-nuts] Facing issues while performing clean.bash

2017-06-22 Thread Ashish Kashinath
Sorry for not mentioning that. Actually, I had rebuilt the go binaries from source. (I had put some prints in the scheduler to trace the scheduler codeflow ) So I wanted to do something like a make clean to ensure the intermediary files generated during compilation. This would then help me push

[go-nuts] Facing issues while performing clean.bash

2017-06-22 Thread Dave Cheney
What is the problem you are trying to solve? What problem does running clean.bash solve for you? -- 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

[go-nuts] Facing issues while performing clean.bash

2017-06-22 Thread akashina
Hi folks. I am trying to execute clean.bash but it is giving me an error like go: open /home/ak7/go1.8/src/runtime/internal/sys/zversion.go: no such file or directory I am on a Linux-ubuntu desktop 16.04 with bash shell running go1.8.0.; On the other hand, make.bash does complete