Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Snap install/build is broken #953

Closed
elemoine opened this issue May 26, 2016 · 1 comment
Closed

Snap install/build is broken #953

elemoine opened this issue May 26, 2016 · 1 comment

Comments

@elemoine
Copy link
Contributor

It looks like the Snap build is broken:

$ go get github.com/intelsdi-x/snap                                                                                                                                                                     
# github.com/appc/spec/schema/types
.gvm/pkgsets/go1.6/snap/src/github.com/appc/spec/schema/types/isolator_resources.go:158: cannot use req (type resource.Quantity) as type *resource.Quantity in field value
.gvm/pkgsets/go1.6/snap/src/github.com/appc/spec/schema/types/isolator_resources.go:159: cannot use lim (type resource.Quantity) as type *resource.Quantity in field value
.gvm/pkgsets/go1.6/snap/src/github.com/appc/spec/schema/types/isolator_resources.go:212: cannot use req (type resource.Quantity) as type *resource.Quantity in field value
.gvm/pkgsets/go1.6/snap/src/github.com/appc/spec/schema/types/isolator_resources.go:213: cannot use lim (type resource.Quantity) as type *resource.Quantity in field value

I am installing Snap in an empty GOPATH.

My impression is that appc/spec#616 (merged 30 minutes ago) has broken Snap.

@elemoine
Copy link
Contributor Author

Fixed in appc/spec#618 by @jonboulle and @steveej. Thanks!

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

No branches or pull requests

1 participant