Package Details: flrig 2.0.10-1

Git Clone URL: https://aur.archlinux.org/flrig.git (read-only, click to copy)
Package Base: flrig
Description: Amateur (Ham) Radio Transceiver Control Program
Upstream URL: http://www.w1hkj.com/flrig-help/index.html
Licenses: GPL-2.0-or-later
Conflicts: flrig-git
Provides: flrig
Submitter: adx
Maintainer: not_anonymous
Last Packager: not_anonymous
Votes: 14
Popularity: 0.197972
First Submitted: 2013-09-08 17:01 (UTC)
Last Updated: 2025-12-27 20:40 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

not_anonymous commented on 2025-12-28 01:55 (UTC)

Added : 1) - a dep and 2) - KT6D's fltk/x11 patch.

fyoory commented on 2025-11-02 22:47 (UTC) (edited on 2025-11-02 22:48 (UTC) by fyoory)

I dont know what it is about this PKGBUILD but it is not stable at all. The same version of flrig compiled via stock tarball + ./configure + make works 100% fine. But this PKGBUILD breaks something, does not link in all the same libs as the pure tarball compile. What happens is that it fails to read/set reliably the power output level. It will work for 1 try then core dump if you move the slider and does not report actual radio wattage. Again not a problem if you skip using this package.

not_anonymous commented on 2025-07-14 22:37 (UTC)

All fixed with THREE notes:

1 - Tnxs 2 KT6D for working with upstream source code author on fix(es). 2 - FLTK 15 or newer cannot be used due to upstream coding. 3 - Be sure to do this if you have problems: mv ~/.flrig ~/.flrig.org

ilyxa commented on 2025-07-04 05:16 (UTC)

can you also provide flrig --version

[ilyxa@wombatneo flrig]$ flrig --version
Version: 2.0.08

ilyxa commented on 2025-07-04 05:07 (UTC)

hm. strange.

[ilyxa@wombatneo flrig]$ trizen -Q flrig fltk 
flrig 2.0.08-1
fltk 1.3.11-1
[ilyxa@wombatneo flrig]$ git diff
diff --git a/PKGBUILD b/PKGBUILD
index 577a22a..0447792 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Anthony DeStefano <adx@fastmail.fm> 

 pkgname=flrig
-pkgver=2.0.05
+pkgver=2.0.08
 pkgrel=1
 pkgdesc="Amateur (Ham) Radio Transceiver Control Program"
 arch=('armv7h' 'i686' 'x86_64' 'aarch64')
@@ -38,5 +38,5 @@ package() {

        make DESTDIR="$pkgdir" install
 }
-md5sums=('d92d70a1c35ac869af0a5f0a1cf5698b')
-sha256sums=('31cdc025f05db489fd9ba087eb4d8c8f85168fc3aa9cf95fe488b02d780c62b0')
+md5sums=('759c2099c04f0a758061da029b390d4e')
+sha256sums=('f9eaf140164a1f330e40f33f54093e230f48b4f6675bd35d8aed07434f12ce6f')

not_anonymous commented on 2025-07-03 20:16 (UTC)

STILL core-dumping as follows (even after upgrade to v2.0.08 was suppose to have fixed this. (Upstream author has been working towards a solution.) SO, again, I am unflagging this until he gets things straighten out.

$ flrig /usr/include/c++/15.1.1/bits/basic_string.h:1369: std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::reference std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::operator [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>; reference = char&; size_type = long unsigned int]: Assertion '__pos <= size()' failed. Aborted (core dumped)

$ yay -Q|grep fltk fltk 1.3.11-1

not_anonymous commented on 2025-06-28 00:37 (UTC) (edited on 2025-07-01 01:17 (UTC) by not_anonymous)

Well...not entirely...it core dumped on me, even with gcc14 to compile....EVEN when I upped this to version 2.0.07 (current).

Ill try and get the attention of the upstream author.

IN THE MEANTIME; I'm gonna unflag this package.

olorton commented on 2025-05-30 15:28 (UTC)

Thanks @ilyxa - This works with gcc14.

ilyxa commented on 2025-05-29 18:15 (UTC) (edited on 2025-05-29 18:52 (UTC) by ilyxa)

same here, gcc-15 problem?

Workaround:

trizen -S gcc14
export CC=cc-14
export CXX=g++-14
makepkg -si

work as expected.

Need more time for investigation and more complex solution. clang also work mostly fine, only one error. So seems we got two solution: - use gcc-14 (no changes) - use clang with minor changes