couchbaselabs / cbfs

Distributed Blobstore using Couchbase Server
http://dustin.github.com/2012/09/27/cbfs.html
Apache License 2.0
188 stars 40 forks source link

Project fails to compile - GetBulk #148

Open andrewwebber opened 8 years ago

andrewwebber commented 8 years ago

As a result of new go-couchbase changes the project no longer builds.

src/github.com/couchbaselabs/cbfs/blobs.go:55: assignment count mismatch: 2 = 3 src/github.com/couchbaselabs/cbfs/blobs.go:123: assignment count mismatch: 2 = 3 src/github.com/couchbaselabs/cbfs/fsck.go:90: assignment count mismatch: 2 = 3 src/github.com/couchbaselabs/cbfs/list.go:64: assignment count mismatch: 2 = 3 src/github.com/couchbaselabs/cbfs/nodes.go:244: assignment count mismatch: 2 = 3 src/github.com/couchbaselabs/cbfs/tasks.go:192: assignment count mismatch: 2 = 3

fmeyer commented 7 years ago

I worked on this #149 yesterday, need some input from someone experienced with the project.

andrewwebber commented 7 years ago

Wow, this really brings this project back from the dead, thank you

frank-dspeed commented 5 years ago

it compiles now also not anymore because of the dns dependency that is not compatible with older go versions anymore