potatosalad / erlang-libdecaf

ed448goldilocks (libdecaf) NIF with timeslice reductions for Erlang and Elixir.
MIT License
29 stars 16 forks source link

`mix deps.get` crashes #5

Closed luishurtado closed 6 years ago

luishurtado commented 6 years ago

Running mix deps.get crashes with the following error in macOS High Sierra 10.13.2:

$ mix deps.get 
Assertion failed: (ctx), functioAssertion failed: (ctx), function digest_update, file /BuildRootn digest_update, file /BuildRoot/Library/Caches/com.apple.xbs/So/Library/Caches/com.apple.xbs/Sources/boringssl/boringssl-109.30urces/boringssl/boringssl-109.30.8/apple/crypto/digests.c, line .8/apple/crypto/digests.c, line 49.
49.
Abort trap: 6

This is the output of cc --version in case it is important

$ cc --version
Apple LLVM version 9.0.0 (clang-900.0.39.2)
Target: x86_64-apple-darwin17.3.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin

Thanks in advance if you can provide any help!

luishurtado commented 6 years ago

Fixed. It was something with Erlang after upgrading to macOS Sierra.

https://github.com/elixir-lang/elixir/issues/6200

After upgrading homebrew, resintalling Erlang (via kerl) and Elixir (via kiex) it is working now.