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 693766 - Test suite now fails on unknown symbol pango_cairo_win32_font_map_get_type
Test suite now fails on unknown symbol pango_cairo_win32_font_map_get_type
Status: RESOLVED DUPLICATE of bug 694095
Product: pango
Classification: Platform
Component: general
unspecified
Other Linux
: Normal major
: ---
Assigned To: pango-maint
pango-maint
Depends on:
Blocks:
 
 
Reported: 2013-02-14 08:00 UTC by Martin Pitt
Modified: 2013-03-21 08:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Martin Pitt 2013-02-14 08:00:44 UTC
"make check" on Linux now fails with

Checking ./pangocairo.def
--- pangocairo.list	2013-02-14 08:56:34.687518303 +0100
+++ pangocairo.expected	2013-02-14 08:56:34.687518303 +0100
@@ -31,4 +31,3 @@
 pango_cairo_show_layout_line
 pango_cairo_update_context
 pango_cairo_update_layout
-pango_cairo_win32_font_map_get_type
Checking ./pangoft2.def
Checking ./pangoxft.def
FAIL: check.defs

This is apparently due to http://git.gnome.org/browse/pango/commit/?id=470190802cf458 which added the symbol without updating the test cases on Linux.

The full logs are available on Jenkins:

https://jenkins.qa.ubuntu.com/view/Raring/view/JHBuild%20Gnome/job/jhbuild-amd64-pango/59/artifact/pango.log
Comment 1 Fan, Chun-wei 2013-03-21 08:09:31 UTC
Hi Martin,

This was fixed in bug 694095.

With blessings!

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