Package: lcov
Version: 1.16-1
Upstream lcov 1.16 contains a fix for non-ASCII characters path [1],
but the 1.16-1 debian package still has this bug. This is due to the
gcc-9-support.patch that contains a copy
of some functions from previous version of lcov and that was not
updated with the fixed
version of the code for the 1.16 release.
A patch that include the bugfix in gcc-9-support.patch is attached.
Example of error without this patch:
genhtml: ERROR: cannot read .../src/soft�/lib.c
[1]
https://github.com/linux-test-project/lcov/commit/034353207a52786439f832691a37cd77c54be114
--
Aurélien Jacobs