Package Details: tucnak 4.64-1

Git Clone URL: https://aur.archlinux.org/tucnak.git (read-only, click to copy)
Package Base: tucnak
Description: Ham Radio - VHF/HF contest logbook
Upstream URL: http://tucnak.nagano.cz/
Licenses: GPL-2.0-only
Conflicts: tucnak3
Submitter: not_anonymous
Maintainer: not_anonymous
Last Packager: not_anonymous
Votes: 1
Popularity: 0.000000
First Submitted: 2016-10-12 17:47 (UTC)
Last Updated: 2025-01-23 06:25 (UTC)

Latest Comments

aa6kj commented on 2026-06-16 16:57 (UTC) (edited on 2026-06-16 17:00 (UTC) by aa6kj)

The latest version fails to compile:


  CC       trig.o
trig.c: In function ‘init_trigs’:
trig.c:108:26: error: passing argument 1 of ‘rig_list_foreach’ from incompatible pointer type [-Wincompatible-pointer-types]
  108 |         rig_list_foreach(trig_save_riglist, riglist);
      |                          ^~~~~~~~~~~~~~~~~
      |                          |
      |                          int (*)(const struct rig_caps *, void *)
In file included from header.h:213,
                 from trig.c:11:
/usr/local/include/hamlib/rig.h:3790:18: note: expected ‘int (*)(struct rig_caps *, void *)’ but argument is of type ‘int (*)(const struct rig_caps *, void *)’
 3790 | rig_list_foreach HAMLIB_PARAMS((int (*cfunc)(struct rig_caps *, rig_ptr_t),
      |                  ^~~~~~~~~~~~~
In file included from trig.c:20:
trig.h:136:5: note: ‘trig_save_riglist’ declared here
  136 | int trig_save_riglist(const struct rig_caps *caps, void *data);
      |     ^~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:688: trig.o] Error 1
make[2]: Leaving directory '/home/eloranta/.cache/yay/tucnak/src/tucnak-4.64/src'
make[1]: *** [Makefile:466: all-recursive] Error 1
make[1]: Leaving directory '/home/eloranta/.cache/yay/tucnak/src/tucnak-4.64'
make: *** [Makefile:382: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...