Search Criteria
Package Details: flrig 2.0.10-1
Package Actions
| 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) |
Dependencies (9)
- fltk (fltk-gitAUR)
- flxmlrpcAUR
- hamradio-menusAUR
- libgpiod (libgpiod-gitAUR)
- systemd-libs (systemd-libs-selinuxAUR, systemd-libs-gitAUR)
- autoconf (autoconf-gitAUR) (make)
- automake (automake-gitAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
- fldigiAUR (fldigi-gitAUR) (optional) – for digital mode interface
Required by (5)
- cloudlogcatqt-git (optional)
- flrig-docs (optional)
- not1mm (optional)
- not1mm-9m2pju-git (optional)
- not1mm-git (optional)
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 --versionilyxa commented on 2025-07-04 05:07 (UTC)
hm. strange.
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:
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
1 2 3 4 5 Next › Last »