Giter Club home page Giter Club logo

Comments (14)

arunoda avatar arunoda commented on August 16, 2024 1

Okay.
You need to install devtools.
If you are ubuntu install via: sudo apt-get install build-essential

If you are not in ubuntu, let me know the OS.

On Thu Feb 05 2015 at 11:49:48 AM Inês [email protected] wrote:

Hi,

I just got Kadira and wanted to deploy my meteor app and here's what I got:

✘ Invoking deployment process: FAILED

-----------------------------------STDERR-----------------------------------
yp info spawn args '-Dmodule_root_dir=/opt/cuttocontenttemp/tmp/bundle/programs/server/npm/meteorhacks:kadira-binary-deps/node_modules/usage',
gyp info spawn args '--depth=.',
gyp info spawn args '--no-parallel',
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.' ]
gyp ERR! build error
gyp ERR! stack Error: not found: make
gyp ERR! stack at F (/usr/lib/node_modules/node-gyp/node_modules/which/which.js:38:28)
gyp ERR! stack at E (/usr/lib/node_modules/node-gyp/node_modules/which/which.js:41:29)
gyp ERR! stack at /usr/lib/node_modules/node-gyp/node_modules/which/which.js:52:16
gyp ERR! stack at Object.oncomplete (fs.js:107:15)
gyp ERR! System Linux 3.16.0-28-generic
gyp ERR! command "node" "/usr/bin/node-gyp" "rebuild"
gyp ERR! cwd /opt/cuttocontenttemp/tmp/bundle/programs/server/npm/meteorhacks:kadira-binary-deps/node_modules/usage
gyp ERR! node -v v0.10.33
gyp ERR! node-gyp -v v1.0.2
gyp ERR! not ok
-----------------------------------STDOUT-----------------------------------

=> re-installing binary npm module 'usage' of package 'meteorhacks:kadira-binary-deps'

Completed TaskList: Deploy app 'cuttocontenttemp' (linux)


Reply to this email directly or view it on GitHub
#8 (comment).

from kadira.

arunoda avatar arunoda commented on August 16, 2024

Not sure about the issue.
Can you try with sudo.

Can you please send the additional debug info. It might help.


Arunoda Susiripala
I curate Meteor Weekly - Check it out!
http://meteorhacks.com/meteor-weekly/?utm_source=email-footer&utm_medium=email&utm_campaign=meteorweekly

On Wed, Jul 2, 2014 at 6:17 PM, Zsolt [email protected] wrote:

Could you please help me fix this build issue? I try to build it in a
Docker container on Ubuntu 14.04
Please let me know if you need more info. Thanks!

module.js:340
throw err;
^
Error: Cannot find module
'/root/.meteorite/packages/kadira/meteorhacks/kadira/fa9a6446f6efb576953f99c01c03474f56f3852e/.npm/package-new-yekpyo/node_modules/usage/node_modules/.bin/node-gyp'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:906:3
npm ERR! [email protected] install: ./build.sh
npm ERR! Exit status 8
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is most likely a problem with the usage package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! ./build.sh
npm ERR! You can get their info via:
npm ERR! npm owner ls usage
npm ERR! There is likely additional logging output above.

npm ERR! System Linux 3.13.0-24-generic
npm ERR! command "/root/.meteor/tools/858c88b520/bin/node"
"/root/.meteor/tools/858c88b520/bin/npm" "install" "[email protected]"
npm ERR! cwd
/root/.meteorite/packages/kadira/meteorhacks/kadira/fa9a6446f6efb576953f99c01c03474f56f3852e/.npm/package-new-yekpyo
npm ERR! node -v v0.10.28
npm ERR! npm -v 1.4.9
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!
/root/.meteorite/packages/kadira/meteorhacks/kadira/fa9a6446f6efb576953f99c01c03474f56f3852e/.npm/package-new-yekpyo/npm-debug.log
npm ERR! not ok code 0

Errors prevented bundling:
While building package kadira:
error: couldn't install npm package


Reply to this email directly or view it on GitHub
#8.

from kadira.

arunoda avatar arunoda commented on August 16, 2024

If you are stilling getting this issue, try using version 2.4.4 instead.

Use smart.json as shown below

{

  • "packages": {*
  • "kadira": "2.4.4"*
  • }*
    }

and mrt update again.


Arunoda Susiripala
I curate Meteor Weekly - Check it out!
http://meteorhacks.com/meteor-weekly/?utm_source=email-footer&utm_medium=email&utm_campaign=meteorweekly

On Wed, Jul 2, 2014 at 6:40 PM, Arunoda Susiripala [email protected]
wrote:

Not sure about the issue.
Can you try with sudo.

Can you please send the additional debug info. It might help.


Arunoda Susiripala
I curate Meteor Weekly - Check it out!
http://meteorhacks.com/meteor-weekly/?utm_source=email-footer&utm_medium=email&utm_campaign=meteorweekly

On Wed, Jul 2, 2014 at 6:17 PM, Zsolt [email protected] wrote:

Could you please help me fix this build issue? I try to build it in a
Docker container on Ubuntu 14.04
Please let me know if you need more info. Thanks!

module.js:340
throw err;
^
Error: Cannot find module
'/root/.meteorite/packages/kadira/meteorhacks/kadira/fa9a6446f6efb576953f99c01c03474f56f3852e/.npm/package-new-yekpyo/node_modules/usage/node_modules/.bin/node-gyp'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:906:3
npm ERR! [email protected] install: ./build.sh
npm ERR! Exit status 8
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is most likely a problem with the usage package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! ./build.sh
npm ERR! You can get their info via:
npm ERR! npm owner ls usage
npm ERR! There is likely additional logging output above.

npm ERR! System Linux 3.13.0-24-generic
npm ERR! command "/root/.meteor/tools/858c88b520/bin/node"
"/root/.meteor/tools/858c88b520/bin/npm" "install" "[email protected]"
npm ERR! cwd
/root/.meteorite/packages/kadira/meteorhacks/kadira/fa9a6446f6efb576953f99c01c03474f56f3852e/.npm/package-new-yekpyo
npm ERR! node -v v0.10.28
npm ERR! npm -v 1.4.9
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!
/root/.meteorite/packages/kadira/meteorhacks/kadira/fa9a6446f6efb576953f99c01c03474f56f3852e/.npm/package-new-yekpyo/npm-debug.log
npm ERR! not ok code 0

Errors prevented bundling:
While building package kadira:
error: couldn't install npm package


Reply to this email directly or view it on GitHub
#8.

from kadira.

devzsolt avatar devzsolt commented on August 16, 2024

Thank you Arunoda! 2.4.4 produced the same error, 2.4.0 produced this:

kadira: updating npm dependencies -- debug, usage...
npm http GET https://registry.npmjs.org/usage
npm http 304 https://registry.npmjs.org/usage
npm http GET https://registry.npmjs.org/usage/-/usage-0.4.1.tgz
npm http 200 https://registry.npmjs.org/usage/-/usage-0.4.1.tgz
npm http GET https://registry.npmjs.org/bindings
npm http 304 https://registry.npmjs.org/bindings
gyp ERR! configure error
gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
gyp ERR! stack at failNoPython (/root/.meteor/tools/858c88b520/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:103:14)
gyp ERR! stack at /root/.meteor/tools/858c88b520/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:42:11
gyp ERR! stack at F (/root/.meteor/tools/858c88b520/lib/node_modules/npm/node_modules/which/which.js:43:25)
gyp ERR! stack at E (/root/.meteor/tools/858c88b520/lib/node_modules/npm/node_modules/which/which.js:46:29)
gyp ERR! stack at /root/.meteor/tools/858c88b520/lib/node_modules/npm/node_modules/which/which.js:57:16
gyp ERR! stack at Object.oncomplete (fs.js:107:15)
gyp ERR! System Linux 3.13.0-30-generic
gyp ERR! command "node" "/root/.meteor/tools/858c88b520/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /root/.meteorite/packages/kadira/meteorhacks/kadira/18ac6e2b054f891560063427bfa36c817e585567/.npm/package-new-161m85z/node_modules/usage
gyp ERR! node -v v0.10.28
gyp ERR! node-gyp -v v0.13.0
gyp ERR! not ok
npm ERR! [email protected] install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is most likely a problem with the usage package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls usage
npm ERR! There is likely additional logging output above.

npm ERR! System Linux 3.13.0-30-generic
npm ERR! command "/root/.meteor/tools/858c88b520/bin/node" "/root/.meteor/tools/858c88b520/bin/npm" "install" "[email protected]"
npm ERR! cwd /root/.meteorite/packages/kadira/meteorhacks/kadira/18ac6e2b054f891560063427bfa36c817e585567/.npm/package-new-161m85z
npm ERR! node -v v0.10.28
npm ERR! npm -v 1.4.9
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /root/.meteorite/packages/kadira/meteorhacks/kadira/18ac6e2b054f891560063427bfa36c817e585567/.npm/package-new-161m85z/npm-debug.log
npm ERR! not ok code 0

=> Errors while scanning packages:

While building package kadira:
error: couldn't install npm package


I didn't have much time so I rolled back to v2.1.5 which works now.
npm-debug.log and the directory above it doesn't exist after the build failure :-o Am I doing something wrong?
Btw. Kadira stopped working on my new testing bundles on 24th June. It still worked on the dev builds where it was installed earlier. Meteor core update to 0.8.2 might also affect it.

from kadira.

arunoda avatar arunoda commented on August 16, 2024

Hey, I will create a pre-build binary bundle for Kadira. So you won't be
having such issues. Give me few hours.

Sorry for the issue.

On Wednesday, July 2, 2014, Zsolt [email protected] wrote:

Thank you Arunoda! 2.4.4 produced the same error, 2.4.0 produced this:

kadira: updating npm dependencies -- debug, usage...
npm http GET https://registry.npmjs.org/usage
npm http 304 https://registry.npmjs.org/usage
npm http GET https://registry.npmjs.org/usage/-/usage-0.4.1.tgz
npm http 200 https://registry.npmjs.org/usage/-/usage-0.4.1.tgz
npm http GET https://registry.npmjs.org/bindings
npm http 304 https://registry.npmjs.org/bindings
gyp ERR! configure error
gyp ERR! stack Error: Can't find Python executable "python", you can set
the PYTHON env variable.
gyp ERR! stack at failNoPython
(/root/.meteor/tools/858c88b520/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:103:14)
gyp ERR! stack at
/root/.meteor/tools/858c88b520/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:42:11
gyp ERR! stack at F
(/root/.meteor/tools/858c88b520/lib/node_modules/npm/node_modules/which/which.js:43:25)
gyp ERR! stack at E
(/root/.meteor/tools/858c88b520/lib/node_modules/npm/node_modules/which/which.js:46:29)
gyp ERR! stack at
/root/.meteor/tools/858c88b520/lib/node_modules/npm/node_modules/which/which.js:57:16
gyp ERR! stack at Object.oncomplete (fs.js:107:15)
gyp ERR! System Linux 3.13.0-30-generic
gyp ERR! command "node"
"/root/.meteor/tools/858c88b520/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js"
"rebuild"
gyp ERR! cwd
/root/.meteorite/packages/kadira/meteorhacks/kadira/18ac6e2b054f891560063427bfa36c817e585567/.npm/package-new-161m85z/node_modules/usage
gyp ERR! node -v v0.10.28
gyp ERR! node-gyp -v v0.13.0
gyp ERR! not ok
npm ERR! [email protected] install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is most likely a problem with the usage package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls usage
npm ERR! There is likely additional logging output above.

npm ERR! System Linux 3.13.0-30-generic
npm ERR! command "/root/.meteor/tools/858c88b520/bin/node"
"/root/.meteor/tools/858c88b520/bin/npm" "install" "[email protected]"
npm ERR! cwd
/root/.meteorite/packages/kadira/meteorhacks/kadira/18ac6e2b054f891560063427bfa36c817e585567/.npm/package-new-161m85z
npm ERR! node -v v0.10.28
npm ERR! npm -v 1.4.9
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!
/root/.meteorite/packages/kadira/meteorhacks/kadira/18ac6e2b054f891560063427bfa36c817e585567/.npm/package-new-161m85z/npm-debug.log
npm ERR! not ok code 0

=> Errors while scanning packages:

While building package kadira:

error: couldn't install npm package

I didn't have much time so I rolled back to v2.1.5 which works now.
npm-debug.log and the directory above it doesn't exist after the build
failure :-o Am I doing something wrong?
Btw. Kadira stopped working on my new testing bundles on 24th June. It
still worked on the dev builds where it was installed earlier. Meteor core
update to 0.8.2 might also affect it.


Reply to this email directly or view it on GitHub
#8 (comment).


Arunoda Susiripala

@arunoda http://twitter.com/arunoda
http://gplus.to/arunodahttps://github.com/arunoda
http://www.linkedin.com/in/arunoda

from kadira.

arunoda avatar arunoda commented on August 16, 2024

Hi,

Can you please try this new kadira version: v2.4.6
It should work without any issues.

Let me know how it goes.


Arunoda Susiripala

@arunoda http://twitter.com/arunoda
http://gplus.to/arunodahttps://github.com/arunoda
http://www.linkedin.com/in/arunoda

from kadira.

eluck avatar eluck commented on August 16, 2024

Hey @arunoda,

I've got problems with the new vesrion (2.4.6):

gyp ERR! node -v v0.10.28
gyp ERR! node-gyp -v v0.13.0
gyp ERR! not ok 
npm ERR! [email protected] install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] install script.
npm ERR! This is most likely a problem with the usage package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get their info via:
npm ERR!     npm owner ls usage
npm ERR! There is likely additional logging output above.

However, the previous one (2.4.5) works well.

System Linux 3.10.34-37.137.amzn1.x86_64

from kadira.

arunoda avatar arunoda commented on August 16, 2024

It's pretty weird to get [email protected]
Let me see.


Arunoda Susiripala

@arunoda http://twitter.com/arunoda
http://gplus.to/arunodahttps://github.com/arunoda
http://www.linkedin.com/in/arunoda

On Thu, Jul 3, 2014 at 4:01 PM, eluck [email protected] wrote:

Hey @arunoda https://github.com/arunoda,

I've got problems with the new vesrion (2.4.6):

gyp ERR! node -v v0.10.28
gyp ERR! node-gyp -v v0.13.0
gyp ERR! not ok
npm ERR! [email protected]
install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is most likely a problem with the usage package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls usage
npm ERR! There is likely additional logging output above.

However, the previous one (2.4.5) works well.

System Linux 3.10.34-37.137.amzn1.x86_64


Reply to this email directly or view it on GitHub
#8 (comment).

from kadira.

arunoda avatar arunoda commented on August 16, 2024

I removed some potential issue.
It should work now.


Arunoda Susiripala

@arunoda http://twitter.com/arunoda
http://gplus.to/arunodahttps://github.com/arunoda
http://www.linkedin.com/in/arunoda

On Thu, Jul 3, 2014 at 4:09 PM, Arunoda Susiripala <
[email protected]> wrote:

It's pretty weird to get [email protected]
Let me see.


Arunoda Susiripala

@arunoda http://twitter.com/arunoda
http://gplus.to/arunodahttps://github.com/arunoda
http://www.linkedin.com/in/arunoda

On Thu, Jul 3, 2014 at 4:01 PM, eluck [email protected] wrote:

Hey @arunoda https://github.com/arunoda,

I've got problems with the new vesrion (2.4.6):

gyp ERR! node -v v0.10.28
gyp ERR! node-gyp -v v0.13.0
gyp ERR! not ok
npm ERR! [email protected]
install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is most likely a problem with the usage package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls usage
npm ERR! There is likely additional logging output above.

However, the previous one (2.4.5) works well.

System Linux 3.10.34-37.137.amzn1.x86_64


Reply to this email directly or view it on GitHub
#8 (comment).

from kadira.

eluck avatar eluck commented on August 16, 2024

Thanks for being so quick!

from kadira.

devzsolt avatar devzsolt commented on August 16, 2024

Now I had time to check your work, and v2.4.8 works perfectly both in my dev and testing environment (and hopefully others too :))
Thank you @arunoda, you are doing a great job!

from kadira.

arunoda avatar arunoda commented on August 16, 2024

Awesome.


Arunoda Susiripala

@arunoda http://twitter.com/arunoda
http://gplus.to/arunodahttps://github.com/arunoda
http://www.linkedin.com/in/arunoda

On Sun, Jul 6, 2014 at 7:04 PM, Zsolt [email protected] wrote:

Now I had time to check your work, and v2.4.8 works perfectly both in my
dev and testing environment (and hopefully others too :))
Thank you @arunoda https://github.com/arunoda, you are doing a great
job!


Reply to this email directly or view it on GitHub
#8 (comment).

from kadira.

Ines-K avatar Ines-K commented on August 16, 2024

Hi,

I just got Kadira and wanted to redeploy my meteor app and here's what I got...:

✘ Invoking deployment process: FAILED

-----------------------------------STDERR-----------------------------------
yp info spawn args   '-Dmodule_root_dir=/opt/cuttocontenttemp/tmp/bundle/programs/server/npm/meteorhacks:kadira-binary-deps/node_modules/usage',
gyp info spawn args   '--depth=.',
gyp info spawn args   '--no-parallel',
gyp info spawn args   '--generator-output',
gyp info spawn args   'build',
gyp info spawn args   '-Goutput_dir=.' ]
gyp ERR! build error 
gyp ERR! stack Error: not found: make
gyp ERR! stack     at F (/usr/lib/node_modules/node-gyp/node_modules/which/which.js:38:28)
gyp ERR! stack     at E (/usr/lib/node_modules/node-gyp/node_modules/which/which.js:41:29)
gyp ERR! stack     at /usr/lib/node_modules/node-gyp/node_modules/which/which.js:52:16
gyp ERR! stack     at Object.oncomplete (fs.js:107:15)
gyp ERR! System Linux 3.16.0-28-generic
gyp ERR! command "node" "/usr/bin/node-gyp" "rebuild"
gyp ERR! cwd /opt/cuttocontenttemp/tmp/bundle/programs/server/npm/meteorhacks:kadira-binary-deps/node_modules/usage
gyp ERR! node -v v0.10.33
gyp ERR! node-gyp -v v1.0.2
gyp ERR! not ok 
-----------------------------------STDOUT-----------------------------------
=> re-installing binary npm module 'usage' of package 'meteorhacks:kadira-binary-deps'
----------------------------------------------------------------------------

Completed TaskList: Deploy app 'cuttocontenttemp' (linux)

Any suggestions for overcoming this?

from kadira.

imranur8 avatar imranur8 commented on August 16, 2024

cool it's works , Thanks

from kadira.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.