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

DBus demo needs gen_dbus #3

Open
lauramcastro opened this issue Jan 8, 2015 · 4 comments
Open

DBus demo needs gen_dbus #3

lauramcastro opened this issue Jan 8, 2015 · 4 comments

Comments

@lauramcastro
Copy link
Contributor

lauramcastro commented Jan 8, 2015

Commit b0bde84 'temporarily' disabled the gen_dbus module, rendering the demo example impossible to run. Sadly, renaming gen_dbus.erl.bak to gen_dbus.erl and re-compiling does not help, since at least one macro is missing (HEADER_MEMBER). Even after defining such macro, and fixing some other issues, the furthers one gets when starting the dbus_demo application is to a badarg error on the binary:split/3 call on dbus_auth_cookie_sha1 module (line 24).

Same behaviour is observed by simply starting dbus (dbus:start()) and then running dbus:connect(session).

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/7591469-dbus-demo-needs-gen_dbus?utm_campaign=plugin&utm_content=tracker%2F2587299&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F2587299&utm_medium=issues&utm_source=github).
@jeanparpaillon
Copy link
Owner

Thanks for your report.
I have rewritten erlang-dbus mainly for using it as a client, thus breaking gen_dbus and such other things. Making them working againg is in my TODO list. Be patient or contribute ;)

@lauramcastro
Copy link
Contributor Author

Thanks for your answer. I will be patient, and if I can put aside the time to get to a proper fix, I will indeed pull-request it :).

@jeanparpaillon
Copy link
Owner

The following GSoC projects have been accepted:
https://github.com/beamcommunity/beamcommunity.github.com/wiki/Project:-Erlang-DBus

Would any student you know be interested in implementing services, just contact me !

@lauramcastro
Copy link
Contributor Author

The following GSoC projects have been accepted:
https://github.com/beamcommunity/beamcommunity.github.com/wiki/Project:-Erlang-DBus

Yes, I know! I am spreading the word amongst my students.

Would any student you know be interested in implementing services, just contact me !

Wiil do!

Laura

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

2 participants