在linux下安装nodejs时make test 出现问题 怎么解决?请赐教
 发布于 11 年前  作者 wangxuq  8189 次预览  最后一次回复是 11 年前  来自  
3 回复
wangxuq

下面的是错误,请大家看看吧。。。 asus@ubuntu:~/wangxu/node-v0.10.28$ make test make -C out BUILDTYPE=Release V=1 make[1]: 正在进入目录 /home/asus/wangxu/node-v0.10.28/out' make[1]: 没有什么可以做的为all’。 make[1]:正在离开目录 `/home/asus/wangxu/node-v0.10.28/out’ ln -fs out/Release/node node /usr/bin/python tools/test.py --mode=release simple message === release test-tls-server-verify ===
Path: simple/test-tls-server-verify connecting with agent1 connecting with agent2 connecting with agent3 connecting with nocert connecting with agent1 connecting with agent2 connecting with agent3 connecting with nocert connecting with agent1 connecting with agent2 connecting with agent3 connecting with nocert connecting with agent1 connecting with agent2 connecting with agent3 connecting with nocert connecting with agent1 connecting with agent2 connecting with agent3 Running ‘Do not request certs. Everyone is unauthorized.’

  • unauthed connection: undefined
    • unauthed
  • unauthed connection: undefined
    • unauthed
  • unauthed connection: undefined
    • unauthed
  • unauthed connection: undefined
    • unauthed Running ‘Allow both authed and unauthed connections with CA1’
  • authed connection: agent1
    • authed
  • unauthed connection: DEPTH_ZERO_SELF_SIGNED_CERT
    • unauthed
  • unauthed connection: UNABLE_TO_VERIFY_LEAF_SIGNATURE
    • unauthed
  • unauthed connection: UNABLE_TO_GET_ISSUER_CERT
    • unauthed Running ‘Allow only authed connections with CA1’
  • authed connection: agent1
    • authed Running ‘Allow only authed connections with CA1 and CA2’
  • authed connection: agent1
    • authed
  • authed connection: agent3
    • authed Running ‘Allow only certs signed by CA2 but not in the CRL’

assert.js:92 throw new assert.AssertionError({ ^ AssertionError: agent3 rejected, but should NOT have been at ChildProcess.<anonymous> (/home/asus/wangxu/node-v0.10.28/test/simple/test-tls-server-verify.js:217:14) at ChildProcess.EventEmitter.emit (events.js:98:17) at Process.ChildProcess._handle.onexit (child_process.js:807:12) Command: out/Release/node /home/asus/wangxu/node-v0.10.28/test/simple/test-tls-server-verify.js [01:52|% 100|+ 618|- 1]: Done
make: *** [test] 错误 1 asus@ubuntu:~/wangxu/node-v0.10.28$ ^C

wangxuq

终于解决了。。。成功安装

tiankui

debian遇到了一样的问题. debian7.5 怎么解决的?