Package Details: flrig 2.0.08-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: 13
Popularity: 0.71
First Submitted: 2013-09-08 17:01 (UTC)
Last Updated: 2025-07-14 22:35 (UTC)

Dependencies (8)

Required by (5)

Sources (1)

Latest Comments

1 2 3 4 5 Next › Last »

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

olorton commented on 2025-05-17 05:47 (UTC)

After recently installing, I couldn't get this to run:

flrig
zsh: segmentation fault (core dumped)  flrig

I attempted to debug this myself, but I don't really know what I am doing! I also attempted to find somewhere to report this upstream, but could not find an issue tracker. Hopefully, someone else might have a better ideas.

$ gdb flrig
GNU gdb (GDB) 16.3
Copyright (C) 2024 Free Software Foundation, Inc.
<snip>
Reading symbols from flrig...
Reading symbols from /usr/lib/debug/usr/bin/flrig.debug...
(gdb) run
Starting program: /usr/bin/flrig

This GDB supports auto-downloading debuginfo from the following URLs:
  <https://debuginfod.archlinux.org>
Enable debuginfod for this session? (y or [n]) n
Debuginfod has been disabled.
To make this setting permanent, add 'set debuginfod enabled off' to .gdbinit.
Function(s) ^std::(move|forward|as_const|(__)?addressof) will be skipped when stepping.
Function(s) ^std::(shared|unique)_ptr<.*>::(get|operator) will be skipped when stepping.
Function(s) ^std::(basic_string|vector|array|deque|(forward_)?list|(unordered_|flat_)?(multi)?(map|set)|span)<.*>::(c?r?(begin|end)|front|back|data|size|empty) will be skipped when stepping.
Function(s) ^std::(basic_string|vector|array|deque|span)<.*>::operator.] will be skipped when stepping.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<true> (
    this=0x555555a90a60 <xcvr_name[abi:cxx11]>, __str=0x0, __n=0) at /usr/include/c++/15.1.1/bits/basic_string.tcc:298
298             this->_S_copy(_M_data(), __str, __n + _Terminated);
(gdb) bt
#0  std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<true> (
    this=0x555555a90a60 <xcvr_name[abi:cxx11]>, __str=0x0, __n=0) at /usr/include/c++/15.1.1/bits/basic_string.tcc:298
#1  0x00005555555eb252 in std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string (
    this=<optimized out>, __str=..., this=<optimized out>, __str=...) at /usr/include/c++/15.1.1/bits/basic_string.h:238
#2  __static_initialization_and_destruction_0 () at support/status.cxx:42
#3  0x00005555555f895c in _sub_I_65535_0.0 ()
#4  0x00007ffff76377e4 in __libc_start_main () from /usr/lib/libc.so.6
#5  0x00005555555fba65 in _start ()
(gdb) quit
<snip>

not_anonymous commented on 2024-01-23 15:30 (UTC) (edited on 2024-01-23 15:32 (UTC) by not_anonymous)

Ehemmm....guys and gals, please simply use the "flag package out of date" link. You can comment therein, instead of here, which I would prefer. TIA (I get emails just as quickly too.)