From owner-freebsd-gnome@FreeBSD.ORG Sun Nov 26 14:24:59 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4354E16A40F for ; Sun, 26 Nov 2006 14:24:59 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61E7743D75 for ; Sun, 26 Nov 2006 14:23:59 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 12611 invoked from network); 26 Nov 2006 14:24:53 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 26 Nov 2006 14:24:52 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id C36F428430; Sun, 26 Nov 2006 09:24:50 -0500 (EST) To: Drew Sanford References: <45626DE3.9040507@wilderness.homeip.net> <448xi3fp66.fsf@be-well.ilk.org> <4564BA54.1060200@wilderness.homeip.net> From: Lowell Gilbert Date: Sun, 26 Nov 2006 09:24:50 -0500 In-Reply-To: <4564BA54.1060200@wilderness.homeip.net> (Drew Sanford's message of "Wed, 22 Nov 2006 15:00:04 -0600") Message-ID: <44ac2e5lql.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: gnome@freebsd.org, questions@freebsd.org Subject: Re: firefox build error X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: questions@freebsd.org List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Nov 2006 14:24:59 -0000 Drew Sanford writes: > Lowell Gilbert wrote: >> Laurence Sanford writes: >> >>> Firefox build from ports is exiting with this error: >>> >>> cc -o gtk2xtbin.o -c -DMOZILLA_INTERNAL_API -DOSTYPE=\"FreeBSD6\" >>> -DOSARCH=\"FreeBSD\" -DBUILD_ID=0000000000 -D_IMPL_GTKXTBIN_API >>> -DUSE_XIM -I../../../dist/include/xpcom >>> -I../../../dist/include/gtkxtbin -I../../../dist/include >>> -I/usr/local/include/nspr -I/usr/local/include -I/usr/local/include >>> -I/usr/include -I../../../dist/sdk/include -I. -I/usr/X11R6/include >>> -fPIC -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include >>> -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -O2 >>> -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -O2 -pipe >>> -DNDEBUG -DTRIMMED -O2 -DXTHREADS -DXUSE_MTSAFE_API >>> -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include >>> -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo >>> -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 >>> -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include >>> -I/usr/local/include/freetype2 -I/usr/local/include >>> -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include >>> -include ../../../mozilla-config.h -DMOZILLA_CLIENT gtk2xtbin.c >>> In file included from gtk2xtbin.h:44, >>> from gtk2xtbin.c:46: >>> /usr/X11R6/include/X11/Intrinsic.h:1181: error: syntax error before >>> "_X_SENTINEL" >>> /usr/X11R6/include/X11/Intrinsic.h:1325: error: syntax error before >>> "_X_SENTINEL" >>> /usr/X11R6/include/X11/Intrinsic.h:1392: error: syntax error before >>> "_X_SENTINEL" >>> /usr/X11R6/include/X11/Intrinsic.h:1399: error: syntax error before >>> "_X_SENTINEL" >>> /usr/X11R6/include/X11/Intrinsic.h:1423: error: syntax error before >>> "_X_SENTINEL" >>> /usr/X11R6/include/X11/Intrinsic.h:1475: error: syntax error before >>> "_X_SENTINEL" >>> /usr/X11R6/include/X11/Intrinsic.h:1498: error: syntax error before >>> "_X_SENTINEL" >>> /usr/X11R6/include/X11/Intrinsic.h:1572: error: syntax error before >>> "_X_SENTINEL" >>> /usr/X11R6/include/X11/Intrinsic.h:1593: error: syntax error before >>> "_X_SENTINEL" >>> /usr/X11R6/include/X11/Intrinsic.h:1604: error: syntax error before >>> "_X_SENTINEL" >>> /usr/X11R6/include/X11/Intrinsic.h:1615: error: syntax error before >>> "_X_SENTINEL" >>> /usr/X11R6/include/X11/Intrinsic.h:1630: error: syntax error before >>> "_X_SENTINEL" >>> /usr/X11R6/include/X11/Intrinsic.h:1645: error: syntax error before >>> "_X_SENTINEL" >>> gtk2xtbin.c:188: warning: initialization from incompatible pointer type >>> gtk2xtbin.c: In function `xt_client_create': >>> gtk2xtbin.c:566: warning: implicit declaration of function >>> XtVaCreateWidget' >>> gtk2xtbin.c:568: warning: assignment makes pointer from integer >>> without a cast >>> gmake[2]: *** [gtk2xtbin.o] Error 1 >>> gmake[2]: Leaving directory >>> /usr/ports/www/firefox/work/mozilla/widget/src/gtkxtbin' >>> gmake[1]: *** [tier_9] Error 2 >>> gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' >>> gmake: *** [default] Error 2 >>> *** Error code 2 >>> >>> Stop in /usr/ports/www/firefox. >>> >>> I figure something is out of date, but I've updated xorg and gtk20 and >>> I'm still getting this. Any pointers? Thanks in advance. >> >> Did you do the Gnome-stuff update described in UPDATING last month? > > No, I didn't. Of course, another box I have running 6.1 that is only a > few days different version of the same software did not exhibit this > problem. I performed the command indicated in UPDATING, and tried > again. It failed with the same error. If it helps any, I'm getting > exactly the same error trying to upgrade Thunderbird, and both the > firefox and the firefox15 port give this error. By "same error," do you mean syntax errors in Intrinsic.h, as included from gtk2xtbin.h:44, as included from from gtk2xtbin.c? Do you have any Gecko mentions in your make.conf?