-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling folsomite error #646
Comments
Which version of erlang and rebar? |
Erlang - 19 I managed to compile against erlang 18.3 but after handling many deprecation issues. |
I'm running into the same issue on Erlang - 20, Rebar 3.5.1 |
@jackieduckie thanks for the feedback do you have the traceback? |
==> goldrush (get-deps) |
@jackieduckie this looks like the same error. can you try the fix created here : amit-siddhu@4763ac8 Also see : #647 If you know what changes have occurred between 19 and 20 feel free to open a pull request. |
Yes that solves part of the problem, combined with replacing now() with timestamp(), and updating the .config file of rebar, it works now. Thank you! |
Compiling /home/disco/master/deps/folsomite/src/folsomite_graphite_client.erl failed:
/home/disco/master/deps/folsomite/src/folsomite_graphite_client.erl:none: error in parse transform 'lager_transform': {function_clause,
[{lager_transform,
'-walk_ast/2-fun-0-',
[{typed_record_field,
{record_field,21,
{atom,21,tcp_socket}},
{remote_type,21,
[{atom,21,inet},
{atom,21,socket},
[]]}}],
[{file,
"src/lager_transform.erl"},
{line,60}]},
{lists,map,2,
[{file,"lists.erl"},
{line,1239}]},
{lager_transform,walk_ast,2,
[{file,
"src/lager_transform.erl"},
{line,60}]},
{compile,
'-foldl_transform/2-anonymous-2-',
2,
[{file,"compile.erl"},
{line,964}]},
{compile,foldl_transform,2,
[{file,"compile.erl"},
{line,966}]},
{compile,
'-internal_comp/4-anonymous-1-',
2,
[{file,"compile.erl"},
{line,321}]},
{compile,fold_comp,3,
[{file,"compile.erl"},
{line,347}]},
{compile,internal_comp,4,
[{file,"compile.erl"},
{line,331}]}]}
ERROR: compile failed while processing /home/disco/master/deps/folsomite: rebar_abort
The text was updated successfully, but these errors were encountered: