Created
May 1, 2014 18:19
-
-
Save knewter/20fa3f63065c674383f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[jadams:/home/jadams/elixir/hex_web] master ± mix deps.compile | |
* Compiling ex_doc | |
git submodule update --init | |
Submodule 'sundown' (git://github.com/josevalim/sundown.git) registered for path 'sundown' | |
Cloning into 'sundown'... | |
Submodule path 'sundown': checked out '49c3b1323134e973815fb283163ef39b7bda4c6a' | |
cd sundown && make | |
make[1]: Entering directory `/home/jadams/elixir/hex_web/deps/ex_doc/sundown' | |
gcc -c -g -O3 -fPIC -Wall -Werror -Wsign-compare -Isrc -Ihtml -c -o src/markdown.o src/markdown.c | |
gcc -c -g -O3 -fPIC -Wall -Werror -Wsign-compare -Isrc -Ihtml -c -o src/stack.o src/stack.c | |
gcc -c -g -O3 -fPIC -Wall -Werror -Wsign-compare -Isrc -Ihtml -c -o src/buffer.o src/buffer.c | |
gcc -c -g -O3 -fPIC -Wall -Werror -Wsign-compare -Isrc -Ihtml -c -o src/autolink.o src/autolink.c | |
gcc -c -g -O3 -fPIC -Wall -Werror -Wsign-compare -Isrc -Ihtml -c -o html/html.o html/html.c | |
gcc -c -g -O3 -fPIC -Wall -Werror -Wsign-compare -Isrc -Ihtml -c -o html/html_smartypants.o html/html_smartypants.c | |
gcc -c -g -O3 -fPIC -Wall -Werror -Wsign-compare -Isrc -Ihtml -c -o html/houdini_html_e.o html/houdini_html_e.c | |
gcc -c -g -O3 -fPIC -Wall -Werror -Wsign-compare -Isrc -Ihtml -c -o html/houdini_href_e.o html/houdini_href_e.c | |
gcc -g -O3 -Wall -Werror -shared src/markdown.o src/stack.o src/buffer.o src/autolink.o html/html.o html/html_smartypants.o html/houdini_html_e.o html/houdini_href_e.o -o libsundown.so.1 | |
ln -f -s libsundown.so.1 libsundown.so | |
gcc -c -g -O3 -fPIC -Wall -Werror -Wsign-compare -Isrc -Ihtml -c -o examples/sundown.o examples/sundown.c | |
gcc -g -O3 -Wall -Werror examples/sundown.o src/markdown.o src/stack.o src/buffer.o src/autolink.o html/html.o html/html_smartypants.o html/houdini_html_e.o html/houdini_href_e.o -o sundown | |
gcc -c -g -O3 -fPIC -Wall -Werror -Wsign-compare -Isrc -Ihtml -c -o examples/smartypants.o examples/smartypants.c | |
gcc -g -O3 -Wall -Werror examples/smartypants.o src/markdown.o src/stack.o src/buffer.o src/autolink.o html/html.o html/html_smartypants.o html/houdini_html_e.o html/houdini_href_e.o -o smartypants | |
make[1]: Leaving directory `/home/jadams/elixir/hex_web/deps/ex_doc/sundown' | |
gcc -g -O3 -fPIC -Isundown/src -Isundown/html -I/home/jadams/erlang/erlangs/17.0/erts-6.0/include -shared -o priv/markdown.so sundown/html/html.o sundown/html/html_smartypants.o sundown/html/houdini_html_e.o sundown/html/houdini_href_e.o sundown/src/buffer.o sundown/src/autolink.o sundown/src/stack.o sundown/src/markdown.o src/markdown_nif.c | |
Compiled lib/ex_doc/cli.ex | |
lib/ex_doc/html_formatter/autolink.ex:23: lc is deprecated, please use for comprehensions instead | |
Compiled lib/markdown.ex | |
Compiled lib/mix/tasks/docs.ex | |
lib/ex_doc/html_formatter/autolink.ex:38: lc is deprecated, please use for comprehensions instead | |
lib/ex_doc/html_formatter/autolink.ex:44: lc is deprecated, please use for comprehensions instead | |
Compiled lib/ex_doc/html_formatter.ex | |
Compiled lib/ex_doc.ex | |
lib/ex_doc/html_formatter/templates.ex:41: lc is deprecated, please use for comprehensions instead | |
lib/ex_doc/html_formatter/templates.ex:42: lc is deprecated, please use for comprehensions instead | |
lib/ex_doc/html_formatter/templates.ex:49: lc is deprecated, please use for comprehensions instead | |
lib/ex_doc/html_formatter/templates.ex:56: lc is deprecated, please use for comprehensions instead | |
lib/ex_doc/html_formatter/templates.ex:68: lc is deprecated, please use for comprehensions instead | |
lib/ex_doc/html_formatter/templates.ex:81: lc is deprecated, please use for comprehensions instead | |
lib/ex_doc/html_formatter/templates.ex:88: lc is deprecated, please use for comprehensions instead | |
lib/ex_doc/html_formatter/templates.ex:95: lc is deprecated, please use for comprehensions instead | |
lib/ex_doc/html_formatter/templates.ex:102: lc is deprecated, please use for comprehensions instead | |
lib/ex_doc/html_formatter/templates.ex:109: lc is deprecated, please use for comprehensions instead | |
lib/ex_doc/html_formatter/templates.ex:11: lc is deprecated, please use for comprehensions instead | |
lib/ex_doc/html_formatter/templates.ex:13: lc is deprecated, please use for comprehensions instead | |
lib/ex_doc/html_formatter/autolink.ex:58: lc is deprecated, please use for comprehensions instead | |
lib/ex_doc/html_formatter/autolink.ex:62: lc is deprecated, please use for comprehensions instead | |
Compiled lib/ex_doc/html_formatter/autolink.ex | |
lib/ex_doc/retriever.ex:227: lc is deprecated, please use for comprehensions instead | |
Compiled lib/ex_doc/html_formatter/templates.ex | |
Compiled lib/ex_doc/retriever.ex | |
Generated ex_doc.app | |
* Compiling ranch | |
==> ranch (compile) | |
Compiled src/ranch_protocol.erl | |
Compiled src/ranch_transport.erl | |
Compiled src/ranch_acceptor.erl | |
Compiled src/ranch_listener_sup.erl | |
Compiled src/ranch_acceptors_sup.erl | |
Compiled src/ranch_app.erl | |
Compiled src/ranch_conns_sup.erl | |
Compiled src/ranch_sup.erl | |
Compiled src/ranch_ssl.erl | |
Compiled src/ranch_server.erl | |
Compiled src/ranch_tcp.erl | |
Compiled src/ranch.erl | |
* Compiling poolboy | |
==> poolboy (compile) | |
Compiled src/poolboy_worker.erl | |
Compiled src/poolboy_sup.erl | |
src/poolboy.erl:16: Warning: type queue/0 is deprecated and will be removed in OTP 18.0; use use queue:queue/0 or preferably queue:queue/1 | |
src/poolboy.erl:17: Warning: type queue/0 is deprecated and will be removed in OTP 18.0; use use queue:queue/0 or preferably queue:queue/1 | |
Compiled src/poolboy.erl | |
* Compiling envy | |
==> envy (compile) | |
Compiled src/envy_parse.erl | |
Compiled src/envy.erl | |
* Compiling jazz | |
Compiled lib/json.ex | |
lib/json/parser.ex:201: lc is deprecated, please use for comprehensions instead | |
Compiled lib/json/decoder.ex | |
Compiled lib/json/parser.ex | |
Compiled lib/json/encoder.ex | |
Generated jazz.app | |
* Compiling decimal | |
Compiled lib/decimal.ex | |
Generated decimal.app | |
* Compiling cowlib | |
==> cowlib (compile) | |
Compiled src/cow_spdy.erl | |
Compiled src/cow_date.erl | |
Compiled src/cow_qs.erl | |
Compiled src/cow_http_te.erl | |
Compiled src/cow_cookie.erl | |
Compiled src/cow_http_hd.erl | |
Compiled src/cow_http.erl | |
Compiled src/cow_multipart.erl | |
Compiled src/cow_mimetypes.erl | |
* Compiling cowboy | |
==> cowboy (compile) | |
Compiled src/cowboy_sub_protocol.erl | |
Compiled src/cowboy_http_handler.erl | |
Compiled src/cowboy_loop_handler.erl | |
Compiled src/cowboy_websocket_handler.erl | |
Compiled src/cowboy_middleware.erl | |
Compiled src/cowboy.erl | |
Compiled src/cowboy_bstr.erl | |
Compiled src/cowboy_clock.erl | |
Compiled src/cowboy_protocol.erl | |
Compiled src/cowboy_sup.erl | |
Compiled src/cowboy_http.erl | |
Compiled src/cowboy_app.erl | |
Compiled src/cowboy_websocket.erl | |
Compiled src/cowboy_spdy.erl | |
Compiled src/cowboy_router.erl | |
Compiled src/cowboy_static.erl | |
Compiled src/cowboy_handler.erl | |
Compiled src/cowboy_req.erl | |
Compiled src/cowboy_rest.erl | |
* Compiling bcrypt | |
==> bcrypt (compile) | |
Compiled src/bcrypt_nif_worker.erl | |
Compiled src/bcrypt_nif.erl | |
Compiled src/bcrypt.erl | |
Compiled src/bcrypt_app.erl | |
Compiled src/bcrypt_port_sup.erl | |
Compiled src/bcrypt_sup.erl | |
Compiled src/bcrypt_port.erl | |
Compiled src/bcrypt_pool.erl | |
Compiling c_src/async_queue.c | |
Compiling c_src/bcrypt.c | |
Compiling c_src/bcrypt_nif.c | |
Compiling c_src/bcrypt_port.c | |
Compiling c_src/blowfish.c | |
make: Entering directory `/home/jadams/elixir/hex_web/deps/bcrypt/c_src' | |
cc -I/home/jadams/erlang/erlangs/17.0/lib/erl_interface-3.7.16/include -I/home/jadams/erlang/erlangs/17.0/erts-6.0/include -L/home/jadams/erlang/erlangs/17.0/lib/erl_interface-3.7.16/lib -lerl_interface -lei bcrypt_port.c bcrypt.o blowfish.o -L/home/jadams/erlang/erlangs/17.0/lib/erl_interface-3.7.16/lib -lerl_interface -lei -lpthread -o ../priv/bcrypt | |
make: Leaving directory `/home/jadams/elixir/hex_web/deps/bcrypt/c_src' | |
* Compiling mime | |
lib/mime/types.ex:51: lc is deprecated, please use for comprehensions instead | |
lib/mime/types.ex:52: lc is deprecated, please use for comprehensions instead | |
lib/mime/types.ex:76: lc is deprecated, please use for comprehensions instead | |
Compiled lib/mime.ex | |
Compiled lib/mime/types.ex | |
Generated mime.app | |
* Compiling ibrowse | |
==> ibrowse (compile) | |
Compiled src/ibrowse_lb.erl | |
Compiled src/ibrowse_lib.erl | |
src/ibrowse.erl:627: Warning: wrong number of arguments in format call | |
Compiled src/ibrowse.erl | |
Compiled src/ibrowse_sup.erl | |
Compiled src/ibrowse_app.erl | |
Compiled src/ibrowse_test.erl | |
Compiled src/ibrowse_http_client.erl | |
* Compiling mini_s3 | |
==> mini_s3 (compile) | |
Compiled src/ms3_xml.erl | |
Compiled src/ms3_http.erl | |
Compiled src/mini_s3.erl | |
* Compiling plug | |
Compiled lib/plug.ex | |
Compiled lib/plug/adapters/cowboy.ex | |
Compiled lib/plug/builder.ex | |
Compiled lib/plug/conn/adapter.ex | |
Compiled lib/plug/conn/query.ex | |
Compiled lib/plug/conn/cookies.ex | |
Compiled lib/plug/conn/unfetched.ex | |
Compiled lib/plug/head.ex | |
Compiled lib/plug/conn/utils.ex | |
== Compilation error on file lib/plug/adapters/cowboy/conn.ex == | |
could not compile dependency plug, mix compile failed. You can recompile this dependency with `mix deps.compile plug` or update it with `mix deps.update plug` | |
** (ArgumentError) cannot access module File.Stat because it is not a record | |
(elixir) expanding macro: Kernel.access/2 | |
lib/plug/adapters/cowboy/conn.ex:33: Plug.Adapters.Cowboy.Conn.send_file/4 | |
(elixir) src/elixir.erl:157: :elixir.erl_eval/2 | |
(elixir) src/elixir.erl:150: :elixir.eval_forms/4 | |
(elixir) src/elixir_lexical.erl:17: :elixir_lexical.run/2 | |
(elixir) lib/kernel/parallel_compiler.ex:91: anonymous fn/3 in Kernel.ParallelCompiler.spawn_compilers/8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment