Re: [wsjt-devel] Unusual TX on delay

2020-03-17 Thread Black Michael via wsjt-devel
Yes...you have to rebuild both then. Mike On Tuesday, March 17, 2020, 02:04:05 AM CDT, Claude Frantz wrote: On 3/16/20 5:45 PM, Black Michael via wsjt-devel wrote: Hi Mike, > If you're using a device other than "Hamlib NET rigctl" in > WSJT-X...yes.You do need to rebuild hamli

Re: [wsjt-devel] Unusual TX on delay

2020-03-17 Thread Claude Frantz
On 3/16/20 5:45 PM, Black Michael via wsjt-devel wrote: Hi Mike, If you're using a device other than "Hamlib NET rigctl" in WSJT-X...yes.You do need to rebuild hamlib first of course Of course, I have to rebuild hamlib, but my question was related to the rebuild of wsjtx. I have seen pr

Re: [wsjt-devel] Unusual TX on delay

2020-03-16 Thread Black Michael via wsjt-devel
If you're using a device other than "Hamlib NET rigctl" in WSJT-X...yes.You do need to rebuild hamlib first of course de Mike W9MDB On Monday, March 16, 2020, 11:37:36 AM CDT, Claude Frantz wrote: On 3/16/20 5:23 PM, Black Michael via wsjt-devel wrote: > Try again...I removed a

Re: [wsjt-devel] Unusual TX on delay

2020-03-16 Thread Claude Frantz
On 3/16/20 5:23 PM, Black Michael via wsjt-devel wrote: Try again...I removed a new function that was in test...will have to move it to a different place. Do I have to rebuild wsjtx after this change ? The "Rig busy" should only be at rigctl startup... Yes, I have seen this warning twice a

Re: [wsjt-devel] Unusual TX on delay

2020-03-16 Thread Black Michael via wsjt-devel
Try again...I removed a new function that was in test...will have to move it to a different place. The "Rig busy" should only be at rigctl startup...if it shows elsewhere I'd like to see where it so if you could provide some debug with "-v -Z" it would help. Contact me off-list please as thi

Re: [wsjt-devel] Unusual TX on delay

2020-03-16 Thread Claude Frantz
On 3/16/20 3:32 PM, Claude Frantz wrote: On 3/16/20 2:52 PM, Black Michael via wsjt-devel wrote: Try again...I fixed it. de Mike W9MDB Many thanks, Mike. "make test" passes all 4 tests now. I will continue my test with WSJT-X. What I have done further: (as user root, in the hamlib direct

Re: [wsjt-devel] Unusual TX on delay

2020-03-16 Thread Claude Frantz
On 3/16/20 2:52 PM, Black Michael via wsjt-devel wrote: Try again...I fixed it. de Mike W9MDB Many thanks, Mike. "make test" passes all 4 tests now. I will continue my test with WSJT-X. Best wishes, Claude (DJ0OT) ___ wsjt-devel mailing list ws

Re: [wsjt-devel] Unusual TX on delay

2020-03-16 Thread Black Michael via wsjt-devel
Done. On Monday, March 16, 2020, 09:01:18 AM CDT, Bill Somerville wrote: Hi Mike, I believe Claude is using the SF git repo do you probably need to push there as well. 73 Bill G4WJS. On 16/03/2020 13:52, Black Michael via wsjt-devel wrote: Try again...I fixed it.

Re: [wsjt-devel] Unusual TX on delay

2020-03-16 Thread Bill Somerville
Hi Mike, I believe Claude is using the SF git repo do you probably need to push there as well. 73 Bill G4WJS. On 16/03/2020 13:52, Black Michael via wsjt-devel wrote: Try again...I fixed it. de Mike W9MDB On Monday, March 16, 2020, 02:40:01 AM CDT, Claude Frantz wrote: On 3/15/20 8

Re: [wsjt-devel] Unusual TX on delay

2020-03-16 Thread Black Michael via wsjt-devel
Try again...I fixed it. de Mike W9MDB On Monday, March 16, 2020, 02:40:01 AM CDT, Claude Frantz wrote: On 3/15/20 8:57 PM, Black Michael via wsjt-devel wrote: > Try checking out hamlib in a new directory. > I'm seeing that the build-aux directory isn't being cleaned. > de Mike W9MDB

Re: [wsjt-devel] Unusual TX on delay

2020-03-16 Thread Claude Frantz
On 3/15/20 8:57 PM, Black Michael via wsjt-devel wrote: Try checking out hamlib in a new directory. I'm seeing that the build-aux directory isn't being cleaned. de Mike W9MDB OK, Mike. I have got the stuff in a new directory. Then: ./bootstrap LD_RUN_PATH=/usr/local/lib PKG_CONFIG_PATH=/usr/

Re: [wsjt-devel] Unusual TX on delay

2020-03-15 Thread Black Michael via wsjt-devel
I thought you were running rigcltd with your TS-2000...this log is for the dummy rigI meant to "add -Z -v" to your existing rigctld line. Mike On Sunday, March 15, 2020, 12:00:34 PM CDT, Claude Frantz wrote: On 3/15/20 5:17 PM, Black Michael via wsjt-devel wrote: Hi Mike,

Re: [wsjt-devel] Unusual TX on delay

2020-03-15 Thread Black Michael via wsjt-devel
Try checking out hamlib in a new directory. I'm seeing that the build-aux directory isn't being cleaned. de Mike W9MDB On Sunday, March 15, 2020, 01:58:46 PM CDT, Claude Frantz wrote: > The first lines of the output are: > > $ make clean > CDPATH="${ZSH_VERSION+.}:" && cd . && aclo

Re: [wsjt-devel] Unusual TX on delay

2020-03-15 Thread Claude Frantz
The first lines of the output are: $ make clean CDPATH="${ZSH_VERSION+.}:" && cd . && aclocal-1.16 -I macros --install aclocal-1.16: overwriting 'macros/ax_pkg_swig.m4' with '/usr/share/aclocal/ax_pkg_swig.m4' cd . && automake-1.16 --gnu CDPATH="${ZSH_VERSION+.}:" && cd . && autoconf /bin/sh

Re: [wsjt-devel] Unusual TX on delay

2020-03-15 Thread Claude Frantz
On 3/15/20 7:02 PM, Bill Somerville wrote: Hi Bill, I'm not sure why that is happening. The aclocal tool should not be trying to copy in the system version of that m4 macro if it is already there. Try a 'make clean && make' and see if that goes any better? In order to synchronize with the re

Re: [wsjt-devel] Unusual TX on delay

2020-03-15 Thread Bill Somerville
On 15/03/2020 17:13, Claude Frantz wrote: On 3/15/20 5:52 PM, Bill Somerville wrote: Hi Bill, Please see the first few lines of the output of "make" in the hamlib directory: $ make CDPATH="${ZSH_VERSION+.}:" && cd . && aclocal-1.16 -I macros --install aclocal-1.16: overwriting 'macros/ax_pkg

Re: [wsjt-devel] Unusual TX on delay

2020-03-15 Thread Claude Frantz
On 3/15/20 5:52 PM, Bill Somerville wrote: Hi Bill, Please see the first few lines of the output of "make" in the hamlib directory: $ make CDPATH="${ZSH_VERSION+.}:" && cd . && aclocal-1.16 -I macros --install aclocal-1.16: overwriting 'macros/ax_pkg_swig.m4' with '/usr/share/aclocal/ax_pkg_

Re: [wsjt-devel] Unusual TX on delay

2020-03-15 Thread Claude Frantz
On 3/15/20 5:52 PM, Bill Somerville wrote: Hi Bill, unless you specifically edited macros/ax_pkg_swig.m4 for some reason I suggest you run this command: git checkout -- macros/ax_pkg_swig.m4 then try the 'git pull' again. I have not changed macros/ax_pkg_swig.m4. 'git pull' has applied man

Re: [wsjt-devel] Unusual TX on delay

2020-03-15 Thread Claude Frantz
On 3/15/20 5:17 PM, Black Michael via wsjt-devel wrote: Hi Mike, Can you please run rigctld with "-Z -v" and redirect the log to a file.  Then send me the file. This file is attached. Are you running one of the split modes?  What happens with no split? I was using the split mode as u

Re: [wsjt-devel] Unusual TX on delay

2020-03-15 Thread Bill Somerville
On 15/03/2020 16:47, Claude Frantz wrote: error: Your local changes to the following files would be overwritten by merge: macros/ax_pkg_swig.m4 Please commit your changes or stash them before you merge. Aborting Hi Claude, unless you specifically edited macros/ax_pkg_swig.m4 for some rea

Re: [wsjt-devel] Unusual TX on delay

2020-03-15 Thread Claude Frantz
On 3/15/20 5:11 PM, Bill Somerville wrote: Hi Bill, which Hamlib git repository are you using? I ask because the one on SourceForge is a bit behind the one on GitHub. This is mainly due to the volume of changes recently. I have just pushed the latest changes to the SourceForge repo, if you ar

Re: [wsjt-devel] Unusual TX on delay

2020-03-15 Thread Black Michael via wsjt-devel
Can you please run rigctld with "-Z -v" and redirect the log to a file.  Then send me the file. Are you running one of the split modes?  What happens with no split? de Mike W9MDB On Sunday, March 15, 2020, 11:03:02 AM CDT, Claude Frantz wrote: Hi Bill, Mike & all, I'm testing W

Re: [wsjt-devel] Unusual TX on delay

2020-03-15 Thread Bill Somerville
On 15/03/2020 15:57, Claude Frantz wrote: Hi Bill, Mike & all, I'm testing WSJT 2.1.2 from git repo using Hamlib 4.0~git from the git repo, last hamlib commit: commit 48833e2263b940e706d8a0a94d9d32753f73996f. I'm using the Yaesu FT-2000, the PC is synchronized via NTP. The OS is 32 bit Fedo

[wsjt-devel] Unusual TX on delay

2020-03-15 Thread Claude Frantz
Hi Bill, Mike & all, I'm testing WSJT 2.1.2 from git repo using Hamlib 4.0~git from the git repo, last hamlib commit: commit 48833e2263b940e706d8a0a94d9d32753f73996f. I'm using the Yaesu FT-2000, the PC is synchronized via NTP. The OS is 32 bit Fedora 30. When CAT switches the TX on, there