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
- KM4ACK-Pi
- Messages
Search
Update Tool New Messages
I've started to get the following messages when I use the BAP Update tool.? The missing directories noted at the end of the message really caught my eye.
73 Jeff KO4NCC ########################################################## #Checking for available patches that haven't been applied# ########################################################## hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: ??? git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: ??? git branch -m <name> Initialized empty Git repository in /run/user/1000/pi-build/.git/ Updating origin remote: Enumerating objects: 2140, done. remote: Counting objects: 100% (1080/1080), done. remote: Compressing objects: 100% (731/731), done. remote: Total 2140 (delta 689), reused 716 (delta 347), pack-reused 1060 Receiving objects: 100% (2140/2140), 757.24 KiB | 2.52 MiB/s, done. Resolving deltas: 100% (1351/1351), done. From https://github.com/km4ack/pi-build ?* [new branch]????? beta?????? -> origin/beta ?* [new branch]????? bullseye?? -> origin/bullseye ?* [new branch]????? buster???? -> origin/buster ?* [new branch]????? dev??????? -> origin/dev ?* [new branch]????? master???? -> origin/master hint: Pulling without specifying how to reconcile divergent branches is hint: discouraged. You can squelch this message by running one of the following hint: commands sometime before your next pull: hint: hint:?? git config pull.rebase false? # merge (the default strategy) hint:?? git config pull.rebase true?? # rebase hint:?? git config pull.ff only?????? # fast-forward only hint: hint: You can replace "git config" with "git config --global" to set a default hint: preference for all repositories. You can also pass --rebase, --no-rebase, hint: or --ff-only on the command line to override the configured default per hint: invocation. From https://github.com/km4ack/pi-build ?* branch??????????? dev??????? -> FETCH_HEAD sh: 0: getcwd() failed: No such file or directory sh: 0: getcwd() failed: No such file or directory sh: 0: getcwd() failed: No such file or directory |
Re: JS8CALL utilities
wayne king
thanks Jason On Mon, Dec 27, 2021 at 8:34 AM km4ack <jason.oleham@...> wrote:
|
CQRlog has been an issue for me ever since moving to Bullseye. I haven't successfully gotten it to build from source on Bullseye. I tried installing with apt but it also installs hamlib from apt which conflicts with hamlib that is built from source. If I then remove the hamlib installed with apt, CQRlog is also removed. The only workaround I can think of at the moment would be to skip installing hamlib with BAP and then manually install CQRlog. This should give you a working setup albeit with an older version of both CQRlog & hamlib. This approach will also require modifying one line of code in the "update" script. You will need to add a "#" in front of
-- 73, de KM4ACK
|
|
|
Re: Building js8call and wsjtx under Raspberry Pi OS - Bullseye
On Fri, Dec 24, 2021 at 02:47 PM, n8mac wrote:
Thanks for this post, updated to Bullseye today( probably should have waited.You can use BAP to install WSJTX. ? -- 73, de KM4ACK
|
|
|
Re: Start from scratch!
BAP currently looks to see which OS you have installed (Bullseye or Buster). It will then run the appropriate code depending on which is found. You will get a warning about Buster not being supported going forward but for now everything works to the best of my knowledge except for Gradtracker which has a patch available.
-- 73, de KM4ACK
|
|
|
Re: FAQ
Link works fine here in SC. ;) Maybe try clearing your cache or use a different browser. On Sat, Dec 25, 2021 at 9:48 PM Jorge <yv6eda@...> wrote: Link is dead Jason. |
wayne king
Jim, ? Do you have a link for the bullseye link from Github On Sat, Dec 25, 2021 at 7:14 AM wayne king via <ve1dxc=[email protected]> wrote:
|
to navigate to use esc to dismiss
If you do not want (need to) upgrade hamlib making compile by yourself you can still upgrade cqrlog using my upgrade script found from?
Please read the readme in web page.
In short:
1) download newupdate.zip from web page
2) extract newupdate.sh from newupdate.zip (that is: do unzip)
3) start nweupdate.sh in command console.
4) choose cqrlog from newupdate.sh selection
5) continue operation, newupdate will do all backups and updates for you
6) if update fails you can restore old system from backups. Mainly you just need to copy cqrlog binary backup file back to name /usr/bin/cqrlog (prefer copying instead of renaming backup file. Both will work, anyway)
There is a video (a bit old and not so good in quality and English) that shows how this update happens?
I should make a new one with some kind of manuscript and editing, but at the moment this will do. The real update begins around time 05:10.
quote end
Maybe it helps¡
73 de Rico, DG5BQ