-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
libevent: [warn] kq_init: detected broken kqueue; not using.: Undefined error: 0 #2869
Comments
Refs:
I'd be fine with us adopting the patch proposed in libevent/libevent#377, but it may be reasonable to wait on some upstream feedback to the PR there given upstream is fairly active. |
Still no change, even Have to continue using my Linux machine to stay with Crystal; a fantastic Ruby alternative. |
Yeah, I can reproduce. The upstream fix doesn't seem completely sufficient, at least for It makes a significant difference though, at least on the surface. I don't know enough about
Compared to:
|
It works for me on macOS 10.12 beta3 with Xcode 8 beta3 :-) Uninstalled libevent, llvm and cleaned up brew. I also saw this message
But at the end the installation was successful.
|
I've applied the upstream patch to our Since we seem to have mostly resolved this specific issue I've added this into our tracking thread @ #1957 & will close here. Please shout if you uncover any deeper errors though, so we can go back upstream to |
It works! I uninstalled libevent, llvm and crystal-lang then let brew install everything again but without |
Great! Thanks for the confirmation on your end. Happy to help. |
Just for future reference, I ran into the same problem with
|
I've tried reinstalling libevent , tmux , llvm and crystal lang. But not work , I've always the same error:
|
I had the same problem. It happened because i had 2 installs from the chromedriver. What i did: Uninstall chromedriver with brew |
I had the same issue with
|
I've tried reinstalling libevent , tmux , llvm and crystal lang. I am still getting the same error: |
@learnsomuch @MordaBoy Please report this to the upstream project, it's not our issue. |
I'm getting this warning on macOS Sierra PB1 when I run
crystal
compiler. It probably prevents to run a simple Kemal app (it's web framework written in Crystal language). Apparently the problem lies inlibevent
. Tthe library would belong to #1957 list.It seems the fix is the following https://codereview.chromium.org/2134603002/diff/20001/base/third_party/libevent/kqueue.c (according to a guy from Crystal IRC).
The text was updated successfully, but these errors were encountered: