Package Details: libgnunetchat 0.7.0-1

Git Clone URL: https://aur.archlinux.org/libgnunetchat.git (read-only, click to copy)
Package Base: libgnunetchat
Description: GNUnet chat library
Upstream URL: http://gnunet.org
Keywords: anonymity chat f2f gns gnunet internet messaging p2p telephony
Licenses: AGPL
Conflicts: libgnunetchat-bin, libgnunetchat-git
Submitter: grufo
Maintainer: grufo (TheJackiMonster)
Last Packager: grufo
Votes: 2
Popularity: 0.000000
First Submitted: 2022-05-05 19:14 (UTC)
Last Updated: 2026-04-15 04:55 (UTC)

Latest Comments

utanerime commented on 2026-02-25 15:42 (UTC) (edited on 2026-02-25 15:46 (UTC) by utanerime)

When running build() of this package on my machine, errors happened with outputs as below:

INFO: autodetecting backend as ninja
INFO: calculating backend command to run: /usr/bin/ninja -C /home/utane/.cache/paru/clone/libgnunetchat/src/libgnunetchat-0.6.1/build
ninja: Entering directory `/home/utane/.cache/paru/clone/libgnunetchat/src/libgnunetchat-0.6.1/build'
[5/41] Compiling C object libgnunetchat.so.p/src_gnunet_chat_util.c.o
FAILED: [code=1] libgnunetchat.so.p/src_gnunet_chat_util.c.o 
cc -Ilibgnunetchat.so.p -I. -I.. -Isrc -I../src -I../include/gnunet -I/usr/include/p11-kit-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O3 -fPIC -MD -MQ libgnunetchat.so.p/src_gnunet_chat_util.c.o -MF libgnunetchat.so.p/src_gnunet_chat_util.c.o.d -o libgnunetchat.so.p/src_gnunet_chat_util.c.o -c ../src/gnunet_chat_util.c
../src/gnunet_chat_util.c: In function ‘util_get_lower’:
../src/gnunet_chat_util.c:364:20: error: too many arguments to function ‘GNUNET_STRINGS_utf8_tolower’; expected 1, have 2
  364 |   if (GNUNET_OK == GNUNET_STRINGS_utf8_tolower(name, lower))
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~       ~~~~~
In file included from /usr/include/gnunet/gnunet_util_lib.h:90,
                 from /usr/include/gnunet/gnunet_messenger_service.h:42,
                 from ../src/gnunet_chat_util.h:28,
                 from ../src/gnunet_chat_util.c:25:
/usr/include/gnunet/gnunet_strings_lib.h:207:1: note: declared here
  207 | GNUNET_STRINGS_utf8_tolower (const char *input);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/gnunet_chat_util.c:364:17: warning: comparison between pointer and integer
  364 |   if (GNUNET_OK == GNUNET_STRINGS_utf8_tolower(name, lower))
      |                 ^~
[20/41] Compiling C object tools/messenger_ping.p/gnunet_messenger_ping.c.o
ninja: build stopped: subcommand failed.

The meson version in my machine is 1.10.1, and ninja version is 1.13.2, without knowing if the error is coursed by my own config or upstream. Thx for any infos that help.

micwoj92 commented on 2023-08-13 14:09 (UTC)

This package currently installs files to /usr/local, please change this.

andy5995 commented on 2023-03-16 20:18 (UTC)

Installing with 'yay' on Manjaro: test_gnunet_chat_file fails.

grufo commented on 2022-05-19 02:53 (UTC)

@guglovich At the moment libgnunetchat requires the gnunet-git package instead of gnunet. This problem will probably be solved with the next GNUnet release.

guglovich commented on 2022-05-17 23:55 (UTC)

/usr/include/gnunet/gnunet_network_lib.h:68:3: error: unknown type name "fd_set" 68 | fd_set sds; | ^~~~~~ /usr/include/gnunet/gnunet_network_lib.h:469:41: error: unknown type name "fd_set" 469 | const fd_set from, | ^~~~~~ make: ** [Makefile:80: src/gnunet_chat_lib.o] Error 1 ==> ERROR: Build() failed. Abort... -> Build error: libgnunetchat