Giter Club home page Giter Club logo

Comments (11)

twopoint718 avatar twopoint718 commented on July 27, 2024

I am seeing the same thing:

$ ./doozerd
libcgo: thread-local storage 0x108 not at %gs:0x8a0 - x=0 y=0
Abort trap: 6

from doozerd.

fd avatar fd commented on July 27, 2024

the same here

from doozerd.

roblight avatar roblight commented on July 27, 2024

ditto

from doozerd.

newobj avatar newobj commented on July 27, 2024

Same here. And trying to compile I get the following too:

BRIANs-iMac:doozerd newobj$ ./all.sh

github.com/ha/doozer

/usr/local/go/src/pkg/github.com/ha/doozer/conn.go:184: cannot use &t.req (type *request) as type proto.Message in function argument:
*request does not implement proto.Message (missing ProtoMessage method)
/usr/local/go/src/pkg/github.com/ha/doozer/conn.go:198: cannot use &r (type *response) as type proto.Message in function argument:
*response does not implement proto.Message (missing ProtoMessage method)
/usr/local/go/src/pkg/github.com/ha/doozer/conn.go:294: undefined: proto.GetInt64
/usr/local/go/src/pkg/github.com/ha/doozer/conn.go:326: undefined: proto.GetInt64
/usr/local/go/src/pkg/github.com/ha/doozer/conn.go:412: undefined: proto.GetInt32
/usr/local/go/src/pkg/github.com/ha/doozer/conn.go:412: undefined: proto.GetInt64
/usr/local/go/src/pkg/github.com/ha/doozer/err.go:33: cannot call non-function proto.GetString (type struct {})
/usr/local/go/src/pkg/github.com/ha/doozer/msg.pb.go:127: cannot use this (type *request) as type proto.Message in function argument:
*request does not implement proto.Message (missing ProtoMessage method)
/usr/local/go/src/pkg/github.com/ha/doozer/msg.pb.go:142: cannot use this (type *response) as type proto.Message in function argument:
*response does not implement proto.Message (missing ProtoMessage method)

github.com/ha/doozerd/consensus

/usr/local/go/src/pkg/github.com/ha/doozerd/consensus/m.pb.go:65: cannot use this (type *msg) as type proto.Message in function argument:
*msg does not implement proto.Message (missing ProtoMessage method)
/usr/local/go/src/pkg/github.com/ha/doozerd/consensus/manager.go:230: cannot use &m (type *msg) as type proto.Message in function argument:
*msg does not implement proto.Message (missing ProtoMessage method)
/usr/local/go/src/pkg/github.com/ha/doozerd/consensus/manager.go:240: cannot use &p.msg (type *msg) as type proto.Message in function argument:
*msg does not implement proto.Message (missing ProtoMessage method)
/usr/local/go/src/pkg/github.com/ha/doozerd/consensus/run.go:65: cannot use m (type *msg) as type proto.Message in function argument:
*msg does not implement proto.Message (missing ProtoMessage method)

So, no doozerd love for me :(

from doozerd.

cvillecsteele avatar cvillecsteele commented on July 27, 2024

Same problem here.

from doozerd.

Lazarus404 avatar Lazarus404 commented on July 27, 2024

And me, compiling on Windows under Cygwin. Getting:

github.com/ha/doozerd/consensus

G:\Go\src\pkg\github.com\ha\doozerd\consensus\m.pb.go:65: cannot use this (type *msg) as type proto.Message in function argument:
*msg does not implement proto.Message (missing ProtoMessage method)
G:\Go\src\pkg\github.com\ha\doozerd\consensus\manager.go:230: cannot use &m (type *msg) as type proto.Message in function argument:
*msg does not implement proto.Message (missing ProtoMessage method)
G:\Go\src\pkg\github.com\ha\doozerd\consensus\manager.go:240: cannot use &p.msg (type *msg) as type proto.Message in function argument:
*msg does not implement proto.Message (missing ProtoMessage method)
G:\Go\src\pkg\github.com\ha\doozerd\consensus\run.go:65: cannot use m (type *msg) as type proto.Message in function argument:
*msg does not implement proto.Message (missing ProtoMessage method)

github.com/ha/doozer

G:\Go\src\pkg\github.com\ha\doozer\conn.go:184: cannot use &t.req (type *request) as type proto.Message in function argument:
*request does not implement proto.Message (missing ProtoMessage method)
G:\Go\src\pkg\github.com\ha\doozer\conn.go:198: cannot use &r (type *response) as type proto.Message in function argument:
*response does not implement proto.Message (missing ProtoMessage method)
G:\Go\src\pkg\github.com\ha\doozer\conn.go:294: undefined: proto.GetInt64
G:\Go\src\pkg\github.com\ha\doozer\conn.go:326: undefined: proto.GetInt64
G:\Go\src\pkg\github.com\ha\doozer\conn.go:412: undefined: proto.GetInt32
G:\Go\src\pkg\github.com\ha\doozer\conn.go:412: undefined: proto.GetInt64
G:\Go\src\pkg\github.com\ha\doozer\err.go:33: cannot call non-function proto.GetString (type struct {})
G:\Go\src\pkg\github.com\ha\doozer\msg.pb.go:127: cannot use this (type *request) as type proto.Message in function argument:
*request does not implement proto.Message (missing ProtoMessage method)
G:\Go\src\pkg\github.com\ha\doozer\msg.pb.go:142: cannot use this (type *response) as type proto.Message in function argument:
*response does not implement proto.Message (missing ProtoMessage method)

from doozerd.

alex-ethier avatar alex-ethier commented on July 27, 2024

same here....

libcgo: thread-local storage 0x108 not at %gs:0x8a0 - x=0 y=0
Abort trap: 6

from doozerd.

bketelsen avatar bketelsen commented on July 27, 2024

This will be fixed in an upcoming pull request.

from doozerd.

dropwhile avatar dropwhile commented on July 27, 2024

<3

from doozerd.

sourcec0de avatar sourcec0de commented on July 27, 2024

Was this ever resolved? Is there a reference to the commit that fixes this issue?

from doozerd.

alexanderbartels avatar alexanderbartels commented on July 27, 2024

same here... (Version 0.7 and Version 0.8)

libcgo: thread-local storage 0x108 not at %gs:0x8a0 - x=0 y=0
Abort trap: 6

solution at #62 worked for me.
-> use got get to install doozerd

from doozerd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.