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 .. 4 5 6 7 8 9 10 Next › Last »

Linuxfan commented on 2018-05-24 22:01 (UTC)

If it is not known, you can also install the rc3 / rc4 versions. Download the sources http://physics.princeton.edu/pulsar/K1JT/wsjtx-1.9.0-rc4.tgz and rename to 1.9.0. The PKGBUILD rewrite to the 1.9.0. and create the md5sums with makepkg -g >> PKGBUILD. Then build the package with makepkg -csir and then you can install it.

Linuxfan commented on 2018-05-21 07:35 (UTC)

I have the same problem felmey, but i can´t downgrade the gcc...not fulfilled dependencies between the gcc... The OS is Manjaro

felmey commented on 2018-05-12 06:00 (UTC) (edited on 2018-05-12 06:01 (UTC) by felmey)

In the meantime, downgrading gcc, gcc-libs, and gcc-fortran got this to work for me:

cd /var/cache/pacman/pkg

sudo pacman -U gcc-libs-7.3.1+20180406-1-x86_64.pkg.tar.xz \ gcc-7.3.1+20180406-1-x86_64.pkg.tar.xz \ gcc-fortran-7.3.1+20180406-1-x86_64.pkg.tar.xz

You make also want to put this into /etc/pacman.conf so updates don't overwrite these packages: IgnorePkg = gcc gcc-libs gcc-fortran

felmey commented on 2018-05-11 16:33 (UTC)

I wrote to K1JT and was told they are aware of the incompatibility with GCC and was told it wasn't a priority. But at least they've confirmed it is a problem upstream. See below:

"We're well aware of the GCC 8.1 issue. We do our best to make things easy for those building their own. If you decide to use your own set of tools, you're necessarily somewhat on your own.

In due course, we'll bring things back into sync. But that's not our top priority, right now.

    -- Joe, K1JT"

felmey commented on 2018-05-09 20:57 (UTC)

Will no longer compile... I think it's a problem with gcc8 and fortran....

[ 11%] Building Fortran object CMakeFiles/wsjt_fort_omp.dir/lib/decoder.f90.o jt9com.f90:42:47:

Error: Component ‘datetime’ of BIND(C) type at (1) must have length one jt9com.f90:43:45:

Error: Component ‘mycall’ of BIND(C) type at (1) must have length one jt9com.f90:44:44:

Error: Component ‘mygrid’ of BIND(C) type at (1) must have length one jt9com.f90:45:46:

Error: Component ‘hiscall’ of BIND(C) type at (1) must have length one jt9com.f90:46:45:

Error: Component ‘hisgrid’ of BIND(C) type at (1) must have length one

make[5]: [CMakeFiles/wsjt_fort_omp.dir/build.make:791: CMakeFiles/wsjt_fort_omp.dir/lib/decoder.f90.o] Error 1 make[4]: [CMakeFiles/Makefile2:929: CMakeFiles/wsjt_fort_omp.dir/all] Error 2 make[3]: [Makefile:152: all] Error 2 make[2]: [CMakeFiles/wsjtx-build.dir/build.make:61: wsjtx-prefix/src/wsjtx-stamp/wsjtx-build] Error 2 make[1]: [CMakeFiles/Makefile2:228: CMakeFiles/wsjtx-build.dir/all] Error 2 make: [Makefile:84: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

simona commented on 2017-06-16 21:41 (UTC)

asciidoctor required...

felmey commented on 2017-05-30 17:56 (UTC)

I had a problem today and not sure if it was due to an update. This was the error I received (after having worked for weeks): wsjtx: error while loading shared libraries: libgfortran.so.3: cannot open shared object file: No such file or directory I downloaded again from aur and reinstalled and everything is working again... Just thought I'd post this here in case anyone else had the same problem.

noway2 commented on 2017-05-25 19:25 (UTC)

I had the same problem installing. There are three locations in MainWindow.cpp that throw an exception claiming an ambiguous cast on the '\0'. Once those are changed to QChar {0} it compiles fine. Sounds like there might be a tightening of the spec in the QT libraries or something perhaps?

felmey commented on 2017-04-21 03:35 (UTC) (edited on 2017-04-21 03:36 (UTC) by felmey)

I finally got it to install... There is a problem with the QT library and/or compiler compatibility. You must look for the errors as coterethus has suggested below and go to the exact line number given. For example ../mainwindow.cpp:1758:22 is on line 1758. HOWEVER, the correct edit is as follows: '\0' to QChar {0} Here is the background information: http://wsjt-devel.narkive.com/oUaQqXwE/error-compiling-aur NOTE: Only change the '\0' if that particular line gives you an error. Do not do a mass find and replace on the entire file.

felmey commented on 2017-04-04 08:18 (UTC)

I was getting these errors as well: make[3]: *** [Makefile:150: all] Error 2 and the package wouldn't compile. So I downloaded the source and tried to compile the package. I received the exact same errors. I believe this is an upstream problem.