Re: GNUnet and GNUTLS

2024-10-12 Thread Martin Schanzenbach
To clarify: $ gnunet-core -m will always "hang forever". It monitors connection changes and you can ctrl-c to end it. Maybe we can add a note to its output in the beginning to clarify. $ gnunet-core -s simply outputs currently active connections. You have no connections or connection attempts.

Re: GNUnet and GNUTLS

2024-10-12 Thread Martin Schanzenbach
Hi, looking at your logs it seems that you have an old peerstore database. You can try deleting $HOME/.local/share/gnunet/peerstore/sqlite.db and restart GNUnet. BR On Sat, 2024-10-12 at 07:32 +0100, madmurphy wrote: > Martin's patch worked! So it's already online. Thank you! > > However – this

Re: GNUnet and GNUTLS

2024-10-11 Thread madmurphy
Martin's patch worked! So it's already online . Thank you! However – this might be totally unrelated – even if the installation works fine, if I launch sudo -u gnunet gnunet-arm -s gnunet-arm -s gnunet-core -m the third

Re: GNUnet and GNUTLS

2024-10-11 Thread Martin Schanzenbach
The issue is/was that we did not have -lgnutls in the linker. At least that is my guess. We are currently conflating two things here: one is that libgcrypt(!) was not detected. This is due to a change in the m4 detection logic. I fixed that some releases ago already. The other, newer, issue sinc

Re: GNUnet and GNUTLS

2024-10-11 Thread Schanzenbach, Martin
The issue is/was that we did not have -lgnutls in the linker. At least that is my guess. We are currently conflating two things here: one is that libgcrypt(!) was not detected. This is due to a change in the m4 detection logic. I fixed that some releases ago already. The other, newer, issue sinc

Re: GNUnet and GNUTLS

2024-10-11 Thread Christian Grothoff
Gnutls people are also surprised (no intentional/expected breakage), they ask: >>> Hello Christian, my random guess is that gnutls.pc is somehow corrupted and doesn't list necessary libraries. Would it be possible to ask the reporter to try again with make V=1? <<< Can you please do that and

Re: GNUnet and GNUTLS

2024-10-11 Thread Martin Schanzenbach
Hi, can you try this patch: https://git.gnunet.org/gnunet.git/patch/?id=52a084ad6e003e8b0315c313796dbc8ce0e0a3e5 BR Martin On Fri, 2024-10-11 at 02:53 +0100, madmurphy wrote: > Hi folks, I hope you are doing well! People on AUR are complaining > that the new versions of GNUTLS (3.8.7) and GNUnet