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.34
First Submitted: 2021-05-08 09:11 (UTC)
Last Updated: 2024-10-30 15:38 (UTC)

Dependencies (44)

Sources (7)

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

« First ‹ Previous 1 2 3 4 5 Next › Last »

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.

grufo commented on 2021-12-15 23:36 (UTC)

@franz Running autoreconf -i before building seems to solve the problem, and I have updated the PKGBUILD accordingly. Could please check that this solves the problem also for you?

grufo commented on 2021-12-03 01:15 (UTC)

@franz

I know, the same happens to me. But if you try to compile gnunet while gnunet-git is installed, it should compile correctly, or at least it does for me.

I have really no idea why that happens. I have tried to find out, but without success. By looking at the commit history, it seems that version 0.15.4 is almost there, so I hope that this problem will be solved with the new version. I am currently using gnunet-git.

<deleted-account> commented on 2021-12-02 20:10 (UTC)

Hi. I couldn't install the package. When I try to do so it gives this error:

$ yay -S gnunet
...
libtool: install: (cd /home/trita/.cache/yay/gnunet/src/gnunet-0.15.3/src/ats; /bin/sh "/home/trita/.cache/yay/gnunet/src/gnunet-0.15.3/libtool"  --silent --tag CC --mode=relink gcc -fno-strict-aliasing -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wno-address-of-packed-member -export-dynamic -avoid-version -module -no-undefined -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,--unresolved-symbols=report-all -o libgnunet_plugin_ats_proportional.la -rpath /usr/lib/gnunet plugin_ats_proportional.lo libgnunetats.la ../../src/statistics/libgnunetstatistics.la ../../src/util/libgnunetutil.la ../../src/nt/libgnunetnt.la -lm -inst-prefix-dir /home/trita/.cache/yay/gnunet/pkg/gnunet)
/usr/bin/ld: warning: libgnunethello.so.0, needed by /home/trita/.cache/yay/gnunet/pkg/gnunet/usr/lib/libgnunetats.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: /home/trita/.cache/yay/gnunet/pkg/gnunet/usr/lib/libgnunetats.so: undefined reference to `GNUNET_HELLO_address_cmp'
/usr/bin/ld: /home/trita/.cache/yay/gnunet/pkg/gnunet/usr/lib/libgnunetats.so: undefined reference to `GNUNET_HELLO_address_check_option'
/usr/bin/ld: /home/trita/.cache/yay/gnunet/pkg/gnunet/usr/lib/libgnunetats.so: undefined reference to `GNUNET_HELLO_address_copy'
collect2: error: ld returned 1 exit status
libtool:   error: error: relink 'libgnunet_plugin_ats_proportional.la' with the above command before installing it
make[3]: *** [Makefile:939: install-pluginLTLIBRARIES] Error 1
make[3]: Leaving directory '/home/trita/.cache/yay/gnunet/src/gnunet-0.15.3/src/ats'
make[2]: *** [Makefile:1338: install-am] Error 2
make[2]: Leaving directory '/home/trita/.cache/yay/gnunet/src/gnunet-0.15.3/src/ats'
make[1]: *** [Makefile:560: install-recursive] Error 1
make[1]: Leaving directory '/home/trita/.cache/yay/gnunet/src/gnunet-0.15.3/src'
make: *** [Makefile:641: install-recursive] Error 1
==> ERROR: A failure occurred in package().
    Aborting...
 -> error making: gnunet

I'm on Manjaro x64 with Linux 5.14.

I could install gnunet-git OK, but not gnunet.

Thx

tleydxdy commented on 2021-08-24 02:20 (UTC)

@grufo okay, that is great news