On Fri, Aug 9, 2019 at 7:38 AM <gato.pa...@gmail.com> wrote:
>
>   can someone explain this message that I've gotten recently after installing 
> "go version go1.12.7 linux/amd64" in a new computer and  compiling an 
> application named xorto:
>
> # xorto
> 2019/08/09 09:14:58 readSym out of sync
>
> The same application compiles and runs well in the same  environement in 
> other machines.
> I suspect there is some library missing. If it is so how can I find it.
>
> Or, what else can it be ?. What does the message mean ?

The message means that the Go generated object file is corrupt.  The
first step would be to make sure that you have enough disk space, and
to run `go clean -cache` and try the build again.  If this is a
repeatable error, and you have enough disk space, and you aren't
seeing any other odd problems on that machine, please open a bug
report with complete reproduction instructions.  Thanks.

Ian

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAOyqgcVcniyQ1pivd%3DmXubgM0YmiR-CXgELNe1URekz4GT%2BJRA%40mail.gmail.com.

Reply via email to