Re: [PATCH 07/56] elixir/Makefile: use wget -c

2018-02-14 Thread Geraldo Netto
Hello Waldek/Friends, Waldek, would you mind to try to install Erlang? This line below shows that you don't have it installed [1] (Elixir requires Erlang 19.0 or later): /usr/bin/env: ‘escript’: No such file or directory BTW, I don't know if capstran or any other tool helps with it But many soft

Re: [PATCH 07/56] elixir/Makefile: use wget -c

2018-02-13 Thread Waldek Kozaczuk
I applied this patch and tried to build it (./scripts/build image=elixir) and it failed with this: elixir-1.0.5/lib/mix/test/test_helper.exs elixir-1.0.5/rebar elixir-1.0.5/rebar.config elixir-1.0.5/src/ elixir-1.0.5/src/elixir.app.src make -C elixir-1.0.5 clean make[1]: Entering directory '/hom

Re: [PATCH 07/56] elixir/Makefile: use wget -c

2018-01-17 Thread Nadav Har'El
On Tue, Jan 16, 2018 at 9:42 PM, geraldo netto wrote: > Signed-off-by: geraldo netto > --- > elixir/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/elixir/Makefile b/elixir/Makefile > index c6de0d5..a6928d0 100644 > --- a/elixir/Makefile > +++ b/elixir/Makefile

[PATCH 07/56] elixir/Makefile: use wget -c

2018-01-16 Thread geraldo netto
Signed-off-by: geraldo netto --- elixir/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elixir/Makefile b/elixir/Makefile index c6de0d5..a6928d0 100644 --- a/elixir/Makefile +++ b/elixir/Makefile @@ -6,7 +6,7 @@ all: install module: install elixir-$(ELIXIR_VERSION