-
Notifications
You must be signed in to change notification settings - Fork 185
gcp-connector-util build fails #395
Comments
Same here. I tried go 1.5 and 1.9, both report the above. This is on a fully updated Raspbian Jesse (arm6l according to uname) |
Turns out only gcp-cups-connector was all that was needed to get everything working. The other binary apparently is only used for local configuration. Running gcp-cups-connector caused my local browser to display a page that allowed for the addition of the printer to google drive. Thing is, I ssh from my laptop to the pi, yet somehow that managed to get a page up on my local browser, presumably through X forwarding or some such. |
Ping with request for PR merge. :) Issue persisting for me locally as reported by Travis: https://travis-ci.org/google/cloud-print-connector/jobs/328007814 |
Confirmed I receive the same issue:
|
The fix proposed works okay for me. Pinging again here to request the merge so I don't have to patch manually. :-) |
This was caused by satori/go.uuid#66. Unfortunately while #397 makes gcp-connector-util build with satori/go.uuid at head, it makes it fail #425 with the most recent release (v1.2.0)! |
<$ go get github.com/google/cloud-print-connector/...>
results in...
<# github.com/google/cloud-print-connector/gcp-connector-util go/src/github.com/google/cloud-print-connector/gcp-connector-util/init.go:417:26: multiple-value uuid.NewV4() in single-value context>
Am I missing something?
The text was updated successfully, but these errors were encountered: