#1051602 encfs FTCBFS: a try run check fails

Package:
src:encfs
Source:
src:encfs
Submitter:
Helmut Grohne
Date:
2023-09-10 12:03:03 UTC
Severity:
normal
Tags:
#1051602#5
Date:
2023-09-09 13:15:16 UTC
From:
To:
encfs fails to cross build from source, because a try run check fails.
Looking closer this check isn't part of encfs itself part of a vendored
dependency. Looking even closer, the relevant dependency is used for
unit testing. Since we cannot run tests during cross builds, we might as
well skip building tests. Indeed, doing so fixes the cross build. I'm
attaching a patch for your convenience.

I observe that encfs does not run tests during build at all. Still I
consider building the tests a form of testing and thus have not disabled
that.

Helmut