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 671807 - Fails to build with latest cogl/clutter release
Fails to build with latest cogl/clutter release
Status: RESOLVED DUPLICATE of bug 669378
Product: libchamplain
Classification: Core
Component: General
0.12.x
Other Linux
: Normal critical
: ---
Assigned To: libchamplain-maint
libchamplain-maint
Depends on:
Blocks:
 
 
Reported: 2012-03-11 03:02 UTC by Jeremy Bicha
Modified: 2012-03-12 10:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
buildlog (235.84 KB, application/octet-stream)
2012-03-11 03:02 UTC, Jeremy Bicha
Details

Description Jeremy Bicha 2012-03-11 03:02:26 UTC
Created attachment 209418 [details]
buildlog

The latest libchamplain release (0.12.1) fails to build with the latest cogl 1.9.8 (which is required for clutter 1.9, which is required for gnome-shell 3.4).

I also tried running ./make_dist.sh from libchamplain git, but it also fails.

CoglPango-1.0.gir:63.61-63.61: error: The type name `FontMap' could not be found
          <type name="FontMap" c:type="CoglPangoFontMap*"/>
                                                            ^
CoglPango-1.0.gir:78.61-78.61: error: The type name `FontMap' could not be found
          <type name="FontMap" c:type="CoglPangoFontMap*"/>
                                                            ^
CoglPango-1.0.gir:93.61-93.61: error: The type name `FontMap' could not be found
          <type name="FontMap" c:type="CoglPangoFontMap*"/>
                                                            ^
CoglPango-1.0.gir:109.61-109.61: error: The type name `FontMap' could not be found
          <type name="FontMap" c:type="CoglPangoFontMap*"/>
                                                            ^
CoglPango-1.0.gir:132.61-132.61: error: The type name `FontMap' could not be found
          <type name="FontMap" c:type="CoglPangoFontMap*"/>
                                                            ^
CoglPango-1.0.gir:151.61-151.61: error: The type name `FontMap' could not be found
          <type name="FontMap" c:type="CoglPangoFontMap*"/>
                                                            ^
Generation failed: 6 error(s), 0 warning(s)
make[1]: *** [champlain-0.14.vapi] Error 1
make[1]: Leaving directory `/home/jeremy/devel/libchamplain/upstream/champlain'
make: *** [distdir] Error 1
Comment 1 Jeremy Bicha 2012-03-11 03:15:27 UTC
Hmm, this might just have been a cogl bug.
Comment 2 Jeremy Bicha 2012-03-11 03:29:46 UTC
Nope, it fails even with the latest cogl.
Comment 3 Jiri Techet 2012-03-12 00:03:01 UTC
This is a duplicate of #669378. I've just released libchamplain 0.12.2 with a workaround for this problem. Basically all you need to do is to compile it without --enable-vala.
Comment 4 André Klapper 2012-03-12 10:41:16 UTC

*** This bug has been marked as a duplicate of bug 669378 ***