shaolingeek

shaolingeek

Issues installing Elixir 1.6.5 on Fedora 28

Hi All,

I am trying to install Elixir 1.6.5 on Fedora 28 using the following:

git clone https://github.com/elixir-lang/elixir.git
cd elixir
make clean test

It never finishes compiling:

==> elixir (compile)
Compiling lib/base.ex (it’s taking more than 15s)
Compiling lib/calendar/iso.ex (it’s taking more than 15s)
Compiling lib/code/formatter.ex (it’s taking more than 15s)
Compiling lib/dynamic_supervisor.ex (it’s taking more than 15s)
Compiling lib/file/stat.ex (it’s taking more than 15s)
Compiling lib/gen_event.ex (it’s taking more than 15s)
Compiling lib/hash_dict.ex (it’s taking more than 15s)
Compiling lib/hash_set.ex (it’s taking more than 15s)
make[1]: Entering directory ‘/path/elixir’
==> unicode (compile)
Compiling lib/elixir/unicode/unicode.ex (it’s taking more than 15s)
make[1]: *** [Makefile:87: lib/elixir/ebin/Elixir.String.Unicode.beam] Killed
make[1]: Leaving directory ‘/path/elixir’
make: *** [Makefile:77: lib/elixir/ebin/Elixir.Kernel.beam] Error 2

Erlang is installed:

[hostname]$ erl
Erlang/OTP 20 [erts-9.3] [source] [64-bit] [smp:1:1] [ds:1:1:10] [async-threads:10] [hipe] [kernel-poll:false]

Eshell V9.3 (abort with ^G)
1>

Any insight would be greatly appreciated.

Regards,

Rich

Marked As Solved

shaolingeek

shaolingeek

Issue was related to the allocated memory on the VM. Found the info here: https://github.com/elixir-lang/elixir/issues/5856

Also Liked

joaquinalcerro

joaquinalcerro

Have you tried:

Where Next?

Popular in Questions Top

bsollish-terakeet
Credo is smart enough to check for (something like) this: assert length(the_list) == 0 with this response: Checking if an enum is empt...
New
albydarned
Hello all! I am typing this post from my new MacBook Pro with the M1 chip. I’m loving it so far, and will probably use it as my daily dr...
New
itssasanka
Hi all, Trying to get some more clarity over utc_datetime and naive_datetime for Ecto: https://hexdocs.pm/ecto/Ecto.Schema.html#module-...
New
New
lk-geimfari
What is most correct way to open, read and parse JSON file with poison? For example if we have example.json file in root of some projec...
New
rms.mrcs
Hi, I need to transform a list of numbers into a map where the keys are the indexes and the values are the original values of the list....
New
fayddelight
I tried installing elixir 1.11.2 erlang 23.3.4 via asdf in my zsh shell. Enabled the versions locally and globally. When I list them ...
New
gonzofish
I’m currently trying to understand how to join three tables using Ecto. All the examples I’ve seen use 2, so maybe I’m just missing somet...
New
fireproofsocks
Forgive me if this is obvious, but how does one delete a database record WITHOUT selecting it first? https://hexdocs.pm/ecto/Ecto.Repo.h...
New
skosch
To my knowledge, put_in, Map.update etc. all have the one limitation of not automatically creating intermediate keys when needed (for exa...
New

Other popular topics Top

yurko
Here are few pieces of (common) Linux knowledge that we use for reasonably small one server apps. We use Ubuntu but this should work for ...
New
pmjoe
I have a relationship of love and hate with Elixir. Lots of things are just absolutely right, but there are some things that are kind of ...
New
gshaw
What is the idiomatic way of matching for not nil in Elixir? E.g., First way: defp halt_if_not_signed_in(conn, signed_in_account) when...
New
yawaramin
In the Dialyzer docs ( http://erlang.org/doc/man/dialyzer.html#requesting-or-suppressing-warnings-in-source-files ), there is a way to tu...
New
axelson
This post is a wiki (feel free to hit the edit button near the bottom right of this post to add your own changes!) This post collects co...
239 45766 226
New
New
Harrisonl
We have an ECS cluster with 4 services, where each task joins a single cluster, via discovery ECS discovery service. Currently when I de...
New
script
If I have a string “1000 cfu/ml” . I want to remove the characters and / and space . So the string is like this "1000" What is the ...
New
Patoshizzle
After calling mix ecto.create I get this error: 17:00:32.162 [error] GenServer #PID<0.412.0> terminating ** (Postgrex.Error) FATAL...
New
josevalim
Hi everyone, One of the features added to Elixir early on to help integration with Erlang code was the idea of overridable function defi...
New

We're in Beta

About us Mission Statement