Package Details: gnunet 0.21.1-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: 9
Popularity: 0.83
First Submitted: 2021-05-08 09:11 (UTC)
Last Updated: 2024-03-29 15:58 (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

« First ‹ Previous 1 2 3 4 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.

franz commented on 2021-12-02 20:10 (UTC) (edited on 2021-12-02 20:11 (UTC) by franz)

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

grufo commented on 2021-08-24 02:09 (UTC)

@tleydxdy

When you created this package gnunet was still in the official repositories. But it had become a problematic package, slowly diverging from the upstream code, and nobody was taking the trouble to have a look at the handbook. So it had a lot of issues and dead code.

Recently I have adopted the package, I have cleaned it as much as I could, and I hope I will be able to keep it up to date.

P.S. I have just created a paragraph in the ArchWiki about the single-user setup.