Bug 18188

Summary: cairo make test failed on pixman
Product: cairo Reporter: Mario Stabrey <masta>
Component: generalAssignee: Carl Worth <cworth>
Status: RESOLVED NOTOURBUG QA Contact: cairo-bugs mailing list <cairo-bugs>
Severity: critical    
Priority: high    
Version: 1.8.0   
Hardware: Alpha   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: test.log for make test on cairo failed on pixman

Description Mario Stabrey 2008-10-23 09:40:59 UTC
Created attachment 19825 [details]
test.log for make test on cairo failed on pixman

installed is pixman-0.12.0, what is needed for cairo-1.8.0.
cairo compiled finished. but 'make test' failed on 165 tests, all depend of pixman.

i add a test.log file
Comment 1 Chris Wilson 2008-10-23 10:00:47 UTC
All the tests fail with "/tmp/cairo-1.8.0/test/.libs/lt-text-antialias-none: symbol lookup error: /tmp/cairo-1.8.0/src/.libs/libcairo.so.2: undefined symbol: pixman_region32_init" which implies that you've not correctly installed libpixman. After running make install for pixman, did you run ldconfig?

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.