#1123015 ssvnc FTCBFS: multiple reasons

Package:
src:ssvnc
Source:
src:ssvnc
Submitter:
Helmut Grohne
Date:
2025-12-15 21:49:04 UTC
Severity:
normal
Tags:
#1123015#5
Date:
2025-12-14 21:32:11 UTC
From:
To:
ssvnc fails to cross build from source for two distinct reasons. The
immediate failure arises from not passing cross tools to make. A
required dependency is not found as it is only requested for the host
architecture, but make defaults to using build architecture build tools.
Using dh_auto_build is the easiest way to fix this. Then, running the
host's java compiler fails. For using the compiler, a native Java
development kit is needed. The attached patch addresses both issues.
Please consider applying it.

Helmut