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
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: | 1.43 |
First Submitted: | 2021-05-08 09:11 (UTC) |
Last Updated: | 2024-09-12 03:16 (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
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...
Applied a commit from upstream master that fixes the libgcrypt detection.
@jghodd good catch. Downgrading works for me too
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.
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
gnunet fails to build, even though libgcrypt is installed
configure: error: You need libgcrypt to build this program.
At least version 1.6.0 (API 1) is required.
@lash
Note: The group base-devel is assumed to be already installed when building with makepkg. Members of this group should not be included in
makedepends
array.
recommend adding automake to explicit deps
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, withIf later you want to remove your user from the group, launch:
For information on how to use GNUnet plaese refer to the GNUnet article in the ArchWiki.