Skip to content

Problems with install docs in readme.md #27

@jimconner

Description

@jimconner

Hi there - I'm just trying to work through the install docs in the readme, but I'm hitting a problem with

  1. Install etcd
    go install github.com/coreos/etcd

jim@ip-10-11-0-123:~/workspace/diego-release$ go install github.com/coreos/etcd

github.com/coreos/etcd/pkg/transport

src/github.com/coreos/etcd/pkg/transport/listener.go:56:4: error: unknown field ‘KeepAlive’ in ‘net.Dialer’
KeepAlive: 30 * time.Second,
^
src/github.com/coreos/etcd/pkg/transport/listener.go:58:3: error: unknown field ‘TLSHandshakeTimeout’ in ‘http.Transport’
TLSHandshakeTimeout: 10 * time.Second,
^
src/github.com/coreos/etcd/pkg/transport/timeout_transport.go:34:4: error: unknown field ‘KeepAlive’ in ‘net.Dialer’
KeepAlive: 30 * time.Second,
^

I suspect this is caused by Ubuntu 14.04 coming with gccgo-go 4.9, which as I understand it only contains support for Go 1.2

Is there any workaround for this one?

Cheers!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions