Package Details: chirp-next 20250328-1

Git Clone URL: https://aur.archlinux.org/chirp-next.git (read-only, click to copy)
Package Base: chirp-next
Description: GUI tool for programming ham radios
Upstream URL: https://chirpmyradio.com/projects/chirp/wiki/Home
Keywords: ham radio
Licenses: GPL-3.0-or-later
Conflicts: chirp, chirp-daily
Provides: chirp
Submitter: WT5A
Maintainer: WT5A (schinfo)
Last Packager: schinfo
Votes: 78
Popularity: 0.57
First Submitted: 2023-01-22 22:04 (UTC)
Last Updated: 2025-03-28 11:51 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 15 Next › Last »

dhtseany commented on 2023-05-15 19:07 (UTC) (edited on 2023-05-15 19:08 (UTC) by dhtseany)

New install of chirp-next, previously used the flatpak which I removed then I removed ~/.chirp

Installed chirp-next, tried to open the app but nothing happens, tried to launch it from terminal but it throws this module error:

[user@archbench]$ chirp Traceback (most recent call last): File "/usr/bin/chirp", line 5, in <module> from chirp.wxui import chirpmain ModuleNotFoundError: No module named 'chirp'

HighValueWarrior commented on 2023-05-09 18:20 (UTC)

Oskar93 uninstall, delete the config files and reinstall. If you do not delete the chirp config folder before reinstalling it will not work.

Oskar93 commented on 2023-05-09 10:26 (UTC)

I used to work until I've tried it today. When calling for the program, it seems to be loadin and then it disapears without the program been loaded. I've tried reinstaling it and keeps doing the same. Has ther been an update or is an update needed?

WT5A commented on 2023-05-04 15:06 (UTC)

done, thanks.

Coelacanthus commented on 2023-05-04 07:51 (UTC) (edited on 2023-05-04 07:55 (UTC) by Coelacanthus)

You should use local site_packages=$(python -c "import site; print(site.getsitepackages()[0])") to get current site-packages directory instead of hard-coded it. As Arch Wiki said, https://wiki.archlinux.org/title/Python_package_guidelines#Using_site-packages

Current hardcoded locate breaks build with new python 3.11 because it included version in path.

WT5A commented on 2023-03-16 14:04 (UTC)

Fixed, thanks.

limaxray commented on 2023-03-16 06:33 (UTC)

python-setuptools should be added to makedepends, otherwise fails to build in clean root!

simona commented on 2023-02-18 17:29 (UTC) (edited on 2023-02-18 17:29 (UTC) by simona)

what happened to chirp-daily?
Here I have error
ImportError: /usr/lib/python2.7/site-packages/cairo/_cairo.so: undefined symbol: cairo_tee_surface_index
But in chirp-next it's solved.

HighValueWarrior commented on 2023-02-14 17:31 (UTC) (edited on 2023-03-16 20:50 (UTC) by HighValueWarrior)

Adding locale files cleaned up terminal quite a bit. Thank you K5TRP.

WT5A commented on 2023-02-14 15:56 (UTC)

I've added the locale files but when trying to open chirp in other languages it I get a popup "Cannot set locale to language "".", not sure why that happens but the translation do load correctly now. I noticed that not everything is translated though.