Control: found -1 2.17.1-3 Control: severity -1 serious On 2023-10-27 22:12:13 -0500, David (Plasma) Paul wrote: > Source: fontconfig > Version: 2.14.1-1 > Severity: normal > > Dear Maintainer, > > Please add a 'uuid-runtime <!nocheck>' entry to the Build-Depends > stanza of fontconfig's debian/control file. > > Starting from version 2.14.1-1, the testsuite for fontconfig requires > running the uuidgen command which comes from the uuid-runtime package.
This is still the case: FAIL: run-test.sh [...] FAIL: run-test ============== [...] Running: Fallback to uuid ./run-test.sh: 397: uuidgen: not found Aborting from 'Fallback to uuid' with the exit code 127 FAIL run-test.sh (exit status: 127) > fontconfig does not list uuid-runtime among its build dependencies, but > it does declare a Build-Depends on uuid-dev which Depends on libuuid1 > which Recommends uuid-runtime, so this issue only arises when > Recommended packages aren't automatically installed. libuuid1 no longer recommends uuid-runtime. Now it just has "Suggests: uuid-runtime". So I'm raising the severity to serious, because after a usual installation, one gets a FTBFS. I suspect that systems that have been obtained via upgrades from Debian 12 or earlier will not see the issue, because the uuid-runtime package was already installed via the required package util-linux and "Suggests" packages are not removed by default. But fresh Debian 13 systems would be affected. -- Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / Pascaline project (LIP, ENS-Lyon)

