Search Criteria
Package Details: wsjtx-improved 3.1.0-260418
Package Actions
| Git Clone URL: | https://aur.archlinux.org/wsjtx-improved.git (read-only, click to copy) |
|---|---|
| Package Base: | wsjtx-improved |
| Description: | Software for Amateur Radio Weak-Signal Communication (JT9 and JT65) - WSJT-X Improved by DG2YCB |
| Upstream URL: | https://sourceforge.net/projects/wsjt-x-improved/ |
| Keywords: | hamradio wsjtx |
| Licenses: | GPL3 |
| Conflicts: | wsjtx |
| Provides: | wsjtx |
| Submitter: | KF5U |
| Maintainer: | KF5U |
| Last Packager: | KF5U |
| Votes: | 6 |
| Popularity: | 0.92 |
| First Submitted: | 2023-10-19 07:42 (UTC) |
| Last Updated: | 2026-04-19 00:00 (UTC) |
Dependencies (16)
- fftw (fftw-amdAUR)
- hamlib (hamlib-gitAUR, hamlib-noindi-gitAUR)
- libusb (libusb-gitAUR)
- portaudio
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-multimedia
- qt5-serialport (qt5-serialport-gitAUR)
- qt5-tools
- qt5-websocketsAUR (qt5-websockets-gitAUR)
- readline (readline-gitAUR)
- asciidoc (asciidoc-gitAUR) (make)
- asciidoctor (make)
- boost (boost-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- gcc-fortran (gcc-fortran-gitAUR, gcc-fortran-snapshotAUR) (make)
- texinfo (texinfo-gitAUR) (make)
Required by (3)
- openwebrx-plus (requires wsjtx) (optional)
- openwebrx-plus-git (requires wsjtx) (optional)
- sparksdr-bin (requires wsjtx) (optional)
Latest Comments
1 2 Next › Last »
aa6kj commented on 2026-04-19 15:04 (UTC)
A quick fix is to modify PKGBUILD (add -Wnoerror part):
cmake \ -DCMAKE_C_FLAGS="-Wno-error=format-security" \ -Wno-dev \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ ../wsjtxaa6kj commented on 2026-04-19 14:50 (UTC) (edited on 2026-04-19 15:01 (UTC) by aa6kj)
Latest build terminates with:
/home/eloranta/.cache/yay/wsjtx-improved/src/wsjtx-3.1.0/wsjtx-prefix/wsjtx/map65/libm65/tmoonsub.c: In function ‘getargs’: /home/eloranta/.cache/yay/wsjtx-improved/src/wsjtx-3.1.0/wsjtx-prefix/wsjtx/map65/libm65/tmoonsub.c:59:5: error: format not a string literal and no format arguments [-Werror=format-security] 59 | fprintf(stderr, usage); | ^/home/eloranta/.cache/yay/wsjtx-improved/src/wsjtx-3.1.0/wsjtx-prefix/wsjtx/map65/libm65/tmoonsub.c: In function ‘illumination’: /home/eloranta/.cache/yay/wsjtx-improved/src/wsjtx-3.1.0/wsjtx-prefix/wsjtx/map65/libm65/tmoonsub.c:361:26: warning: unused parameter ‘day’ [-Wunused-parameter] 361 | void illumination(double day, double lra, double ldec, double dr, double sra, double sdec, double pabl, double ill) { |~^/home/eloranta/.cache/yay/wsjtx-improved/src/wsjtx-3.1.0/wsjtx-prefix/wsjtx/map65/libm65/tmoonsub.c: In function ‘equatorial’: /home/eloranta/.cache/yay/wsjtx-improved/src/wsjtx-3.1.0/wsjtx-prefix/wsjtx/map65/libm65/tmoonsub.c:449:61: warning: unused parameter ‘r’ [-Wunused-parameter] 449 | void equatorial(double d, double lon, double lat, double r) { |^ /home/eloranta/.cache/yay/wsjtx-improved/src/wsjtx-3.1.0/wsjtx-prefix/wsjtx/map65/libm65/tmoonsub.c: In function ‘ecliptic’: /home/eloranta/.cache/yay/wsjtx-improved/src/wsjtx-3.1.0/wsjtx-prefix/wsjtx/map65/libm65/tmoonsub.c:465:59: warning: unused parameter ‘r’ [-Wunused-parameter] 465 | void ecliptic(double d, double lon, double lat, double r) { |~~^ cc1: some warnings being treated as errors make[2]: *** [map65/libm65/CMakeFiles/m65impl.dir/build.make:1411: map65/libm65/CMakeFiles/m65impl.dir/tmoonsub.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:6249: map65/libm65/CMakeFiles/m65impl.dir/all] Error 2 make: *** [Makefile:156: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... -> error making: wsjtx-improved-exit status 4 -> Failed to install the following packages. Manual intervention is required: wsjtx-improved - exit status 4KF5U commented on 2026-04-18 00:26 (UTC)
I will take a look at this as soon as I have a chance this weekend. Thanks!
itslemonchan commented on 2026-04-16 21:40 (UTC) (edited on 2026-04-16 21:58 (UTC) by itslemonchan)
Hi, looks like this package is no longer building on a clean environment, but it appears to work on an old Arch install.
0x0ACE commented on 2025-02-15 16:46 (UTC) (edited on 2025-02-15 16:59 (UTC) by 0x0ACE)
Updated system today.
wsjtx: error while loading shared libraries: libboost_log_setup.so.1.86.0: cannot open shared object file: No such file or directoryLooked back at history to try and determine what changes were made the last time boost library version was a problem. Could not deduce what to change to get back and running before update is available. Any help there would be appreciated for future reference.
It rebuilds fine, but gets this error when running.
EDIT: Seems it did not actually rebuild (I had used
pikaur), rebuilding manually worked. Apologies for false alarm.KF5U commented on 2024-09-10 14:16 (UTC)
@raindog1975, good deal, glad it is working now. 73
raindog1975 commented on 2024-09-10 04:55 (UTC)
Just did, everything works great, thank you. 73
KF5U commented on 2024-09-09 18:22 (UTC)
@raindog1975, have you attempted a reinstall of wsjtx_improved?
KF5U commented on 2024-09-08 20:28 (UTC)
I am out of pocket today but will look at it as soon as I get back.
raindog1975 commented on 2024-09-08 17:27 (UTC)
After the last system update I get the error:
"wsjtx: error while loading shared libraries: libboost_log_setup.so.1.83.0: cannot open shared object file: No such file or director"
I seem to have boost-libs 1.86.0-2 after the last system update.
1 2 Next › Last »