Devtalk
Trending in Erlang News
A new Erlang announcement has been posted:
Original announcement:
New
A new Erlang announcement has been posted:
Original announcement:
https://erlangforums.com/t/patch-package-otp-29-0-6-released/5911
New
A new Erlang announcement has been posted:
Original announcement:
https://erlangforums.com/t/patch-package-otp-27-3-4-17-released/5913
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Hi everyone!
The first release candidate for the Expert language server project is now available!
We’ve published a press release detai...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #hex
- #security











Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
dimitarvp
FYI, I can’t install this through
asdf(andasdfis on its latest version). TriedMACOSX_DEPLOYMENT_TARGET=10.0 asdf install erlang 22.3.4.17as well but that didn’t work either.On macOS 11.2.3.
outlog
works here fwiw - maybe give it another go? (same os etc - didn’t even have to update asdf erlang plugin or anything)
dimitarvp
What would repeating it achieve? But yes, I tried like 4 more times. The bottom of the log file contains this:
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
homebrewmessed the directory symlinks but beyond that, zero clue what to even try.dimitarvp
btw: Unable to install multiple versions on Arch linux · Issue #189 · asdf-vm/asdf-erlang · GitHub
outlog
weird, seems related to autoconf.. I have:
so most likely why mine succeeds. what is your
autoconf -V?crova
Works fine with asdf v0.8.0-rc1-e0142ee (need to bump) + ubuntu 20.04 and autoconf 2.69.
dimitarvp
My autoconf is 2.71 and it’s the GNU one (not the one coming with macOS).
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
dimitarvp
Thanks.
I am pretty sure I have all the dependencies installed for at least 18 months now since I was able to install a lot of Erlang versions through
asdf(namely compiled from source).So it has to be something else.
autoconfversion looks like a solid candidate.forrlong
Ran into the same issue when attempting to install 23.0.2, downgraded autoconf version and it successfully installed.
Steps I followed: