app not compiling

97 views
Skip to first unread message

gato....@gmail.com

unread,
Aug 9, 2019, 10:38:27 AM8/9/19
to golang-nuts
Hi:

  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 ? 

Kurtis Rader

unread,
Aug 9, 2019, 12:13:15 PM8/9/19
to gato....@gmail.com, golang-nuts
Insufficient information. What is "xorto"? What packages does it import? Googling "readsym out of sync" turns up a few mentions such



--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/cfe0731e-660a-4292-be55-f831f648cbec%40googlegroups.com.


--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank

Ian Lance Taylor

unread,
Aug 9, 2019, 1:18:21 PM8/9/19
to gato....@gmail.com, golang-nuts
On Fri, Aug 9, 2019 at 7:38 AM <gato....@gmail.com> wrote:
>
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
Reply all
Reply to author
Forward
0 new messages