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.

thbar

thbar

I have the same issue, and believe its linked to autoconf 2.71 (current homebrew version).

I have opened a ticket here with more details: MacOS Big Sur + Erlang 22.3 + AutoConf -> cannot find required auxiliary files: install-sh config.guess config.sub · Issue #195 · asdf-vm/asdf-erlang · GitHub

Where Next?

Popular in Erlang News Top

erlangforums
A new Erlang announcement has been posted: Original announcement:
New
Devtalk
A new Erlang news item has been posted! Link: Release OTP 24.1.4 · erlang/otp · GitHub
New
Devtalk
A new Erlang news item has been posted! Link: Release OTP 24.1.6 · erlang/otp · GitHub
New
Devtalk
A new Erlang news item has been posted! Link: Release OTP 21.3.8.23 · erlang/otp · GitHub Link: Release OTP 22.3.4.18 · erlang/otp · ...
New
Devtalk
A new Erlang news item has been posted! Link: Release OTP 23.2.5 · erlang/otp · GitHub Posted via Devtalk.
New
Devtalk
A new Erlang news item has been posted! Link: Release OTP 24.0.6 · erlang/otp · GitHub Posted via Devtalk.
New
Devtalk
A new Erlang news item has been posted! Link: Release OTP · erlang/otp · GitHub Posted via Devtalk.
New
Devtalk
A new Erlang news item has been posted! Get the full details here: Erlang/OTP 24 Highlights - Erlang/OTP Posted via Devtalk.
New
erlangforums
OTP 28.0 Erlang/OTP 28 is a new major release with new features, improvements as well as a few incompatibilities. Some of the new feature...
New
erlangforums
A new Erlang announcement has been posted: Original announcement:
New

Other popular topics Top

sorentwo
Hello! tl;dr Announcing Oban, an Ecto based job processing library with a focus on reliability and historical observability. After spen...
977 41022 311
New
Brian
What is the proper way to load a module from a file in to IEX? In the python world, doing something like this pretty standard: from ....
New
srinivasu
How to handle excepions in elixir? Suppose i have A, B, C ,D, E modules. and each module has get() function. A.get() method will call th...
New
Tee
can someone please explain to me how Enum.reduce works with maps
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
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
sergio
I couldn’t find any guides that worked well with Phoenix 1.6.0 and esbuild. I hope this helps people test the waters and eases you into t...
New
sacepums
Hey guys. I'm new to elixir and im really stocked about it. But I ran into a bit of problem - I need to convert a date sting, for examp...
New
johnnyicon
Hi all, I've just started learning Elixir and Phoenix Framework, so please pardon my n00bness at this stage. I'm trying to use Postg...
New
WestKeys
Currently suffering from paralysis by [HTTP client] analysis. This is rather unusual in Elixirland as there tends to be consensus on the ...
New

We're in Beta

About us Mission Statement