Advertisement
Guest User

compile

a guest
Oct 23rd, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.26 KB | None | 0 0
  1. [root@apps1-east ~]# git clone https://github.com/2600hz/kazoo.git kazoo43
  2. Cloning into 'kazoo43'...
  3. remote: Enumerating objects: 1040, done.
  4. remote: Counting objects: 100% (1040/1040), done.
  5. remote: Compressing objects: 100% (835/835), done.
  6. remote: Total 352992 (delta 288), reused 385 (delta 198), pack-reused 351952
  7. Receiving objects: 100% (352992/352992), 381.27 MiB | 1.75 MiB/s, done.
  8. Resolving deltas: 100% (273432/273432), done.
  9. [root@apps1-east ~]#
  10. [root@apps1-east ~]#
  11. [root@apps1-east ~]#
  12. [root@apps1-east ~]#
  13. [root@apps1-east ~]#
  14. [root@apps1-east ~]# cd kazoo43/
  15. [root@apps1-east kazoo43]#
  16. [root@apps1-east kazoo43]#
  17. [root@apps1-east kazoo43]#
  18. [root@apps1-east kazoo43]#
  19. [root@apps1-east kazoo43]#
  20. [root@apps1-east kazoo43]# ls -l
  21. total 100
  22. drwxr-xr-x 39 root root 4096 Oct 23 21:43 applications
  23. -rw-r--r-- 1 root root 15718 Oct 23 21:43 CONTRIBUTING.md
  24. drwxr-xr-x 55 root root 4096 Oct 23 21:43 core
  25. drwxr-xr-x 11 root root 4096 Oct 23 21:43 doc
  26. -rw-r--r-- 1 root root 385 Oct 23 21:43 erlang.amf
  27. -rw-r--r-- 1 root root 16726 Oct 23 21:43 LICENSE
  28. drwxr-xr-x 3 root root 4096 Oct 23 21:43 make
  29. -rw-r--r-- 1 root root 13132 Oct 23 21:43 Makefile
  30. -rw-r--r-- 1 root root 13153 Oct 23 21:43 README.md
  31. drwxr-xr-x 2 root root 4096 Oct 23 21:43 rel
  32. drwxr-xr-x 4 root root 4096 Oct 23 21:43 scripts
  33. -rw-r--r-- 1 root root 4 Oct 23 21:43 VERSION
  34. [root@apps1-east kazoo43]#
  35. [root@apps1-east kazoo43]#
  36. [root@apps1-east kazoo43]#
  37. [root@apps1-east kazoo43]#
  38. [root@apps1-east kazoo43]#
  39. [root@apps1-east kazoo43]#
  40. [root@apps1-east kazoo43]# kerl list installations
  41. 19.3 /usr/local/otp-19.3
  42. [root@apps1-east kazoo43]#
  43. [root@apps1-east kazoo43]#
  44. [root@apps1-east kazoo43]#
  45. [root@apps1-east kazoo43]#
  46. [root@apps1-east kazoo43]#
  47. [root@apps1-east kazoo43]#
  48. [root@apps1-east kazoo43]#
  49. [root@apps1-east kazoo43]# make deps
  50. make[1]: Entering directory `/root/kazoo43'
  51. Cleaned deps-related files
  52. make[1]: Leaving directory `/root/kazoo43'
  53. make[1]: Entering directory `/root/kazoo43'
  54. --2019-10-23 21:43:56-- https://raw.githubusercontent.com/ninenines/erlang.mk/2018.03.01/erlang.mk
  55. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.0.133, 151.101.64.133, 151.101.128.133, ...
  56. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.0.133|:443... connected.
  57. HTTP request sent, awaiting response... 200 OK
  58. Length: 444 [text/plain]
  59. Saving to: ‘/root/kazoo43/erlang.mk’
  60.  
  61. 100%[==============================================================================================>] 444 --.-K/s in 0s
  62.  
  63. 2019-10-23 21:43:56 (80.3 MB/s) - ‘/root/kazoo43/erlang.mk’ saved [444/444]
  64.  
  65. make[2]: Entering directory `/root/kazoo43'
  66. git clone https://github.com/ninenines/erlang.mk .erlang.mk.build
  67. Cloning into '.erlang.mk.build'...
  68. remote: Enumerating objects: 90, done.
  69. remote: Counting objects: 100% (90/90), done.
  70. remote: Compressing objects: 100% (61/61), done.
  71. remote: Total 8566 (delta 43), reused 58 (delta 27), pack-reused 8476
  72. Receiving objects: 100% (8566/8566), 5.25 MiB | 3.93 MiB/s, done.
  73. Resolving deltas: 100% (5540/5540), done.
  74. if [ -f build.config ]; then cp build.config .erlang.mk.build; fi
  75. cd .erlang.mk.build && make
  76. make[3]: Entering directory `/root/kazoo43/.erlang.mk.build'
  77. 2018/12/03: Changelog introduced.
  78.  
  79. 2018/12/03: Relx has been updated to v3.27.0.
  80.  
  81. 2018/12/03: Dependencies are no longer always rebuilt by
  82. default. Please check the documentation for
  83. information. A quick fix if this causes an
  84. issue is to add `FULL = 1` at the top of your
  85. Makefile.
  86.  
  87. 2018/12/06: Change the default COVER_DATA_DIR to be the
  88. same as COVER_REPORT_DIR.
  89.  
  90. 2019/06/20: `list-deps` now includes local applications
  91. found in the `APPS_DIR` directory.
  92. make[3]: Leaving directory `/root/kazoo43/.erlang.mk.build'
  93. cp .erlang.mk.build/erlang.mk ./erlang.mk
  94. rm -rf .erlang.mk.build
  95. make[2]: Leaving directory `/root/kazoo43'
  96. mkdir -p deps
  97. make[2]: Entering directory `/root/kazoo43'
  98. make[2]: Leaving directory `/root/kazoo43'
  99. cp /root/kazoo43/make/Makefile.deps /root/kazoo43/deps/Makefile
  100. make[1]: Leaving directory `/root/kazoo43'
  101. make[1]: Entering directory `/root/kazoo43/deps'
  102. DEP amqp_client (v3.7.14)
  103. DEP amqp_dist (faa54e490f3083a323d3a95c53bb9493644478dd)
  104. No beam files found.
  105. Recompile: src/rebar
  106. Recompile: src/rebar_abnfc_compiler
  107. Recompile: src/rebar_app_utils
  108. Recompile: src/rebar_appups
  109. Recompile: src/rebar_asn1_compiler
  110. Recompile: src/rebar_base_compiler
  111. Recompile: src/rebar_cleaner
  112. Recompile: src/rebar_config
  113. Recompile: src/rebar_core
  114. Recompile: src/rebar_cover_utils
  115. Recompile: src/rebar_ct
  116. Recompile: src/rebar_deps
  117. Recompile: src/rebar_dia_compiler
  118. Recompile: src/rebar_dialyzer
  119. Recompile: src/rebar_edoc
  120. Recompile: src/rebar_erlc_compiler
  121. Recompile: src/rebar_erlydtl_compiler
  122. Recompile: src/rebar_escripter
  123. Recompile: src/rebar_eunit
  124. Recompile: src/rebar_file_utils
  125. Recompile: src/rebar_getopt
  126. Recompile: src/rebar_lfe_compiler
  127. Recompile: src/rebar_log
  128. Recompile: src/rebar_metacmds
  129. Recompile: src/rebar_mustache
  130. Recompile: src/rebar_neotoma_compiler
  131. Recompile: src/rebar_otp_app
  132. Recompile: src/rebar_otp_appup
  133. Recompile: src/rebar_port_compiler
  134. Recompile: src/rebar_proto_compiler
  135. Recompile: src/rebar_proto_gpb_compiler
  136. Recompile: src/rebar_protobuffs_compiler
  137. Recompile: src/rebar_qc
  138. Recompile: src/rebar_rand_compat
  139. Recompile: src/rebar_rel_utils
  140. Recompile: src/rebar_reltool
  141. Recompile: src/rebar_require_vsn
  142. Recompile: src/rebar_shell
  143. Recompile: src/rebar_subdirs
  144. Recompile: src/rebar_templater
  145. Recompile: src/rebar_upgrade
  146. Recompile: src/rebar_utils
  147. Recompile: src/rebar_xref
  148. Recompile: src/rmemo
  149. ==> rebar (compile)
  150. ==> rebar (escriptize)
  151. Congratulations! You now have a self-contained script called "rebar" in
  152. your current working directory. Place this script anywhere in your path
  153. and you can use rebar to build OTP-compliant apps.
  154. /root/kazoo43/deps
  155. DEP couchbeam (86d946646ad9dee1dee305b15d5c59e4c8e60cc2)
  156. DEP cowboy (2.6.3)
  157. DEP eflame (7b0bb1a7e8c8482a59421a3a50ae69d49af59d52)
  158. {"init terminating in do_boot",{undef,[{lists,droplast,["Unknown option: -C\nusage: git [--version] [--help] [-c name=value]\n [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n [-p|--paginate|--no-pager] [--no-replace-objects] [--bare]\n [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n <command> [<args>]\n"],[]},{erl_eval,do_apply,6,[{file,"erl_eval.erl"},{line,569}]},{erl_eval,expr_list,6,[{file,"erl_eval.erl"},{line,738}]},{erl_eval,expr,5,[{file,"erl_eval.erl"},{line,228}]},{erl_eval,expr_list,6,[{file,"erl_eval.erl"},{line,738}]},{erl_eval,expr,5,[{file,"erl_eval.erl"},{line,330}]},{erl_eval,expr,5,[{file,"erl_eval.erl"},{line,364}]},{erl_eval,exprs,5,[{file,"erl_eval.erl"},{line,118}]}]}}
  159.  
  160. Crash dump was written to: erl_crash.dump
  161. init terminating in do_boot ()
  162. DEP eiconv (1.0.0)
  163. DEP erlang_localtime ()
  164. DEP erlazure (88e0417251983ab4d8a2a2606c732906eecd5007)
  165. DEP erlcloud (3.2.7)
  166. DEP erlsom (master)
  167. DEP erlydtl (master)
  168. {"init terminating in do_boot",{undef,[{lists,droplast,["Unknown option: -C\nusage: git [--version] [--help] [-c name=value]\n [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n [-p|--paginate|--no-pager] [--no-replace-objects] [--bare]\n [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n <command> [<args>]\n"],[]},{erl_eval,do_apply,6,[{file,"erl_eval.erl"},{line,569}]},{erl_eval,expr_list,6,[{file,"erl_eval.erl"},{line,738}]},{erl_eval,expr,5,[{file,"erl_eval.erl"},{line,228}]},{erl_eval,expr_list,6,[{file,"erl_eval.erl"},{line,738}]},{erl_eval,expr,5,[{file,"erl_eval.erl"},{line,330}]},{erl_eval,expr,5,[{file,"erl_eval.erl"},{line,364}]},{erl_eval,exprs,5,[{file,"erl_eval.erl"},{line,118}]}]}}
  169.  
  170. Crash dump was written to: erl_crash.dump
  171. init terminating in do_boot ()
  172. DEP gen_smtp (f82a135bf5ce6dc8ca29bd4e30cbdc98cd089ee2)
  173. DEP getopt (v1.0.1)
  174. DEP gproc (0.8.0)
  175. {"init terminating in do_boot",{undef,[{lists,droplast,["Unknown option: -C\nusage: git [--version] [--help] [-c name=value]\n [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n [-p|--paginate|--no-pager] [--no-replace-objects] [--bare]\n [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n <command> [<args>]\n"],[]},{erl_eval,do_apply,6,[{file,"erl_eval.erl"},{line,569}]},{erl_eval,expr_list,6,[{file,"erl_eval.erl"},{line,738}]},{erl_eval,expr,5,[{file,"erl_eval.erl"},{line,228}]},{erl_eval,expr_list,6,[{file,"erl_eval.erl"},{line,738}]},{erl_eval,expr,5,[{file,"erl_eval.erl"},{line,330}]},{erl_eval,expr,5,[{file,"erl_eval.erl"},{line,364}]},{erl_eval,exprs,5,[{file,"erl_eval.erl"},{line,118}]}]}}
  176.  
  177. Crash dump was written to: erl_crash.dump
  178. init terminating in do_boot ()
  179. DEP inet_cidr (1.0.2)
  180. DEP jesse (1.5-rc13)
  181. {"init terminating in do_boot",{undef,[{lists,droplast,["Unknown option: -C\nusage: git [--version] [--help] [-c name=value]\n [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n [-p|--paginate|--no-pager] [--no-replace-objects] [--bare]\n [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n <command> [<args>]\n"],[]},{erl_eval,do_apply,6,[{file,"erl_eval.erl"},{line,569}]},{erl_eval,expr_list,6,[{file,"erl_eval.erl"},{line,738}]},{erl_eval,expr,5,[{file,"erl_eval.erl"},{line,228}]},{erl_eval,expr_list,6,[{file,"erl_eval.erl"},{line,738}]},{erl_eval,expr,5,[{file,"erl_eval.erl"},{line,330}]},{erl_eval,expr,5,[{file,"erl_eval.erl"},{line,364}]},{erl_eval,exprs,5,[{file,"erl_eval.erl"},{line,118}]}]}}
  182.  
  183. Crash dump was written to: erl_crash.dump
  184. init terminating in do_boot ()
  185. DEP jiffy (master)
  186. DEP lager (3.6.10)
  187. DEP lager_syslog (3.0.3)
  188. DEP meck (0.8.13)
  189. DEP meta (0.1.3)
  190. DEP nklib (v0.4.1)
  191. DEP plists (1.0.0)
  192. DEP poolboy (master)
  193. DEP proper (v1.3)
  194. CONF proper
  195. Using Erlang's 'random' ('rand' in 19.0 and later) module
  196. make[1]: [/root/kazoo43/deps/proper] Error 1 (ignored)
  197. DEP ra (v1.0.0)
  198. DEP ranch (1.7.1)
  199. DEP recon (2.4.0)
  200. DEP reloader (de1e6c74204b61ccf3b3652f05c6a7dec9e8257d)
  201. DEP syslog (bbad537a1cb5e4f37e672d2e2665659e850662d0)
  202. DEP yamerl (v0.7.0)
  203. DEP zucchini (0.1.0)
  204. make[2]: Entering directory `/root/kazoo43/deps/amqp_client'
  205. DEP rabbit_common (v3.7.14)
  206. make[2]: Leaving directory `/root/kazoo43/deps/amqp_client'
  207. make[2]: elixir: Command not found
  208. make[2]: Entering directory `/root/kazoo43/deps/amqp_client'
  209. make[3]: Entering directory `/root/kazoo43/deps/rabbit_common'
  210. erlang.mk:30: Please upgrade to GNU Make 4 or later: https://erlang.mk/guide/installation.html
  211. make[3]: elixir: Command not found
  212. DEP rabbitmq_codegen
  213. DEP jsx
  214. tar: CHANGES.md: implausibly old time stamp 1970-01-01 00:00:00
  215. tar: LICENSE: implausibly old time stamp 1970-01-01 00:00:00
  216. tar: mix.exs: implausibly old time stamp 1970-01-01 00:00:00
  217. tar: rebar.config: implausibly old time stamp 1970-01-01 00:00:00
  218. tar: rebar.config.script: implausibly old time stamp 1970-01-01 00:00:00
  219. tar: README.md: implausibly old time stamp 1970-01-01 00:00:00
  220. tar: src/jsx.app.src: implausibly old time stamp 1970-01-01 00:00:00
  221. tar: src/jsx.erl: implausibly old time stamp 1970-01-01 00:00:00
  222. tar: src/jsx_config.erl: implausibly old time stamp 1970-01-01 00:00:00
  223. tar: src/jsx_config.hrl: implausibly old time stamp 1970-01-01 00:00:00
  224. tar: src/jsx_consult.erl: implausibly old time stamp 1970-01-01 00:00:00
  225. tar: src/jsx_decoder.erl: implausibly old time stamp 1970-01-01 00:00:00
  226. tar: src/jsx_encoder.erl: implausibly old time stamp 1970-01-01 00:00:00
  227. tar: src/jsx_parser.erl: implausibly old time stamp 1970-01-01 00:00:00
  228. tar: src/jsx_to_json.erl: implausibly old time stamp 1970-01-01 00:00:00
  229. tar: src/jsx_to_term.erl: implausibly old time stamp 1970-01-01 00:00:00
  230. tar: src/jsx_verify.erl: implausibly old time stamp 1970-01-01 00:00:00
  231. make[4]: Entering directory `/root/kazoo43/deps/rabbitmq_codegen'
  232. make[4]: Leaving directory `/root/kazoo43/deps/rabbitmq_codegen'
  233. make[4]: Entering directory `/root/kazoo43/deps/lager'
  234. /root/kazoo43/deps/rabbit_common/erlang.mk:30: Please upgrade to GNU Make 4 or later: https://erlang.mk/guide/installation.html
  235. DEP goldrush
  236. make[5]: Entering directory `/root/kazoo43/deps/goldrush'
  237. /root/kazoo43/deps/rabbit_common/erlang.mk:30: Please upgrade to GNU Make 4 or later: https://erlang.mk/guide/installation.html
  238. DEPEND goldrush.d
  239. /root/kazoo43/deps/rabbit_common/erlang.mk:30: Please upgrade to GNU Make 4 or later: https://erlang.mk/guide/installation.html
  240. ERLC glc.erl glc_code.erl glc_lib.erl glc_ops.erl glc_run.erl gr_app.erl gr_context.erl gr_counter.erl gr_counter_sup.erl gr_manager.erl gr_manager_sup.erl gr_param.erl gr_param_sup.erl gr_sup.erl gre.erl
  241. APP goldrush.app.src
  242. make[5]: Leaving directory `/root/kazoo43/deps/goldrush'
  243. DEPEND lager.d
  244. /root/kazoo43/deps/rabbit_common/erlang.mk:30: Please upgrade to GNU Make 4 or later: https://erlang.mk/guide/installation.html
  245. ERLC error_logger_lager_h.erl lager.erl lager_app.erl lager_backend_throttle.erl lager_common_test_backend.erl lager_config.erl lager_console_backend.erl lager_crash_log.erl lager_default_formatter.erl lager_file_backend.erl lager_format.erl lager_handler_watcher.erl lager_handler_watcher_sup.erl lager_manager_killer.erl lager_msg.erl lager_rotator_behaviour.erl lager_rotator_default.erl lager_stdlib.erl lager_sup.erl lager_transform.erl lager_trunc_io.erl lager_util.erl
  246. src/lager_app.erl:171: syntax error before: '{'
  247. src/lager_app.erl:142: spec for undefined function lager_app:start_error_logger_handler/3
  248. src/lager_app.erl:249: function start_error_logger_handler/3 undefined
  249. src/lager_app.erl:190: Warning: function maybe_remove_logger_handler/0 is unused
  250. make[5]: *** [ebin/lager.app] Error 1
  251. make[4]: *** [app] Error 2
  252. make[4]: Leaving directory `/root/kazoo43/deps/lager'
  253. make[3]: *** [deps] Error 2
  254. make[3]: Leaving directory `/root/kazoo43/deps/rabbit_common'
  255. make[2]: *** [deps] Error 2
  256. make[2]: Leaving directory `/root/kazoo43/deps/amqp_client'
  257. make[1]: *** [deps] Error 2
  258. make[1]: Leaving directory `/root/kazoo43/deps'
  259. make: *** [make/.deps.mk.dce70197792b76060b8f9194046d6ff8] Error 2
  260. [root@apps1-east kazoo43]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement