Summary: | [mozilla overlay] net-libs/xulrunner-1.9.1_beta4-r1 failed to build w recent cairo | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alexey Shvetsov <alexxy> |
Component: | New packages | Assignee: | Mozilla Gentoo Team <mozilla> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | High | ||
Version: | 2008.0 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | gzipped build.log |
Description
Alexey Shvetsov
![]() ![]() Created attachment 192207 [details]
gzipped build.log
Log compressed since it's too big to attach
if use qt; then ewarn "You are enabling the EXPERIMENTAL qt toolkit" ewarn "Usage is at your own risk" ewarn "Known to be broken. DO NOT file bugs." mozconfig_annotate '' --disable-system-cairo mozconfig_annotate 'qt' --enable-default-toolkit=cairo-qt => INVALID Maybe I should use a USE-flag that isn't so common so it doesn't automatically get enabled for people... (In reply to comment #2) > if use qt; then > ewarn "You are enabling the EXPERIMENTAL qt toolkit" > ewarn "Usage is at your own risk" > ewarn "Known to be broken. DO NOT file bugs." > mozconfig_annotate '' --disable-system-cairo > mozconfig_annotate 'qt' --enable-default-toolkit=cairo-qt > > => INVALID > > Maybe I should use a USE-flag that isn't so common so it doesn't automatically > get enabled for people... > well better to use qt4 use flag. since real toolkit is qt4 and why not use system installed cairo? (In reply to comment #3) > well better to use qt4 use flag. since real toolkit is qt4 > and why not use system installed cairo? > because the latest cairo release doesn't have qt support, so either cairo trunk, or inbuilt cairo must be used. And inbuilt cairo has a better chance of working than live cairo. |