Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 234805 - x11-libs/cairo-1.6.4 - FAIL: check-doc-syntax.sh
Summary: x11-libs/cairo-1.6.4 - FAIL: check-doc-syntax.sh
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-15 10:56 UTC by Euclid
Modified: 2008-09-10 13:38 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Euclid 2008-08-15 10:56:42 UTC
./configure
make && make test

SEE BUG FIX THAT WAS NOT  for cairo-1.6.4
SEE FIX THAT DID NOT FIX BUG DEPENDENCY = 213490

---------cairo test fails this is the tail end of make && make test ----------
./cairo-mutex-type-private.h: *          %CAIRO_MUTEX_UNLOCK (_cairo_some_mutex);
./cairo.c: * _cairo_error:
./cairo.c: * _cairo_set_error:
./cairo.c: * Atomically sets cr->status to @status and calls _cairo_error;
./cairo-scaled-font-subsets-private.h: * _cairo_scaled_font_subsets_create_scaled:
./cairo-scaled-font-subsets-private.h: * _cairo_scaled_font_subsets_create_simple:
./cairo-scaled-font-subsets-private.h: * _cairo_scaled_font_subsets_create_composite:
./cairo-scaled-font-subsets-private.h: * _cairo_scaled_font_subsets_destroy:
./cairo-scaled-font-subsets-private.h: * _cairo_scaled_font_subsets_map_glyph:
./cairo-scaled-font-subsets-private.h: * _cairo_scaled_font_subsets_foreach.
./cairo-scaled-font-subsets-private.h: * _cairo_scaled_font_subsets_foreach:
./cairo-scaled-font-subsets-private.h: * _cairo_scaled_font_subsets_foreach_unscaled:
./cairo-scaled-font-subsets-private.h: * _cairo_scaled_font_subset_create_glyph_names:
./cairo-scaled-font-subsets-private.h: * _cairo_cff_subset_init:
./cairo-scaled-font-subsets-private.h: * _cairo_cff_subset_fini:
./cairo-scaled-font-subsets-private.h: * _cairo_cff_fallback_init:
./cairo-scaled-font-subsets-private.h: * _cairo_cff_fallback_fini:
./cairo-scaled-font-subsets-private.h: * _cairo_truetype_subset_init:
./cairo-scaled-font-subsets-private.h: * _cairo_truetype_subset_fini:
./cairo-scaled-font-subsets-private.h: * _cairo_type1_subset_init:
./cairo-scaled-font-subsets-private.h: * _cairo_type1_subset_fini:
./cairo-scaled-font-subsets-private.h: * _cairo_type1_scaled_font_is_type1:
./cairo-scaled-font-subsets-private.h: * _cairo_type1_fallback_init_binary:
./cairo-scaled-font-subsets-private.h: * _cairo_type1_fallback_init_hexencode:
./cairo-scaled-font-subsets-private.h: * _cairo_type1_fallback_fini:
./cairo-scaled-font-subsets-private.h: * _cairo_type2_charstrings_init:
./cairo-scaled-font-subsets-private.h: * _cairo_type2_charstrings_fini:
./cairo-scaled-font-subsets-private.h: * _cairo_truetype_create_glyph_to_unicode_map:
Error: some function names in the docs are not followed by parentheses.
Fix this by searching for the following regexp in the above files:
        '^[/ ][*] .*\([^#]\|^\)\<\(cairo_[][<>/0-9a-z_]*\> \?[^][ <>(]\)'
FAIL: check-doc-syntax.sh
========================================================================
1 of 5 tests failed
Please report to http://bugs.freedesktop.org/enter_bug.cgi?product=cairo
========================================================================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory `/home/math/dev/gnu_family/cairo-1.6.4/src'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/home/math/dev/gnu_family/cairo-1.6.4/src'
make: *** [check-recursive] Error 1
----------end of output ---------
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2008-08-15 11:12:09 UTC
@Euclid: I don't see any reason to capitalise whole sentences.
Comment 2 Doug Goldstein (RETIRED) gentoo-dev 2008-09-10 13:38:45 UTC
If you're manually running make test, that's your own prerogative. We've specifically restricted the tests on cairo for years because it would result in a circular dependency.