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

gcp-connector-util build fails - multiple-value uuid.NewV4() in single-value context #425

Open
victorhooi opened this issue Aug 22, 2018 · 2 comments

Comments

@victorhooi
Copy link

This is odd - because I seem to have hit this same issue as #395 again today - yet that fix was merged some time ago:

pi@rp3-printserver:~ $ go get github.com/google/cloud-print-connector/...
# github.com/google/cloud-print-connector/gcp-connector-util
go/src/github.com/google/cloud-print-connector/gcp-connector-util/init.go:417: multiple-value uuid.NewV4() in single-value context

This is on a Raspberry Pi, with Go (go1.7.4 linux/arm).

@JarrodDeming
Copy link

[email protected]

@normanr
Copy link

normanr commented Jun 28, 2020

The latest tag for https://github.com/satori/go.uuid is v1.2.0 and so is the available version for the golang-github-satori-go.uuid-dev rasbian/debian package. Unfortunately satori/go.uuid#66 changed the API for NewV4. #397 fixed building with head, but in turn broke building with the latest release.

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

3 participants