kerl icon indicating copy to clipboard operation
kerl copied to clipboard

Easy building and installing of Erlang/OTP instances

Results 77 kerl issues
Sort by recently updated
recently updated
newest added

``` $> kerl list builds git,OTP-19.3 git,20.2.2 21.0,21.0 21.1,21.1 21.2,21.2 17.5,17.5 git,OTP-21.2 git,OTP-21.2.3 $> . ~/erlang/OTP-21.2.3/activate $> erl Erlang/OTP 22 [RELEASE CANDIDATE 1] [erts-10.2.5] [source-328e988] [smp:4:4] [ds:4:4:10] [async-threads:1] [hipe] Eshell...

With kerl 1.8.2 on a CentOS 6.9 box (one of our Jenkins slaves), I am getting a strange error when building OTP 20.2.x/20.3.x: ``` $ /home/jenkins/bin/kerl build 20.2.4 20.2.4 Extracting...

See erlang/otp@cc21219185d7ff90b5d3d09cae896082d7627ea. Now when I build Erlang/OTP 21.2.x with a customized CFLAGS, I am getting this: ``` $ kerl build 21.2.2 21.2.2_cflags_test Extracting source code Building Erlang/OTP 21.2.2 (21.2.2_cflags_test), please...

Red Hat believes there's a [patent issue](https://bugzilla.redhat.com/show_bug.cgi?id=319901#c2) and has disabled them for over 10 years. This causes the out of the box Erlang build to die. Can set `CFLAGS="-DOPENSSL_NO_EC=1"` to...

Help Wanted

I've installed all the packages required as directed by the [asdf Erlang README](https://github.com/asdf-vm/asdf-erlang#ubuntu-and-debian) (and all wx packages available) yet I am still unable to compile with wx support. > For...

And not do any work. For example, if kerl already has a successful build of OTP 21 and it's under the name of "21.0" and later needs to alias that...

enhancement
stale

Hi! Without `~/kerl` folder created, when I try to install a erlang version with `kerl install 20.0 ~/kerl/20.0`, I receive the error: ``` ERROR: Installation (20.0) already registered for this...

Help Wanted

Hi, I had a thought: the most common use case for kerl is to install various versions of Erlang, why not make that really simple to do by removing some...

Future work

I might be misunderstanding, but it looks like I should be able to use `kerl cleanup` on a specific version: $ ./kerl cleanup usage: ./kerl cleanup However when I run...

To Investigate
Help Wanted