Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerfile: use go version 1.5.4-r0 #2608

Merged
merged 2 commits into from
Apr 27, 2016
Merged

Dockerfile: use go version 1.5.4-r0 #2608

merged 2 commits into from
Apr 27, 2016

Conversation

chriscool
Copy link
Contributor

This error recently appeared when building the Dockerfile:

ERROR: unsatisfiable constraints:
go-1.5.4-r0:
breaks: world[go=1.5.3-r0]

It looks that now upstream requires go 1.5.4-r0 not 1.5.3-r0.

This should help fixing issue #2607.

License: MIT
Signed-off-by: Christian Couder chriscool@tuxfamily.org

This error recently appeared when building the Dockerfile:

ERROR: unsatisfiable constraints:
  go-1.5.4-r0:
    breaks: world[go=1.5.3-r0]

It looks that now upstream requires go 1.5.4-r0 not 1.5.3-r0.

License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
@chriscool
Copy link
Contributor Author

@whyrusleeping On my machine this is not a full fix because later in the build I get:

package github.com/jbenet/go-multiaddr-net/Godeps/_workspace/src/github.com/jbenet/go-multiaddr: cannot find package "github.com/jbenet/go-multiaddr-net/Godeps/_workspace/src/github.com/jbenet/go-multiaddr" in any of:
        /usr/lib/go/src/github.com/jbenet/go-multiaddr-net/Godeps/_workspace/src/github.com/jbenet/go-multiaddr (from $GOROOT)
        /go/src/github.com/jbenet/go-multiaddr-net/Godeps/_workspace/src/github.com/jbenet/go-multiaddr (from $GOPATH)

but you are probably more likely than me to fix this one.

@chriscool
Copy link
Contributor Author

The Travis failures are all:

package github.com/jbenet/go-multiaddr-net/Godeps/_workspace/src/github.com/jbenet/go-multiaddr: cannot find package "github.com/jbenet/go-multiaddr-net/Godeps/_workspace/src/github.com/jbenet/go-multiaddr" in any of:
    /Users/travis/.gimme/versions/go1.5.2.darwin.amd64/src/github.com/jbenet/go-multiaddr-net/Godeps/_workspace/src/github.com/jbenet/go-multiaddr (from $GOROOT)
    /Users/travis/gopath/src/github.com/jbenet/go-multiaddr-net/Godeps/_workspace/src/github.com/jbenet/go-multiaddr (from $GOPATH)
make: *** [gx_upgrade] Error 1

@whyrusleeping
Copy link
Member

@chriscool sorry about those failures, they should be good now. Thank you for fixing this!

License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
@whyrusleeping whyrusleeping merged commit 49ea0f8 into master Apr 27, 2016
@whyrusleeping whyrusleeping deleted the fix-docker-build branch April 27, 2016 21:08
@chriscool
Copy link
Contributor Author

@whyrusleeping great that you fixed the gx related failures!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants