Hi. I tried installing node.js on my linux machine today but it gave me an 
error.

Running Linux Mint 17.1, 64bit
I should have all the building prerequisites. 

./configure
make
sudo make test

gives me 

make -C out BUILDTYPE=Release V=1
> make[1]: Entering directory `/home/suumpmolk/Downloads/node-v0.12.0/out'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/home/suumpmolk/Downloads/node-v0.12.0/out'
> ln -fs out/Release/node node
> /usr/bin/python tools/test.py --mode=release simple message
> === release test-fs-access 
> ===                                                 
> Path: simple/test-fs-access
> assert.js:299
>     throw actual;
>              ^
> Error: EACCES, permission denied 
> '/home/suumpmolk/Downloads/node-v0.12.0/test/simple/test-fs-access.js'
>     at Error (native)
>     at Object.fs.accessSync (fs.js:219:11)
>     at 
> /home/suumpmolk/Downloads/node-v0.12.0/test/simple/test-fs-access.js:121:6
>     at Function._throws (assert.js:281:5)
>     at Function.assert.doesNotThrow (assert.js:312:11)
>     at Object.<anonymous> 
> (/home/suumpmolk/Downloads/node-v0.12.0/test/simple/test-fs-access.js:120:8)
>     at Module._compile (module.js:460:26)
>     at Object.Module._extensions..js (module.js:478:10)
>     at Module.load (module.js:355:32)
>     at Function.Module._load (module.js:310:12)
> Command: out/Release/node 
> /home/suumpmolk/Downloads/node-v0.12.0/test/simple/test-fs-access.js
> === release test-fs-long-path ===                           
> Path: simple/test-fs-long-path
> { filenameLength: 260, fullPathLength: 260 }
> /home/suumpmolk/Downloads/node-v0.12.0/test/simple/test-fs-long-path.js:47
>   if (err) throw err;
>                     ^
> Error: ENAMETOOLONG, open 
> '/home/suumpmolk/Downloads/node-v0.12.0/test/tmp/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
>     at Error (native)
> Command: out/Release/node 
> /home/suumpmolk/Downloads/node-v0.12.0/test/simple/test-fs-long-path.js
> [02:01|% 100|+ 779|-   2]: 
> Done                                                
> make: *** [test] Error 1
>

Did I do something wrong?

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/edac8675-e67c-45d3-b6bf-896d305e6444%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to