After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 732988 - code coverage does not support lcov 1.11
code coverage does not support lcov 1.11
Status: RESOLVED FIXED
Product: gnome-common
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Gnome Common Maintainer(s)
Gnome Common Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-07-10 11:55 UTC by Martin Pitt
Modified: 2014-07-10 12:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Martin Pitt 2014-07-10 11:55:34 UTC
In Ubuntu we got lcov 1.11 now, and thus projects that use code coverage now fail with

configure: error: You must have one of the following versions of lcov: 1.6 1.7 1.8 1.9 1.10 (found: 1.11)

Simply adding 1.11 to the list in /usr/share/aclocal/gnome-code-coverage.m4 works fine; I tested it with umockdev, but this shouldn't be very project specific.

I'm happy to fix this myself in git if the maintainers agree (won't bother with git format-patch etc. for this simple thing). Thanks!
Comment 1 David King 2014-07-10 11:59:02 UTC
Fine by me.
Comment 2 Martin Pitt 2014-07-10 12:10:17 UTC
Ack, fixed: https://git.gnome.org/browse/gnome-common/commit/?id=13d01a8b