Closed joeblew99 closed 8 years ago
It is trying to rebuild package runtime
. Did you make any changes to the Go source?
@andlabs
I did not make any changes to the Go source of github.com/andlabs/ui. I have a clean machine with gcc installed and just did a go get on github.com/andlabs/ui
i tried it again this morning, and got the same thing.
Not sure whats going on...
Maybe its because my gcc is too old ?
I would love to be able to help you.
To help you I would need to learn how to take the code in the libui report and compile it into statics for this report I am guessing.
If you feel like it do have time to help on this.
I've reproduced it on linux mint
go version go1.7.3 linux/amd64
Linux some-pc 4.4.0-040400-lowlatency #201601101930 SMP PREEMPT Mon Jan 11 00:38:46 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
go get -u -v github.com/nsf/gocode
github.com/nsf/gocode (download)
runtime
# runtime
/usr/local/go/src/runtime/lfstack_amd64.go:16: lfstackPack redeclared in this block
previous declaration at /usr/local/go/src/runtime/lfstack_64bit.go:37
/usr/local/go/src/runtime/lfstack_amd64.go:20: lfstackUnpack redeclared in this block
previous declaration at /usr/local/go/src/runtime/lfstack_64bit.go:41
/usr/local/go/src/runtime/os_linux.go:27: _FUTEX_WAIT redeclared in this block
previous declaration at /usr/local/go/src/runtime/os1_linux.go:22
/usr/local/go/src/runtime/os_linux.go:28: _FUTEX_WAKE redeclared in this block
previous declaration at /usr/local/go/src/runtime/os1_linux.go:23
/usr/local/go/src/runtime/os_linux.go:36: futexsleep redeclared in this block
previous declaration at /usr/local/go/src/runtime/os1_linux.go:31
/usr/local/go/src/runtime/os_linux.go:67: futexwakeup redeclared in this block
previous declaration at /usr/local/go/src/runtime/os1_linux.go:62
/usr/local/go/src/runtime/os_linux.go:83: getproccount redeclared in this block
previous declaration at /usr/local/go/src/runtime/os1_linux.go:78
/usr/local/go/src/runtime/os_linux.go:109: _CLONE_VM redeclared in this block
previous declaration at /usr/local/go/src/runtime/os1_linux.go:104
/usr/local/go/src/runtime/os_linux.go:110: _CLONE_FS redeclared in this block
previous declaration at /usr/local/go/src/runtime/os1_linux.go:105
/usr/local/go/src/runtime/os_linux.go:111: _CLONE_FILES redeclared in this block
previous declaration at /usr/local/go/src/runtime/os1_linux.go:106
/usr/local/go/src/runtime/os_linux.go:111: too many errors
this topic solved this issue for me http://stackoverflow.com/questions/39064285/go-project-build-failed-lfstackpack-redeclared-in-this-block
@joeblew99
@itcreator thanks for the tip. works !!
i have gotten it all working on OSX and windows. Now trying out on Linux.
Its a clean ubuntu inside a vm.
Here we go::