Description of problem: VNC install of rawhide-20060615 on HP Integrity the VNC server starts then a few seconds later we get: python: cairo-image-surface.c:471: _cairo_content_from_format: Assertion `NOT_REACHED' failed. install exited abnormally Version-Release number of selected component (if applicable): anaconda-11.1.0.40-1 rawhide-20060615 How reproducible: 100% Steps to Reproduce: 1. VNC install on ia64 (possibly others also) 2. 3. Actual results: Expected results: Additional info:
Upstream is https://bugs.freedesktop.org/show_bug.cgi?id=7229 Trivial reproducer: Xvnc -depth 16 SecurityTypes=None -auth /dev/null :8 & DISPLAY=:8 python -c 'import gtk; w = gtk.Window(); w.show(); gtk.main()'
Thanks for the report, and particularly the simple reproduction steps. They were very helpful in tracking this down. I tested my fix and got confirmation from the Mandriva maintainer that it helped a similar problem he hit, so I've now built a cairo 1.1.10 with that fix. -Carl