Skip to content

Instantly share code, notes, and snippets.

@erszcz
Created October 25, 2017 16:25
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 erszcz/e541eb9f0afda3967f16e65a68690c6c to your computer and use it in GitHub Desktop.
Save erszcz/e541eb9f0afda3967f16e65a68690c6c to your computer and use it in GitHub Desktop.
kerl install-docsh log
Last login: Wed Oct 25 18:19:04 on ttys005
e18:20:30 erszcz @ x4 : ~
$ erl
-bash: erl: command not found
18:20:30 erszcz @ x4 : ~
$ . ~/apps/erlang/19.3.6.2/activate
18:20:41 erszcz @ x4 : ~
$ erl
Erlang/OTP 19 [erts-8.3.5.2] [source] [64-bit] [smp:4:4] [async-threads:10] [kernel-poll:false]
Eshell V8.3.5.2 (abort with ^G)
1>
BREAK: (a)bort (c)ontinue (p)roc info (i)nfo (l)oaded
(v)ersion (k)ill (D)b-tables (d)istribution
^C18:20:45 erszcz @ x4 : ~
$ cd work/erszcz/
18:20:48 erszcz @ x4 : ~/work/erszcz
$ cd kerl
18:20:50 erszcz @ x4 : ~/work/erszcz/kerl (install-docsh)
$ ./kerl install-docsh
Checking out docsh git repository from https://github.com/erszcz/docsh.git...
===> Verifying dependencies...
===> Compiling docsh
src/docsh_embeddable.erl:10: Warning: type fname() is unused
src/docsh_embeddable.erl:19: Warning: missing specification for function lookup/2
src/docsh_embeddable.erl:26: Warning: variable 'M' is unused
src/docsh_embeddable.erl:27: Warning: variable 'F' is unused
src/docsh_embeddable.erl:27: Warning: variable 'M' is unused
src/docsh_embeddable.erl:27: Warning: this clause cannot match because a previous clause at line 26 always matches
src/docsh_embeddable.erl:38: Warning: missing specification for function key_to_module/1
src/docsh_embeddable.erl:61: Warning: variable 'Mod' is unused
src/docsh_embeddable.erl:82: Warning: variable 'Arities' is unused
src/docsh_shell.erl:21: Warning: missing specification for function h/3
src/docsh_shell.erl:25: Warning: missing specification for function s/1
src/docsh_shell.erl:29: Warning: missing specification for function s/3
src/docsh_shell.erl:33: Warning: missing specification for function t/1
src/docsh_shell.erl:36: Warning: missing specification for function t/3
src/docsh_beam.erl:46: Warning: missing specification for function name/1
src/docsh_beam.erl:48: Warning: missing specification for function abst/1
src/docsh_beam.erl:51: Warning: missing specification for function beam_file/1
src/docsh_beam.erl:53: Warning: missing specification for function source_file/1
src/docsh_beam.erl:55: Warning: missing specification for function source_file/2
src/docsh_beam.erl:57: Warning: missing specification for function attribute/2
Please kerl_deactivate and activate again to enable docsh
18:21:03 erszcz @ x4 : ~/work/erszcz/kerl (install-docsh)
$ kerl_deactivate
18:21:06 erszcz @ x4 : ~/work/erszcz/kerl (install-docsh)
$ . ~/apps/erlang/19.3.6.2/activate
18:21:10 erszcz @ x4 : ~/work/erszcz/kerl (install-docsh)
$ erl
Erlang/OTP 19 [erts-8.3.5.2] [source] [64-bit] [smp:4:4] [async-threads:10] [kernel-poll:false]
Enabled docsh from: /Users/erszcz/apps/erlang/19.3.6.2/lib/docsh
Call h(docsh) for interactive help.
Eshell V8.3.5.2 (abort with ^G)
1>
BREAK: (a)bort (c)ontinue (p)roc info (i)nfo (l)oaded
(v)ersion (k)ill (D)b-tables (d)istribution
^C18:21:13 erszcz @ x4 : ~/work/erszcz/kerl (install-docsh)
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment