gaopeng1106 / liteide

Automatically exported from code.google.com/p/liteide
0 stars 0 forks source link

Error: process exited with code 2 #68

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download LiteIDE for linux (fedora 22)
2. Start new source file
3. After press Run error: 

/usr/lib/golang/bin/linux_amd64/go  [/home/vit/go]
Go is a tool for managing Go source code.

Usage:

    go command [arguments]

The commands are:

    build       compile packages and dependencies
    clean       remove object files
    env         print Go environment information
    fix         run go tool fix on packages
    fmt         run gofmt on package sources

Use "go help [topic]" for more information about that topic.

Error: process exited with code 2

What is the expected output? What do you see instead?

Expected some run output.

What version of the product are you using? On what operating system?

Version X27.2.1

Linux localhost.localdomain 4.0.4-303.fc22.x86_64 #1 SMP Thu May 28 12:37:06 
UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

Please provide any additional information below.

I start app there: /home/vit/Downloads/liteide/bin/liteide

go env

GOARCH="amd64"
GOBIN=""
GOCHAR="6"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/vit/go/bin"
GORACE=""
GOROOT="/usr/lib/golang"
GOTOOLDIR="/usr/lib/golang/pkg/tool/linux_amd64"
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0"
CXX="g++"
CGO_ENABLED="1"

Original issue reported on code.google.com by vita...@gmail.com on 13 Jun 2015 at 6:05