Package Details: quisk 4.2.21-1

Git Clone URL: https://aur.archlinux.org/quisk.git (read-only, click to copy)
Package Base: quisk
Description: Software Defined Radio (SDR) transceiver that can control various radio hardware.
Upstream URL: http://james.ahlstrom.name/quisk/
Keywords: ham radio sdr
Licenses: GPL2
Submitter: None
Maintainer: ramen
Last Packager: ramen
Votes: 15
Popularity: 0.78
First Submitted: 2011-04-30 10:43 (UTC)
Last Updated: 2023-08-01 22:56 (UTC)

Dependencies (12)

Required by (0)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

nickoe commented on 2014-09-05 18:05 (UTC)

Use -A, or do as the error suggests.

kc7noa commented on 2014-09-05 17:48 (UTC)

[kc7noa@alarm quisk]$ makepkg -i ==> ERROR: quisk is not available for the 'armv7h' architecture. Note that many packages may need a line added to their PKGBUILD such as arch=('armv7h'). [kc7noa@alarm quisk]$

nickoe commented on 2014-09-05 16:45 (UTC)

You should read the wiki abiut how to use AUR and makepkg. Basically you should type makepkg -i in the folder with the PKGBUILD.

kc7noa commented on 2014-09-05 15:47 (UTC)

python2.7 is installed .... what do you mean by "install" make from folder quisk just hits error ... sound_pulseaudio.c: In function ‘quisk_open_pulseaudio’: sound_pulseaudio.c:218:4: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] pa_simple* s; ^ cc1: some warnings being treated as errors error: command 'gcc' failed with exit status 1 makefile:3: recipe for target 'all' failed make: *** [all] Error 1 [kc7noa@alarm quisk11]$

nickoe commented on 2014-09-05 08:25 (UTC)

Yep, that us your problem. Use python2. Why don't you install?

kc7noa commented on 2014-09-05 05:54 (UTC)

i just tried --- mind you this is from a remote computer .... i need to go to the remote site to do this from the computer its running on ... [kc7noa@alarm quisk]$ python2 quisk.py /usr/lib/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py:16632: UserWarning: wxPython/wxWidgets release number mismatch warnings.warn("wxPython/wxWidgets release number mismatch") Traceback (most recent call last): File "quisk.py", line 34, in <module> import _quisk as QS ImportError: ./_quisk.so: cannot open shared object file: No such file or directory [kc7noa@alarm quisk]$

kc7noa commented on 2014-09-05 05:52 (UTC)

Im trying to run quisk from the folder that quisk was Tar'd from ... with [kc7noa@alarm quisk]$ python quisk.py Traceback (most recent call last): File "quisk.py", line 24, in <module> import wxversion # Thanks to Mario, DH5YM ImportError: No module named 'wxversion' [kc7noa@alarm quisk]$

nickoe commented on 2014-09-05 05:40 (UTC)

Ok, that is what it is supposed to do, that means that it was imported succesfully. And I guess if you do the same in python3 then it will give the error you described first. How are you running quisk, with /usr/bin/quisk? That file specifically use python2, where we just confirmed that the module imports successfully.

kc7noa commented on 2014-09-05 04:15 (UTC)

im not sure how ... [kc7noa@alarm quisk]$ python2 Python 2.7.8 (default, Jul 3 2014, 23:17:54) [GCC 4.8.2 20131219 (prerelease)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import wxversion <---- did nothing bty >>>

nickoe commented on 2014-09-04 22:02 (UTC)

@kc7noa, can you start python2 and import wxversion manually?