Skip to content

Instantly share code, notes, and snippets.

@cmeiklejohn
Last active February 13, 2018 21:53
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 cmeiklejohn/cc5e6ad3580944ee844ac9fe9be46620 to your computer and use it in GitHub Desktop.
Save cmeiklejohn/cc5e6ad3580944ee844ac9fe9be46620 to your computer and use it in GitHub Desktop.
cmeiklejohn@parrhesia:/mnt/c/Users/chris/GitHub/partisan$ make
/mnt/c/Users/chris/GitHub/partisan/rebar3 compile
===> Verifying dependencies...
===> Fetching libp2p ({git,"git@github.com:helium/erlang-libp2p.git",
{branch,"master"}})
===> Fetching rebar3_gpb_plugin ({pkg,<<"rebar3_gpb_plugin">>,
<<"2.2.2">>})
===> Downloaded package, caching at /home/cmeiklejohn/.cache/rebar3/hex/default/packages/rebar3_gpb_plugin-2.2.2.tar
===> Fetching gpb ({pkg,<<"gpb">>,<<"4.1.1">>})
===> Downloaded package, caching at /home/cmeiklejohn/.cache/rebar3/hex/default/packages/gpb-4.1.1.tar
===> Compiling gpb
Compiling descriptor.proto...
Compiling gpb_descriptor.erl...
Compiling gpb_compile_descr.erl...
===> Compiling rebar3_gpb_plugin
===> Fetching coveralls ({pkg,<<"coveralls">>,<<"1.4.0">>})
===> Downloaded package, caching at /home/cmeiklejohn/.cache/rebar3/hex/default/packages/coveralls-1.4.0.tar
===> Compiling coveralls
===> Fetching gpb ({git,"https://github.com/tomas-abrahamsson/gpb",
{ref,"360cd1692f17479704a0504865d375e3f5252968"}})
===> Fetching inert ({git,"https://github.com/msantos/inert",
{ref,"0d150fafaf3945b3a9761269c273eaa1f55649db"}})
===> Fetching multiaddr ({git,
"https://github.com/helium/erlang-multiaddr",
{ref,
"5a0bc1814c913be6497ab907f11bc6fa53309c52"}})
===> Fetching ranch ({git,"https://github.com/ninenines/ranch.git",
{ref,"55c2a9d623454f372a15e99721a37093d8773b48"}})
===> Fetching base32 ({git,"https://github.com/aetrion/base32_erlang",
{ref,
"40431a7480176b24863e18b92d9872e54c714df5"}})
===> Fetching base58 ({git,"https://github.com/mbrix/erl-base58",
{ref,
"dd22cf9fa475befb8258f4cf67d77484c0d7fd37"}})
===> Fetching hex ({git,"https://github.com/b/hex",
{ref,"967f059ea49e45b7d0d82e2e1177ef860f5ec4bd"}})
===> Fetching small_ints ({git,
"https://github.com/whatyouhide/small_ints",
{ref,
"c80501a65ed98ed7b9f03cd03c93641c2c5d6ef9"}})
===> Compiling small_ints
===> Compiling ranch
===> Compiling hex
===> Compiling base58
===> Compiling base32
===> Compiling multiaddr
===> Compiling goldrush
===> Compiling lager
===> Compiling inert
make[1]: Entering directory '/mnt/c/Users/chris/GitHub/partisan/_build/default/lib/inert/c_src'
cc -O3 -std=c99 -finline-functions -Wall -Wmissing-prototypes -fPIC -I /home/cmeiklejohn/erlang-19.3/lib/erlang/erts-8.3/include/ -I /home/cmeiklejohn/erlang-19.3/lib/erlang/lib/erl_interface-3.9.3/include -c -o /mnt/c/Users/chris/GitHub/partisan/_build/default/lib/inert/c_src/inert_drv.o /mnt/c/Users/chris/GitHub/partisan/_build/default/lib/inert/c_src/inert_drv.c
cc /mnt/c/Users/chris/GitHub/partisan/_build/default/lib/inert/c_src/inert_drv.o -shared -L /home/cmeiklejohn/erlang-19.3/lib/erlang/lib/erl_interface-3.9.3/lib -lerl_interface -lei -o /mnt/c/Users/chris/GitHub/partisan/_build/default/lib/inert/c_src/../priv/inert_drv.so
make[1]: Leaving directory '/mnt/c/Users/chris/GitHub/partisan/_build/default/lib/inert/c_src'
===> Compiling gpb
: not foundrsion_hrl: 2: build/mk_version_hrl:
build/mk_version_hrl: 4: build/mk_version_hrl: -e: not found
build/mk_version_hrl: 5: build/mk_version_hrl: -e: not found
build/mk_version_hrl: 6: build/mk_version_hrl: -e: not found
build/mk_version_hrl: 8: build/mk_version_hrl: -e: not found
===> Hook for compile failed!
Makefile:20: recipe for target 'compile' failed
make: *** [compile] Error 1
cmeiklejohn@parrhesia:/mnt/c/Users/chris/GitHub/partisan$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment