From owner-freebsd-gecko@FreeBSD.ORG Tue Aug 23 04:23:22 2011 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8E77106566C; Tue, 23 Aug 2011 04:23:22 +0000 (UTC) (envelope-from sam@cassiba.com) Received: from mail.megalomaniacal.net (unknown [IPv6:2001:470:1f0e:2ac::2]) by mx1.freebsd.org (Postfix) with ESMTP id 835A28FC08; Tue, 23 Aug 2011 04:23:22 +0000 (UTC) Received: from [IPv6:2001:470:1f0f:2ac::2] (trinity.megalomaniacal.net [IPv6:2001:470:1f0f:2ac::2]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.megalomaniacal.net (Postfix) with ESMTPSA id 9E1D81D78AB; Mon, 22 Aug 2011 23:23:21 -0500 (CDT) Message-ID: <4E532B39.6070600@cassiba.com> Date: Mon, 22 Aug 2011 23:23:21 -0500 From: Sam Cassiba User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110712 Thunderbird/5.0 MIME-Version: 1.0 To: Daichi GOTO References: <20110823103318.a35ccede.daichi@freebsd.org> In-Reply-To: <20110823103318.a35ccede.daichi@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: gecko@FreeBSD.org Subject: Re: Firefox6 build failed on current X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sam@cassiba.com List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2011 04:23:22 -0000 On 08/22/11 20:33, Daichi GOTO wrote: > Hi gecko guys :) > > Firefox6 build failed on current. Does anyone have any ideas? > > --- > ../../dist/include/jsval.h:727: error: expected initializer before 'void' > ../../dist/include/jsval.h:735: error: 'JS_ALWAYS_INLINE' does not name a type > ../../dist/include/jsval.h:741: error: 'JS_ALWAYS_INLINE' does not name a type > ../../dist/include/jsval.h:747: error: 'JS_ALWAYS_INLINE' does not name a type > ../../dist/include/jsval.h:758: error: expected initializer before 'void' > ../../dist/include/jsval.h:767: error: expected initializer before 'double' > In file included from ../../dist/include/nsBaseHashtable.h:42, > from ../../dist/include/nsInterfaceHashtable.h:41, > from ../../dist/include/nsNPAPIPluginInstance.h:50, > from ../../dist/include/nsPluginHost.h:48, > from /usr/ports/www/firefox/work/mozilla-release/uriloader/exthandler/nsExternalHelperAppService.cpp:112: > ../../dist/system_wrappers/prlock.h:2: error: expected `}' before end of line > ../../dist/system_wrappers/prlock.h:2: error: expected declaration before end of line > gmake[4]: *** [nsExternalHelperAppService.o] Error 1 > gmake[4]: *** Waiting for unfinished jobs.... > /usr/ports/www/firefox/work/mozilla-release/uriloader/exthandler/ExternalHelperAppParent.cpp: In member function 'virtual bool mozilla::dom::ExternalHelperAppParent::RecvOnDataAvailable(const nsCString&, const PRUint32&, const PRUint32&)': > /usr/ports/www/firefox/work/mozilla-release/uriloader/exthandler/ExternalHelperAppParent.cpp:111: warning: unused variable 'rv' > gmake[4]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/uriloader/exthandler' > gmake[3]: *** [exthandler_libs] Error 2 > gmake[3]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/uriloader' > gmake[2]: *** [libs_tier_platform] Error 2 > gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release' > gmake[1]: *** [tier_platform] Error 2 > gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release' > gmake: *** [default] Error 2 > *** Error code 1 > > Stop in /usr/ports/www/firefox. > # uname -a > FreeBSD parancell.ongs.co.jp 9.0-BETA1 FreeBSD 9.0-BETA1 #31 r224900: Tue Aug 16 13:08:53 JST 2011 root@parancell.ongs.co.jp:/usr/obj/usr/src/sys/PARANCELL amd64 > # > --- > Disabling dbus support as a workaround got firefox to build for me on 9.0/amd64. Take a look at ports/159831 for more details. -- Sam Cassiba