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.123726
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 »

Linuxfan commented on 2020-07-05 09:55 (UTC)

The following error messages are with me. Also a gcc10 error ...

cc1plus: Alle Warnungen werden als Fehler behandelt make[5]: [CMakeFiles/qcp.dir/build.make:97: CMakeFiles/qcp.dir/qcustomplot-source/qcustomplot.cpp.o] Fehler 1 make[4]: [CMakeFiles/Makefile2:648: CMakeFiles/qcp.dir/all] Fehler 2 make[3]: [Makefile:172: all] Fehler 2 make[2]: [CMakeFiles/wsjtx-build.dir/build.make:81: wsjtx-prefix/src/wsjtx-stamp/wsjtx-build] Fehler 2 make[1]: [CMakeFiles/Makefile2:462: CMakeFiles/wsjtx-build.dir/all] Fehler 2 make: [Makefile:104: all] Fehler 2 ==> FEHLER: Ein Fehler geschah in build(). Breche ab... Error making: wsjtx

df8oe commented on 2020-07-04 11:16 (UTC)

Problem is that Arch and all its derivates (like Manjaro) are running gcc10 now. There are some important changes between these two regarding the handling of warnings. There would be two solutions:
1) look at the source code and fix all places where warnings pop up
2) disable the behaviour of gcc10 to handle warnings like errors.

<deleted-account> commented on 2020-07-04 09:42 (UTC)

Still doesn't work on my Manjaro laptop. Manual build from source tgz provided on homepage is successful (following instructions in INSTALL file).

df8oe commented on 2020-06-05 16:21 (UTC) (edited on 2020-06-05 16:22 (UTC) by df8oe)

I got a solution. The error pops up if you use a newer gcc where some declarations are deprecated and so throw warnings. Because of -Werror is set these warnings lead to a build error. If you remove -Werror in ~/.cache/yay/wsjtx/src/build/wsjtx-prefix/src/wsjtx/CMakeLists.txt in line 924 of course the warnings are still present - but building finishes successfully.

df8oe commented on 2020-06-04 06:39 (UTC)

My settings are already as mentioned by Ken but it does not build under normal conditions and not in chroot, too. The failure pops up in wsjtx_udp-static

s/.cache/yay/wsjtx/src/build/wsjtx-prefix/src/wsjtx/UDPExamples/MessageServer.cpp:42:75: Fehler: »void QAbstractSocket::error(QAbstractSocket::SocketError)« ist veraltet: Use QAbstractSocket::errorOccurred(QAbstractSocket::SocketError) instead [-Werror=deprecated-declarations]

Ken commented on 2020-06-03 12:36 (UTC) (edited on 2020-06-03 12:37 (UTC) by Ken)

Hi :)

changing

pkgver=2.2.0

sha1sums=('9e626276f7525477d99321e5e2ddac9a62720665')

Fixes it for the newest version.

Ludde commented on 2020-05-29 10:06 (UTC)

The problems me and wiccan2 was having is solved in the latest version in git, see for example this commit https://sourceforge.net/p/wsjt/wsjtx/ci/1d159a18c7615e0c7d44a9391a6fb45892df5e09/

One could make patches that backports this while waiting for the new release, but I'll be using the gitversion also available on AUR https://aur.archlinux.org/packages/wsjtx-git/ since this compiles for me.

Ludde commented on 2020-05-27 09:01 (UTC)

I'm also using the patch from nrdufour, but I'm failing at a different point than wiccan2

[ 21%] Building Fortran object CMakeFiles/wsjt_fort_omp.dir/lib/ephem.f90.o
[ 21%] Building Fortran object CMakeFiles/wsjt_fort_omp.dir/lib/extract.f90.o
/home/user/AUR/wsjtx/src/build/wsjtx-prefix/src/wsjtx/lib/extract.f90:212:36:

  212 |      call interleave63(correct,63,1)
      |                                    1
Error: More actual than formal arguments in procedure call at (1)
make[5]: *** [CMakeFiles/wsjt_fort_omp.dir/build.make:1006: CMakeFiles/wsjt_fort_omp.dir/lib/extract.f90.o] Error 1
make[4]: *** [CMakeFiles/Makefile2:1181: CMakeFiles/wsjt_fort_omp.dir/all] Error 2
make[3]: *** [Makefile:172: all] Error 2
make[2]: *** [CMakeFiles/wsjtx-build.dir/build.make:81: wsjtx-prefix/src/wsjtx-stamp/wsjtx-build] Error 2
make[1]: *** [CMakeFiles/Makefile2:462: CMakeFiles/wsjtx-build.dir/all] Error 2
make: *** [Makefile:104: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

wiccan2 commented on 2020-05-23 13:47 (UTC) (edited on 2020-05-23 13:48 (UTC) by wiccan2)

I can't compile even with the patch:

[ 25%] Building Fortran object CMakeFiles/wsjt_fort_omp.dir/lib/ft8/filt8.f90.o
/home/wiccan2/ForceLocal/aur-rebased/wsjtx/src/build/wsjtx-prefix/src/wsjtx/lib/ft8/filt8.f90:32:14:

   12 |   call four2a(x,NFFT,1,-1,0)              !r2c
      |              2
......
   32 |   call four2a(cx,nfft,1,1,-1)                  !c2r
      |              1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (COMPLEX(4)/REAL(4)).
make[5]: *** [CMakeFiles/wsjt_fort_omp.dir/build.make:1214: 
CMakeFiles/wsjt_fort_omp.dir/lib/ft8/filt8.f90.o] Error 1
make[5]: *** Waiting for unfinished jobs....

...

/home/wiccan2/ForceLocal/aur-rebased/wsjtx/src/build/wsjtx-prefix/src/wsjtx/lib/ft8/filt8.f90:32:14:

   12 |   call four2a(x,NFFT,1,-1,0)              !r2c
      |              2
......
   32 |   call four2a(cx,nfft,1,1,-1)                  !c2r
      |              1
Error: Type mismatch between actual argument at (1) and actual argument at (2) 
(COMPLEX(4)/REAL(4)).
make[5]: *** [CMakeFiles/wsjt_fort.dir/build.make:1214: 
CMakeFiles/wsjt_fort.dir/lib/ft8/filt8.f90.o] Error 1
make[5]: *** Waiting for unfinished jobs....
[ 26%] Building Fortran object CMakeFiles/wsjt_fort.dir/lib/fitcal.f90.o

...

make[3]: *** [Makefile:172: all] Error 2
make[2]: *** [CMakeFiles/wsjtx-build.dir/build.make:81: wsjtx-prefix/src/wsjtx-stamp/wsjtx-build] Error 2
make[1]: *** [CMakeFiles/Makefile2:462: CMakeFiles/wsjtx-build.dir/all] Error 2
make: *** [Makefile:104: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

felmey commented on 2020-04-13 01:24 (UTC)

nrdufour's patch fixed my issue. I was able to compile after applying it. Thank you.

(Probably goes without saying but just wipe out all the files and directories that were created if you already had a failed install attempt. )