You did not install. Run makepkg -i -A.
Search Criteria
Package Details: quisk 3.6.22-1
Package Actions
| Package Base: | quisk |
|---|---|
| Description: | Software defined radio (SDR) |
| Upstream URL: | http://james.ahlstrom.name/quisk/ |
| Category: | x11 |
| Licenses: | |
| Submitter: | None |
| Maintainer: | AxPU |
| Last Packager: | AxPU |
| Votes: | 8 |
| First Submitted: | 2011-04-30 10:43 |
| Last Updated: | 2015-05-22 21:30 |
Required by (0)
Sources
- http://james.ahlstrom.name/quisk/quisk-3.6.22.tar.gz
- quisk
- quisk.desktop
- quisk.patch
Latest Comments
Comment by nickoe
Comment by kc7noa
Comment by kc7noa
not working ....
even at the terminal ...
if i type "quisk" i get
-bash: quisk: command not found
but if i try makepkg -A (at the computer that its on)
it says its already installed
Comment by nickoe
If it is installed, you should be able to run with just 'quisk'. But you say you are remote, this is a GUI app.
Comment by kc7noa
ok ... did use -A,
not sure where it got installed .. or if it did actually ...
Went to opt/ and noth there ...
Comment by nickoe
Use -A, or do as the error suggests.
Comment by kc7noa
[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]$
Comment by nickoe
You should read the wiki abiut how to use AUR and makepkg.
Basically you should type makepkg -i in the folder with the PKGBUILD.
Comment by kc7noa
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]$
Comment by nickoe
Yep, that us your problem. Use python2. Why don't you install?
Comment by kc7noa
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]$
Comment by kc7noa
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]$
Comment by nickoe
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.
Comment by kc7noa
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
>>>
Comment by nickoe
@kc7noa, can you start python2 and import wxversion manually?
Comment by kc7noa
Any progress .. i still get
Traceback (most recent call last):
File "quisk.py", line 24, in <module>
import wxversion # Thanks to Mario, DH5YM
ImportError: No module named 'wxversion'
and make hits errors too ...
Comment by AxPU
New Version
Comment by AxPU
Update, missing dependendy - wxpython
Comment by AxPU
Now also installs the hiqsdr module
Comment by AxPU
Such version, very update!
3.6.16
Comment by AxPU
Updated to 3.6.14
Comment by AxPU
Updated to 3.6.13
Comment by AxPU
quisk can now be started via commandline by simply typing "quisk"
Also updated the checksums, now also using sha512
Comment by AxPU
OK, thanks. I'm thinking about it. I have just updated the orphaned package until now but I'm still not sure if the installation in /opt is the best way. On the other hand it's a lot of pyhon stuff and I don't know if I want to put it in /bin ...
let's see.
But a simple commandline start script should not be a problem
Any (more) ideas?
Comment by nickoe
Maybe you should add a script so it is able to be started from commandline and not only python /opt/quisk/quisk.py
Comment by AxPU
adopted package, does build and run current version but still needs some tweaking (testing dependecies etc)
pse test and report back!
Comment by nickoe
The source do seem to be available, http://james.ahlstrom.name/quisk/quisk-3.6.7.tar.gz
Comment by AxPU
The source package url is no longer valid and so it cannot build.
An update to the current version would be nice too :)
Anonymous comment
The PKGBUILD generates a working GUI but I have not tested with hardware.