processone / xmpp

Erlang/Elixir XMPP parsing and serialization library on top of Fast XML

Home Page:http://process-one.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to compile version 1.1.16 with Erlang OTP 20.1

joudinet opened this issue · comments

Hi,
Trying to compile xmpp-1.1.16 from an installation with the last Erlang OTP (20.1), I get the following error message:

xmpp_codec: function get_mod/2+2690:
  Internal consistency check failed - please report this bug.
  Instruction: {test,bs_test_tail2,{f,862},[{x,5},0]}
  Error:       {no_bsm_context,{x,5}}:

Compiling src/xmpp_codec.erl failed:
ERROR: compile failed while processing /path/to/xmpp-1.1.16: rebar_abort

Any thought?