Skip to content

Instantly share code, notes, and snippets.

@blt
Created April 2, 2015 23:06
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 blt/33a037c76efda8215dfe to your computer and use it in GitHub Desktop.
Save blt/33a037c76efda8215dfe to your computer and use it in GitHub Desktop.
(walden-2) ~/projects/com/github/jiffy
blt> rm -rf _build/ && DEBUG=1 rebar3 pc clean, pc compile
===> Evaluating config script "rebar.config.script"
===> Consult config file "rebar.lock"
===> error function_clause
===> Plugin rebar_gdb_plugin not available. It will not be used.
===> Consult config file "/Users/blt/projects/com/github/jiffy/_build/default/plugins/pc/rebar.config"
===> Consult config file "/Users/blt/projects/com/github/jiffy/_build/default/plugins/pc/rebar.lock"
===> Fetching pc ({git,"file:///Users/blt/projects/us/troutwine/port_compiler",
{branch,"blt-rebar_team_feedback_shuffle"}})
===> sh info:
cwd: "/Users/blt/projects/com/github/jiffy"
cmd: git clone file:///Users/blt/projects/us/troutwine/port_compiler .tmp_dir667722638559 -b blt-rebar_team_feedback_shuffle --single-branch
===> opts: [{cd,"/tmp"}]
===> Port Cmd: git clone file:///Users/blt/projects/us/troutwine/port_compiler .tmp_dir667722638559 -b blt-rebar_team_feedback_shuffle --single-branch
Port Opts: [{cd,"/tmp"},
exit_status,
{line,16384},
use_stdio,stderr_to_stdout,hide]
===> Moving checkout "/tmp/.tmp_dir667722638559" to "/Users/blt/projects/com/github/jiffy/_build/default/plugins/pc"
===> sh info:
cwd: "/Users/blt/projects/com/github/jiffy"
cmd: mv /tmp/.tmp_dir667722638559 /Users/blt/projects/com/github/jiffy/_build/default/plugins/pc
===> opts: [{use_stdout,false},abort_on_error]
===> Port Cmd: mv /tmp/.tmp_dir667722638559 /Users/blt/projects/com/github/jiffy/_build/default/plugins/pc
Port Opts: [exit_status,{line,16384},use_stdio,stderr_to_stdout,hide]
===> Consult config file "/Users/blt/projects/com/github/jiffy/_build/default/plugins/pc/rebar.config"
===> Consult config file "/Users/blt/projects/com/github/jiffy/_build/default/plugins/pc/rebar.lock"
===> Consult config file "/Users/blt/projects/com/github/jiffy/_build/default/plugins/pc/rebar.config"
===> Consult config file "/Users/blt/projects/com/github/jiffy/_build/default/plugins/pc/rebar.lock"
===> Compiling pc
===> erl_opts [debug_info,debug_info,inline_list_funcs,
warn_deprecated_function,warn_export_all,
warn_export_vars,warn_obsolete_guard,warn_shadow_vars,
warn_untyped_record,warn_unused_function,
warn_unused_import,warnings_as_errors]
===> Files dependent on /Users/blt/projects/com/github/jiffy/_build/default/plugins/pc/src/pc_util.erl: []
===> Files dependent on /Users/blt/projects/com/github/jiffy/_build/default/plugins/pc/src/pc_prv_compile.erl: []
===> Files dependent on /Users/blt/projects/com/github/jiffy/_build/default/plugins/pc/src/pc_prv_clean.erl: []
===> Files dependent on /Users/blt/projects/com/github/jiffy/_build/default/plugins/pc/src/pc_port_specs.erl: []
===> Files dependent on /Users/blt/projects/com/github/jiffy/_build/default/plugins/pc/src/pc_port_env.erl: []
===> Files dependent on /Users/blt/projects/com/github/jiffy/_build/default/plugins/pc/src/pc_compilation.erl: []
===> Files to compile first: []
===> Dependencies of /Users/blt/projects/com/github/jiffy/_build/default/plugins/pc/src/pc_util.erl: []
===> Compiled pc_util.erl
===> Dependencies of /Users/blt/projects/com/github/jiffy/_build/default/plugins/pc/src/pc_prv_compile.erl: []
===> Compiled pc_prv_compile.erl
===> Dependencies of /Users/blt/projects/com/github/jiffy/_build/default/plugins/pc/src/pc_prv_clean.erl: []
===> Compiled pc_prv_clean.erl
===> Dependencies of /Users/blt/projects/com/github/jiffy/_build/default/plugins/pc/src/pc_port_specs.erl: []
===> Compiled pc_port_specs.erl
===> Dependencies of /Users/blt/projects/com/github/jiffy/_build/default/plugins/pc/src/pc_port_env.erl: []
===> Compiled pc_port_env.erl
===> Dependencies of /Users/blt/projects/com/github/jiffy/_build/default/plugins/pc/src/pc_compilation.erl: []
===> Compiled pc_compilation.erl
===> Consult config file "/Users/blt/projects/com/github/jiffy/_build/default/plugins/pc/src/pc.app.src"
===> No app_vars_file defined.
===> Consult config file "/Users/blt/projects/com/github/jiffy/_build/default/plugins/pc/src/pc.app.src"
===> error undef
===> Plugin {pc,{git,"file:///Users/blt/projects/us/troutwine/port_compiler",
{branch,"blt-rebar_team_feedback_shuffle"}}} not available. It will not be used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment