-
Notifications
You must be signed in to change notification settings - Fork 56
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
rebar2 get-deps fails #24
Comments
cc @binarytemple-bet365 |
@mrbegood - The project has moved to rebar3, so master will not compile with rebar, as the dependencies format is different (rebar is deprecated in any case). However I don't think that is the problem here. I initially suspected that MongooseIM might have a dependency upon erlang-syslog master but it doesn't seem to be so: Examining MongooseIM master: MongooseIM has the following dependency on lager_syslog:
lager_syslog in turn has the followowing dependency on erlang-syslog:
So to test (I can't actually build MongooseIM due to it's fast_tls dependency choking on EC support):
Can you perform a fresh checkout of MongooseIM and try again please? |
@mrbegood Has your issue been fixed by this @michalwski P/R ? If so, we can close this ticket. |
@mrbegood merged to master, please test and close. |
rebar2 is no longer supported. This issue should be closed. |
Hi, this commit 964310d breaks dependency compilation with rebar2
To re-produce problem you can try to build this app
https://github.com/esl/MongooseIM
When adding dependency to this commit e24c9ee in rebar.config
rebar get-deps
works good.The text was updated successfully, but these errors were encountered: