Skip to content

Instantly share code, notes, and snippets.

@jdangerx
Created August 25, 2016 22:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdangerx/fb1b512daf602ef61b4c493aceafe3b1 to your computer and use it in GitHub Desktop.
Save jdangerx/fb1b512daf602ef61b4c493aceafe3b1 to your computer and use it in GitHub Desktop.
exometer_core build failure
+john@computer:~/elixometer_test$ mix deps.compile
==> meck (compile)
==> edown (compile)
==> setup (compile)
==> setup (escriptize)
==> parse_trans (compile)
===> Compiling pobox
===> Compiling goldrush
===> Compiling lager
==> src (compile)
==> exometer_core (compile)
src/exometer_report.erl:none: error in parse transform 'lager_transform': {function_clause,
[{lager_transform,
'-walk_ast/2-fun-0-',
[{typed_record_field,
{record_field,251,
{atom,251,reporter}},
{type,251,union,
[{type,251,module,[]},
{atom,251,'_'}]}}],
[{file,
"/home/john/elixometer_test/deps/lager/src/lager_transform.erl"},
{line,62}]},
{lists,map,2,
[{file,"lists.erl"},
{line,1239}]},
{lager_transform,walk_ast,2,
[{file,
"/home/john/elixometer_test/deps/lager/src/lager_transform.erl"},
{line,62}]},
{compile,
'-foldl_transform/2-anonymous-2-',
2,
[{file,"compile.erl"},
{line,958}]},
{compile,foldl_transform,2,
[{file,"compile.erl"},
{line,960}]},
{compile,
'-internal_comp/4-anonymous-1-',
2,
[{file,"compile.erl"},
{line,315}]},
{compile,fold_comp,3,
[{file,"compile.erl"},
{line,341}]},
{compile,internal_comp,4,
[{file,"compile.erl"},
{line,325}]}]}
ERROR: compile failed while processing /home/john/elixometer_test/deps/exometer_core: rebar_abort
Compiling src/exometer_report.erl failed:
** (Mix) Could not compile dependency :exometer_core, "/home/john/.mix/rebar compile skip_deps=true deps_dir="/home/john/elixometer_test/_build/dev/lib"" command failed. You can recompile this dependency with "mix deps.compile exometer_core", update it with "mix deps.update exometer_core" or clean it with "mix deps.clean exometer_core"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment