Compilation error on file web/gettext.ex

Hi all
I created a phoenix project and after the statement
mix ecto.create

I’ve got following error:

== Compilation error on file web/gettext.ex ==
** (exit) exited in: GenServer.call(Gettext.ExtractorAgent, {:get, #Function<4.87779196/1 in Gettext.ExtractorAgent.extracting?/0>}, 5000)
    ** (EXIT) no process
    (elixir) lib/gen_server.ex:596: GenServer.call/3
    (stdlib) erl_eval.erl:670: :erl_eval.do_apply/6
    (stdlib) erl_eval.erl:269: :erl_eval.expr/5
    (stdlib) erl_eval.erl:122: :erl_eval.exprs/5
    /Volumes/Dev/elixir/cutication/web/gettext.ex:1: Gettext.Compiler.__before_compile__/1
    (elixir) lib/kernel/parallel_compiler.ex:117: anonymous fn/4 in Kernel.ParallelCompiler.spawn_compilers/1

My phoenix version is:
Phoenix v1.2.1
and elixir version
Interactive Elixir (1.3.3)

What is wrong?

Thanks

This was because of a faulty Gettext release. It was out only for 30 minutes and it has already been fixed. mix deps.update gettext should fix it.

2 Likes

I update to 0.12.1 and I get the same error? any ideas? there is some cached version or something like that?