Skip to content
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

Meteor 1.3-beta.11 is not available on cloudfront #51

Open
v3rron opened this issue Feb 24, 2016 · 3 comments
Open

Meteor 1.3-beta.11 is not available on cloudfront #51

v3rron opened this issue Feb 24, 2016 · 3 comments

Comments

@v3rron
Copy link

v3rron commented Feb 24, 2016

I'm having an issue pushing the build to heroku with Meteor 1.3-beta.11.
Basically it tries to fetch a non-existing linux tar.gz.

remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Fetching set buildpack https://github.com/jordansissel/heroku-buildpack-meteor.git... done
remote: -----> meteor app detected
remote:
remote: -----> Moving app source into a subdirectory
remote:
remote:        Node engine:         0.10.40
remote:        Npm engine:          unspecified
remote:        Start mechanism:     none
remote:        node_modules source: none
remote:        node_modules cached: false
remote:
remote:        NPM_CONFIG_PRODUCTION=true
remote:        NODE_MODULES_CACHE=true
remote:
remote:        PRO TIP: Use 'npm init' and 'npm install --save' to define dependencies
remote:        See https://devcenter.heroku.com/articles/nodejs-support
remote:
remote:        PRO TIP: Include a Procfile, package.json start script, or server.js file to start your app
remote:        See https://devcenter.heroku.com/articles/nodejs-support#runtime-behavior
remote:
remote: -----> Installing binaries
remote:        Downloading and installing node 0.10.40...
remote:
remote: -----> Building dependencies
remote:        Skipping dependencies (no source for node_modules)
remote:
remote: -----> Checking startup method
remote:
remote: -----> Finalizing build
remote:        Creating runtime environment
remote:        Exporting binary paths
remote:        Cleaning up build artifacts
remote:        Build successful!
remote:        /tmp/build_907c0c7b27c870f63919c75488a43374
remote:        └── (empty)
remote:
remote:
remote: -----> Fetching Meteor 1.3-beta.11
remote:   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
remote:                                  Dload  Upload   Total   Spent    Left  Speed
remote: 100   341    0   341    0     0   4395      0 --:--:-- --:--:-- --:--:--  4428
remote:
remote: -----> Unpacking Meteor 1.3-beta.11
remote:
remote: gzip: stdin: not in gzip format
remote: tar: Child returned status 1
remote: tar: Error is not recoverable: exiting now
remote:
remote:  !     Push rejected, failed to compile meteor app

So the issue is in compile_meteor file on line 34

TARBALL_URL="https://d3sqy0vbqsdhku.cloudfront.net/packages-bootstrap/${METEOR_VERSION}/meteor-bootstrap-os.linux.x86_64.tar.gz"

This package link https://d3sqy0vbqsdhku.cloudfront.net/packages-bootstrap/1.3-beta.11/meteor-bootstrap-os.linux.x86_64.tar.gz is not working :/
Any ideas? Thanks.

@jonathanazulay
Copy link

+1
@v3rron Have you had any success deploying since your post? About to do the same thing.

@jonathanazulay
Copy link

https://github.com/mdrnize/meteor-buildpack-horse
This fork of "the horse one" worked perfect for me. Seems like a simple update to make it work.

(@uriva)

@uriva
Copy link

uriva commented Mar 18, 2016

@jonathanazulay didn't work for me, some error regarding ANDROID_HOME not being set...

Errors executing Cordova commands:
   While building Cordova app for platform Android:
   Failed to find 'ANDROID_HOME' environment variable. Try setting setting it
   manually.
   Failed to find 'android' command in your 'PATH'. Try update your 'PATH' to
   include path to valid SDK directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants