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

Failure to compile dependencies #495

Open
saleyn opened this issue Aug 7, 2021 · 0 comments
Open

Failure to compile dependencies #495

saleyn opened this issue Aug 7, 2021 · 0 comments

Comments

@saleyn
Copy link

saleyn commented Aug 7, 2021

$ mix hex.info
Hex:    0.21.2
Elixir: 1.12.1
OTP:    24.0

$ mix clean; mix deps.clean --all; rm -rf _build
$ mix deps.update --all
$ mix deps.compile
...
==> makeup
Compiling 44 files (.ex)
Generated makeup app
===> Rebar3 detected a lock file from a newer version. It will be loaded in compatibility mode, but important information may be missing or lost. It is recommended to upgrade Rebar3.
===> Fetching rebar3_hex v6.11.6
===> Version cached at /home/serge/.cache/rebar3/hex/hexpm/packages/rebar3_hex-6.11.6.tar is up to date, reusing it
escript: exception error: undefined function erlang:get_stacktrace/0
  in function  rebar3:main/1 (/tmp/cirrus-ci-build/src/rebar3.erl, line 72)
  in call from escript:run/2 (escript.erl, line 750)
  in call from escript:start/1 (escript.erl, line 277)
  in call from init:start_em/1 
  in call from init:do_boot/3 
** (Mix) Could not compile dependency :sleeplocks, "/home/serge/.mix/rebar3 bare compile --paths /home/serge/projects/avia/_build/dev/lib/*/ebin" command failed. You can recompile this dependency with "mix deps.compile sleeplocks", update it with "mix deps.update sleeplocks" or clean it with "mix deps.clean sleeplocks"
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

1 participant