El 1/2/25 a las 9:21, Helmut Grohne escribió:
Source: recode
Version: 3.7.14-2
Severity: serious
Justification: nocheck ftbfs is rc
Tags: ftbfs
recode fails to build from source in unstable when built with the
nocheck build profile. The relevant output likely is this:
| checking for a Python interpreter with version >= 3.5... none
| configure: error: no suitable Python interpreter found
| tail -v -n \+0 config.log
| ==> config.log <==
I suspect that too many dependencies are annotated <!nocheck>.
Big oops! Thanks for the report.
Actually, none of the dependencies with <!nocheck> is required by itself
for a build with nocheck.
I'll add python3-minimal, which seems to be enough in this case.
Thanks.