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: 31
Popularity: 0.079075
First Submitted: 2015-06-09 13:48 (UTC)
Last Updated: 2024-04-19 18:18 (UTC)

Latest Comments

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

ta33ers commented on 2018-06-07 04:13 (UTC)

OK, lets start over, again. It will build, and run, but I had to perform the update this way. When given the option to edit PKGBUILD, removed all of the text from the original PKGBUILD I then pasted the text from the PKGBUILD at https://devsn.se/wsjtx/ , and in that PKGBUILD for "source=(http://physics.princeton.edu/pulsar/K1JT/$pkgname-$pkgver.tgz wsjtx.patch)", I replaced "wsjtx.patch" with "https://devsn.se/wsjtx/wsjtx.patch" so it looks like this "(http://physics.princeton.edu/pulsar/K1JT/$pkgname-$pkgver.tgz https://devsn.se/wsjtx/wsjtx.patch)",the application compiled correctly, and installed with yauort, and ran without issue. Hope this helps anyone else having a problem upgrading this. Now I think I'm going to install LFS on a Mac Book Pro! !)

prstoetzer commented on 2018-06-06 14:57 (UTC)

@ta33ers I was not able to build it, nor was I able to use the .deb binary due to the same error. I repackaged the .rpm binary and it runs fine for me. See https://aur.archlinux.org/packages/wsjtx-bin-rpm/

ta33ers commented on 2018-06-06 04:39 (UTC)

Is anyone else receiving an error when the start this application? "wsjtx: error while loading shared libraries: libgfortran.so.4: cannot open shared object file: No such file or directory"

ta33ers commented on 2018-06-05 03:51 (UTC)

I would like to add, I was able to build this package, but found I need to use both the PKGBUILD, and the wsjtx.patch files from https://devsn.se/wsjtx/ a side note, if you are slow like me, either down load the PKGBUILD file without the .txt extension, or remove it after download. Thank you simonvik for the patch, and PKGBUILD, this is some software I do use, and am glad to have it updated.

simonvik commented on 2018-06-03 07:47 (UTC)

@prstoetzer something like : https://devsn.se/wsjtx/

the wsjtx-build allows you to place a patch that will be applied later in the build

prstoetzer commented on 2018-06-02 16:49 (UTC)

@simonvik - How would one go about making those changes?

simonvik commented on 2018-06-01 20:50 (UTC) (edited on 2018-06-01 20:50 (UTC) by simonvik)

I could build when changing:

  • qt5_use_modules (wsjtx_udp-static Network Gui)
  • target_link_libraries(wsjtx_udp-static Qt5::Network Qt5::Gui)

-qt5_use_modules (wsjtx SerialPort) # not sure why the interface link library syntax above doesn't work

+find_package(Qt5SerialPort)

+target_link_libraries (wsjtx Qt5::SerialPort)

simona commented on 2018-06-01 16:59 (UTC)

CMake Error at CMakeLists.txt:1346 (qt5_use_modules): Unknown CMake command "qt5_use_modules".

Linuxfan commented on 2018-05-24 22:11 (UTC) (edited on 2018-05-24 22:11 (UTC) by Linuxfan)

I have been able to solve my problems with gcc 7 with the help of the German Manjaro forum. forum.manjaro.org/t/benotige-gcc-gcc-libs-and-gcc-fortran-in-der-7-xx/47968/5