odeke-em / drive

Google Drive client for the commandline
Apache License 2.0
6.69k stars 427 forks source link

Bolt: maxMapSize and maxAllocSize issue #373

Closed sorentorp closed 9 years ago

sorentorp commented 9 years ago

Hi, any of you have any ideas here?

Running Go vers. 1.3.3

go get -u github.com/odeke-em/drive/drive-gen && drive-gen github.com/boltdb/bolt ../../gopath/src/github.com/boltdb/bolt/bolt_arm64.go:4: maxMapSize redeclared in this block previous declaration at ../../gopath/src/github.com/boltdb/bolt/bolt_amd64.go:4 ../../gopath/src/github.com/boltdb/bolt/bolt_arm64.go:7: maxAllocSize redeclared in this block previous declaration at ../../gopath/src/github.com/boltdb/bolt/bolt_amd64.go:7

pcoughlin commented 9 years ago

What does this have to do with IRremote?

Please be specific about how you are using IRremote and it would be good if you provided a sample of your sketch.

odeke-em commented 9 years ago

Hello @sorentorp, welcome to drive and thank you for reporting this issue.

I haven't encountered this issue before, but it was an issue reported to boltDB at https://github.com/boltdb/bolt/issues/416. Seems like it was fixed with https://github.com/boltdb/bolt/pull/418. Please try again.

@pcoughlin haha, did you mean to comment on another repo?

sorentorp commented 9 years ago

Thank you so much... Their fix worked ;-)