Package Details: wsjtx 2.6.1-3

Git Clone URL: https://aur.archlinux.org/wsjtx.git (read-only, click to copy)
Package Base: wsjtx
Description: Software for Amateur Radio Weak-Signal Communication (JT9 and JT65)
Upstream URL: http://physics.princeton.edu/pulsar/k1jt/wsjtx.html
Licenses: GPL-3
Submitter: 7h0ma5
Maintainer: AI5C
Last Packager: AI5C
Votes: 32
Popularity: 0.59
First Submitted: 2015-06-09 13:48 (UTC)
Last Updated: 2024-04-19 18:18 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

mmanjos commented on 2020-01-10 21:54 (UTC) (edited on 2020-01-14 04:24 (UTC) by mmanjos)

I'm getting the same wsjtx/src/build/wsjtx-prefix/src/wsjtx/qt_helpers.hpp:87:10: error: redefinition of ‘struct std::hash<QString>’ error as n8sqt

I get the error with my system running on qt5-*-5.14.0-1 but the error goes away as soon as I downgrade to qt5-*-5.13.2 packages

n8sqt commented on 2020-01-03 21:54 (UTC) (edited on 2020-01-03 22:20 (UTC) by n8sqt)

I'm seeing the following error when trying to install WSJTX:

/home/bob/aur/wsjtx/src/build/wsjtx-prefix/src/wsjtx/qt_helpers.hpp: At global scope:
/home/bob/aur/wsjtx/src/build/wsjtx-prefix/src/wsjtx/qt_helpers.hpp:87:10: error: redefinition of ‘struct std::hash<QString>’
   87 |   struct hash<QString>
      |          ^~~~~~~~~~~~~
In file included from /usr/include/qt/QtCore/qlist.h:47,
                 from /usr/include/qt/QtCore/qobject.h:49,
                 from /usr/include/qt/QtCore/QObject:1,
                 from /home/bob/aur/wsjtx/src/build/wsjtx-prefix/src/wsjtx/MessageServer.hpp:4,
                 from /home/bob/aur/wsjtx/src/build/wsjtx-prefix/src/wsjtx/MessageServer.cpp:1:
/usr/include/qt/QtCore/qhashfunctions.h:204:1: note: previous definition of ‘struct std::hash<QString>’
  204 | QT_SPECIALIZE_STD_HASH_TO_CALL_QHASH_BY_CREF(QString)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

I get the same redefinition error if I try to compile from the WSJT self-contained source tarball rather than through makepkg -si

Manjaro was installed yesterday and updated with pacman -Syyu

before attempting this.

ronoverdrive commented on 2019-07-16 14:09 (UTC)

Now needs Qt5-tools as a dependancy.

fiatguy85 commented on 2018-10-06 19:18 (UTC)

I was able to solve the freezing issue by switching to ALSA pulse audio input/output, rather than pulse.

fiatguy85 commented on 2018-10-02 01:48 (UTC) (edited on 2018-10-02 01:51 (UTC) by fiatguy85)

I am getting the same issue, but I do not always have that ALSA lib error when it occuring. With a Yaesu FT-891, following a transmit it freezes the Waterfall. After that, hitting tune or transmit appears to key the radio, but no output is given nor is anything received. I am also still able to control the radio frequency (i.e. switch bands). This could also be an issue with hamlib or the radio, although I don't have issues with Hamlib and fldigi. I am also occasionally getting the error:

Hamlib: newcat_get_cmd: Rig Busy

voidlily commented on 2018-06-23 22:55 (UTC)

I'm having trouble where after I transmit, it stops receiving and decoding and the waterfall freezes until I restart wsjtx. I have it set up to input and output via pulse, and pulse reports my mic levels from my radio inputting into my computer are okay. The only clue in my logs I can seem to find is a console message that might be related to when wsjtx stops receiving.

ALSA lib pcm.c:8424:(snd_pcm_recover) underrun occurred

Schibes commented on 2018-06-21 15:59 (UTC)

@CHeitkamp: Thanks for trying to address the QT5 and GCC issues in your modified PKGBUILD but I still can't get WSJT-X to build. When I use your PKGBUILD instead of the default I get a new, different error. Any help/advice you can provide is appreciated, the error is:

CMake Error: The source directory "/tmp/yaourt-tmp-xxxxxxxx/aur-wsjtx/src/build" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI.

CHeitkamp commented on 2018-06-14 09:00 (UTC)

Hi, I created a patched PKGBUILD which uses GCC 7 instead of the default GCC 8. It also includes the QT5 patch from https://devsn.se/wsjtx/.

https://github.com/SuperVirus/wsjtx

felmey commented on 2018-06-07 20:26 (UTC)


@prstoetzer @ta33ers: See my comments from May 9, May 11, and May 12. You are probably running the latest GCC which gives you the fortran errors. The developer said that WSJTX is not compatible with GCC 8 and probably hasn't addressed the issue yet. I downgraded to the last version of GCC 7 and it works for me installing from source.

This AUR does not work for me with the latest version as of 2018-06-07. This one starts to fail around: " Unknown CMake command "qt5_use_modules".")

simonvik commented on 2018-06-07 12:41 (UTC) (edited on 2018-06-07 12:41 (UTC) by simonvik)

To install the devsn.se-patch just download the two files.

Run makepkg -s

Run sudo pacman -U *.pkg.tar.xz

And that should be it.