Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Current snapshot of mozilla-central fails to build firefox-qt properly

1 view
Skip to first unread message

pmd.lotr...@gmail.com

unread,
Nov 17, 2008, 9:55:45 AM11/17/08
to
I'm trying to build firefox-qt on Gentoo v 2008.0, my version of Qt is
a self-compiled 4.4.3, my mozconfig is as follows:-
mk_add_options MOZ_CO_PROJECT="browser,xulrunner"

ac_add_options --enable-application=browser
ac_add_options --enable-default-toolkit=cairo-qt
ac_add_options --disable-installer
ac_add_options --disable-crashreporter
ac_add_options --disable-javaxpcom
ac_add_options --disable-printing
ac_add_options --disable-embedding-tests
ac_add_options --disable-elf-dynstr-gc

ac_add_options --with-qtdir="/usr/local/Trolltech/Qt-4.4.3/"
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj-qt
mk_add_options MOZ_MAKE_FLAGS=-j3

When I try to build the current snapshot, I get the following errors:-
gmake[4]: warning: -jN forced in submake: disabling jobserver mode.
gmake[4]: warning: -jN forced in submake: disabling jobserver mode.
gmake[4]: warning: -jN forced in submake: disabling jobserver mode.
gmake[6]: warning: -jN forced in submake: disabling jobserver mode.
gmake[6]: warning: -jN forced in submake: disabling jobserver mode.
gmake[6]: warning: -jN forced in submake: disabling jobserver mode.
processing /home/pramod/mozilla-central/netwerk/locales/jar.mn
Makefile:101: test_table_indexes.html temporarily disabled
/home/pramod/mozilla-central/gfx/cairo/cairo/src/cairo-qpainter-
surface.cpp: In function 'cairo_int_status_t
_cairo_qpainter_surface_show_glyphs(void*, cair$
/home/pramod/mozilla-central/gfx/cairo/cairo/src/cairo-qpainter-
surface.cpp:1391: error: invalid conversion from 'int' to
'cairo_text_cluster_flags_t'
/home/pramod/mozilla-central/gfx/cairo/cairo/src/cairo-qpainter-
surface.cpp: At global scope:
/home/pramod/mozilla-central/gfx/cairo/cairo/src/cairo-qpainter-
surface.cpp:129: warning: 'g_dump_path' defined but not used
/home/pramod/mozilla-central/gfx/cairo/cairo/src/cairo-qpainter-
surface.cpp:130: warning: 'timer_start_val' defined but not used
/home/pramod/mozilla-central/gfx/cairo/cairo/src/cairo-qpainter-
surface.cpp:155: warning: 'const char* _opstr(cairo_operator_t)'
defined but not used
gmake[6]: *** [cairo-qpainter-surface.o] Error 1
gmake[5]: *** [libs] Error 2
gmake[4]: *** [libs] Error 2
gmake[3]: *** [libs_tier_gecko] Error 2
gmake[2]: *** [tier_gecko] Error 2
make[1]: *** [default] Error 2
make: *** [build] Error 2

and then stops.

Peter Weilbacher

unread,
Nov 18, 2008, 8:43:32 AM11/18/08
to
On 17.11.2008 15:55, pmd.lotr...@gmail.com wrote:
> /home/pramod/mozilla-central/gfx/cairo/cairo/src/cairo-qpainter-
> surface.cpp:155: warning: 'const char* _opstr(cairo_operator_t)'
> defined but not used
> gmake[6]: *** [cairo-qpainter-surface.o] Error 1
> gmake[5]: *** [libs] Error 2
> gmake[4]: *** [libs] Error 2
> gmake[3]: *** [libs_tier_gecko] Error 2
> gmake[2]: *** [tier_gecko] Error 2
> make[1]: *** [default] Error 2
> make: *** [build] Error 2
>
> and then stops.

Bug 463872 still seems to be unfixed. I have reopened it.

Peter.

0 new messages