Package Details: gnunet 0.22.2-1

Git Clone URL: https://aur.archlinux.org/gnunet.git (read-only, click to copy)
Package Base: gnunet
Description: A framework for secure peer-to-peer networking
Upstream URL: http://gnunet.org
Keywords: Anonymity F2F File-Sharing GNS GNUnet Internet P2P VPN
Licenses: AGPL
Conflicts: gnunet-bin, gnunet-git
Submitter: arojas
Maintainer: grufo (redfish)
Last Packager: grufo
Votes: 11
Popularity: 0.63
First Submitted: 2021-05-08 09:11 (UTC)
Last Updated: 2024-10-30 15:38 (UTC)

Pinned Comments

grufo commented on 2021-12-30 18:18 (UTC)

After installing the package do not forget to add your user to the gnunet group, with

sudo usermod -aG gnunet "$(whoami)"

If later you want to remove your user from the group, launch:

sudo gpasswd --delete "$(whoami)" gnunet

For information on how to use GNUnet plaese refer to the GNUnet article in the ArchWiki.

Latest Comments

1 2 3 4 5 Next › Last »

grufo commented on 2024-10-12 08:51 (UTC)

Hi Simona. Yes, they just released a patch upstream that fixed the issue.

simona commented on 2024-10-12 08:27 (UTC)

solved. thx

simona commented on 2024-10-11 09:03 (UTC)

/bin/ld: gnunet_communicator_http3-gnunet-communicator-http3.o: undefined reference to symbol 'gnutls_certificate_set_x509_key_file@@GNUTLS_3_4'
/bin/ld: /usr/lib/libgnutls.so.30: error adding symbols: DSO missing from command line

grufo commented on 2024-10-02 03:46 (UTC)

Hi impulse. How would you solve this problem?

It seems a bit premature to just add you straight away. But if you explain in more detail why you would like to be co-maintainer I don't see why not!

--grufo

impulse commented on 2024-10-02 02:38 (UTC) (edited on 2024-10-02 03:44 (UTC) by impulse)

Hey, can i be added as a co-maintainer so i can keep this package working? I currently get this error, which i assume is a conflict with the gnutls version:

  CCLD     gnunet-communicator-http3
/usr/bin/ld: /tmp/ccVgQD9E.ltrans0.ltrans.o: undefined reference to symbol 'gnutls_certificate_set_x509_key_file@@GNUTLS_3_4'
/usr/bin/ld: /usr/lib/libgnutls.so.30: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:1590: gnunet-communicator-http3] Error 1
make[4]: Leaving directory '/home/impulse/Downloads/gnunet/src/gnunet-0.22.0/src/service/transport'
make[3]: *** [Makefile:504: all-recursive] Error 1
make[3]: Leaving directory '/home/impulse/Downloads/gnunet/src/gnunet-0.22.0/src/service'
make[2]: *** [Makefile:479: all-recursive] Error 1
make[2]: Leaving directory '/home/impulse/Downloads/gnunet/src/gnunet-0.22.0/src'
make[1]: *** [Makefile:606: all-recursive] Error 1
make[1]: Leaving directory '/home/impulse/Downloads/gnunet/src/gnunet-0.22.0'
make: *** [Makefile:517: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

redfish commented on 2024-07-14 19:15 (UTC)

Applied a commit from upstream master that fixes the libgcrypt detection.

brackenhill-mob commented on 2024-06-25 12:11 (UTC)

@jghodd good catch. Downgrading works for me too

jghodd commented on 2024-06-24 21:41 (UTC) (edited on 2024-06-24 21:49 (UTC) by jghodd)

Getting the same build error - looking for libgcrypt >= 1.6.0. I have libgcrypt 1.11.0 installed, which I believe is the current version, and the build isn't recognizing that 11 > 6.

Edit: interestingly, it does recognize that 1.10 > 1.6. Downgrade libgcrypt to 1.10 to get the build moving again.

simona commented on 2024-06-22 10:07 (UTC)

configure: error: You need libgcrypt to build this program.
At least version 1.6.0 (API 1) is required.
I have 1.1 and 1.5