Skip to content
This repository was archived by the owner on Feb 26, 2019. It is now read-only.
This repository was archived by the owner on Feb 26, 2019. It is now read-only.

godep: Error determining major go version from: "xgcc" #497

@JasonCoombs

Description

@JasonCoombs

Expected behavior

Happiness

Actual behavior

Sadness

Steps to reproduce behavior

on Ubuntu 14.04:
$ go
The program 'go' is currently not installed. To run 'go' please ask your administrator to install the package 'gccgo-go'

$sudo apt-get install gccgo-go

Then, with $GOPATH and $PATH set correctly:

$go install github.com/tools/godep
$godep version

godep version output

godep: Error determining major go version from: "xgcc"

go version output

go version xgcc (Ubuntu 4.9.3-0ubuntu4) 4.9.3 linux/amd64

Contents of Godeps.json file

{
        "ImportPath": "github.com/tools/godep",
        "GoVersion": "go1.7",
        "GodepVersion": "v74",
        "Deps": [
                {
                        "ImportPath": "github.com/kr/fs",
                        "Rev": "2788f0dbd16903de03cb8186e5c7d97b69ad387b"
                },
                {
                        "ImportPath": "github.com/kr/pretty",
                        "Comment": "go.weekly.2011-12-22-24-gf31442d",
                        "Rev": "f31442d60e51465c69811e2107ae978868dbea5c"
                },
                {
                        "ImportPath": "github.com/kr/text",
                        "Rev": "6807e777504f54ad073ecef66747de158294b639"
                },
                {
                        "ImportPath": "github.com/pmezard/go-difflib/difflib",
                        "Rev": "f78a839676152fd9f4863704f5d516195c18fc14"
                },
                {
                        "ImportPath": "golang.org/x/tools/go/vcs",
                        "Rev": "1f1b3322f67af76803c942fd237291538ec68262"
                }
        ]
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions