[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GNUnet-developers] [test_transport_address_switch_tcp] Error 1
From: |
jah |
Subject: |
Re: [GNUnet-developers] [test_transport_address_switch_tcp] Error 1 |
Date: |
Sat, 1 Oct 2016 02:28:25 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.8.0 |
On 30/09/16 23:03, Christian Grothoff wrote:
> If not, please run
>
> $ ldd -r /path/to/gnunet/lib/libgnunettesting.so.1
>
> and check the creation time of
> /path/to/gnunet/lib/libgnunetarm.so.VERSION for whatever version ldd
> shows you. It should match your recent build time.
Danke Christian,
The error was my fault: running ldd revealed that the linked libgnunetarm.so
wasn't from the recent build, but one in /usr/local/lib from an existing gnunet
installation (r36913).
I don't know if there's a way to force linking the recent libgnunetarm.so, but
the r38057 test_transport_address_switch_tcp was able to run once the existing
install was uninstalled.
Thank you very much for your help.
jah
P.S.
The tests in transport were: 55 passed, 4 skipped and 5
(test_quota_compliance_{tcp,udp,unix,http,https}) failed. Is this expected?