-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failing to install erlang for power on (ppc64le) architecture #1
Comments
You should be able to use a more recent version of erlang |
i have tried with latest versions as below
Its getting suc for downloading erlang now, however it fails to build as below DEPEND averell.d |
Code should be updated to comply with latest erlang apparently. erlang doc mention how to use the new syntax |
thats true ,can you help to revise the package code ? |
Trying to enhance travis build to support for power on (ppc64le) cpu architecture
The step to install erlang lanague is failing for ppc64le as below
wget -o aruwget_erlang.tar.bz2 https://storage.googleapis.com/travis-ci-language-archives/erlang/binaries/ubuntu/16.04/ppc64le/erlang-18.0-nonroot.tar.bz2
(python2.7.16) root@858d14965eb3:~/asellappen/averell# cat aruwget_erlang.tar.bz2
--2020-10-08 10:37:58-- https://storage.googleapis.com/travis-ci-language-archives/erlang/binaries/ubuntu/16.04/ppc64le/erlang-18.0-nonroot.tar.bz2
Resolving storage.googleapis.com (storage.googleapis.com)... 74.125.142.128, 74.125.20.128, 74.125.195.128, ...
Connecting to storage.googleapis.com (storage.googleapis.com)|74.125.142.128|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2020-10-08 10:37:58 ERROR 404: Not Found.
the installation binary https://storage.googleapis.com/travis-ci-language-archives/erlang/binaries/ubuntu/16.04/ppc64le/erlang-18.0-nonroot.tar.bz2 is not found in storage ,Please help to enable this ?
The text was updated successfully, but these errors were encountered: