Re: [wsjt-devel] wsjt

2016-05-06 Thread Michael Durkin
jtsdk-nix did build and install 

with 2 cavets ...

must be exstracted to /home/

and

renamed to jtsdk

now ... first error when installing might be a missing package ... not sure.
oh .. i was using jtsdk to build hamlib3

make[1]: Entering directory '/home/kc7noa/jtsdk/src/build/hamlib/doc'
Updating /home/kc7noa/jtsdk/src/g4wjs-hamlib/doc/version.texi
  MAKEINFO /home/kc7noa/jtsdk/src/g4wjs-hamlib/doc/hamlib.info
  MAKEINFO hamlib.html
/home/kc7noa/jtsdk/src/g4wjs-hamlib/build-aux/missing: line 81: makeinfo:
command not found
/home/kc7noa/jtsdk/src/g4wjs-hamlib/build-aux/missing: line 81: makeinfo:
command not found
WARNING: 'makeinfo' is missing on your system.
 You should only need it if you modified a '.texi' file, or
 any other file indirectly affecting the aspect of the manual.
 You might want to install the Texinfo package:
 
 The spurious makeinfo call might also be the consequence of
 using a buggy 'make' (AIX, DU, IRIX), in which case you might
 want to install GNU make:
 
WARNING: 'makeinfo' is missing on your system.
 You should only need it if you modified a '.texi' file, or
 any other file indirectly affecting the aspect of the manual.
 You might want to install the Texinfo package:
 
 The spurious makeinfo call might also be the consequence of
 using a buggy 'make' (AIX, DU, IRIX), in which case you might
 want to install GNU make:
 
Makefile:485: recipe for target 'hamlib.html' failed
make[1]: *** [hamlib.html] Error 1
make[1]: *** Waiting for unfinished jobs
Makefile:451: recipe for target '/home/kc7noa/jtsdk/src/g4wjs-hamlib/doc/
hamlib.info' failed
make[1]: *** [/home/kc7noa/jtsdk/src/g4wjs-hamlib/doc/hamlib.info] Error 127
make[1]: Leaving directory '/home/kc7noa/jtsdk/src/build/hamlib/doc'
Makefile:564: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
kc7noa@odroid64:~/jtsdk-nix$



kc7noa@odroid64:~/jtsdk-nix$ sudo apt-get install textinfo
[sudo] password for kc7noa:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package textinfo
kc7noa@odroid64:~/jtsdk-nix$


On Fri, May 6, 2016 at 9:17 PM, T61AA Ross  wrote:

> I might also add I'm running JTSDK and WSJTX 1.7.0 r6674 on another Linux
> 14.04 and two Win 10 machines as well without issue.
>
> Sent from my iPhone 6
>
> > On 7 May 2016, at 01:17, T61AA Ross  wrote:
> >
> > I'm also running JTSDK and compiling and running WSJTX on a RaspberryPi
> B3 without issues on Ubuntu 16.04
> >
> > Sent from my iPhone 6
> >
> >> On 7 May 2016, at 00:52, KI7MT  wrote:
> >>
> >> Hi Michael,
> >>
> >> Can you expand a bit on the permission error; where and how does it
> >> manifest?
> >>
> >> I tested JTSDK v2.0.19 on an ARMHF device (RPI2 Quad core) using
> >> Ubuntu-Mate 15.04 and did not hit any permission problems.
> >>
> >> All the apps JTSDK can build worked as expected, but on a busy band (20m
> >> JT65 + JT9) sometimes the decodes would go into the next cycle. It may
> >> have been my setup with dual pass and other advanced feature setting
> >> causing the slowness, not sure.
> >>
> >> 73's
> >> Greg, KI7MT
> >>
>  On 05/06/2016 05:46 PM, Michael Durkin wrote:
>  I always got permission errors with the jtsdk ... least on the SBC
> arm ...
>  On May 6, 2016 4:43 PM, "T61AA Ross"  wrote:
> 
>  Hi Bill and Mike,
> 
>  JTSDK will install all needed packages, you can also use synaptic to
> see
>  what dependencies are needed.
> 
>  73
> 
>  Ross
>  VN1UN/VK8UN/T61AA/6O0O
>  Sent from my iPhone 6
> 
> >> On 6 May 2016, at 23:09, Bill Somerville 
> wrote:
> >>
> >> On 06/05/2016 23:45, Michael Durkin wrote:
> >> darn   cmake cant find Qt5Widgets  hummm
> >
> > Hi Michael,
> >
> > there are a few Qt5 packages you need to install, try:
> >
> > $ sudo apt-get install qtmultimedia5-dev liqt5serialport5-dev
> > libqt5multimedia5-plugins libusb-dev libudev-dev
> >
> > 73
> > Bill
> > G4WJS
> 
> --
> > Find and fix application performance issues faster with Applications
>  Manager
> > Applications Manager provides deep performance insights into multiple
>  tiers of
> > your business applications. It resolves application problems quickly
> and
> > reduces your MTTR. Get your free trial!
> > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> > ___
> > wsjt-devel mailing list
> > wsjt-devel@lists.sourceforge.net
> 

Re: [wsjt-devel] wsjt

2016-05-06 Thread T61AA Ross
I might also add I'm running JTSDK and WSJTX 1.7.0 r6674 on another Linux 14.04 
and two Win 10 machines as well without issue. 

Sent from my iPhone 6

> On 7 May 2016, at 01:17, T61AA Ross  wrote:
> 
> I'm also running JTSDK and compiling and running WSJTX on a RaspberryPi B3 
> without issues on Ubuntu 16.04
> 
> Sent from my iPhone 6
> 
>> On 7 May 2016, at 00:52, KI7MT  wrote:
>> 
>> Hi Michael,
>> 
>> Can you expand a bit on the permission error; where and how does it
>> manifest?
>> 
>> I tested JTSDK v2.0.19 on an ARMHF device (RPI2 Quad core) using
>> Ubuntu-Mate 15.04 and did not hit any permission problems.
>> 
>> All the apps JTSDK can build worked as expected, but on a busy band (20m
>> JT65 + JT9) sometimes the decodes would go into the next cycle. It may
>> have been my setup with dual pass and other advanced feature setting
>> causing the slowness, not sure.
>> 
>> 73's
>> Greg, KI7MT
>> 
 On 05/06/2016 05:46 PM, Michael Durkin wrote:
 I always got permission errors with the jtsdk ... least on the SBC arm ...
 On May 6, 2016 4:43 PM, "T61AA Ross"  wrote:
 
 Hi Bill and Mike,
 
 JTSDK will install all needed packages, you can also use synaptic to see
 what dependencies are needed.
 
 73
 
 Ross
 VN1UN/VK8UN/T61AA/6O0O
 Sent from my iPhone 6
 
>> On 6 May 2016, at 23:09, Bill Somerville  wrote:
>> 
>> On 06/05/2016 23:45, Michael Durkin wrote:
>> darn   cmake cant find Qt5Widgets  hummm
> 
> Hi Michael,
> 
> there are a few Qt5 packages you need to install, try:
> 
> $ sudo apt-get install qtmultimedia5-dev liqt5serialport5-dev
> libqt5multimedia5-plugins libusb-dev libudev-dev
> 
> 73
> Bill
> G4WJS
 --
> Find and fix application performance issues faster with Applications
 Manager
> Applications Manager provides deep performance insights into multiple
 tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
 
 
 
 --
 Find and fix application performance issues faster with Applications
 Manager
 Applications Manager provides deep performance insights into multiple
 tiers of
 your business applications. It resolves application problems quickly and
 reduces your MTTR. Get your free trial!
 https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
 ___
 wsjt-devel mailing list
 wsjt-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>> 
>>> 
>>> 
>>> --
>>> Find and fix application performance issues faster with Applications Manager
>>> Applications Manager provides deep performance insights into multiple tiers 
>>> of
>>> your business applications. It resolves application problems quickly and
>>> reduces your MTTR. Get your free trial!
>>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>>> 
>>> 
>>> 
>>> ___
>>> wsjt-devel mailing list
>>> wsjt-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>> 
>> --
>> Find and fix application performance issues faster with Applications Manager
>> Applications Manager provides deep performance insights into multiple tiers 
>> of
>> your business applications. It resolves application problems quickly and
>> reduces your MTTR. Get your free trial!
>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>> ___
>> wsjt-devel mailing list
>> wsjt-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
> 
> 
> --
> Find and fix application performance issues faster with Applications Manager
> Applications Manager provides deep performance insights into multiple tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel



Re: [wsjt-devel] wsjt

2016-05-06 Thread T61AA Ross
I'm also running JTSDK and compiling and running WSJTX on a RaspberryPi B3 
without issues on Ubuntu 16.04

Sent from my iPhone 6

> On 7 May 2016, at 00:52, KI7MT  wrote:
> 
> Hi Michael,
> 
> Can you expand a bit on the permission error; where and how does it
> manifest?
> 
> I tested JTSDK v2.0.19 on an ARMHF device (RPI2 Quad core) using
> Ubuntu-Mate 15.04 and did not hit any permission problems.
> 
> All the apps JTSDK can build worked as expected, but on a busy band (20m
> JT65 + JT9) sometimes the decodes would go into the next cycle. It may
> have been my setup with dual pass and other advanced feature setting
> causing the slowness, not sure.
> 
> 73's
> Greg, KI7MT
> 
>> On 05/06/2016 05:46 PM, Michael Durkin wrote:
>> I always got permission errors with the jtsdk ... least on the SBC arm ...
>>> On May 6, 2016 4:43 PM, "T61AA Ross"  wrote:
>>> 
>>> Hi Bill and Mike,
>>> 
>>> JTSDK will install all needed packages, you can also use synaptic to see
>>> what dependencies are needed.
>>> 
>>> 73
>>> 
>>> Ross
>>> VN1UN/VK8UN/T61AA/6O0O
>>> Sent from my iPhone 6
>>> 
> On 6 May 2016, at 23:09, Bill Somerville  wrote:
> 
> On 06/05/2016 23:45, Michael Durkin wrote:
> darn   cmake cant find Qt5Widgets  hummm
 
 Hi Michael,
 
 there are a few Qt5 packages you need to install, try:
 
  $ sudo apt-get install qtmultimedia5-dev liqt5serialport5-dev
 libqt5multimedia5-plugins libusb-dev libudev-dev
 
 73
 Bill
 G4WJS
>>> --
 Find and fix application performance issues faster with Applications
>>> Manager
 Applications Manager provides deep performance insights into multiple
>>> tiers of
 your business applications. It resolves application problems quickly and
 reduces your MTTR. Get your free trial!
 https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
 ___
 wsjt-devel mailing list
 wsjt-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>> 
>>> 
>>> 
>>> --
>>> Find and fix application performance issues faster with Applications
>>> Manager
>>> Applications Manager provides deep performance insights into multiple
>>> tiers of
>>> your business applications. It resolves application problems quickly and
>>> reduces your MTTR. Get your free trial!
>>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>>> ___
>>> wsjt-devel mailing list
>>> wsjt-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>> 
>> 
>> 
>> --
>> Find and fix application performance issues faster with Applications Manager
>> Applications Manager provides deep performance insights into multiple tiers 
>> of
>> your business applications. It resolves application problems quickly and
>> reduces your MTTR. Get your free trial!
>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>> 
>> 
>> 
>> ___
>> wsjt-devel mailing list
>> wsjt-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
> 
> --
> Find and fix application performance issues faster with Applications Manager
> Applications Manager provides deep performance insights into multiple tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel


--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] wsjt

2016-05-06 Thread Michael Durkin
When installing .. or was it running ... jtsdk  it was more than 6mo
ago now ... gave up on it and installed manually wsjtx 1.6dev 
On May 6, 2016 5:56 PM, "T61AA Ross"  wrote:

Mike,

Do you mean permission errors on installing JTSDK or permission errors
running WSJTX?

I hope you are trying to use sudo ./wsjtx when running it?

73

Ross


Sent from my iPhone 6

On 6 May 2016, at 23:46, Michael Durkin  wrote:

I always got permission errors with the jtsdk ... least on the SBC arm ...
On May 6, 2016 4:43 PM, "T61AA Ross"  wrote:

> Hi Bill and Mike,
>
> JTSDK will install all needed packages, you can also use synaptic to see
> what dependencies are needed.
>
> 73
>
> Ross
> VN1UN/VK8UN/T61AA/6O0O
> Sent from my iPhone 6
>
> > On 6 May 2016, at 23:09, Bill Somerville  wrote:
> >
> >> On 06/05/2016 23:45, Michael Durkin wrote:
> >> darn   cmake cant find Qt5Widgets  hummm
> >
> > Hi Michael,
> >
> > there are a few Qt5 packages you need to install, try:
> >
> >   $ sudo apt-get install qtmultimedia5-dev liqt5serialport5-dev
> > libqt5multimedia5-plugins libusb-dev libudev-dev
> >
> > 73
> > Bill
> > G4WJS
> >
> >
> >
> --
> > Find and fix application performance issues faster with Applications
> Manager
> > Applications Manager provides deep performance insights into multiple
> tiers of
> > your business applications. It resolves application problems quickly and
> > reduces your MTTR. Get your free trial!
> > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> > ___
> > wsjt-devel mailing list
> > wsjt-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
>
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers
of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z

___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers
of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] wsjt

2016-05-06 Thread T61AA Ross
Mike,

Do you mean permission errors on installing JTSDK or permission errors running 
WSJTX?

I hope you are trying to use sudo ./wsjtx when running it?

73

Ross

Sent from my iPhone 6

> On 6 May 2016, at 23:46, Michael Durkin  wrote:
> 
> I always got permission errors with the jtsdk ... least on the SBC arm ...
> 
>> On May 6, 2016 4:43 PM, "T61AA Ross"  wrote:
>> Hi Bill and Mike,
>> 
>> JTSDK will install all needed packages, you can also use synaptic to see 
>> what dependencies are needed.
>> 
>> 73
>> 
>> Ross
>> VN1UN/VK8UN/T61AA/6O0O
>> Sent from my iPhone 6
>> 
>> > On 6 May 2016, at 23:09, Bill Somerville  wrote:
>> >
>> >> On 06/05/2016 23:45, Michael Durkin wrote:
>> >> darn   cmake cant find Qt5Widgets  hummm
>> >
>> > Hi Michael,
>> >
>> > there are a few Qt5 packages you need to install, try:
>> >
>> >   $ sudo apt-get install qtmultimedia5-dev liqt5serialport5-dev
>> > libqt5multimedia5-plugins libusb-dev libudev-dev
>> >
>> > 73
>> > Bill
>> > G4WJS
>> >
>> >
>> > --
>> > Find and fix application performance issues faster with Applications 
>> > Manager
>> > Applications Manager provides deep performance insights into multiple 
>> > tiers of
>> > your business applications. It resolves application problems quickly and
>> > reduces your MTTR. Get your free trial!
>> > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>> > ___
>> > wsjt-devel mailing list
>> > wsjt-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>> 
>> 
>> --
>> Find and fix application performance issues faster with Applications Manager
>> Applications Manager provides deep performance insights into multiple tiers 
>> of
>> your business applications. It resolves application problems quickly and
>> reduces your MTTR. Get your free trial!
>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>> ___
>> wsjt-devel mailing list
>> wsjt-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
> --
> Find and fix application performance issues faster with Applications Manager
> Applications Manager provides deep performance insights into multiple tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] wsjt

2016-05-06 Thread KI7MT
Hi Michael,

Can you expand a bit on the permission error; where and how does it
manifest?

I tested JTSDK v2.0.19 on an ARMHF device (RPI2 Quad core) using
Ubuntu-Mate 15.04 and did not hit any permission problems.

All the apps JTSDK can build worked as expected, but on a busy band (20m
JT65 + JT9) sometimes the decodes would go into the next cycle. It may
have been my setup with dual pass and other advanced feature setting
causing the slowness, not sure.

73's
Greg, KI7MT

On 05/06/2016 05:46 PM, Michael Durkin wrote:
> I always got permission errors with the jtsdk ... least on the SBC arm ...
> On May 6, 2016 4:43 PM, "T61AA Ross"  wrote:
> 
>> Hi Bill and Mike,
>>
>> JTSDK will install all needed packages, you can also use synaptic to see
>> what dependencies are needed.
>>
>> 73
>>
>> Ross
>> VN1UN/VK8UN/T61AA/6O0O
>> Sent from my iPhone 6
>>
>>> On 6 May 2016, at 23:09, Bill Somerville  wrote:
>>>
 On 06/05/2016 23:45, Michael Durkin wrote:
 darn   cmake cant find Qt5Widgets  hummm
>>>
>>> Hi Michael,
>>>
>>> there are a few Qt5 packages you need to install, try:
>>>
>>>   $ sudo apt-get install qtmultimedia5-dev liqt5serialport5-dev
>>> libqt5multimedia5-plugins libusb-dev libudev-dev
>>>
>>> 73
>>> Bill
>>> G4WJS
>>>
>>>
>>>
>> --
>>> Find and fix application performance issues faster with Applications
>> Manager
>>> Applications Manager provides deep performance insights into multiple
>> tiers of
>>> your business applications. It resolves application problems quickly and
>>> reduces your MTTR. Get your free trial!
>>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>>> ___
>>> wsjt-devel mailing list
>>> wsjt-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>
>>
>>
>> --
>> Find and fix application performance issues faster with Applications
>> Manager
>> Applications Manager provides deep performance insights into multiple
>> tiers of
>> your business applications. It resolves application problems quickly and
>> reduces your MTTR. Get your free trial!
>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>> ___
>> wsjt-devel mailing list
>> wsjt-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>
> 
> 
> 
> --
> Find and fix application performance issues faster with Applications Manager
> Applications Manager provides deep performance insights into multiple tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> 
> 
> 
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
> 

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJT-X 1.7 r6674 UDP decode message leading space

2016-05-06 Thread Bill Somerville
On 07/05/2016 00:59, Laurie VK3AMA wrote:
> Testing WSJT-X 1.7 r6674 here.
> The UDP decode packet has a space appended to the start of the decode 
> message.
> Is this a defect or by design?

Hi Laurie,

it is a defect. Several issues have arisen after adding a second 
character to the mode indicator ('#', '@' or '$') to indicate sync flips 
when using message averaging on VHF & up. I am working through testing 
all the modes and resolving these issues. The offset message text is 
collateral damage that will be sorted when I check in my changes. Once 
that is done the UDP messages will be exactly as before for HF decodes.

73
Bill
G4WJS.


--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] WSJT-X 1.7 r6674 UDP decode message leading space

2016-05-06 Thread Laurie VK3AMA

Testing WSJT-X 1.7 r6674 here.
The UDP decode packet has a space appended to the start of the decode 
message.

Is this a defect or by design?

de Laurie VK3AMA



--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] ISCAT B Band Activity window UTC value gets stuck

2016-05-06 Thread Roger Rehr
Hi All,

This is a posting to provide feedback, and not a complaint (as I am able
to read a clock and don't "need" the UTC value displayed in the Band
Activity window although it is nice to see it there).

Under the Windows 10 OS, when using WSJT-X 1.7.0-devel version r6659
yesterday evening, and r6674 this morning, I am finding that when using
ISCAT [either A or B, although I was using B when I first noticed this]
the time displayed in the UTC column in the band activity window
becomes "stuck" at its current value and won't advance after I have
clicked on the Fast Graph. Decoding of new received data still occurs,
but the displayed UTC value in the Band Activity window does not
advance.  The UTC time that is displayed in the main WSJT-X Clock
display continues to function normally.

Stopping Monitoring and then restarting Monitoring or doing any one of a
variety of other maneuvers will not cause the UTC value that is
displayed in the Band Activity window to begin advancing again. I need
to exit WSJT-X and restart it to return things to normal.

This version of WSJT-X was built using JTSDK.

I cannot say that this behavior was not present prior to r6659 and that
I am not just noticing something that was present before but unnoticed
by me.

This behavior may be a result of something that I am doing incorrectly
here, or maybe it is expected behavior, but I figured at should at least
report this because I am not certain that it is expected and
satisfactory.

73,

Roger Rehr
W3SZ

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] wsjt

2016-05-06 Thread Michael Durkin
I always got permission errors with the jtsdk ... least on the SBC arm ...
On May 6, 2016 4:43 PM, "T61AA Ross"  wrote:

> Hi Bill and Mike,
>
> JTSDK will install all needed packages, you can also use synaptic to see
> what dependencies are needed.
>
> 73
>
> Ross
> VN1UN/VK8UN/T61AA/6O0O
> Sent from my iPhone 6
>
> > On 6 May 2016, at 23:09, Bill Somerville  wrote:
> >
> >> On 06/05/2016 23:45, Michael Durkin wrote:
> >> darn   cmake cant find Qt5Widgets  hummm
> >
> > Hi Michael,
> >
> > there are a few Qt5 packages you need to install, try:
> >
> >   $ sudo apt-get install qtmultimedia5-dev liqt5serialport5-dev
> > libqt5multimedia5-plugins libusb-dev libudev-dev
> >
> > 73
> > Bill
> > G4WJS
> >
> >
> >
> --
> > Find and fix application performance issues faster with Applications
> Manager
> > Applications Manager provides deep performance insights into multiple
> tiers of
> > your business applications. It resolves application problems quickly and
> > reduces your MTTR. Get your free trial!
> > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> > ___
> > wsjt-devel mailing list
> > wsjt-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
>
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] wsjt

2016-05-06 Thread T61AA Ross
Hi Bill and Mike,

JTSDK will install all needed packages, you can also use synaptic to see what 
dependencies are needed. 

73

Ross
VN1UN/VK8UN/T61AA/6O0O
Sent from my iPhone 6

> On 6 May 2016, at 23:09, Bill Somerville  wrote:
> 
>> On 06/05/2016 23:45, Michael Durkin wrote:
>> darn   cmake cant find Qt5Widgets  hummm
> 
> Hi Michael,
> 
> there are a few Qt5 packages you need to install, try:
> 
>   $ sudo apt-get install qtmultimedia5-dev liqt5serialport5-dev 
> libqt5multimedia5-plugins libusb-dev libudev-dev
> 
> 73
> Bill
> G4WJS
> 
> 
> --
> Find and fix application performance issues faster with Applications Manager
> Applications Manager provides deep performance insights into multiple tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel


--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] wsjt

2016-05-06 Thread Michael Durkin
It's my bad ...

I thought ubuntu 16 shipped with Qt5 ... it's still qt4, checked with Qmake
-v
On May 6, 2016 4:12 PM, "Bill Somerville"  wrote:

> On 06/05/2016 23:45, Michael Durkin wrote:
> > darn   cmake cant find Qt5Widgets  hummm
>
> Hi Michael,
>
> there are a few Qt5 packages you need to install, try:
>
>$ sudo apt-get install qtmultimedia5-dev liqt5serialport5-dev
> libqt5multimedia5-plugins libusb-dev libudev-dev
>
> 73
> Bill
> G4WJS
>
>
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] wsjt

2016-05-06 Thread Bill Somerville
On 06/05/2016 23:45, Michael Durkin wrote:
> darn   cmake cant find Qt5Widgets  hummm

Hi Michael,

there are a few Qt5 packages you need to install, try:

   $ sudo apt-get install qtmultimedia5-dev liqt5serialport5-dev 
libqt5multimedia5-plugins libusb-dev libudev-dev

73
Bill
G4WJS


--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] wsjt

2016-05-06 Thread Michael Durkin
darn   cmake cant find Qt5Widgets  hummm

On Fri, May 6, 2016 at 2:37 PM, Michael Durkin  wrote:

> GOSH  you guys are as blind as me  .. lol ...
>
> i see the error  copy/paste of a character too many , an extra "$" at
> the beginning of the command string 
>
> and d/l in 20 sec ... prolly be built in under half hour . dang i hate
> egg on face 
>
> thanks for the help guys  i always say not to work on stuff when your
> tired  some day ill follow that advise ... some day ..
>
>
>
> On Fri, May 6, 2016 at 2:28 PM, Bill Somerville 
> wrote:
>
>> On 06/05/2016 22:12, KI7MT wrote:
>> > Additionally, if you do not have Subversion installed ( which provides
>> > SVN), you need that package, which may also be contributing to the bash
>> > error your seeing.
>>
>> Hi Michael & all,
>>
>> if you are planning to build any packages from source on Ubuntu the
>> first thing you need to install is the build-essential package:
>>
>>   $ sudo apt-get install build-essential
>>
>> that has a whole bunch of development tools that most things are going
>> to need installed.
>>
>> 73
>> Bill
>> G4WJS.
>>
>>
>>
>> --
>> Find and fix application performance issues faster with Applications
>> Manager
>> Applications Manager provides deep performance insights into multiple
>> tiers of
>> your business applications. It resolves application problems quickly and
>> reduces your MTTR. Get your free trial!
>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>> ___
>> wsjt-devel mailing list
>> wsjt-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>
>
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] wsjt

2016-05-06 Thread Michael Durkin
GOSH  you guys are as blind as me  .. lol ...

i see the error  copy/paste of a character too many , an extra "$" at
the beginning of the command string 

and d/l in 20 sec ... prolly be built in under half hour . dang i hate
egg on face 

thanks for the help guys  i always say not to work on stuff when your
tired  some day ill follow that advise ... some day ..



On Fri, May 6, 2016 at 2:28 PM, Bill Somerville 
wrote:

> On 06/05/2016 22:12, KI7MT wrote:
> > Additionally, if you do not have Subversion installed ( which provides
> > SVN), you need that package, which may also be contributing to the bash
> > error your seeing.
>
> Hi Michael & all,
>
> if you are planning to build any packages from source on Ubuntu the
> first thing you need to install is the build-essential package:
>
>   $ sudo apt-get install build-essential
>
> that has a whole bunch of development tools that most things are going
> to need installed.
>
> 73
> Bill
> G4WJS.
>
>
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] wsjt

2016-05-06 Thread Bill Somerville
On 06/05/2016 22:12, KI7MT wrote:
> Additionally, if you do not have Subversion installed ( which provides
> SVN), you need that package, which may also be contributing to the bash
> error your seeing.

Hi Michael & all,

if you are planning to build any packages from source on Ubuntu the 
first thing you need to install is the build-essential package:

  $ sudo apt-get install build-essential

that has a whole bunch of development tools that most things are going 
to need installed.

73
Bill
G4WJS.


--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] wsjt

2016-05-06 Thread KI7MT
Hi Michael,

A PPA is a pre-built package ( based on the Distribution / ARCH ), and
has nothing to do with Subversion (SVN).

Installation instructions are listed on the page you linked below. You
need to add the repository first, then update, then install the package.

For the SVN checkout of WSJT-X your command is wrong, use:

svn checkout https://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx wsjtx

The build as you see fit. Bill has provides an INSTALL file that details
all the steps required.

Additionally, if you do not have Subversion installed ( which provides
SVN), you need that package, which may also be contributing to the bash
error your seeing.


73's
Greg, KI7MT

On 05/06/2016 01:46 PM, Michael Durkin wrote:
>  this page shows v1.7 build
> 
> 
> https://launchpad.net/~ki7mt/+archive/ubuntu/wsjtx-next
> 
> i tried its ppa
> 
> the svn response is  i tried a few things
> 
> 
> kc7noa@odroid64:~/Downloads$ $ svn co svn://
> svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx wsjtx

> bash: $: command not found

> kc7noa@odroid64:~/Downloads$ sudo apt-get install wsjtx-next
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> E: Unable to locate package wsjtx-next

> kc7noa@odroid64:~/Downloads$ $ svn checkout svn://
> svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx wsjtx
> bash: $: command not found

> kc7noa@odroid64:~/Downloads$ svn
> Type 'svn help' for usage.

> kc7noa@odroid64:~/Downloads$
> 
> 
> 
> 
> 
> On Fri, May 6, 2016 at 8:30 AM, Michael Durkin  wrote:
> 
>> When i get into the front of the computer (its in the garage and im still
>> getting the kids off to school and the XYl leaves in a few hours)
>>
>> its close to
>>
>> Bash# no input file (specified?)
>>
>> On Fri, May 6, 2016 at 7:53 AM, Bill Somerville 
>> wrote:
>>
>>> On 06/05/2016 15:26, Michael Durkin wrote:

 What I left out ... was that I couldn't seem to find the latest 
 sortof.

 Svn kept giving me an odd response  not an error , but more like a
 file not found. . and like the computer didn't know what to do
 with the command after svn 

>>> Hi Michael,
>>>
>>> that's not much for us to go on. Can you show us the relevant output
>>> please?
>>>
>>> 73
>>> Bill
>>> G4WJS.
>>>
>>>
>>>
>>> --
>>> Find and fix application performance issues faster with Applications
>>> Manager
>>> Applications Manager provides deep performance insights into multiple
>>> tiers of
>>> your business applications. It resolves application problems quickly and
>>> reduces your MTTR. Get your free trial!
>>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>>> ___
>>> wsjt-devel mailing list
>>> wsjt-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>>
>>
>>
> 
> 
> 
> --
> Find and fix application performance issues faster with Applications Manager
> Applications Manager provides deep performance insights into multiple tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> 
> 
> 
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
> 

-- 

Launchpad: https://launchpad.net/~ki7mt
Ubuntu Hams..: https://launchpad.net/~ubuntu-hams-devel
Debian Hams..: https://alioth.debian.org/projects/pkg-hamradio/
JTSDK: https://sourceforge.net/projects/jtsdk/
OpenPGP..: C177 6630 7115 78FE 9A2B 9F7F 18C0 F6B7 0DA2 F991

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] wsjt

2016-05-06 Thread Michael Durkin
When i get into the front of the computer (its in the garage and im still
getting the kids off to school and the XYl leaves in a few hours)

its close to

Bash# no input file (specified?)

On Fri, May 6, 2016 at 7:53 AM, Bill Somerville 
wrote:

> On 06/05/2016 15:26, Michael Durkin wrote:
> >
> > What I left out ... was that I couldn't seem to find the latest 
> > sortof.
> >
> > Svn kept giving me an odd response  not an error , but more like a
> > file not found. . and like the computer didn't know what to do
> > with the command after svn 
> >
> Hi Michael,
>
> that's not much for us to go on. Can you show us the relevant output
> please?
>
> 73
> Bill
> G4WJS.
>
>
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] wsjt

2016-05-06 Thread Bill Somerville
On 06/05/2016 15:26, Michael Durkin wrote:
>
> What I left out ... was that I couldn't seem to find the latest  
> sortof.
>
> Svn kept giving me an odd response  not an error , but more like a 
> file not found. . and like the computer didn't know what to do 
> with the command after svn 
>
Hi Michael,

that's not much for us to go on. Can you show us the relevant output please?

73
Bill
G4WJS.


--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] wsjt

2016-05-06 Thread Bill Somerville
On 06/05/2016 07:20, Michael Durkin wrote:
> Im not sure where to ask this exactly ... but
>
> Iv got wsjt (10 ??) installed and wsjtx1.6 on a new Arm8 (odroid-c2)
>
> both don't quite do rig control  (i could do softrock - but no Tx 
> control)
>
> and i know that they could ... its just that i don't seem to have the 
> latest version of either ...
>
> I use hamlib rig control #2 .. and let Quisk control the Rf end.
>
> the wsjtx1.6-dev(v5667 i think) does work on a different (slightly) 
> older Arm7 Odroid-X2, with rig #2 because i can enter the port number 
> using localhost
>
> Iv added the PPA for wsjtx devil but upgrade still shows that i have 
> the latest --(i dont think so)

Hi Michael,

I am not quite sure what you are asking about. Can you be more specific 
about your query please?

73
Bill
G4WJS.


--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] wsjt

2016-05-06 Thread Michael Durkin
Im not sure where to ask this exactly ... but

Iv got wsjt (10 ??) installed and wsjtx1.6 on a new Arm8 (odroid-c2)

both don't quite do rig control  (i could do softrock - but no Tx
control)

and i know that they could ... its just that i don't seem to have the
latest version of either ...

I use hamlib rig control #2 .. and let Quisk control the Rf end.

the wsjtx1.6-dev(v5667 i think) does work on a different (slightly) older
Arm7 Odroid-X2, with rig #2 because i can enter the port number using
localhost

Iv added the PPA for wsjtx devil but upgrade still shows that i have the
latest --(i dont think so) 

anyways, it got late and i decided to get to bed. the XYL will be leaving
for a week and im sure she would be stressed and my being tired would be a
bad combo so i stopped hunting ... and figured id drop a note here before
heading off to bed.
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel