-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Unable to compile UNIX transport #22
Comments
Do you have procket in deps? |
@NobbZ Maybe dependencies are not correctly declared on hex.pm ? |
AFAIK procket does not exist as a hex package. I am aware I can use rebar etc. but I think it's less than clear that you have to specify it separately. |
Cool, I think removing this dependency is the best option :) Closing then. |
Hey! The OTP native UNIX socket has merged. I can take look to replace procket with native UNIX socket. |
Just saw that some one already is working on that #23 |
@slashmili Hi, the guy working on that topic has disappeared :( |
@jeanparpaillon I did look at that and though just adding erlang 19.0 solves the problem! which it didn't https://travis-ci.org/slashmili/erlang-dbus/builds/161265849 I'll take a look to see if I can fix the broken build. BTW I can also see that travis build for master branch is failed. So I'm not sure if after fixing the problem, I would get the same error as master branch or not |
erlang 19.0 is not (yet) officially available with Travis. Regarding current travis failure, the situation is strange:
Plus, recently I've had issues with Travis, just relaunching a build was making the tests passing So, upgrading to erlang 19 + relaunching a build may do the trick ;) |
I am trying to add dbus support to my phoenix app
I've removed
src/dbus_transport_unix.erl
and it compiles properly.Erlang/OTP 18 [erts-7.0] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:10] [hipe] [kernel-poll:false]
Elixir 1.2.0
The text was updated successfully, but these errors were encountered: