下面的是错误,请大家看看吧。。。
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’
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
下面的是错误,请大家看看吧。。。 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.’
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
终于解决了。。。成功安装
debian遇到了一样的问题. debian7.5 怎么解决的?