google / cloud-print-connector

Google Cloud Print Connector
BSD 3-Clause "New" or "Revised" License
763 stars 185 forks source link

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

Open victorhooi opened 6 years ago

victorhooi commented 6 years ago

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 commented 5 years ago

jarroddeming@gmail.com

normanr commented 4 years ago

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 https://github.com/satori/go.uuid/issues/66 changed the API for NewV4. #397 fixed building with head, but in turn broke building with the latest release.