#996748 securefs FTCBFS: uses CHECK_CXX_SOURCE_RUNS

Package:
src:securefs
Source:
securefs
Submitter:
Helmut Grohne
Date:
2021-10-18 04:42:06 UTC
Severity:
normal
Tags:
#996748#5
Date:
2021-10-17 14:29:16 UTC
From:
To:
securefs fails to cross build from source, because it uses
CHECK_CXX_SOURCE_RUNS in a few occasions. In none of them, the result of
execution is actually checked. The results of the relevant syscalls are
ignored. As such, merely compiling these examples is equivalent and
works with cross compilation. Please consider applying the attached
patch.

Helmut