Bug #8571
closedLinux support is completely broken. No option can get it working.
0%
Description
Cannot install with flatpak.
error: The application com.danplanet.chirp/x86_64/master requires the runtime org.freedesktop.Platform/x86_64/19.08 which was not found
No idea what this means or how to fix it.
Cannot run from source. Error:
$ python chirpw
Traceback (most recent call last):
File "chirpw", line 20, in
from chirp import chirp_common
File "/home/erin/Downloads/chirp-daily-20201221/chirp/chirp_common.py", line 979
except errors.InvalidDataError, e:
^
SyntaxError: invalid syntax
Can not install from ppa:dansmith/chirp-snapshots
Error: package does not have a candidate for installation.
(on install chirp. Install 'chirp-daily' can simply not be found, nor can 'chirp-snapshot').
Speculation on problem:
I don't know but it looks like and I could be totally wrong but it feels like the code is pushed to an automated builder and has not been tested on a fresh Linux install for quite a while. Perhaps it is still tested on a linux installation, but maybe that installation has some prerequisites installed which still make it work.
Files