Package Details: chirp-next 20241220-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, built from chirp-next
Upstream URL: https://chirpmyradio.com/projects/chirp/wiki/Home
Licenses: GPL-3.0-or-later
Conflicts: chirp, chirp-daily
Provides: chirp
Submitter: WT5A
Maintainer: WT5A (schinfo)
Last Packager: schinfo
Votes: 77
Popularity: 1.83
First Submitted: 2023-01-22 22:04 (UTC)
Last Updated: 2024-12-20 11:12 (UTC)

Latest Comments

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

HighValueWarrior commented on 2023-01-23 09:02 (UTC) (edited on 2023-01-23 09:05 (UTC) by HighValueWarrior)

Thank you K5TRP, some stuff in the logs during install and after. Would be nice to have an icon if possible.

Working on a Baofeng UV-5R read only so far. If you want the errors on start let me know.

HighValueWarrior commented on 2023-01-19 00:56 (UTC)

Will you be supporting CHIRP NEXT 0b100100 ?

0b100100 commented on 2022-11-24 21:22 (UTC)

@HighValueWarrior @fossanico

Thank you for the report. With version 20221123 the python2-six dependency is no longer needed. It was removed again after a few days (Commit: https://github.com/kk7ds/chirp/commit/977f70681b166786e7066893b6fa22820cf8147b).

fossanico commented on 2022-11-23 18:16 (UTC)

Installing python2-six from aur solved the build issue. Maybe the package should be added to the dependencies?

HighValueWarrior commented on 2022-11-20 23:17 (UTC) (edited on 2022-11-20 23:20 (UTC) by HighValueWarrior)

==> Starting build()...

Traceback (most recent call last):

File "setup.py", line 6, in <module> from chirp.drivers import *

File "/home/peter/.cache/yay/chirp-daily/src/chirp-daily-20221120/chirp/drivers/alinco.py", line 17, in <module> from chirp import chirp_common, bitwise, memmap, errors, directory, util

File "/home/peter/.cache/yay/chirp-daily/src/chirp-daily-20221120/chirp/chirp_common.py", line 21, in <module> from chirp import errors, memmap, CHIRP_VERSION

File "/home/peter/.cache/yay/chirp-daily/src/chirp-daily-20221120/chirp/memmap.py", line 16, in <module> from chirp import util

File "/home/peter/.cache/yay/chirp-daily/src/chirp-daily-20221120/chirp/util.py", line 16, in <module> import six

ImportError: No module named six

==> ERROR: A failure occurred in build().

Aborting...

-> error making: chirp-daily

HighValueWarrior commented on 2022-09-06 05:24 (UTC)

Package working - Thank you !! So happy to have this on Linux. Well done 0b100100 thank you for maintaining ! 73

0b100100 commented on 2022-08-31 23:20 (UTC)

@HighValueWarrior For now please try to build python2-lxml with "--nocheck". Some necessary Python2 packages for the check got recently dropped from the official repository (python2-six, python2-packaging)

HighValueWarrior commented on 2022-08-26 22:52 (UTC) (edited on 2022-11-22 04:40 (UTC) by HighValueWarrior)

-> Could not find all required packages: cython2 (Wanted by: chirp-daily -> python2-lxml)

MarsSeed commented on 2022-07-01 20:16 (UTC) (edited on 2022-07-01 20:16 (UTC) by MarsSeed)

And I also suggest that you implement a Mercurial tag based pkgver().

The following code will generate a version like 0.4.0.r1282.gc965de0b862b:

pkgver() {
    cd chirp.hg
    hg log -r . --template '{latesttag}.r{latesttagdistance}.g{node|short}\n' | sed 's/^release_//;s/_/./g'
}

MarsSeed commented on 2022-07-01 20:06 (UTC) (edited on 2022-07-01 20:06 (UTC) by MarsSeed)

Please kindly enable testing in PKGBUILD's check() function.

Test dependencies (a.k.a, checkdepends) for [testenv:unit] and [testenv:driver] are available on AUR.