Hey

I have Fedora Linux 26  and I am trying to installed  latest binary version 
of go i.e go1.9.2.linux-amd64.tar.gz and there was no previous install on 
the system and I have double checked with following command, and I have 
installed go in my home directory of test1 and have created a sample 
workspace in my $HOME but still its basic compilation error??

[test1@localhost ~]$ sudo find / -name go 2>/dev/null
/usr/lib/python3.6/site-packages/notebook/static/components/codemirror/mode/go
/usr/share/texlive/texmf-dist/doc/fonts/go
/usr/share/texlive/texmf-dist/fonts/source/public/go
/usr/share/texlive/texmf-dist/fonts/tfm/public/go
/usr/share/texlive/texmf-dist/tex/latex/go
/usr/share/texlive/texmf-dist/tex4ht/ht-fonts/iso8859/1/go
/home/test1/go
/home/test1/go/pkg/linux_amd64_race/go
/home/test1/go/pkg/linux_amd64/cmd/go
/home/test1/go/pkg/linux_amd64/go
/home/test1/go/src/cmd/go
/home/test1/go/src/go
/home/test1/go/misc/tour/static/lib/codemirror/mode/go
/home/test1/go/bin/go

[test1@localhost ~]$ go/bin/go  build mygo/src/user/hello/hello.go
# runtime
go/src/runtime/mstkbar.go:151:10: debug.gcstackbarrieroff undefined (type 
struct { allocfreetrace int32; cgocheck int32; efence int32; gccheckmark 
int32; gcpacertrace int32; gcshrinkstackoff int32; gcrescanstacks int32; 
gcstoptheworld int32; gctrace int32; invalidptr int32; sbrk int32; scavenge 
int32; scheddetail int32; schedtrace int32 } has no field or method 
gcstackbarrieroff)
go/src/runtime/mstkbar.go:162:24: division by zero
go/src/runtime/mstkbar.go:162:43: invalid expression 
unsafe.Sizeof(composite literal)
go/src/runtime/mstkbar.go:162:44: undefined: stkbar
go/src/runtime/mstkbar.go:212:4: gp.stkbar undefined (type *g has no field 
or method stkbar)
go/src/runtime/mstkbar.go:213:15: gp.stkbar undefined (type *g has no field 
or method stkbar)
go/src/runtime/mstkbar.go:216:23: undefined: stackBarrierPC
go/src/runtime/mstkbar.go:226:28: gp.stkbarPos undefined (type *g has no 
field or method stkbarPos)
go/src/runtime/mstkbar.go:227:19: gp.stkbarPos undefined (type *g has no 
field or method stkbarPos)
go/src/runtime/mstkbar.go:248:41: undefined: stkbar
go/src/runtime/mstkbar.go:227:19: too many errors


Still I am getting the basic compile error for helloworld program, any help 
would be appreciated.

Regards
Himanshu
 

>
>

-- 
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 golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to