Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
Search
wsjtx and fldigi not installing
i watched the setup video and got many applications working but i cant get the above to install.
(pi4 running new download of Buster on 32gb card wired network) I re-ran the build a pi and it showed not installed, so i seleted it again and ran through it. still no luck, i remembered that some parts of Europe are blocked from seeing princeton.edu? and looking at the log file its happening can you set a fall-back to get the files from sourceforge please? i will post a follow-up on fldigi? here is the output of the attempt to get wsjtx ------------------------------------------------------------------------------------- Checking Rig Control
Checking FLDIGI
Checking FLWRAP
Checking FLRIG
Checking FLAMP
Checking FLMSG
Checking FLNET
Checking Pat Winlink
Checking Chirp
WARNING: python-future package is not available; chirp.drivers.anytone778uv requires it
WARNING: python-future package is not available; chirp.drivers.ga510 requires it
WARNING: python-future package is not available; chirp.drivers.tk8180 requires it
WARNING: python-future package is not available; chirp.drivers.tmd710 requires it
Checking Direwolf
Checking Pat Menu
Checking GARIM
Hit:1 http://archive.raspberrypi.org/debian buster InRelease
Get:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
Fetched 15.0 kB in 1s (20.3 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree? ? ? ?
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree? ? ? ?
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
--2020-07-07 19:07:50--? https://physics.princeton.edu/pulsar/k1jt/
Resolving physics.princeton.edu (physics.princeton.edu)... 128.112.100.6
Connecting to physics.princeton.edu (physics.princeton.edu)|128.112.100.6|:443... failed: Connection timed out.
Retrying.
?
--2020-07-07 19:08:23--? (try: 2)? https://physics.princeton.edu/pulsar/k1jt/
Connecting to physics.princeton.edu (physics.princeton.edu)|128.112.100.6|:443... failed: Connection timed out.
Giving up.
?
dpkg: error: --install needs at least one package archive file argument
?
Type dpkg --help for help about installing and deinstalling packages [*];
Use 'apt' or 'aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;
?
Options marked [*] produce a lot of output - pipe it through 'less' or 'more' !
Reading package lists... Done
Building dependency tree? ? ? ?
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
dpkg: error: --install needs at least one package archive file argument
?
Type dpkg --help for help about installing and deinstalling packages [*];
Use 'apt' or 'aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;
?
Options marked [*] produce a lot of output - pipe it through 'less' or 'more' !
Reading package lists... Done
Building dependency tree? ? ? ?
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
------------------------------------------------------------------------------------------thanks Dave G0CER? |
it does not fix this
access to princton.edu is blocked here so it times out, a fall back to sourceforge would fix it. fldigi is the only package of that series that wont install - i have deleted the pi-build install files folder as per another answer and git pull'd the latest one but ffldigi must have a compile error. the files are there but no completed binary. where is the pi-build log for this latest - i could upload the outpu. Dave g0cer |
On Thu, Jul 9, 2020 at 10:27 AM, Dave H G0CER wrote:
it does not fix thisDave, I built a new image on a pi 3 overnight. FLDIGI installed ok. Can you try using the build a pi update script to install and see if that works please. ? -- 73, de KM4ACK
|
|
|
Hi I tried the update this afternoon (local time)
before reading this post? and it still didn't work, so I tried stepping backwards? I re-flashed the sdcare from the same file? and then downloaded the latest pi-build, installed and ran it and then just set it to only install Fldigi. It worked :) However I'd forgotten to grab my preferred hamlib at the same time and then run the fldigi setup.? So I installed it and FLRIG at the same time and that worked? 'out of the box' and I pointed fldigi at flrig - that worked too. I've not tried a contact with it yet but I'm seeing CW being decoded and a TX sends too. So thanks for your work again. If I could only crack wsjtx install now - their website has been blocked? at ISP level for months now. Dave G0CER On Fri, 10 Jul 2020 at 14:41, km4ack <jason.oleham@...> wrote: On Thu, Jul 9, 2020 at 10:27 AM, Dave H G0CER wrote: -- 73 Dave H G0CER |
On Fri, Jul 10, 2020 at 06:00 PM, Dave H G0CER wrote:
If I could only crack wsjtx install now - their website has been blocked? at ISP level for months now.I included what I hope to be a work around for you in the dev version of BAP. If you want to test, do the following: cd ~/pi-build git checkout dev git pull Now run the update script from the Pi Menu and ONLY choose WSJTX. Please let me know if it works or fails. After the install attempt run cd ~/pi-build git checkout master This will get you out of the development code and back to the stable version. ? -- 73, de KM4ACK
|
|
|
Hi I'm more of a noobie with Git, see below. ========================================================= pi@raspberrypi:~/pi-build $ git checkout dev error: Your local changes to the following files would be overwritten by checkout: build-a-pi Please commit your changes or stash them before you switch branches. Aborting pi@raspberrypi:~/pi-build $ ========================================================== Then I tried to tell Git who I was by below
===========================================================
pi@raspberrypi:~/pi-build $ git commit *** Please tell me who you are. Run ? git config --global user.email "you@..."
=========================================================== I did with my email address & Then tried git commit =========================================================== pi@raspberrypi:~/pi-build $ git commit *** Please tell me who you are. Run ? git config --global user.email "you@..." ? git config --global "Your Name" to set your account's default identity. Omit --global to set the identity only in this repository. fatal: empty ident name (for <davekh@...>) not allowed ======================================================== I tried it without --global?? but can feel myself going away from where the problem is. Regards Dave On Sat, 11 Jul 2020 at 01:23, km4ack <jason.oleham@...> wrote: On Fri, Jul 10, 2020 at 06:00 PM, Dave H G0CER wrote: -- 73 Dave H G0CER |
No worries. We just need a different approach. Run the following
cd ~ rm -rf ~/pi-build git clone https://github.com/km4ack/pi-build.git cd ~/pi-build git checkout dev Now try running the build a pi script from the pi menu. Once finished run: cd ~/pi-build git checkout master This will get you out of the development code and back to the stable version. -- 73, de KM4ACK
|
|
|
toggle quoted message
Show quoted text
On 11 Jul 2020, at 14:09, km4ack <jason.oleham@...> wrote:
|
to navigate to use esc to dismiss