From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=DMARC_MISSING, MAILING_LIST_MULTI,RDNS_NONE autolearn=no autolearn_force=no version=4.0.0 Received: from box1.cyxs.net (unknown [208.155.66.115]) by chiba.3jane.net (Postfix) with SMTP id 08433ABD4F for ; Fri, 7 Jun 2002 12:42:42 -0500 (CDT) Received: (qmail 23256 invoked from network); 7 Jun 2002 17:29:35 -0000 Received: from unknown (HELO localhost) (208.155.66.115) by 0 with SMTP; 7 Jun 2002 17:29:35 -0000 From: Richard Reich To: gentoo-dev@gentoo.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 07 Jun 2002 13:37:52 -0400 Message-Id: <1023471472.1300.5.camel@orcana> Mime-Version: 1.0 Subject: [gentoo-dev] Mozilla not compiling with gcc-3.1 Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: fee939ee-7aa8-4e01-922d-7d588e0aee04 X-Archives-Hash: eda622df1ea1508dbb70c38d1bdeb0f5 Mozilla 1.0 is not compiling on my system, I'm using the gcc-3 profile. rc3 built fine but 1.0 will not. I tried to attach a gziped file but evolution crashed on me, consistantly, probably becuase of being built with gcc-3.1. Anyway below is the error. Thanks Richard Reich gcc -o fccharset.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" -DOJI -DFC_FALLBACK_FONTS=\"/usr/X11R6/lib/X11/fonts/Type1\" -I../../../../dist/include/freetype2 -I../../../../dist/include/fontconfig -I../../../../dist/include/expat -I../../../../dist/include/fontconfig -I../../../../dist/include -I/var/tmp/portage/mozilla-1.0-r1/work/mozilla/dist/include/nspr -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -march=i686 -mcpu=i686 -O3 -pipe -pthread -pipe -DNDEBUG -DTRIMMED -O3 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -include ../../../../config-defs.h -DMOZILLA_CLIENT -Wp,-MD,.deps/fccharset.pp fccharset.c fccharset.c: In function `FcCharSetCoverage': fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c: In function `FcFreeTypeCharIndex': fccharset.c:906: warning: comparison between signed and unsigned fccharset.c:915: warning: comparison between signed and unsigned fccharset.c:924: warning: comparison between signed and unsigned fccharset.c: In function `FcFreeTypeCharSet': fccharset.c:1007: warning: comparison between signed and unsigned fccharset.c:1046: too few arguments to function `FT_Get_Next_Char' fccharset.c:1073: too few arguments to function `FT_Get_Next_Char' make[4]: *** [fccharset.o] Error 1 make[4]: Leaving directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/src' make[4]: Entering directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/src' fccharset.c gcc -o fccharset.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" -DOJI -DFC_FALLBACK_FONTS=\"/usr/X11R6/lib/X11/fonts/Type1\" -I../../../../dist/include/freetype2 -I../../../../dist/include/fontconfig -I../../../../dist/include/expat -I../../../../dist/include/fontconfig -I../../../../dist/include -I/var/tmp/portage/mozilla-1.0-r1/work/mozilla/dist/include/nspr -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -march=i686 -mcpu=i686 -O3 -pipe -pthread -pipe -DNDEBUG -DTRIMMED -O3 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -include ../../../../config-defs.h -DMOZILLA_CLIENT -Wp,-MD,.deps/fccharset.pp fccharset.c fccharset.c: In function `FcCharSetCoverage': fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c: In function `FcFreeTypeCharIndex': fccharset.c:906: warning: comparison between signed and unsigned fccharset.c:915: warning: comparison between signed and unsigned fccharset.c:924: warning: comparison between signed and unsigned fccharset.c: In function `FcFreeTypeCharSet': fccharset.c:1007: warning: comparison between signed and unsigned fccharset.c:1046: too few arguments to function `FT_Get_Next_Char' fccharset.c:1073: too few arguments to function `FT_Get_Next_Char' make[4]: *** [fccharset.o] Error 1 make[4]: Leaving directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/src' make[3]: *** [libs] Error 2 make[3]: Leaving directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig' make[3]: Entering directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig' make[4]: Entering directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/fontconfig' make[4]: warning: -jN forced in submake: disabling jobserver mode. make[4]: Leaving directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/fontconfig' make[4]: Entering directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/src' make[4]: warning: -jN forced in submake: disabling jobserver mode. fccharset.c gcc -o fccharset.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" -DOJI -DFC_FALLBACK_FONTS=\"/usr/X11R6/lib/X11/fonts/Type1\" -I../../../../dist/include/freetype2 -I../../../../dist/include/fontconfig -I../../../../dist/include/expat -I../../../../dist/include/fontconfig -I../../../../dist/include -I/var/tmp/portage/mozilla-1.0-r1/work/mozilla/dist/include/nspr -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -march=i686 -mcpu=i686 -O3 -pipe -pthread -pipe -DNDEBUG -DTRIMMED -O3 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -include ../../../../config-defs.h -DMOZILLA_CLIENT -Wp,-MD,.deps/fccharset.pp fccharset.c fccharset.c: In function `FcCharSetCoverage': fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c: In function `FcFreeTypeCharIndex': fccharset.c:906: warning: comparison between signed and unsigned fccharset.c:915: warning: comparison between signed and unsigned fccharset.c:924: warning: comparison between signed and unsigned fccharset.c: In function `FcFreeTypeCharSet': fccharset.c:1007: warning: comparison between signed and unsigned fccharset.c:1046: too few arguments to function `FT_Get_Next_Char' fccharset.c:1073: too few arguments to function `FT_Get_Next_Char' make[4]: *** [fccharset.o] Error 1 make[4]: Leaving directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/src' make[4]: Entering directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/src' fccharset.c gcc -o fccharset.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" -DOJI -DFC_FALLBACK_FONTS=\"/usr/X11R6/lib/X11/fonts/Type1\" -I../../../../dist/include/freetype2 -I../../../../dist/include/fontconfig -I../../../../dist/include/expat -I../../../../dist/include/fontconfig -I../../../../dist/include -I/var/tmp/portage/mozilla-1.0-r1/work/mozilla/dist/include/nspr -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -march=i686 -mcpu=i686 -O3 -pipe -pthread -pipe -DNDEBUG -DTRIMMED -O3 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -include ../../../../config-defs.h -DMOZILLA_CLIENT -Wp,-MD,.deps/fccharset.pp fccharset.c fccharset.c: In function `FcCharSetCoverage': fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c: In function `FcFreeTypeCharIndex': fccharset.c:906: warning: comparison between signed and unsigned fccharset.c:915: warning: comparison between signed and unsigned fccharset.c:924: warning: comparison between signed and unsigned fccharset.c: In function `FcFreeTypeCharSet': fccharset.c:1007: warning: comparison between signed and unsigned fccharset.c:1046: too few arguments to function `FT_Get_Next_Char' fccharset.c:1073: too few arguments to function `FT_Get_Next_Char' make[4]: *** [fccharset.o] Error 1 make[4]: Leaving directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/src' make[3]: *** [libs] Error 2 make[3]: Leaving directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig' make[2]: *** [libs] Error 2 make[2]: Leaving directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft' make[2]: Entering directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft' make[3]: Entering directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/Xrender' ../../../config/nsinstall -R -m 644 libXrender.a ../../../dist/lib make[3]: Leaving directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/Xrender' make[3]: Entering directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig' make[4]: Entering directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/fontconfig' make[4]: warning: -jN forced in submake: disabling jobserver mode. make[4]: Leaving directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/fontconfig' make[4]: Entering directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/src' make[4]: warning: -jN forced in submake: disabling jobserver mode. fccharset.c gcc -o fccharset.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" -DOJI -DFC_FALLBACK_FONTS=\"/usr/X11R6/lib/X11/fonts/Type1\" -I../../../../dist/include/freetype2 -I../../../../dist/include/fontconfig -I../../../../dist/include/expat -I../../../../dist/include/fontconfig -I../../../../dist/include -I/var/tmp/portage/mozilla-1.0-r1/work/mozilla/dist/include/nspr -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -march=i686 -mcpu=i686 -O3 -pipe -pthread -pipe -DNDEBUG -DTRIMMED -O3 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -include ../../../../config-defs.h -DMOZILLA_CLIENT -Wp,-MD,.deps/fccharset.pp fccharset.c fccharset.c: In function `FcCharSetCoverage': fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c: In function `FcFreeTypeCharIndex': fccharset.c:906: warning: comparison between signed and unsigned fccharset.c:915: warning: comparison between signed and unsigned fccharset.c:924: warning: comparison between signed and unsigned fccharset.c: In function `FcFreeTypeCharSet': fccharset.c:1007: warning: comparison between signed and unsigned fccharset.c:1046: too few arguments to function `FT_Get_Next_Char' fccharset.c:1073: too few arguments to function `FT_Get_Next_Char' make[4]: *** [fccharset.o] Error 1 make[4]: Leaving directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/src' make[4]: Entering directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/src' fccharset.c gcc -o fccharset.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" -DOJI -DFC_FALLBACK_FONTS=\"/usr/X11R6/lib/X11/fonts/Type1\" -I../../../../dist/include/freetype2 -I../../../../dist/include/fontconfig -I../../../../dist/include/expat -I../../../../dist/include/fontconfig -I../../../../dist/include -I/var/tmp/portage/mozilla-1.0-r1/work/mozilla/dist/include/nspr -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -march=i686 -mcpu=i686 -O3 -pipe -pthread -pipe -DNDEBUG -DTRIMMED -O3 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -include ../../../../config-defs.h -DMOZILLA_CLIENT -Wp,-MD,.deps/fccharset.pp fccharset.c fccharset.c: In function `FcCharSetCoverage': fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c: In function `FcFreeTypeCharIndex': fccharset.c:906: warning: comparison between signed and unsigned fccharset.c:915: warning: comparison between signed and unsigned fccharset.c:924: warning: comparison between signed and unsigned fccharset.c: In function `FcFreeTypeCharSet': fccharset.c:1007: warning: comparison between signed and unsigned fccharset.c:1046: too few arguments to function `FT_Get_Next_Char' fccharset.c:1073: too few arguments to function `FT_Get_Next_Char' make[4]: *** [fccharset.o] Error 1 make[4]: Leaving directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/src' make[3]: *** [libs] Error 2 make[3]: Leaving directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig' make[3]: Entering directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig' make[4]: Entering directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/fontconfig' make[4]: Leaving directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/fontconfig' make[4]: Entering directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/src' fccharset.c gcc -o fccharset.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" -DOJI -DFC_FALLBACK_FONTS=\"/usr/X11R6/lib/X11/fonts/Type1\" -I../../../../dist/include/freetype2 -I../../../../dist/include/fontconfig -I../../../../dist/include/expat -I../../../../dist/include/fontconfig -I../../../../dist/include -I/var/tmp/portage/mozilla-1.0-r1/work/mozilla/dist/include/nspr -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -march=i686 -mcpu=i686 -O3 -pipe -pthread -pipe -DNDEBUG -DTRIMMED -O3 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -include ../../../../config-defs.h -DMOZILLA_CLIENT -Wp,-MD,.deps/fccharset.pp fccharset.c fccharset.c: In function `FcCharSetCoverage': fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c: In function `FcFreeTypeCharIndex': fccharset.c:906: warning: comparison between signed and unsigned fccharset.c:915: warning: comparison between signed and unsigned fccharset.c:924: warning: comparison between signed and unsigned fccharset.c: In function `FcFreeTypeCharSet': fccharset.c:1007: warning: comparison between signed and unsigned fccharset.c:1046: too few arguments to function `FT_Get_Next_Char' fccharset.c:1073: too few arguments to function `FT_Get_Next_Char' make[4]: *** [fccharset.o] Error 1 make[4]: Leaving directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/src' make[4]: Entering directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/src' fccharset.c gcc -o fccharset.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" -DOJI -DFC_FALLBACK_FONTS=\"/usr/X11R6/lib/X11/fonts/Type1\" -I../../../../dist/include/freetype2 -I../../../../dist/include/fontconfig -I../../../../dist/include/expat -I../../../../dist/include/fontconfig -I../../../../dist/include -I/var/tmp/portage/mozilla-1.0-r1/work/mozilla/dist/include/nspr -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -march=i686 -mcpu=i686 -O3 -pipe -pthread -pipe -DNDEBUG -DTRIMMED -O3 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -include ../../../../config-defs.h -DMOZILLA_CLIENT -Wp,-MD,.deps/fccharset.pp fccharset.c fccharset.c: In function `FcCharSetCoverage': fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c:569: warning: pointer of type `void *' used in arithmetic fccharset.c: In function `FcFreeTypeCharIndex': fccharset.c:906: warning: comparison between signed and unsigned fccharset.c:915: warning: comparison between signed and unsigned fccharset.c:924: warning: comparison between signed and unsigned fccharset.c: In function `FcFreeTypeCharSet': fccharset.c:1007: warning: comparison between signed and unsigned fccharset.c:1046: too few arguments to function `FT_Get_Next_Char' fccharset.c:1073: too few arguments to function `FT_Get_Next_Char' make[4]: *** [fccharset.o] Error 1 make[4]: Leaving directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/src' make[3]: *** [libs] Error 2 make[3]: Leaving directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig' make[2]: *** [libs] Error 2 make[2]: Leaving directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft' make[1]: *** [tier_9] Error 2 make[1]: Leaving directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla' make: *** [default] Error 2 !!! ERROR: The ebuild did not complete successfully. !!! Function src_compile, Line 87, Exitcode 2 !!! (no error message) !!! emerge aborting on /usr/portage/net-www/mozilla/mozilla-1.0-r1.ebuild .