Skip to content

make test fails #8882

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

Closed
amanmehta-maniac opened this issue Oct 1, 2016 · 1 comment
Closed

make test fails #8882

amanmehta-maniac opened this issue Oct 1, 2016 · 1 comment
Labels
invalid Issues and PRs that are invalid. question Issues that look for answers. test Issues and PRs related to the tests.

Comments

@amanmehta-maniac
Copy link

amanmehta-maniac commented Oct 1, 2016

Version: v6.3.1
Platform: Linux TheBeast 4.2.0-42-generic #49-Ubuntu SMP Tue Jun 28 21:26:26 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

I am trying to build nodejs using the source code, following the steps at https://github.com/nodejs/node/blob/master/BUILDING.md
And I am badly stuck at make test step. Can anybody help me?

My output of npm test looks like this:
node cli.js test

[email protected] test /home/aman/node-v4.6.0-linux-x64/lib/node_modules/npm
npm run test-tap

[email protected] test-tap /home/aman/node-v4.6.0-linux-x64/lib/node_modules/npm
npm run tap -- "test/tap/*.js"

[email protected] tap /home/aman/node-v4.6.0-linux-x64/lib/node_modules/npm
tap --reporter=classic --timeout 300 "test/tap/*.js"

sh: 1: tap: not found

npm ERR! Linux 4.2.0-42-generic
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "tap" "--" "test/tap/.js"
npm ERR! node v6.3.1
npm ERR! npm v3.10.3
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! [email protected] tap: tap --reporter=classic --timeout 300 "test/tap/_.js"
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the [email protected] tap script 'tap --reporter=classic --timeout 300 "test/tap/
.js"'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the npm package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! tap --reporter=classic --timeout 300 "test/tap/_.js"
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs npm
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls npm
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /home/aman/node-v4.6.0-linux-x64/lib/node_modules/npm/npm-debug.log

npm ERR! Linux 4.2.0-42-generic
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "test-tap"
npm ERR! node v6.3.1
npm ERR! npm v3.10.3
npm ERR! code ELIFECYCLE
npm ERR! [email protected] test-tap: npm run tap -- "test/tap/*.js"
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] test-tap script 'npm run tap -- "test/tap/.js"'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the npm package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! npm run tap -- "test/tap/
.js"
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs npm
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls npm
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /home/aman/node-v4.6.0-linux-x64/lib/node_modules/npm/npm-debug.log
npm ERR! Test failed. See above for more details.
Makefile:174: recipe for target 'test' failed
make: *** [test] Error 1

@mscdex mscdex added question Issues that look for answers. test Issues and PRs related to the tests. labels Oct 1, 2016
@bnoordhuis
Copy link
Member

Can you post support questions to https://github.com/nodejs/help/issues? This issue tracker is only for node.js core related things.

@bnoordhuis bnoordhuis added the invalid Issues and PRs that are invalid. label Oct 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid Issues and PRs that are invalid. question Issues that look for answers. test Issues and PRs related to the tests.
Projects
None yet
Development

No branches or pull requests

3 participants