-
Notifications
You must be signed in to change notification settings - Fork 518
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
3.3.* fails to compile #1341
Comments
This could have been the following thing fixed in 3.3.1: though I guess it wouldn't make sense right yet. Could you clear |
I doubt so, it also happens when using 3.3.1 or master. I'll try to kill the index and see if that changes things. |
removing ~/.cache/rebar3 doesn't change it either. |
adding full debug output: https://gist.github.com/Licenser/06d84741b9340b6a7f0226e67ce15e38 |
From the debug output we've found that We should see if we can cope with that somehow or if the error is reasonable to expect. I'm thinking the SASL-but-not-in-a-root-lib is a fun edge case here, since for most libs in |
This was created by having |
ERL_LIBS can be different from root_dir(), it just happens that apps in ERL_LIBS shadowed those in root_dir() -- that's even edgier of a case! |
I see your edge and raise you another edge ERL_LIB pointed to a directory that was a symlink to what root_dir() was. |
Environment
A freshly checked out rebar3 from the upstream repo,
git checkout 3.3.0
for the versionCurrent behaviour
Running bootstrap failes on a freshly checked out 3.3.*
Expected behaviour
I would expect it t compile.
The text was updated successfully, but these errors were encountered: