Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

go install fails on Alpine GNU/Linux from bb11ff7 #1140

@camelpunch

Description

@camelpunch

Our CI started failing because we were depending on master dep.

From bb11ff7 a go install ./... (hence also a go get) exits 2 like so:

bash-4.3# go install ./...
# github.com/golang/dep/internal/gps
internal/gps/constraints.go:334: undefined: sort.SliceStable
internal/gps/constraints.go:353: undefined: sort.SliceStable
internal/gps/lock.go:55: undefined: sort.SliceIsSorted
internal/gps/lock.go:62: undefined: sort.Slice

We found this SHA using git bisect between v0.3.0 and master.

What did you expect to see?

We expected go get to successfully install dep.

We do not see this problem on OSX.

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