Re: [wsjt-devel] WSJT-X Development and AVX

2021-06-09 Thread David Spoelstra
Another Linux way is to use the "lscpu" command.

An easy way to see the flags would be "lscpu | grep -i avx".

-David, N9KT



On Wed, Jun 9, 2021 at 2:53 PM Michael Pittaro  wrote:

> Intel provides tools to do the feature identification for you.  See:
>
> https://www.intel.com/content/www/us/en/support/articles/05607/boards-and-kits/desktop-boards.html
>
> The Intel processor identification utility provides the information
> directly.  (I believe this is windows only, but didn't dig for Linux
> versions.)
>
> The Intel® Processor Diagnostic Tool also provides that information, plus
> diagnostic tests.It used to be available for Linux, but a quick check
> shows it's currently windows only.
>
> Us Linux hacks can 'cat /proc/cpuinfo' to get this information, but it
> requires some interpretation of the flags field :-)
>
> 73's
> mike, kj6vcp
>
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] WSJTX-2.3.0-rc2 compile error

2020-11-15 Thread David Spoelstra
You need the boost libraries:
sudo apt install libboost-dev


On Sun, Nov 15, 2020 at 12:09 PM Stefan Wernli  wrote:

> Hi,
>
> I get an error when compiling the new rc2 on debian testing. 2.3.0-rc1
> compiles successfully on the same system.
>
>
> -- Building wsjtx v2.3.0.0-rc2
> -- Performing Test HAVE_MATH
> -- Performing Test HAVE_MATH - Failed
> -- Performing Test HAVE_LIBM_MATH
> -- Performing Test HAVE_LIBM_MATH - Success
> CMake Error at
> /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:165
> (message):
>   Could NOT find Boost (missing: Boost_INCLUDE_DIR log_setup log)
> (Required is at least version "1.63")
> Call Stack (most recent call first):
>   /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:458
> (_FPHSA_FAILURE_MESSAGE)
>   /usr/share/cmake-3.18/Modules/FindBoost.cmake:2177
> (find_package_handle_standard_args)
>   CMakeLists.txt:841 (find_package)
>
> -- Configuring incomplete, errors occurred!
>
>
> 
> CMakeError.log:
>
> 
> Performing C SOURCE FILE Test HAVE_MATH failed with the following output:
> Change Dir:
>
> /home/user/bin/wsjtx-2.3.0-rc2/build/wsjtx-prefix/src/wsjtx-build/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake cmTC_93eb3/fast && gmake[3]:
> Entering directory
>
> '/home/user/bin/wsjtx-2.3.0-rc2/build/wsjtx-prefix/src/wsjtx-build/CMakeFiles/CMakeTmp'
> /usr/bin/gmake  -f CMakeFiles/cmTC_93eb3.dir/build.make
> CMakeFiles/cmTC_93eb3.dir/build
> gmake[4]: Entering directory
>
> '/home/user/bin/wsjtx-2.3.0-rc2/build/wsjtx-prefix/src/wsjtx-build/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_93eb3.dir/src.c.o
> /usr/bin/cc   -DHAVE_MATH -o CMakeFiles/cmTC_93eb3.dir/src.c.o -c
>
> /home/user/bin/wsjtx-2.3.0-rc2/build/wsjtx-prefix/src/wsjtx-build/CMakeFiles/CMakeTmp/src.c
> Linking C executable cmTC_93eb3
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_93eb3.dir/link.txt
> --verbose=1
> /usr/bin/cc  -DHAVE_MATH CMakeFiles/cmTC_93eb3.dir/src.c.o -o cmTC_93eb3
> /usr/bin/ld: CMakeFiles/cmTC_93eb3.dir/src.c.o: in function `main':
> src.c:(.text+0x1f): undefined reference to `sqrt'
> collect2: error: ld returned 1 exit status
> gmake[4]: *** [CMakeFiles/cmTC_93eb3.dir/build.make:106: cmTC_93eb3] Error
> 1
> gmake[4]: Leaving directory
>
> '/home/user/bin/wsjtx-2.3.0-rc2/build/wsjtx-prefix/src/wsjtx-build/CMakeFiles/CMakeTmp'
> gmake[3]: *** [Makefile:140: cmTC_93eb3/fast] Error 2
> gmake[3]: Leaving directory
>
> '/home/user/bin/wsjtx-2.3.0-rc2/build/wsjtx-prefix/src/wsjtx-build/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> #include
> float f; int main(){sqrt(f);return 0;}
>
> 
>
> 73
> Stefan
>
>
>
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] Changes to the INSTALL file in the 2.2.2 tarball

2020-08-11 Thread David Spoelstra
Bill is correct. The tarball on this page is complete and easy to build:
https://physics.princeton.edu/pulsar/K1JT/wsjtx.html

I was just giving him some minor corrections to the INSTALL file in the
tarball. Otherwise it was a snap to build on Ubuntu 20.04.

-David, N9KT


On Tue, Aug 11, 2020 at 8:31 PM Bill Somerville 
wrote:

> Steve,
>
> your reply below makes no sense!
>
> I will repeat, the combined sources tarball we release includes
> instructions to build on Linux, they are complete. Yes there are some typos
> and it needs updating for the version numbers mentioned, that is fixed for
> the next release, did you even read this email thread before suggesting
> that some other instructions should be followed?
>
> What are you suggesting needs to be "forced" to run?
>
> By far the simplest instructions to follow are the ones provided in the
> single INSTALL file at the root of the sources tarball. Note the singular
> INSTALL file.
>
> Like many Open Source projects there are different build instructions for
> developers wishing to contribute to the project, there's nothing unusual
> about that, but those instructions are not needed for users who simply want
> to build the application to run. We provide a build script, and
> instructions to run it, just for that sort of user.
>
> 73
> Bill
> G4WJS.
>
> On 12/08/2020 01:21, Stephen VK3SIR wrote:
>
> Bill,
>
>
>
> KISS Principle in my answer to Rob’s post …. Yes the “dropped tarball” it
> can be forced to run … but its BY FAR simpler and easier to follow the
> instructions in the INSTALL files :-D
>
>
>
> I have had lots and lots and lots of background inquiry on Ubuntu 20.04 …
> following the steps in the install file and compiling from source is BY FAR
> the easiest way to make WSJTX work – and properly (considering there have
> also been a lot of changes to Hamlib).
>
>
>
> By the way, has the INSTALL files been updated for the next release as
> they were a little dated and some instructions out of sync?
>
>
>
> 73
>
>
>
> Steve I
>
> VK3VM / VK3SIR
>
>
>
> *From:* Bill Somerville  
> *Sent:* Wednesday, 12 August 2020 10:10 AM
> *To:* wsjt-devel@lists.sourceforge.net
> *Subject:* Re: [wsjt-devel] Changes to the INSTALL file in the 2.2.2
> tarball
>
>
>
> Steve,
>
>
>
> there is no need to follow the build instructions in the project git repo
> if you are building to run. Maybe if you are building to contribute
> patches. The INSTALL file in the sources tarball we provide contains
> complete instructions for building a working WSJT-X for Linux. Please don't
> over-complicate a relatively simple recipe for building.
>
>
>
> 73
> Bill
> G4WJS.
>
>
>
> On 12/08/2020 01:01, Stephen VK3SIR wrote:
>
> Rob,
>
>
>
> There is no repo that you can just “drop and run” for WSJTX 2.2.2 – You
> really need to compile your own 
>
>
>
> Go to the JTSDK @ GROUPS.IO site. I have a post there for dependencies
> etc. needed to build your own WSJTX on Ubuntu 20.04.
>
>
>
> i.e.
> https://groups.io/g/JTSDK/topic/some_dependencies_requisites/75311015?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,0,75311015
>
>
>
> Then follow the steps inside the INSTALL files (the top level one in the
> repo and then the main set of steps inside WSJTX.TGZ)
>
>
>
> 73
>
>
>
> Steve I
>
> VK3VM / VK3SIR
>
>
>
> *From:* Rob Robinett  
> *Sent:* Wednesday, 12 August 2020 8:44 AM
> *To:* WSJT software development 
> 
> *Subject:* Re: [wsjt-devel] Changes to the INSTALL file in the 2.2.2
> tarball
>
>
>
> Hi Bill and David,
>
>
>
> Could I find a source tarball which builds on Ubuntu 20.04?  I have
> several wsprdaemon sites which want to move to 20.02.
>
>
>
> My attempt to follow David's instructions have failed and I have so much
> other SW to work on that I don't want to reinvent the wheel.
>
>
>
> Thanks,
>
>
>
> Rob
>
>
>
> On Mon, Aug 3, 2020 at 4:55 AM Bill Somerville 
> wrote:
>
> Hi David,
>
>
>
> I am not ruling out portable packaging, I just don't think it should be
> the prime focus of a small and busy development team. If someone makes a
> portable package, commit to keep it up to date, and it gets some traction
> amongst Linux users of WSJT-X; then that's fine.
>
>
>
> I assume you realize that the WSJT-X CMake build script already knows how
> to make a basic Debian or RPM package, the package target does that if run
> on a suitable machine. You would be better to use a git checkout rather
> than the combined WSJT-X sources tarball with bundled Hamlib. Tha

Re: [wsjt-devel] Changes to the INSTALL file in the 2.2.2 tarball

2020-08-11 Thread David Spoelstra
Source at bottom of the page:
https://physics.princeton.edu/pulsar/K1JT/wsjtx.html

Follow the "Building WSJT-X from the Self-Contained Source Tarball"
instructions in the INSTALL file.

The only things that should affect you with Ubuntu 20.04 are:

Line 34 (Debian name):
   libqt5libserialport5-dev
should be:
   libqt5serialport5-dev

Line 35 (Debian name):
   libusb-1.0.0-dev
should be:
   libusb-1.0-0-dev

Line 128:
$ tar xzf wsjtx-2.0.0.tgz
should be:
$ tar xzf wsjtx-2.2.2.tgz

Line 131:
$ cmake -DWSJT_SKIP_MANPAGES=ON -DWSJT_GENERATE_DOCS=OFF ../wsjtx-2.0.0
should be:
$ cmake -DWSJT_SKIP_MANPAGES=ON -DWSJT_GENERATE_DOCS=OFF ../wsjtx-2.2.2


On Tue, Aug 11, 2020 at 7:47 PM Rob Robinett  wrote:

> Hi Bill and David,
>
> Could I find a source tarball which builds on Ubuntu 20.04?  I have
> several wsprdaemon sites which want to move to 20.02.
>
> My attempt to follow David's instructions have failed and I have so much
> other SW to work on that I don't want to reinvent the wheel.
>
> Thanks,
>
> Rob
>
> On Mon, Aug 3, 2020 at 4:55 AM Bill Somerville 
> wrote:
>
>> Hi David,
>>
>> I am not ruling out portable packaging, I just don't think it should be
>> the prime focus of a small and busy development team. If someone makes a
>> portable package, commit to keep it up to date, and it gets some traction
>> amongst Linux users of WSJT-X; then that's fine.
>>
>> I assume you realize that the WSJT-X CMake build script already knows how
>> to make a basic Debian or RPM package, the package target does that if run
>> on a suitable machine. You would be better to use a git checkout rather
>> than the combined WSJT-X sources tarball with bundled Hamlib. That would
>> mean separately installing Hamlib, which is not hard and the WSJT-X repo
>> INSTALL file (different from the one in the combined sources tarball) has a
>> recipe. Making a package is no more than invoking `make package` or `cmake
>> --build --target package`.
>>
>> 73
>> Bill
>> G4WJS.
>>
>> On 03/08/2020 08:48, David Spoelstra wrote:
>>
>> Bill-
>>
>> Just got a new wsjt digest where you answered a question about Flatpak.
>> From your answer, that doesn't seem to be the correct direction.
>>
>> Since I like to be on the latest distro of Ubuntu, maybe I should learn
>> to make a deb and give you guys that to post?
>>
>> Basically I'm looking for some pointers on how to best help the project.
>>
>> 73,
>> -David, N9KT
>>
>>
>> On Sun, Aug 2, 2020 at 4:38 PM David Spoelstra 
>> wrote:
>>
>>> Bill-
>>>
>>> I just built 2.2.2 on Ubuntu 20.04 and noticed a few things that should
>>> be fixed in the INSTALL file in the 2.2.2 tarball. Some of them are
>>> cosmetic. Some are actual errors if you follow the steps (line 131). Just
>>> my way to try and help the project!
>>>
>>> Line 13:
>>> Copyright 2001 - 2018 by Joe Taylor, K1JT.
>>> should be:
>>> Copyright 2001 - 2020 by Joe Taylor, K1JT.
>>>
>>> Line 34 (Debian name):
>>>Also  qtmultimedia5-dev,   libqt5libserialport5-dev,  qttools5-dev,
>>> should be:
>>>Also  qtmultimedia5-dev,   libqt5serialport5-dev,  qttools5-dev,
>>>
>>> Line 35 (Debian name):
>>> libusb-1.0.0-dev
>>> should be:
>>> libusb-1.0-0-dev
>>>
>>> Line 71:
>>> repository  e.g.  wsjtx-1.9.1  by  specifying  it  as  a  variable  to
>>> should be:
>>> repository  e.g.  wsjtx-2.2.2  by  specifying  it  as  a  variable  to
>>>
>>> Line 74:
>>> $ cmake -D WSJTX_TAG=wsjtx-2.0.0 
>>> should be:
>>> $ cmake -D WSJTX_TAG=wsjtx-2.2.2 
>>>
>>> Line 111:
>>> $ cmake -D WSJTX_TAG=wsjtx-2.0.0 
>>> should be:
>>> $ cmake -D WSJTX_TAG=wsjtx-2.2.2 
>>>
>>> Line 122:
>>> The  above commands,  if  successful,  will produce  'wsjtx-1.9.1.tgz'
>>> should be:
>>> The  above commands,  if  successful,  will produce  'wsjtx-2.2.2.tgz'
>>>
>>> Line 128:
>>> $ tar xzf wsjtx-2.0.0.tgz
>>> should be:
>>> $ tar xzf wsjtx-2.2.2.tgz
>>>
>>> Line 131:
>>> $ cmake -DWSJT_SKIP_MANPAGES=ON -DWSJT_GENERATE_DOCS=OFF
>>> ../wsjtx-2.0.0
>>> should be:
>>> $ cmake -DWSJT_SKIP_MANPAGES=ON -DWSJT_GENERATE_DOCS=OFF ..
>>>
>>
>> ___
>> wsjt-devel mailing list
>> wsjt-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>
>
>
> --
> Rob Robinett
> AI6VN
> r...@robinett.us
> mobile: +1 650 218 8896
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] Changes to the INSTALL file in the 2.2.2 tarball

2020-08-03 Thread David Spoelstra
Bill-

Just got a new wsjt digest where you answered a question about Flatpak.
>From your answer, that doesn't seem to be the correct direction.

Since I like to be on the latest distro of Ubuntu, maybe I should learn to
make a deb and give you guys that to post?

Basically I'm looking for some pointers on how to best help the project.

73,
-David, N9KT


On Sun, Aug 2, 2020 at 4:38 PM David Spoelstra 
wrote:

> Bill-
>
> I just built 2.2.2 on Ubuntu 20.04 and noticed a few things that should be
> fixed in the INSTALL file in the 2.2.2 tarball. Some of them are cosmetic.
> Some are actual errors if you follow the steps (line 131). Just my way to
> try and help the project!
>
> Line 13:
> Copyright 2001 - 2018 by Joe Taylor, K1JT.
> should be:
> Copyright 2001 - 2020 by Joe Taylor, K1JT.
>
> Line 34 (Debian name):
>Also  qtmultimedia5-dev,   libqt5libserialport5-dev,  qttools5-dev,
> should be:
>Also  qtmultimedia5-dev,   libqt5serialport5-dev,  qttools5-dev,
>
> Line 35 (Debian name):
> libusb-1.0.0-dev
> should be:
> libusb-1.0-0-dev
>
> Line 71:
> repository  e.g.  wsjtx-1.9.1  by  specifying  it  as  a  variable  to
> should be:
> repository  e.g.  wsjtx-2.2.2  by  specifying  it  as  a  variable  to
>
> Line 74:
> $ cmake -D WSJTX_TAG=wsjtx-2.0.0 
> should be:
> $ cmake -D WSJTX_TAG=wsjtx-2.2.2 
>
> Line 111:
> $ cmake -D WSJTX_TAG=wsjtx-2.0.0 
> should be:
> $ cmake -D WSJTX_TAG=wsjtx-2.2.2 
>
> Line 122:
> The  above commands,  if  successful,  will produce  'wsjtx-1.9.1.tgz'
> should be:
> The  above commands,  if  successful,  will produce  'wsjtx-2.2.2.tgz'
>
> Line 128:
> $ tar xzf wsjtx-2.0.0.tgz
> should be:
> $ tar xzf wsjtx-2.2.2.tgz
>
> Line 131:
> $ cmake -DWSJT_SKIP_MANPAGES=ON -DWSJT_GENERATE_DOCS=OFF ../wsjtx-2.0.0
> should be:
> $ cmake -DWSJT_SKIP_MANPAGES=ON -DWSJT_GENERATE_DOCS=OFF ..
>
>
>
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] Changes to the INSTALL file in the 2.2.2 tarball

2020-08-03 Thread David Spoelstra
Bill-

Yes, you are correct of course. Somehow when I changed the "../wsjtx-2.0.0"
to "../wsjtx-2.2.2" the "wsjtx-2.2.2" got cut off! It's there in my
document I wrote, so I think it was a copy/paste error.

Question: wsjt-x has brought ham radio back to life for me and I want to
give back. I'm a very rusty coder, so that's probably out. I'm a good
document writer. I also want to learn Linux packaging and I saw someone ask
about Flatpaks.

My question is, which do you think would be the best/first package for me
to do for wsjt-x? Flatpak, snap, or appimage? Here's a comparison:
https://askubuntu.com/questions/866511/what-are-the-differences-between-snaps-appimage-flatpak-and-others

Also, is there any place else I could lend a hand?

Thanks!
-David

On Sun, Aug 2, 2020 at 6:07 PM Bill Somerville 
wrote:

> On 02/08/2020 21:38, David Spoelstra wrote:
> > Bill-
> >
> > I just built 2.2.2 on Ubuntu 20.04 and noticed a few things that
> > should be fixed in the INSTALL file in the 2.2.2 tarball. Some of them
> > are cosmetic. Some are actual errors if you follow the steps (line
> > 131). Just my way to try and help the project!
> >
> > Line 13:
> > Copyright 2001 - 2018 by Joe Taylor, K1JT.
> > should be:
> > Copyright 2001 - 2020 by Joe Taylor, K1JT.
> >
> > Line 34 (Debian name):
> >Also  qtmultimedia5-dev,   libqt5libserialport5-dev,  qttools5-dev,
> > should be:
> >Also  qtmultimedia5-dev,   libqt5serialport5-dev,  qttools5-dev,
> >
> > Line 35 (Debian name):
> > libusb-1.0.0-dev
> > should be:
> > libusb-1.0-0-dev
> >
> > Line 71:
> > repository  e.g.  wsjtx-1.9.1  by  specifying  it  as  a  variable  to
> > should be:
> > repository  e.g.  wsjtx-2.2.2  by  specifying  it  as  a  variable  to
> >
> > Line 74:
> > $ cmake -D WSJTX_TAG=wsjtx-2.0.0 
> > should be:
> > $ cmake -D WSJTX_TAG=wsjtx-2.2.2 
> >
> > Line 111:
> > $ cmake -D WSJTX_TAG=wsjtx-2.0.0 
> > should be:
> > $ cmake -D WSJTX_TAG=wsjtx-2.2.2 
> >
> > Line 122:
> > The  above commands,  if  successful,  will produce  'wsjtx-1.9.1.tgz'
> > should be:
> > The  above commands,  if  successful,  will produce  'wsjtx-2.2.2.tgz'
> >
> > Line 128:
> > $ tar xzf wsjtx-2.0.0.tgz
> > should be:
> > $ tar xzf wsjtx-2.2.2.tgz
> >
> > Line 131:
> > $ cmake -DWSJT_SKIP_MANPAGES=ON -DWSJT_GENERATE_DOCS=OFF
> > ../wsjtx-2.0.0
> > should be:
> > $ cmake -DWSJT_SKIP_MANPAGES=ON -DWSJT_GENERATE_DOCS=OFF ..
> >
> Hi David,
>
> thanks for noting those issues, most had been corrected but you picked
> up a couple that had been missed, thanks.
>
> Your last change is only correct for the WSJT-X version number, the
> change to '..' for a sources path is not correct.
>
> 73
> Bill
> G4WJS.
>
>
>
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] Changes to the INSTALL file in the 2.2.2 tarball

2020-08-02 Thread David Spoelstra
Bill-

I just built 2.2.2 on Ubuntu 20.04 and noticed a few things that should be
fixed in the INSTALL file in the 2.2.2 tarball. Some of them are cosmetic.
Some are actual errors if you follow the steps (line 131). Just my way to
try and help the project!

Line 13:
Copyright 2001 - 2018 by Joe Taylor, K1JT.
should be:
Copyright 2001 - 2020 by Joe Taylor, K1JT.

Line 34 (Debian name):
   Also  qtmultimedia5-dev,   libqt5libserialport5-dev,  qttools5-dev,
should be:
   Also  qtmultimedia5-dev,   libqt5serialport5-dev,  qttools5-dev,

Line 35 (Debian name):
libusb-1.0.0-dev
should be:
libusb-1.0-0-dev

Line 71:
repository  e.g.  wsjtx-1.9.1  by  specifying  it  as  a  variable  to
should be:
repository  e.g.  wsjtx-2.2.2  by  specifying  it  as  a  variable  to

Line 74:
$ cmake -D WSJTX_TAG=wsjtx-2.0.0 
should be:
$ cmake -D WSJTX_TAG=wsjtx-2.2.2 

Line 111:
$ cmake -D WSJTX_TAG=wsjtx-2.0.0 
should be:
$ cmake -D WSJTX_TAG=wsjtx-2.2.2 

Line 122:
The  above commands,  if  successful,  will produce  'wsjtx-1.9.1.tgz'
should be:
The  above commands,  if  successful,  will produce  'wsjtx-2.2.2.tgz'

Line 128:
$ tar xzf wsjtx-2.0.0.tgz
should be:
$ tar xzf wsjtx-2.2.2.tgz

Line 131:
$ cmake -DWSJT_SKIP_MANPAGES=ON -DWSJT_GENERATE_DOCS=OFF ../wsjtx-2.0.0
should be:
$ cmake -DWSJT_SKIP_MANPAGES=ON -DWSJT_GENERATE_DOCS=OFF ..
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] Installing WSJT-X 2.2.0-rc1 in Ubuntu 20.04 LTS doesn't work

2020-05-12 Thread David Spoelstra
Bill-

Digging around in the archives I found that I also
needed: libqt5multimedia5-plugins

So for anyone following along, for Ubuntu 20.04 you need the following
pre-installs:
sudo apt install build-essential gcc clang g++ gfortran cmake git asciidoc
texinfo subversion
sudo apt install qtmultimedia5-dev qttools5-dev
qttools5-dev-tools libqt5multimedia5-plugins
sudo apt install libfftw3-dev libusb-1.0-0-dev libqt5serialport5-dev

and then just follow the instructions in the INSTALL file in the source
package.

Thanks for your help and encouragement Bill!
-David, N9KT


On Tue, May 12, 2020 at 7:12 AM David Spoelstra 
wrote:

> Hi Bill,
>
> I figured out the few differences in the pre-install package names for
> Ubuntu 20.04 if anyone is interested:
> svn -> subversion
> libusb-1.0.0-dev -> libusb-1.0-0-dev
> libqt5libserialport5-dev -> libqt5serialport5-dev
>
> So, these three lines should install all the pre-installs for Ubuntu 20.04:
> sudo apt install build-essential gcc clang g++ gfortran cmake git asciidoc
> texinfo subversion
> sudo apt install qtmultimedia5-dev qttools5-dev qttools5-dev-tools
> sudo apt install libfftw3-dev libusb-1.0-0-dev libqt5serialport5-dev
>
> Then I just followed the instructions and everything built.
>
> On launch, the program starts but has three sound I/O errors:
> "An error opening the audio output device has occurred."
> "Requested output audio format is not supported on device."
> "Requested input audio format is not supported on device."
>
> After clicking "OK" the program looks fine like everything is fine. I just
> figured that I needed to go into settings and configure the sound I/O.
>
> The problem is that Soundcard Input: and Output: in Settings are blank and
> have no drop down choices. Any ideas?
>
> Thanks!
> -David, N9KT
>
>
>
>
>
>
> On Mon, May 11, 2020 at 8:17 PM Bill Somerville 
> wrote:
>
>> Hi David,
>>
>> it's not very difficult, start with the self contained sources tarball
>> from the WSJT-X project web page, unpack it and read the file INSTALL at
>> the top level.
>>
>> 73
>> Bill
>> G4WJS.
>>
>> On 12/05/2020 00:51, David Spoelstra wrote:
>>
>> Thanks Bill. I might take a crack at building it...
>> -David, N9KT
>>
>> On Mon, May 11, 2020 at 2:58 PM Bill Somerville 
>> wrote:
>>
>>> Hi David,
>>>
>>> as noted on the WSJT-X web page
>>> https://physics.princeton.edu/pulsar/K1JT/wsjtx.html and in the README
>>> info on the project SourceForge files area
>>> https://sourceforge.net/projects/wsjt/files/wsjtx-2.2.0-rc1/ , the
>>> Debian style packages target Ubuntu 18.04. Although Ubuntu 20.04 is
>>> released there is no easy upgrade path for users until the 20.04.1 release
>>> in a couple of months, until then we will target the 18.04.x LTS release.
>>>
>>> The Ubuntu package maintainers for WSJT-X will probably make packages
>>> available soon that are suitable for various versions. In the meantime you
>>> can build WSJT-X from sources.
>>>
>>> 73
>>> Bill
>>> G4WJS.
>>>
>>> On 11/05/2020 19:21, David Spoelstra wrote:
>>>
>>> As a follow-on, I did install "gfortran": sudo apt install gfortran and
>>> got this:
>>> Reading package lists... Done
>>> Building dependency tree
>>> Reading state information... Done
>>> gfortran is already the newest version (4:9.3.0-1ubuntu2).
>>> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
>>>
>>> However I still get the error: "Depends: libgfortran3 (>= 4.8.2) but it
>>> is not installable" when I try and install wsjt-x
>>>
>>> Thanks!
>>> -David, N9KT
>>>
>>>
>>> On Mon, May 11, 2020 at 2:16 PM David Spoelstra 
>>> wrote:
>>>
>>>> When I tried to install in the latest Ubuntu 20.04 LTS, I got:
>>>> The following packages have unmet dependencies:
>>>>  wsjtx : Depends: libgfortran3 (>= 4.8.2) but it is not installable
>>>>
>>>> When I try "sudo apt install libgfortran3" I get:
>>>> Reading package lists... Done
>>>> Building dependency tree
>>>> Reading state information... Done
>>>> E: Unable to locate package libgfortran3
>>>>
>>>> I'm a little lost as to how to get libgfortran3. Any suggestions?
>>>>
>>>> Thanks!
>>>> -David, N9KT
>>>>
>>>>
>> ___
>> wsjt-devel mailing list
>> wsjt-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>
>
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] Installing WSJT-X 2.2.0-rc1 in Ubuntu 20.04 LTS doesn't work

2020-05-12 Thread David Spoelstra
Hi Bill,

I figured out the few differences in the pre-install package names for
Ubuntu 20.04 if anyone is interested:
svn -> subversion
libusb-1.0.0-dev -> libusb-1.0-0-dev
libqt5libserialport5-dev -> libqt5serialport5-dev

So, these three lines should install all the pre-installs for Ubuntu 20.04:
sudo apt install build-essential gcc clang g++ gfortran cmake git asciidoc
texinfo subversion
sudo apt install qtmultimedia5-dev qttools5-dev qttools5-dev-tools
sudo apt install libfftw3-dev libusb-1.0-0-dev libqt5serialport5-dev

Then I just followed the instructions and everything built.

On launch, the program starts but has three sound I/O errors:
"An error opening the audio output device has occurred."
"Requested output audio format is not supported on device."
"Requested input audio format is not supported on device."

After clicking "OK" the program looks fine like everything is fine. I just
figured that I needed to go into settings and configure the sound I/O.

The problem is that Soundcard Input: and Output: in Settings are blank and
have no drop down choices. Any ideas?

Thanks!
-David, N9KT






On Mon, May 11, 2020 at 8:17 PM Bill Somerville 
wrote:

> Hi David,
>
> it's not very difficult, start with the self contained sources tarball
> from the WSJT-X project web page, unpack it and read the file INSTALL at
> the top level.
>
> 73
> Bill
> G4WJS.
>
> On 12/05/2020 00:51, David Spoelstra wrote:
>
> Thanks Bill. I might take a crack at building it...
> -David, N9KT
>
> On Mon, May 11, 2020 at 2:58 PM Bill Somerville 
> wrote:
>
>> Hi David,
>>
>> as noted on the WSJT-X web page
>> https://physics.princeton.edu/pulsar/K1JT/wsjtx.html and in the README
>> info on the project SourceForge files area
>> https://sourceforge.net/projects/wsjt/files/wsjtx-2.2.0-rc1/ , the
>> Debian style packages target Ubuntu 18.04. Although Ubuntu 20.04 is
>> released there is no easy upgrade path for users until the 20.04.1 release
>> in a couple of months, until then we will target the 18.04.x LTS release.
>>
>> The Ubuntu package maintainers for WSJT-X will probably make packages
>> available soon that are suitable for various versions. In the meantime you
>> can build WSJT-X from sources.
>>
>> 73
>> Bill
>> G4WJS.
>>
>> On 11/05/2020 19:21, David Spoelstra wrote:
>>
>> As a follow-on, I did install "gfortran": sudo apt install gfortran and
>> got this:
>> Reading package lists... Done
>> Building dependency tree
>> Reading state information... Done
>> gfortran is already the newest version (4:9.3.0-1ubuntu2).
>> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
>>
>> However I still get the error: "Depends: libgfortran3 (>= 4.8.2) but it
>> is not installable" when I try and install wsjt-x
>>
>> Thanks!
>> -David, N9KT
>>
>>
>> On Mon, May 11, 2020 at 2:16 PM David Spoelstra 
>> wrote:
>>
>>> When I tried to install in the latest Ubuntu 20.04 LTS, I got:
>>> The following packages have unmet dependencies:
>>>  wsjtx : Depends: libgfortran3 (>= 4.8.2) but it is not installable
>>>
>>> When I try "sudo apt install libgfortran3" I get:
>>> Reading package lists... Done
>>> Building dependency tree
>>> Reading state information... Done
>>> E: Unable to locate package libgfortran3
>>>
>>> I'm a little lost as to how to get libgfortran3. Any suggestions?
>>>
>>> Thanks!
>>> -David, N9KT
>>>
>>>
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] Installing WSJT-X 2.2.0-rc1 in Ubuntu 20.04 LTS doesn't work

2020-05-11 Thread David Spoelstra
Thanks Bill. I might take a crack at building it...
-David, N9KT

On Mon, May 11, 2020 at 2:58 PM Bill Somerville 
wrote:

> Hi David,
>
> as noted on the WSJT-X web page
> https://physics.princeton.edu/pulsar/K1JT/wsjtx.html and in the README
> info on the project SourceForge files area
> https://sourceforge.net/projects/wsjt/files/wsjtx-2.2.0-rc1/ , the Debian
> style packages target Ubuntu 18.04. Although Ubuntu 20.04 is released there
> is no easy upgrade path for users until the 20.04.1 release in a couple of
> months, until then we will target the 18.04.x LTS release.
>
> The Ubuntu package maintainers for WSJT-X will probably make packages
> available soon that are suitable for various versions. In the meantime you
> can build WSJT-X from sources.
>
> 73
> Bill
> G4WJS.
>
> On 11/05/2020 19:21, David Spoelstra wrote:
>
> As a follow-on, I did install "gfortran": sudo apt install gfortran and
> got this:
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> gfortran is already the newest version (4:9.3.0-1ubuntu2).
> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
>
> However I still get the error: "Depends: libgfortran3 (>= 4.8.2) but it is
> not installable" when I try and install wsjt-x
>
> Thanks!
> -David, N9KT
>
>
> On Mon, May 11, 2020 at 2:16 PM David Spoelstra 
> wrote:
>
>> When I tried to install in the latest Ubuntu 20.04 LTS, I got:
>> The following packages have unmet dependencies:
>>  wsjtx : Depends: libgfortran3 (>= 4.8.2) but it is not installable
>>
>> When I try "sudo apt install libgfortran3" I get:
>> Reading package lists... Done
>> Building dependency tree
>> Reading state information... Done
>> E: Unable to locate package libgfortran3
>>
>> I'm a little lost as to how to get libgfortran3. Any suggestions?
>>
>> Thanks!
>> -David, N9KT
>>
>>
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] Installing WSJT-X 2.2.0-rc1 in Ubuntu 20.04 LTS doesn't work

2020-05-11 Thread David Spoelstra
Sorry, forgot to mention that I tried "sudo apt install libgfortran3". No
joy. "Unable to locate package libgfortran3"


On Mon, May 11, 2020 at 2:56 PM Tag Loomis (Tag) 
wrote:

> Try:
>
> sudo apt install libgfortran3
>
> On Mon, May 11, 2020 at 11:53 AM David Spoelstra 
> wrote:
>
>> As a follow-on, I did install "gfortran": sudo apt install gfortran and
>> got this:
>> Reading package lists... Done
>> Building dependency tree
>> Reading state information... Done
>> gfortran is already the newest version (4:9.3.0-1ubuntu2).
>> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
>>
>> However I still get the error: "Depends: libgfortran3 (>= 4.8.2) but it
>> is not installable" when I try and install wsjt-x
>>
>> Thanks!
>> -David, N9KT
>>
>>
>> On Mon, May 11, 2020 at 2:16 PM David Spoelstra 
>> wrote:
>>
>>> When I tried to install in the latest Ubuntu 20.04 LTS, I got:
>>> The following packages have unmet dependencies:
>>>  wsjtx : Depends: libgfortran3 (>= 4.8.2) but it is not installable
>>>
>>> When I try "sudo apt install libgfortran3" I get:
>>> Reading package lists... Done
>>> Building dependency tree
>>> Reading state information... Done
>>> E: Unable to locate package libgfortran3
>>>
>>> I'm a little lost as to how to get libgfortran3. Any suggestions?
>>>
>>> Thanks!
>>> -David, N9KT
>>>
>>> ___
>> wsjt-devel mailing list
>> wsjt-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] Installing WSJT-X 2.2.0-rc1 in Ubuntu 20.04 LTS doesn't work

2020-05-11 Thread David Spoelstra
When I tried to install in the latest Ubuntu 20.04 LTS, I got:
The following packages have unmet dependencies:
 wsjtx : Depends: libgfortran3 (>= 4.8.2) but it is not installable

When I try "sudo apt install libgfortran3" I get:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libgfortran3

I'm a little lost as to how to get libgfortran3. Any suggestions?

Thanks!
-David, N9KT
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] Installing WSJT-X 2.2.0-rc1 in Ubuntu 20.04 LTS doesn't work

2020-05-11 Thread David Spoelstra
As a follow-on, I did install "gfortran": sudo apt install gfortran and got
this:
Reading package lists... Done
Building dependency tree
Reading state information... Done
gfortran is already the newest version (4:9.3.0-1ubuntu2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

However I still get the error: "Depends: libgfortran3 (>= 4.8.2) but it is
not installable" when I try and install wsjt-x

Thanks!
-David, N9KT


On Mon, May 11, 2020 at 2:16 PM David Spoelstra 
wrote:

> When I tried to install in the latest Ubuntu 20.04 LTS, I got:
> The following packages have unmet dependencies:
>  wsjtx : Depends: libgfortran3 (>= 4.8.2) but it is not installable
>
> When I try "sudo apt install libgfortran3" I get:
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> E: Unable to locate package libgfortran3
>
> I'm a little lost as to how to get libgfortran3. Any suggestions?
>
> Thanks!
> -David, N9KT
>
>
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] No decode rc3 in FH on x64 Ubuntu 18.10

2018-10-23 Thread David Spoelstra
Sorry. Trying to give it a good test. I got fooled because I worked several
others FH with that version ok.

On Tue, Oct 23, 2018 at 9:16 AM WB5JJJ  wrote:

> As stated by Joe Taylor, RC3 is NOT designed for DXP until the full
> release.  It uses 77 bit and none of the DXP are using that mode since it
> is still in beta.  VP6D specifically stated NOT to use RC3 and use v1.9.1
> for this exact reason.
>
> On Tue, Oct 23, 2018 at 4:39 AM David Spoelstra 
> wrote:
>
>> Ubuntu 18.10
>> WSJT-X V2.0.0-rc3
>>
>> In normal mode everything decodes ok. Switch to FH mode and there is no
>> decode even though waterfall shows strong signals. Switch back to normal
>> mode and everything decodes.
>>
>> Switch back to 1.9.1 and both modes decode ok.
>>
>> Switch back to rc3 and same decode problem in FH mode.
>>
>> ___
>> wsjt-devel mailing list
>> wsjt-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>>
>
>
> --
> George Cotton, WB5JJJ
> PO Box 1025
> Russellville, AR  72811
>
> 479.968.7737 <(479)%20968-7737> Home
> 479.857.7737 <(479)%20857-7737> Cell
>
> DMR K5CS (Local Repeater) - 310515, CC1, TS2
> DMR Arkansas - 3105
>
> 4
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] No decode rc3 in FH on x64 Ubuntu 18.10

2018-10-23 Thread David Spoelstra
Ubuntu 18.10
WSJT-X V2.0.0-rc3

In normal mode everything decodes ok. Switch to FH mode and there is no
decode even though waterfall shows strong signals. Switch back to normal
mode and everything decodes.

Switch back to 1.9.1 and both modes decode ok.

Switch back to rc3 and same decode problem in FH mode.
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel