Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

goji is broken after updating o #59

Closed
badoet opened this issue Aug 26, 2014 · 2 comments
Closed

goji is broken after updating o #59

badoet opened this issue Aug 26, 2014 · 2 comments

Comments

@badoet
Copy link

badoet commented Aug 26, 2014

image

i have golang 1.3 running on my windows 8 machine.

help?

@mkrull
Copy link

mkrull commented Aug 26, 2014

Same for me. I am on windows 8.1 with Go 1.2.1.

$ go get -u github.com/zenazn/goji
# github.com/zenazn/goji/bind
..\..\..\Go\src\github.com\zenazn\goji\bind\einhorn.go:41: cannot use einhornFdMap(i) (type int) as type syscall.Handle in function argument
..\..\..\Go\src\github.com\zenazn\goji\bind\einhorn_stub.go:9: einhornInit redeclared in this block
        previous declaration at ..\..\..\Go\src\github.com\zenazn\goji\bind\einhorn.go:27
..\..\..\Go\src\github.com\zenazn\goji\bind\einhorn_stub.go:10: einhornAck redeclared in this block
        previous declaration at ..\..\..\Go\src\github.com\zenazn\goji\bind\einhorn.go:75
..\..\..\Go\src\github.com\zenazn\goji\bind\einhorn_stub.go:11: einhornBind redeclared in this block
        previous declaration at ..\..\..\Go\src\github.com\zenazn\goji\bind\einhorn.go:58
..\..\..\Go\src\github.com\zenazn\goji\bind\einhorn_stub.go:12: usingEinhorn redeclared in this block
        previous declaration at ..\..\..\Go\src\github.com\zenazn\goji\bind\einhorn.go:45
..\..\..\Go\src\github.com\zenazn\goji\bind\systemd.go:30: cannot use systemdMinFd + i (type int) as type syscall.Handle in function argument
..\..\..\Go\src\github.com\zenazn\goji\bind\systemd_stub.go:5: systemdInit redeclared in this block
        previous declaration at ..\..\..\Go\src\github.com\zenazn\goji\bind\systemd.go:16
..\..\..\Go\src\github.com\zenazn\goji\bind\systemd_stub.go:6: usingSystemd redeclared in this block
        previous declaration at ..\..\..\Go\src\github.com\zenazn\goji\bind\systemd.go:34
# github.com/zenazn/goji/graceful
..\..\..\Go\src\github.com\zenazn\goji\graceful\einhorn.go:20: undefined: syscall.SIGUSR2

@zenazn
Copy link
Owner

zenazn commented Aug 26, 2014

Ugh. Sorry about that guys, apparently I don't understand how build tags (or boolean logic) works :/

Let me push a patch.

@zenazn zenazn closed this as completed in e101f75 Aug 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants