From owner-freebsd-questions Sun Feb 9 14:48: 4 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB00D37B401 for ; Sun, 9 Feb 2003 14:48:00 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id F293943F85 for ; Sun, 9 Feb 2003 14:47:57 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h19MlfRA018042; Sun, 9 Feb 2003 17:47:41 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Mozilla port build failure From: Joe Marcus Clarke To: stan Cc: Free BSD Questions list In-Reply-To: <20030209220822.GA6722@teddy.fas.com> References: <20030209220822.GA6722@teddy.fas.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-//NUEKeGoYZxg5xMIFNG" Organization: MarcusCom, Inc. Message-Id: <1044830871.38248.8.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 09 Feb 2003 17:47:52 -0500 X-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,IN_REP_TO,MIME_LONG_LINE_QP,NOSPAM_INC,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01 version=2.44 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-//NUEKeGoYZxg5xMIFNG Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-02-09 at 17:08, stan wrote: > I'm updating today, and the mozilla port is failing like this: >=20 >=20 > cc -O -pipe -march=3Dk6 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/l= ocal/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPI= C -c xftdbg.c -o xftdbg.o > cc -O -pipe -march=3Dk6 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/l= ocal/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPI= C -c xftdpy.c -o xftdpy.o > cc -O -pipe -march=3Dk6 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/l= ocal/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPI= C -c xftdraw.c -o xftdraw.o > xftdraw.c: In function `XftDrawSrcPicture': > xftdraw.c:373: warning: passing arg 4 of `XRenderFillRectangle' discards = qualifiers from pointer target type > xftdraw.c: In function `XftDrawRect': > xftdraw.c:811: warning: passing arg 4 of `XRenderFillRectangle' discards = qualifiers from pointer target type > cc -O -pipe -march=3Dk6 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/l= ocal/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPI= C -c xftextent.c -o xftextent.o > cc -O -pipe -march=3Dk6 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/l= ocal/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPI= C -c xftfont.c -o xftfont.o > cc -O -pipe -march=3Dk6 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/l= ocal/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPI= C -c xftfreetype.c -o xftfreetype.o > cc -O -pipe -march=3Dk6 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/l= ocal/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPI= C -c xftglyphs.c -o xftglyphs.o > cc -O -pipe -march=3Dk6 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/l= ocal/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPI= C -c xftinit.c -o xftinit.o > cc -O -pipe -march=3Dk6 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/l= ocal/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPI= C -c xftlist.c -o xftlist.o > cc -O -pipe -march=3Dk6 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/l= ocal/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPI= C -c xftname.c -o xftname.o > cc -O -pipe -march=3Dk6 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/l= ocal/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPI= C -c xftrender.c -o xftrender.o > xftrender.c: In function `XftGlyphSpecRender': > xftrender.c:170: `XGlyphElt8' undeclared (first use in this function) > xftrender.c:170: (Each undeclared identifier is reported only once > xftrender.c:170: for each function it appears in.) > xftrender.c:170: `elts' undeclared (first use in this function) > xftrender.c:171: syntax error before `elts_local' > xftrender.c:186: `glyphs_loaded' undeclared (first use in this function) > xftrender.c:234: `nelt' undeclared (first use in this function) > xftrender.c:247: `x' undeclared (first use in this function) > xftrender.c:248: `y' undeclared (first use in this function) > xftrender.c:272: `elts_local' undeclared (first use in this function) > xftrender.c:335: `XGlyphElt16' undeclared (first use in this function) > xftrender.c:335: syntax error before `)' > xftrender.c:340: `XGlyphElt32' undeclared (first use in this function) > xftrender.c:340: syntax error before `)' > xftrender.c: In function `XftGlyphFontSpecRender': > xftrender.c:414: `XGlyphElt8' undeclared (first use in this function) > xftrender.c:414: `elts' undeclared (first use in this function) > xftrender.c:415: syntax error before `elts_local' > xftrender.c:428: `glyphs_loaded' undeclared (first use in this function) > xftrender.c:480: `nelt' undeclared (first use in this function) > xftrender.c:499: `x' undeclared (first use in this function) > xftrender.c:500: `y' undeclared (first use in this function) > xftrender.c:528: `elts_local' undeclared (first use in this function) > xftrender.c:596: `XGlyphElt16' undeclared (first use in this function) > xftrender.c:596: syntax error before `)' > xftrender.c:601: `XGlyphElt32' undeclared (first use in this function) > xftrender.c:601: syntax error before `)' > gmake: *** [xftrender.o] Error 1 > *** Error code 2 >=20 > Stop in /usr/ports/x11-fonts/Xft. > *** Error code 1 >=20 > Stop in /usr/ports/www/mozilla. > black# ^D=08=08exit >=20 > Script done on Sun Feb 9 17:06:49 2003 >=20 > Any words of wisdom? Make sure you have the latest version of XFree86-libraries, Xft, and fonctconfig. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-//NUEKeGoYZxg5xMIFNG Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+RtqXb2iPiv4Uz4cRApH2AJ9GiBsk6g8lOLeuiKyeXI8T6rIs7ACeIAl4 cAPO0NozsVZLGqWrr1dnSgI= =I3QX -----END PGP SIGNATURE----- --=-//NUEKeGoYZxg5xMIFNG-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message