Package Details: chirp-next 20250822-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: WT5A
Votes: 81
Popularity: 1.48
First Submitted: 2023-01-22 22:04 (UTC)
Last Updated: 2025-08-23 01:20 (UTC)

Latest Comments

1 2 3 4 5 6 .. 15 Next › Last »

SIGPIG commented on 2025-08-05 17:14 (UTC) (edited on 2025-08-05 17:14 (UTC) by SIGPIG)

any time @schinfo. upgrade went well here, for what that's worth. take it easy. thanks for maintaining!

schinfo commented on 2025-08-05 16:43 (UTC)

@SIGPIG: Thank's for the info. It's fixed!

SIGPIG commented on 2025-08-05 15:33 (UTC)

here ya go @schinfo. it looks like this diff builds as expected: https://gist.github.com/rhenning/6207f20ba1c59265abb998ea314c7a0d

hth. bye.

SIGPIG commented on 2025-08-05 13:24 (UTC) (edited on 2025-08-05 15:41 (UTC) by SIGPIG)

edit:

looks like the "official" workaround is a custom DLAGENTS def in the PKGBUILD. i'll try to PR this when i can get to it, unless someone else gets around to it first. e: patch in followup comment.

https://wiki.archlinux.org/title/Nonfree_applications_package_guidelines#Custom_DLAGENTS

original comment:

hi. i haven't had too much of a chance to dig on this, but recently began receiving a 403 status response when fetching the source tarball during this AUR build. it looks like Cloudflare trying to be clever, but works when setting the User-Agent request header to something browser-like.

please LMK if i can be of help troubleshooting & feel free to punt me elsewhere if this is the wrong place to comment/inquire. thx. diags are below (trimmed for brevity):

# :(

% curl -vO https://archive.chirpmyradio.com/chirp_next/next-20250801/chirp-20250801.tar.gz
* Trying 104.21.61.252:443...
* Connected to archive.chirpmyradio.com (104.21.61.252) port 443
> GET /chirp_next/next-20250801/chirp-20250801.tar.gz HTTP/2
> Host: archive.chirpmyradio.com
> User-Agent: curl/8.15.0
> Accept: */*
< HTTP/2 403
# =D

% curl -v -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:141.0) Gecko/20100101 Firefox/141.0' -O https://archive.chirpmyradio.com/chirp_next/next-20250801/chirp-20250801.tar.gz
* Trying 172.67.217.67:443...
* Connected to archive.chirpmyradio.com (172.67.217.67) port 443
> GET /chirp_next/next-20250801/chirp-20250801.tar.gz HTTP/2
> Host: archive.chirpmyradio.com
> Accept: */*
> User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:141.0) Gecko/20100101 Firefox/141.0
< HTTP/2 200

be well.

schinfo commented on 2024-12-28 08:27 (UTC)

@e8hffff: Should be fixed with python-yattag 1.16.1-1.

e8hffff commented on 2024-12-27 14:00 (UTC)

Builds but can't run as wanting relevant python yattag module.

ModuleNotFoundError: No module named 'yattag'

Tricked it like @Bubbu0129. Changed to:

Downloaded: https://aur.archlinux.org/cgit/aur.git/snapshot/python-yattag.tar.gz

then extracted that to a clean directory, modified the "PKGBUILD" file to suit below items, and then typed "makepkg si"

"pkgver=1.16.1" "sha256sums=('baa8f254e7ea5d3e0618281ad2ff5610e0e5360b3608e695c29bfb3b29d051f4')"

schinfo commented on 2024-12-15 12:42 (UTC)

@giovanni

Thanks for the info - is fixed with build -2

giovanni commented on 2024-12-15 10:37 (UTC) (edited on 2024-12-15 10:51 (UTC) by giovanni)

Missing "python-lark-parser" dependency for chirp-next 20241213. Please, add it.

$ chirp
Traceback (most recent call last):
  File "/usr/bin/chirp", line 8, in <module>
    sys.exit(chirpmain())
             ^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/chirp/wxui/__init__.py", line 202, in chirpmain
    from chirp.wxui import main
  File "/usr/lib/python3.12/site-packages/chirp/wxui/main.py", line 43, in <module>
    from chirp.wxui import bankedit
  File "/usr/lib/python3.12/site-packages/chirp/wxui/bankedit.py", line 24, in <module>
    from chirp.wxui import memedit
  File "/usr/lib/python3.12/site-packages/chirp/wxui/memedit.py", line 37, in <module>
    from chirp.wxui import memquery
  File "/usr/lib/python3.12/site-packages/chirp/wxui/memquery.py", line 21, in <module>
    import lark
ModuleNotFoundError: No module named 'lark'