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 643802 - pango-1.28.3: doc test fails
pango-1.28.3: doc test fails
Status: RESOLVED FIXED
Product: pango
Classification: Platform
Component: general
1.29.x
Other Linux
: Normal normal
: ---
Assigned To: pango-maint
pango-maint
Depends on:
Blocks:
 
 
Reported: 2011-03-03 17:36 UTC by Pacho Ramos
Modified: 2012-08-25 19:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pacho Ramos 2011-03-03 17:36:38 UTC
I get the following as reported downstream at:
http://bugs.gentoo.org/show_bug.cgi?id=357205


Making check in pango-view
make[1]: Entering directory `/home/pacho/pango-1.28.3/pango-view'
make  check-am
make[2]: Entering directory `/home/pacho/pango-1.28.3/pango-view'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/home/pacho/pango-1.28.3/pango-view'
make[1]: Leaving directory `/home/pacho/pango-1.28.3/pango-view'
Making check in examples
make[1]: Entering directory `/home/pacho/pango-1.28.3/examples'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/pacho/pango-1.28.3/examples'
Making check in docs
make[1]: Entering directory `/home/pacho/pango-1.28.3/docs'
make  check-am
make[2]: Entering directory `/home/pacho/pango-1.28.3/docs'
make  check-TESTS
make[3]: Entering directory `/home/pacho/pango-1.28.3/docs'
make[4]: Entering directory `/home/pacho/pango-1.28.3/docs'
make[4]: Nothing to be done for `pango-undeclared.txt'.
make[4]: Nothing to be done for `pango-unused.txt'.
make[4]: Leaving directory `/home/pacho/pango-1.28.3/docs'
Unused documentated symbols:
PangoMatrix(y0, yx, x0, xx, yy, xy)
FAIL: check.docs
======================================================================
1 of 1 test failed
Please report to http://bugzilla.gnome.org/enter_bug.cgi?product=pango
======================================================================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory `/home/pacho/pango-1.28.3/docs'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/home/pacho/pango-1.28.3/docs'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/home/pacho/pango-1.28.3/docs'
make: *** [check-recursive] Error 1
Comment 1 Pacho Ramos 2012-01-30 09:43:06 UTC
Still valid with 1.29.4
Comment 2 Behdad Esfahbod 2012-08-25 19:04:50 UTC
Apparently this is fixed with gtk-doc master, but that introduces other issues that I'll file separately.