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

Latest Comments

1 2 3 4 5 6 .. 10 Next › Last »

df8oe commented on 2024-04-19 17:50 (UTC)

73s to Ukraine!

ut4nj commented on 2024-04-19 17:43 (UTC)

df8oe, thank you so much, 73!!!

df8oe commented on 2024-04-19 17:20 (UTC)

pacman -Sy fakeroot ...

ut4nj commented on 2024-04-19 17:17 (UTC) (edited on 2024-04-19 17:29 (UTC) by ut4nj)

I get an error when installing:

Prepare... Cloned wsjtx build files... Information about wsjtx is created... Dependencies for wsjtx are checked... Dependencies are resolved... Mutual conflicts are checked...

The wsjtx is built... ==> ERROR: Cannot find the fakeroot binary.

Please help. Thank you!

Bevan commented on 2024-03-09 18:49 (UTC)

Oh, I noticed that !buildflags is unnecessary as there is also !lto which only disables LTO but leaves the other buildflags defined in makepkg.conf active.

Bevan commented on 2024-02-24 22:19 (UTC)

The package can be built by adding the following line to the PKGBUILD which disables LTO:

options=('!buildflags')

ruilvo commented on 2024-02-23 10:13 (UTC)

Build is failing:

[ 62%] Linking CXX executable jt65sim
/usr/src/debug/wsjtx-git/wsjtx/lib/rs.h:17:5: error: type of ‘decode_rs_int’ does not match original declaration [-Werror=lto-type-mismatch]
/usr/src/debug/wsjtx-git/wsjtx/lib/ftrsd/decode_rs.c:24:5: note: type mismatch in parameter 5
/usr/src/debug/wsjtx-git/wsjtx/lib/ftrsd/decode_rs.c:24:5: note: type ‘int’ should match type ‘void’
/usr/src/debug/wsjtx-git/wsjtx/lib/ftrsd/decode_rs.c:24:5: note: ‘decode_rs_int’ was previously declared here
/usr/src/debug/wsjtx-git/wsjtx/lib/rs.h:18:7: error: type of ‘init_rs_int’ does not match original declaration [-Werror=lto-type-mismatch]
/usr/src/debug/wsjtx-git/wsjtx/lib/ftrsd/init_rs.c:32:7: note: type mismatch in parameter 1
/usr/src/debug/wsjtx-git/wsjtx/lib/ftrsd/init_rs.c:32:7: note: type ‘unsigned int’ should match type ‘int’
/usr/src/debug/wsjtx-git/wsjtx/lib/ftrsd/init_rs.c:32:7: note: ‘init_rs_int’ was previously declared here
lto1: all warnings being treated as errors
lto-wrapper: fatal error: /usr/bin/c++ returned 1 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/jt65sim.dir/build.make:107: jt65sim] Error 1
make[1]: *** [CMakeFiles/Makefile2:456: CMakeFiles/jt65sim.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: wsjtx-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
wsjtx-git - exit status 4

simona commented on 2024-01-31 20:42 (UTC)

how much I would like to be able to install both wsjt-z and wsjt-x and use what is needed when necessary.

dhtseany commented on 2023-10-24 23:43 (UTC)

If you catch an error like I did...

wsjtx: error while loading shared libraries: libboost_log_setup.so.1.81.0: cannot open shared object file: No such file or directory

...perform a full clean build and it'll go away!

robokaren commented on 2023-09-04 13:07 (UTC)

Brilliant, many thanks. Forcing a rebuild of wsjtx from source again cured it.