Devtalk

Devtalk

Erlang OTP-22.3.4.17 released!

A new Erlang news item has been posted!

Posted via Devtalk.

Most Liked

forrlong

forrlong

Ran into the same issue when attempting to install 23.0.2, downgraded autoconf version and it successfully installed.

Steps I followed:

brew uninstall autoconf --igonre-dependencies
cd
curl -O -L http://ftpmirror.gnu.org/autoconf/autoconf-2.69.tar.gz
tar -xzf autoconf-2.69.tar.gz
cd autoconf-2.69
./configure
make
sudo make install
jerdew

jerdew

Can confirm that my homebrew’s latest autoconf is keeping asdf from building erlang from source. I followed this gist to install version 2.69 and install proceeded without issue after that:

dimitarvp

dimitarvp

What would repeating it achieve? But yes, I tried like 4 more times. The bottom of the log file contains this:

./configure '--enable-darwin-64bit' '--with-ssl=/usr/local/opt/openssl@1.1' '--prefix=/Users/dimi/.asdf/plugins/erlang/kerl-home/builds/asdf_22.3.4.17/release_22.3.4.17' LDFLAGS='-L/usr/local/opt/python@3.8/lib' --disable-option-checking --cache-file=/dev/null --srcdir="/Users/dimi/.asdf/plugins/erlang/kerl-home/builds/asdf_22.3.4.17/otp_src_22.3.4.17/make"
configure: error: cannot find required auxiliary files: install-sh config.guess config.sub

Which I am not sure what to make of. The only thing coming to mind is that I have both Python 3.8 and 3.9 installed and maybe homebrew messed the directory symlinks but beyond that, zero clue what to even try.

Where Next?

Popular in Erlang News Top

Devtalk
A new Erlang news item has been posted! Link: Release OTP 23.2.7 · erlang/otp · GitHub Posted via Devtalk.
New
Devtalk
A new Erlang news item has been posted! Link: Release OTP 21.3.8.22 · erlang/otp · GitHub Link: Release OTP 23.3.1 · erlang/otp · Git...
New
Devtalk
A new Erlang news item has been posted! Link: Release OTP 24.0.6 · erlang/otp · GitHub Posted via Devtalk.
New
erlangforums
A new Erlang announcement has been posted: Download links for this and previous versions are found here: https://www.erlang.org/downl...
New
erlangforums
A new Erlang announcement has been posted: Original announcement:
New
New
ferd
Bad news. You have to upgrade Rebar3. We just noticed that SSL validation had been partially disabled for years. I’ve written up all the...
New
kennethL
HiPE is the runtime and compiler support for native code generation of Erlang modules that some of you might have tried, it is part of th...
New
OvermindDL1
A few good fixes and enhancements, SSL added more methods and is faster, socket polling is faster, however 2 big things that I like! Ne...
New
kennethL
You don’t want to miss the third post in the series about BEAM the execution engine for Erlang. This time we are going to explore the jus...
New

Other popular topics Top

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
ovidiubadita
Hey all, I discovered Elixir and I love it. I always wanted to learn a functional programming and I intended to go for Haskell, but afte...
New
JorisKok
I have a server on AWS, and was running a load test using artillery. When looking at the Phoenix dashboard I see the Ports going to 100% ...
New
AngeloChecked
What learn first? Rust or Elixir Hi Elixir community! I’m here because i want learn a new language. I’m a junior developer and mainly i ...
New
stefanluptak
Hello everybody, usually, I use a 29" ultra-wide monitor for VSCode which can easily accomodate explorer (files panel) + file with code ...
New
gausby
I asked this very same question on twitter and got some interesting feedback, but I thought it would be a good question to ask here as we...
1207 39297 209
New
freewebwithme
Using vs code and installed ElixirLS: support and debugger. And I got an error popped up on start up says Failed to run ‘elixir’ comma...
New
jason.o
In the code below, if the create action is not set to accept “extra_key” as an input, it errors out with a message shown above. Is there ...
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
romenigld
I am trying to run a deploy with docker and I successfully runned with this command: docker build -t romenigld/blog-prod . but when I t...
New

We're in Beta

About us Mission Statement