Package Details: jtdx 2.2.159-2

Git Clone URL: https://aur.archlinux.org/jtdx.git (read-only, click to copy)
Package Base: jtdx
Description: For amateur radio communication using very weak signals. Forked from WSJT-X.
Upstream URL: https://github.com/jtdx-project/jtdx
Keywords: hamradio jtdx wsjtx
Licenses: GPL3
Conflicts: jtdx-improved, jtdx-improved-jtdxgui
Provides: jtdx
Submitter: joshuarubin
Maintainer: joshuarubin (KF5U)
Last Packager: KF5U
Votes: 5
Popularity: 0.94
First Submitted: 2020-08-13 00:17 (UTC)
Last Updated: 2024-07-23 07:23 (UTC)

Latest Comments

1 2 3 Next › Last »

joshuarubin commented on 2024-07-22 17:45 (UTC)

Thanks KF5U, I've added you as a comaintainer.

KF5U commented on 2024-07-21 02:08 (UTC)

@joshuarubin, I can help or take over ownership/maintaining this package if you need someone to. Just let me know. Would be happy to do it.

imi415 commented on 2023-10-23 03:43 (UTC) (edited on 2023-10-23 03:44 (UTC) by imi415)

We built the jtdxhamlib package statically, while does not link to INDI dynamically in jtdx... Either upstream need to fix the static link issue, or we need to build jtdxhamlib without indi support. Quick fix: add --without-indi to jtdxhamlib PKGBUILD

Coelacanthus commented on 2023-04-30 16:10 (UTC)

Need add some code to jtdxhamlib. \

  CFLAGS+=" -ffat-lto-objects"
  CXXFLAGS+=" -ffat-lto-objects"

To solve strip with mangle problem. \ https://archlinux.org/todo/lto-fat-objects/

simona commented on 2023-01-29 14:20 (UTC)

/bin/ld: /opt/jtdxhamlib/lib/libhamlib.a(indi_wrapper.o):(.data.rel.ro._ZTV13RotINDIClient[_ZTV13RotINDIClient]+0x80): undefined reference to `INDI::BaseClient::newUniversalMessage(std::__cxx11::basic_string<char, std::char_traits\<char>, std::allocator\<char> >)'
collect2: error: ld returned 1 exit status
make[2]: [CMakeFiles/jtdx.dir/build.make:801: jtdx] Error 1
make[1]:
[CMakeFiles/Makefile2:733: CMakeFiles/jtdx.dir/all] Error 2

joshuarubin commented on 2023-01-18 23:06 (UTC)

Looking for co-maintainers as I'm not on arch full time anymore.

simona commented on 2023-01-02 21:19 (UTC)

/bin/ld: /opt/jtdxhamlib/lib/libhamlib.a(indi_wrapper.o):(.data.rel.ro._ZTV13RotINDIClient[_ZTV13RotINDIClient]+0x80): undefined reference to `INDI::BaseClient::newUniversalMessage(std::__cxx11::basic_string<char, std::char_traits\<char>, std::allocator\<char> >)' collect2: error: ld returned 1 exit status

joshuarubin commented on 2022-01-10 19:35 (UTC)

Updated makedepends, thanks for the note.

DeltaV commented on 2021-12-26 02:56 (UTC)

I was not able to build unless I had the boost package installed (cmake package check failed). The makedepends should be updated to include boost.

joshuarubin commented on 2021-12-09 16:59 (UTC)

Sorry for the delay, does it work for you now?