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 .. 15 Next › Last »

SR-G commented on 2023-10-25 21:26 (UTC)

Not sure to know what to do, it seems there is a step failing (404 - remote file not found) ...

Packages (1) chirp-next-20231021-1

Total Installed Size:  19.92 MiB

:: Proceed with installation? [Y/n] 
(1/1) checking keys in keyring                                                                                                                 [#######################################################################################] 100%
(1/1) checking package integrity                                                                                                               [#######################################################################################] 100%
(1/1) loading package files                                                                                                                    [#######################################################################################] 100%
(1/1) checking for file conflicts                                                                                                              [#######################################################################################] 100%
(1/1) checking available disk space                                                                                                            [#######################################################################################] 100%
:: Processing package changes...
(1/1) installing chirp-next                                                                                                                    [#######################################################################################] 100%
==> You may need to add your user to the 'uucp' group to access serial ports and devices.
==> This can be accomplished with: 'sudo usermod -aG uucp $USER'
==> Then you will need to log out and back in for it to take effect.
Optional dependencies for chirp-next
    hamradio-menus: XDG menus for ham radio software
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Updating the desktop file MIME type cache...
==> Making package: chirpc 1-1 (Wed Oct 25 23:25:16 2023)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading chirpc...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0   459    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://chirp.danplanet.com/projects/chirp/repository/revisions/797a3a043831/raw/chirpc
    Aborting...
 -> error making: chirpc-exit status 1
 -> Failed to install the following packages. Manual intervention is required:
chirpc - exit status 1

MarsSeed commented on 2023-08-16 16:47 (UTC) (edited on 2023-10-09 20:32 (UTC) by MarsSeed)

'chirp-daily' is defunct. Users should switch to chirp-next instead.

MarsSeed commented on 2023-08-16 16:39 (UTC) (edited on 2024-01-31 19:09 (UTC) by MarsSeed)

'chirp-hg' is defunct, as source code is now hosted on GitHub.

Users can migrate from 'chirp-hg' to chirp-next to get the latest development snapshot. (There is no chirp-git package on AUR.)

MarsSeed commented on 2023-07-22 22:13 (UTC)

Upstream only supports Python 3 now.

HighValueWarrior commented on 2023-06-04 20:02 (UTC)

@Oskar93 All I did was Rcns chirp-next. Search my drive for chirp files. Delete them as found. Mine was a hidden folder in my Home directory. Reboot 'optional' Reinstall chirp-next. Read the terminal after install and follow prompts for permissions.

The package is working fine for me. Good luck.

Oskar93 commented on 2023-06-04 09:42 (UTC)

@HighValueWarrior, could you gide me through to delete the Chirp config files, so that I can reinstall it again. I've tried, but haven´t been able to do so.

Irontobind commented on 2023-05-26 03:07 (UTC)

I am on 3.11 and it opens on my laptop so I'm probably missing something that no one would think of. Lack of a DM maybe

WT5A commented on 2023-05-23 02:17 (UTC)

so, all the dependencies listed in the requirements.txt are in the PKGBUILD, so it shouldn't be that, I'm not sure what the issues would be but first I would make sure you're on python 3.11 and try rebuilding. For dhtseany, I am pretty sure I needed to reinstall yattag after the python 3.11 update (probably a problem with the yattag PKGBUILD, so I would try rebuilding and install yattag.

Irontobind commented on 2023-05-23 01:32 (UTC) (edited on 2023-05-23 01:39 (UTC) by Irontobind)

I am getting some neat python errors, does anyone know what this points to that I am missing?

Traceback (most recent call last):
  File "/usr/bin/chirp", line 8, in <module>
    sys.exit(chirpmain())
             ^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/chirp/wxui/__init__.py", line 177, in chirpmain
    mainwindow = main.ChirpMain(None, title='CHIRP')
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/chirp/wxui/main.py", line 341, in __init__
    self.SetMenuBar(self.make_menubar())
                    ^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/chirp/wxui/main.py", line 465, in make_menubar
    self.OPEN_STOCK_CONFIG_MENU = self.add_stock_menu()
                                  ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/chirp/wxui/main.py", line 445, in add_stock_menu
    stock.Append(wx.MenuItem(stock, wx.ID_SEPARATOR))
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: MenuItem(): argument 2 has unexpected type 'StandardID' 

dhtseany commented on 2023-05-15 20:01 (UTC) (edited on 2023-05-15 20:02 (UTC) by dhtseany)

I saw your update and tried again, now it's complaining about yattag missing even though it installed fine:

ModuleNotFoundError: No module named 'yattag'

$ pacman -Qs python-yattag
local/python-yattag 1.15.1-1
Python library for generating HTML or XML in a pythonic way.