Question

I've used those buildpacks for the last six months, and never had any issues:

https://github.com/oortcloud/heroku-buildpack-meteorite
https://github.com/cwaring/heroku-buildpack-meteorite-phantomjs

Now I'm getting this error when I'm trying to push my apps:

    You must specify a Meteor version with --release when you work with this
    project. It was created from an unreleased Meteor checkout and doesn't
    have a version associated with it.

    You can permanently set a release for this project with 'meteor update'.
tar: /app/tmp/repo.git/.cache/bundle.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Exiting with failure status due to previous errors

 !     Push rejected, failed to compile Meteor app app

The error occures right after Meteor and all meteroite packages have been installed.

I've posted the issue to github.

So, can anyone recommend a working alternative to these buildpacks for temp use til this gets fixed?

EDIT:

To replicate my error, do this in your terminal: mrt create buildpack-test && cd buildpack-test/ && git init && heroku create --remote staging --stack cedar --buildpack https://github.com/oortcloud/heroku-buildpack-meteorite.git && git add -A && git commit -m 'Init' && git push staging master

Was it helpful?

Solution

seems like the same thing as this issue https://github.com/oortcloud/heroku-buildpack-meteorite/issues/13

i've forked the buildpack and fixed it to meteorite version 5.1 and it seems to work just fine for me

https://github.com/nate-strauser/heroku-buildpack-meteorite


update: the issue has been resolved, i've switched back to the official build pack - https://github.com/oortcloud/heroku-buildpack-meteorite

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top