Using IBM Bluemix, I get this error
-----> Downloaded app package (29M)
Cloning into '/tmp/buildpacks/cloudfoundry-buildpack-elixir'...
-----> Checking Erlang and Elixir versions
Will use the following versions:
* Erlang 18.0
* Elixir 1.0.5
* MIX_ENV=prod
-----> Cleaning all cache to force rebuilds
-----> Fetching Erlang 18.0
-----> Installing Erlang 18.0
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Exiting with failure status due to previous errors
/tmp/buildpacks/cloudfoundry-buildpack-elixir/lib/erlang_funcs.sh: line 41: /tmp/cache/erlang/Install: No such file or directory
-----> Fetching Elixir v1.0.5
-----> Installing Elixir v1.0.5
-----> Installing Hex
exec: 100: erl: not found
-----> Installing rebar
exec: 100: erl: not found
-----> Fetching app dependencies with mix
exec: 100: erl: not found
Staging failed: Buildpack compilation step failed
FAILED
BuildpackCompileFailed
TIP: use 'cf logs myapp --recent' for more information
Using IBM Bluemix, I get this error