aviacommerce / avia

open source e-commerce framework
https://aviacommerce.netlify.app/
MIT License
529 stars 114 forks source link

Failure to compile dependencies #495

Open saleyn opened 3 years ago

saleyn commented 3 years ago
$ 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"