====================================== cairo 1.13.1: src/test-suite.log ====================================== # TOTAL: 6 # PASS: 3 # SKIP: 0 # XFAIL: 0 # FAIL: 3 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: check-def.sh ================== In file included from /usr/include/assert.h:35:0, from cairoint.h:57, from check-has-hidden-symbols.c:1: /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ Checking that .libs/libcairo.so has the same symbol list as cairo.def 126a127 > cairo_lines_compare_at_y FAIL: check-plt.sh ================== Checking .libs/libcairo.so for local PLT entries 000000000031f380 0000032f00000007 R_X86_64_JUMP_SLOT 0000000000039bd0 cairo_lines_compare_at_y + 0 FAIL: check-preprocessor-syntax.sh ================================== Checking that public header files #include "cairo.h" first (or none) Checking that private header files #include "some cairo header" first (or none) Checking that source files #include "cairoint.h" first (or none) cairo-gl-info.c:#include cairo-gl-info.c:#include Checking that there is no #include Checking that feature conditionals are used with #if only (not #ifdef)