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 728177 - Cannot collect coverage with lcov 1.10
Cannot collect coverage with lcov 1.10
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: general
git master
Other Linux
: Normal trivial
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2014-04-14 12:58 UTC by Vadim Rutkovsky
Modified: 2014-04-14 13:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add 1.10 to lcov version list (817 bytes, patch)
2014-04-14 12:58 UTC, Vadim Rutkovsky
committed Details | Review

Description Vadim Rutkovsky 2014-04-14 12:58:55 UTC
Created attachment 274264 [details] [review]
Add 1.10 to lcov version list

Error occurs when building clutter with --enable-gcov:
checking for ltp version... invalid
configure: error: You must have one of the following versions of LTP: 1.6 1.7 1.8 1.9 (found: 1.10).

The attached patch fixes and builds .gcno files correctly
Comment 1 Emmanuele Bassi (:ebassi) 2014-04-14 13:30:39 UTC
Review of attachment 274264 [details] [review]:

looks good, feel free to push to the clutter-1.18 branch.