|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
gnunet 0.9.3 revision 22614PASS: test_bio
PASS: test_client PASS: test_common_allocation PASS: test_common_endian PASS: test_common_logging PASS: test_configuration PASS: test_container_bloomfilter PASS: test_container_meta_data PASS: test_container_multihashmap PASS: test_container_heap PASS: test_container_slist PASS: test_crypto_aes PASS: test_crypto_aes_weak PASS: test_crypto_crc PASS: test_crypto_hash PASS: test_crypto_hkdf Testing KBlock key correctness OK Testing KBlock key uniqueness (foo) ...... OK Testing KBlock key uniqueness (bar) ...... OK W.........................25 RSA encrypt/decrypt operations 244ms (0 failures) W.........................25 RSA sign/verify operations 162ms PASS: test_crypto_ksk PASS: test_crypto_random W.........................25 RSA encrypt operations 15 ms (0 failures) W.........................25 RSA sign operations 810 ms W.........................25 RSA encrypt/decrypt SK operations 1004ms (0 failures) W.........................25 RSA encrypt/decrypt operations 1000ms (0 failures) W.........................25 RSA sign/verify operations 824ms PASS: test_crypto_rsa PASS: test_disk PASS: test_getopt PASS: test_connection PASS: test_connection_addressing PASS: test_connection_receive_cancel PASS: test_connection_timeout PASS: test_connection_timeout_no_connect PASS: test_connection_transmit_cancel PASS: test_os_network PASS: test_os_priority PASS: test_peer PASS: test_plugin PASS: test_program PASS: test_pseudonym gnunet-service-resolver: error while loading shared libraries: libgnunetutil.so.8: cannot open shared object file: No such file or directory Jul 11 23:15:29-725135 test-resolver-api-16053 ERROR Received invalid rootserver hostname `198.41.0.4'. Jul 11 23:15:29-725632 test-resolver-api-16053 ERROR Assertion failed at test_resolver_api.c:207. Jul 11 23:15:29-729855 test-resolver-api-16053 WARNING Received unexpected hostname `127.0.0.1', expected `localhost' (this could be OK). Missed some resolutions: 2 FAIL: test_resolver_api PASS: test_scheduler ................................. Sleep precision: 0 ms. Timer precision is excellent. PASS: test_scheduler_delay PASS: test_server_mst_interrupt PASS: test_server PASS: test_server_disconnect PASS: test_server_with_client PASS: test_server_with_client_unix PASS: test_service PASS: test_strings PASS: test_time 0..1..2..3..4..5..6 PASS: test_speedup PASS: test_os_start_process PASS: test_common_logging_runtime_loglevels =================================== 1 of 47 tests failed Please report to bug-gnunet@... =================================== make[3]: *** [check-TESTS] Error 1 make[3]: Leaving directory `/home/myuser/gnunet/src/util' make[2]: *** [check-am] Error 2 make[2]: Leaving directory `/home/myuser/gnunet/src/util' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory `/home/myuser/gnunet/src' make: *** [check-recursive] Error 1 _______________________________________________ Bug-GNUnet mailing list Bug-GNUnet@... https://lists.gnu.org/mailman/listinfo/bug-gnunet |
|
|
Re: gnunet 0.9.3 revision 22614Dear Florian,
Looks like gnunet-service-resolver is not working because somehow the loader cannot find the libgnunetutil.so library. Did you run "make install"? Did you install to a prefix that your loader will look in for libraries? Using LD_LIBRARY_PATH or /etc/ld.so.conf you need to get to the point that running a program like 'gnunet-service-resolver' does NOT give you the error message in the first line below. Only then you've installed GNUnet correctly (at least in this detail) and only then you have a chance of testcases passing. Happy hacking! Christian On 07/11/2012 11:45 PM, Florian Schmidt wrote: > > gnunet-service-resolver: error while loading shared libraries: > libgnunetutil.so.8: cannot open shared object file: No such file or > directory > Jul 11 23:15:29-725135 test-resolver-api-16053 ERROR Received invalid > rootserver hostname `198.41.0.4'. > Jul 11 23:15:29-725632 test-resolver-api-16053 ERROR Assertion failed > at test_resolver_api.c:207. > Jul 11 23:15:29-729855 test-resolver-api-16053 WARNING Received > unexpected hostname `127.0.0.1', expected `localhost' (this could be OK). > Missed some resolutions: 2 > FAIL: test_resolver_api > > > _______________________________________________ > Bug-GNUnet mailing list > Bug-GNUnet@... > https://lists.gnu.org/mailman/listinfo/bug-gnunet _______________________________________________ Bug-GNUnet mailing list Bug-GNUnet@... https://lists.gnu.org/mailman/listinfo/bug-gnunet |
| Free embeddable forum powered by Nabble | Forum Help |