When I run chromium, it reports: ./chrome: symbol lookup error: ./chrome: undefined symbol: cairo_format_stride_for_width then I emerge cairo and run chromium again, it reports: ./chrome: symbol lookup error: ./chrome: undefined symbol: pango_layout_set_height then I emerge pango and chromium run succeed! Reproducible: Always Actual Results: ./chrome: symbol lookup error: ./chrome: undefined symbol: cairo_format_stride_for_width ./chrome: symbol lookup error: ./chrome: undefined symbol: pango_layout_set_height Expected Results: Run the chromium. Maybe chromium-bin depends on cairo and pango.
Thanks for the report! I've added a RDEPEND on pango (and cairo via pango), in CVS