-
Notifications
You must be signed in to change notification settings - Fork 315
Description
Hey,
Sorry if this is the wrong place.
All signs point to this buildpack for deploying elixir to cloudfoundry (KubecCF).
When using the buildpack I get staging failed:
[STG/0] OUT -----> Checking Erlang and Elixir versions
[STG/0] OUT cat: /home/vcap/app: Is a directory
[STG/0] OUT cat: /home/vcap/bin: Is a directory
[STG/0] OUT Will use the following versions:
[STG/0] OUT * Stack
[STG/0] OUT * Erlang 21.2.5
[STG/0] OUT * Elixir v1.10.2
[STG/0] OUT -----> Stack changed, will rebuild
[STG/0] OUT -----> Cleaning all cache to force rebuilds
[STG/0] OUT -----> Fetching Erlang 21.2.5 from https://s3.amazonaws.com/heroku-buildpack-elixir/erlang/cedar-14/OTP-21.2.5.tar.gz
[STG/0] OUT -----> Installing Erlang 21.2.5 (changed)
[STG/0] OUT
[STG/0] OUT -----> Fetching Elixir v1.10.2 for OTP 21 from https://repo.hex.pm/builds/elixir/v1.10.2-otp-21.zip
[STG/0] OUT -----> Installing Elixir v1.10.2 (changed)
[STG/0] OUT -----> Installing Hex
[STG/0] OUT /app/.platform_tools/erlang/erts-10.2.3/bin/beam.smp: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
[STG/0] OUT 2021/06/24 15:27:39 compile script failed exit status 127
[STG/0] OUT 2021/06/24 15:27:39 failed to create droplet: BuildpackCompileFailed: exit status 223 - internal error: failed to compile droplet: exit status 127
Has anyone seen anything similar? or has any ideas?, this issue is driving me insane.
Thanks!