#1146516 rxtx FTCBFS: fails running host's javac

Package:
src:rxtx
Source:
src:rxtx
Submitter:
Helmut Grohne
Date:
2026-09-02 18:53:02 UTC
Severity:
normal
Tags:
#1146516#5
Date:
2026-09-02 18:38:14 UTC
From:
To:
rxtx fails to cross build from source, because it fails running
/usr/bin/javac, which happens to be a host architecture executable.
Usually, when building Java packages, one needs a native development kit
and sometimes also the host's runtime libraries. I tried building with
just the native development kit and that happens to just work. Please
consider applying the attached patch.

Helmut