From owner-freebsd-gecko@FreeBSD.ORG Sun Oct 23 00:20:12 2011 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF4FF106566C for ; Sun, 23 Oct 2011 00:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 966FF8FC08 for ; Sun, 23 Oct 2011 00:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9N0KC0n054029 for ; Sun, 23 Oct 2011 00:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9N0KC0J054028; Sun, 23 Oct 2011 00:20:12 GMT (envelope-from gnats) Date: Sun, 23 Oct 2011 00:20:12 GMT Message-Id: <201110230020.p9N0KC0J054028@freefall.freebsd.org> To: gecko@FreeBSD.org From: Nali Toja Cc: Subject: Re: ports/161421: [patch] www/firefox: use libevent2 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nali Toja List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2011 00:20:12 -0000 The following reply was made to PR ports/161421; it has been noted by GNATS. From: Nali Toja To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/161421: [patch] www/firefox: use libevent2 Date: Sun, 23 Oct 2011 00:18:37 +0000 --=-=-= Content-Type: text/plain Nali Toja writes: > +++ Mk/bsd.gecko.mk 9 Oct 2011 09:23:18 -0000 > @@ -775,6 +782,10 @@ > @${ECHO_CMD} "#pragma GCC visibility push(default)" >> ${MOZSRC}/${subdir}/iconv.h > @${ECHO_CMD} "#include \"${LOCALBASE}/include/iconv.h\"" >> ${MOZSRC}/${subdir}/iconv.h > @${ECHO_CMD} "#pragma GCC visibility pop" >> ${MOZSRC}/${subdir}/iconv.h > + @${ECHO_CMD} "#pragma GCC system_header" >> ${MOZSRC}/${subdir}/event.h > + @${ECHO_CMD} "#pragma GCC visibility push(default)" >> ${MOZSRC}/${subdir}/event.h > + @${ECHO_CMD} "#include " >> ${MOZSRC}/${subdir}/event.h > + @${ECHO_CMD} "#pragma GCC visibility pop" >> ${MOZSRC}/${subdir}/event.h Here is a better version for this hunk, including fix. --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=h.diff Index: Mk/bsd.gecko.mk =================================================================== RCS file: /a/.csup/ports/Mk/bsd.gecko.mk,v retrieving revision 1.42 diff -u -p -r1.42 bsd.gecko.mk --- Mk/bsd.gecko.mk 28 Sep 2011 03:14:22 -0000 1.42 +++ Mk/bsd.gecko.mk 9 Oct 2011 09:23:18 -0000 @@ -764,10 +774,14 @@ gecko-post-patch: ${WRKSRC}/configure .for subdir in config/system_wrappers nsprpub/config/system_wrappers js/src/config/system_wrappers_js @${MKDIR} ${MOZSRC}/${subdir} - @${ECHO_CMD} "#pragma GCC system_header" >> ${MOZSRC}/${subdir}/iconv.h - @${ECHO_CMD} "#pragma GCC visibility push(default)" >> ${MOZSRC}/${subdir}/iconv.h - @${ECHO_CMD} "#include \"${LOCALBASE}/include/iconv.h\"" >> ${MOZSRC}/${subdir}/iconv.h - @${ECHO_CMD} "#pragma GCC visibility pop" >> ${MOZSRC}/${subdir}/iconv.h +.for h in iconv.h:\"${LOCALBASE}/include/iconv.h\" \ + event.h: \ + evutil.h: + @${ECHO_CMD} "#pragma GCC system_header" >> ${MOZSRC}/${subdir}/${h:C/:.*//} + @${ECHO_CMD} "#pragma GCC visibility push(default)" >> ${MOZSRC}/${subdir}/${h:C/:.*//} + @${ECHO_CMD} "#include ${h:C/.*://}" >> ${MOZSRC}/${subdir}/${h:C/:.*//} + @${ECHO_CMD} "#pragma GCC visibility pop" >> ${MOZSRC}/${subdir}/${h:C/:.*//} +.endfor .endfor .for subdir in "" nsprpub js/src @if [ -f ${MOZSRC}/${subdir}/config/system-headers ] ; then \ --=-=-=-- From owner-freebsd-gecko@FreeBSD.ORG Sun Oct 23 09:18:27 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 14E6E106566C; Sun, 23 Oct 2011 09:18:27 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 3334B8FC14; Sun, 23 Oct 2011 09:18:25 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id MAA02694; Sun, 23 Oct 2011 12:18:24 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1RHuCG-0003VS-Hc; Sun, 23 Oct 2011 12:18:24 +0300 Message-ID: <4EA3DBDF.8060906@FreeBSD.org> Date: Sun, 23 Oct 2011 12:18:23 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111002 Thunderbird/7.0.1 MIME-Version: 1.0 To: Alex Dupre References: <4EA031F7.7010103@FreeBSD.org> <4EA278EE.4010109@FreeBSD.org> In-Reply-To: <4EA278EE.4010109@FreeBSD.org> X-Enigmail-Version: undefined Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sun, 23 Oct 2011 11:40:51 +0000 Cc: gecko@FreeBSD.org Subject: Re: enigmail-thunderbird as an option in thunderbird port X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2011 09:18:27 -0000 on 22/10/2011 11:03 Alex Dupre said the following: > Andriy Gapon ha scritto: >> Is it possible and relatively easy to turn emigmail thunderbird extension into >> something like a lightning extension? > > Yes, of course. I think we can drop support for tb 3.6 and put enigmail directly > in tb/sm ports, since now it requires a complete gecko build. > >> The reason for this request is two-fold: >> - it is more convenient when an extension installed from a port is automatically >> available as opposed to having to explicitly install/reinstall a .xpi file > > Actually this is already done by the enigmail port. > Thank you for your work! -- Andriy Gapon From owner-freebsd-gecko@FreeBSD.ORG Sun Oct 23 18:34:24 2011 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B09BA1065670 for ; Sun, 23 Oct 2011 18:34:24 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 2540F8FC16 for ; Sun, 23 Oct 2011 18:34:23 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id p9NIYMrE085821 for ; Sun, 23 Oct 2011 18:34:22 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id p9NIYHVX085093 for freebsd-gecko@freebsd.org; Sun, 23 Oct 2011 18:34:17 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 23 Oct 2011 18:34:17 GMT Message-Id: <201110231834.p9NIYHVX085093@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r664 - branches/experimental/Mk trunk/Mk X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2011 18:34:24 -0000 Author: beat Date: Sun Oct 23 18:34:17 2011 New Revision: 664 Log: - Remove some vendor optimization for WITHOUT_OPTIMIZED_CFLAGS PR: ports/161463 Submitted by: Nali Toja Modified: branches/experimental/Mk/bsd.gecko.mk trunk/Mk/bsd.gecko.mk Modified: branches/experimental/Mk/bsd.gecko.mk ============================================================================== --- branches/experimental/Mk/bsd.gecko.mk Sat Oct 22 20:59:29 2011 (r663) +++ branches/experimental/Mk/bsd.gecko.mk Sun Oct 23 18:34:17 2011 (r664) @@ -4,7 +4,7 @@ # Date created: 12 Nov 2005 # Whom: Michael Johnson # -# $FreeBSD: ports/Mk/bsd.gecko.mk,v 1.43 2011/10/19 16:00:43 beat Exp $ +# $FreeBSD: ports/Mk/bsd.gecko.mk,v 1.44 2011/10/23 18:31:57 beat Exp $ # # 4 column tabs prevent hair loss and tooth decay! @@ -659,11 +659,12 @@ PERL=${PERL} .if defined(WITH_OPTIMIZED_CFLAGS) +MOZ_OPTIONS+= --enable-optimize=${WITH_OPTIMIZE} CFLAGS:= ${CFLAGS} -O2 -fno-strict-aliasing ${EXTRA_CFLAGS} WITH_OPTIMIZE?= -O2 .else +MOZ_OPTIONS+= --disable-optimize CFLAGS:= ${CFLAGS} ${EXTRA_CFLAGS} -WITH_OPTIMIZE?= .endif .if defined(WITH_SMB) @@ -683,8 +684,7 @@ MOZ_OPTIONS+= --enable-debug WITH_LOGGING= yes .else -MOZ_OPTIONS+= --disable-debug \ - --enable-optimize=${WITH_OPTIMIZE} +MOZ_OPTIONS+= --disable-debug .endif .if defined(WITH_JAVA) && defined(_WITH_JAVA) Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Sat Oct 22 20:59:29 2011 (r663) +++ trunk/Mk/bsd.gecko.mk Sun Oct 23 18:34:17 2011 (r664) @@ -4,7 +4,7 @@ # Date created: 12 Nov 2005 # Whom: Michael Johnson # -# $FreeBSD: ports/Mk/bsd.gecko.mk,v 1.43 2011/10/19 16:00:43 beat Exp $ +# $FreeBSD: ports/Mk/bsd.gecko.mk,v 1.44 2011/10/23 18:31:57 beat Exp $ # # 4 column tabs prevent hair loss and tooth decay! @@ -659,11 +659,12 @@ PERL=${PERL} .if defined(WITH_OPTIMIZED_CFLAGS) +MOZ_OPTIONS+= --enable-optimize=${WITH_OPTIMIZE} CFLAGS:= ${CFLAGS} -O2 -fno-strict-aliasing ${EXTRA_CFLAGS} WITH_OPTIMIZE?= -O2 .else +MOZ_OPTIONS+= --disable-optimize CFLAGS:= ${CFLAGS} ${EXTRA_CFLAGS} -WITH_OPTIMIZE?= .endif .if defined(WITH_SMB) @@ -683,8 +684,7 @@ MOZ_OPTIONS+= --enable-debug WITH_LOGGING= yes .else -MOZ_OPTIONS+= --disable-debug \ - --enable-optimize=${WITH_OPTIMIZE} +MOZ_OPTIONS+= --disable-debug .endif .if defined(WITH_JAVA) && defined(_WITH_JAVA) From owner-freebsd-gecko@FreeBSD.ORG Mon Oct 24 06:25:46 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 192311065670 for ; Mon, 24 Oct 2011 06:25:46 +0000 (UTC) (envelope-from atom@smasher.org) Received: from atom.smasher.org (atom.smasher.org [69.55.237.145]) by mx1.freebsd.org (Postfix) with SMTP id F01DB8FC0A for ; Mon, 24 Oct 2011 06:25:45 +0000 (UTC) Received: (qmail 2125 invoked by uid 1000); 24 Oct 2011 05:59:03 -0000 Content-Type: MULTIPART/MIXED; BOUNDARY="588625382-120651032-1319435968=:2144" Date: Mon, 24 Oct 2011 18:59:28 +1300 (NZDT) From: Atom Smasher Message-ID: <1110241842280.2144@smasher> MIME-Version: 1.0 OpenPGP: id=0xB88D52E4D9F57808; algo=1 (RSA); size=4096; url=http://atom.smasher.org/pgp.txt To: gecko@FreeBSD.org X-POM: The Moon is Waning Crescent (10% of Full) X-Hashcash: 1:20:1110240559:gecko@freebsd.org::bTt3Z2URU7kSsRAN:0000000000000000 000000000000000000000000KbSU Cc: Subject: seamonkey - 2.4.1 - build problems X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2011 06:25:46 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --588625382-120651032-1319435968=:2144 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII see attached. lemme know if there's anything else you want. thanks... -- ...atom ________________________ http://atom.smasher.org/ 762A 3B98 A3C3 96C9 C6B7 582A B88D 52E4 D9F5 7808 ------------------------------------------------- "The probability that a given person is stupid is independent of any other characteristic possessed by that person." -- Carlo Maria Cipolla's 2nd law of stupidity --588625382-120651032-1319435968=:2144 Content-Type: APPLICATION/octet-stream; name=script.gz Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename=script.gz 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 ltKmquiHqJywOfv3+2Vf+NI3dX7bNl3QwmrH9X7n2+kt7WqKh31jln4D7LkE VDL86kRUb1lTSGBEzyUeYPXVCabdpmdYXf1W3wVn+Vzdf7P7m3OPsjneNxv+ alWIUb4X2v3FptZ7631enHmeqwub+L1cXHiCAuxldwmjcZPa/Cin47SyHQ+n bnOj+KXBJY+3hMaY0O8vgErc3s9xWGSiOMAhzTfa0P5Swzdzl2PTtyd+o19/ 4bcCzai3b/mdwF60pP2u6ItDxp7Iau+vK765mbF2C/J5psaNDF/mxq/hUt+f eHn+q3Te++7tV/VGd9+d/VY95Ld4fbv46Y5TvqYMPCemQcxp1xXggVYx0ELL yMsCvs9L8Lyepad/yA9JgEJM7nFyixBeERzSN5Mp/c7IAt3EUGU+W3X/5S5T 5McuvS2eP24woV9tye+Pdym3MIQ+MpJdd+EkHiYI3fveHBNWZE5uV2RKD06q Rtw4CfKmDc5uFN36uA6JccIOXek7B5SCFJ05Rok3Y81IPbQEE3Motbsomfrs l4hyQIhTgufzWol4VWWiOoYsMBCu1U0fvBA/OJnnRwhlic/eaCT1xvvLOXKd OEXsnXZCJdUU8NsQTG+J7nx8nwuCfQYIhwRRrwAGGTgPUUaglMssB+HlFHvs 97BW8Qx3nTjm8Lo4stCnL5CdoBAy/6iRPw1w8S0YXrv6/aj6MKwSvKQvJwKf taOim8bAib0ER/nPxKCUntP65IEe9oDQk8aoUP2h30vxgXuXf5KoYsl/NyyL 2ft7rqCFLbfaxj5p4+afJq+pMtdfXtPxgxDfp10aCd4CLf0lzn9Fq4lBRS+Y 7jtgeoxiNyXZtETxa03deRgtcRvoTbNdrpVa9smPE9mC5fTo8DT/Sa1cGOGs s7ylXhylmbtAbEhBW0rGr1+VC+q8Xv42HGodvz9F3d9JrWzJ8fEp+uGHHxAM HtVWVvRXD8c49N6ghZOiKUws6BQ5oYdOTxGMX+LjtIOQSaK4szv3vC6syqnS 9v3c8IC/IJm+8EOH+/PmBwXj/JcP1lge7JrlVn4UzDP0EgY6eP3q9Ssqfnom vY1d54urPfm3/X5HUbyi54uvTP4Lg2x1sunnBY/f8Z8X/H+OqBJXinAAAA== --588625382-120651032-1319435968=:2144 Content-Type: APPLICATION/octet-stream; name=env.gz Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename=env.gz H4sICIP+pE4CA2VudgCVkT1vgzAQhnck/sNJWdqBL0MI9dRU0KWFSIWFVh0c sBpa8EW2CeXfl5BGytChOcm6k+/e82O9eSWbvQalmdS8BhSQTmdTaSABeBFd htQPgbieZ7xJRH3PDlixGsHplXT2KLVyhmFwFGcdii8+vi+gF6zjYDHTeJSc P+Qx/IrslglY2cR6SZ6TdZ7AuX95twjozJDhAXwXiE/JkvoEste4mEDcOzjG JctxLZ15cPs5ZyUrR43KKTflJi6zBKDxo9D8/xcmcaVb2A12hzVvTeNcUVin MRS9bFDc6O4WwmCi3TYth4JXO4EtfoyQPln+Nc9dMcq/G20aRn7yrUbB/zAt omR1Mu0HUgVncOABAAA= --588625382-120651032-1319435968=:2144-- From owner-freebsd-gecko@FreeBSD.ORG Mon Oct 24 08:00:23 2011 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E509E1065676 for ; Mon, 24 Oct 2011 08:00:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D4F308FC18 for ; Mon, 24 Oct 2011 08:00:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9O80BTj091526 for ; Mon, 24 Oct 2011 08:00:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9O80BYZ091525; Mon, 24 Oct 2011 08:00:11 GMT (envelope-from gnats) Date: Mon, 24 Oct 2011 08:00:11 GMT Message-Id: <201110240800.p9O80BYZ091525@freefall.freebsd.org> To: gecko@FreeBSD.org From: Nali Toja Cc: Subject: Re: ports/160444: Seamonkey fails to build X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nali Toja List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2011 08:00:24 -0000 The following reply was made to PR ports/160444; it has been noted by GNATS. From: Nali Toja To: "J. Altman" Cc: bug-followup@FreeBSD.org, Atom Smasher Subject: Re: ports/160444: Seamonkey fails to build Date: Mon, 24 Oct 2011 07:53:43 +0000 --=-=-= Content-Type: text/plain "J. Altman" writes: [...] > gmake[3]: Entering directory `/usr/ports/www/seamonkey/work/comm-release/ldap/sdks/c-sdk' > Makefile:42: config/autoconf.mk: No such file or directory > ./../../config/config.mk:57: /config/autoconf.mk: No such file or directory Apparently, it's broken because "the UI when disabled is not good anyway". https://bugzilla.mozilla.org/show_bug.cgi?id=394502#c18 --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=patch-bridge-bridge.mk Content-Description: put it under files/ directory --- bridge/bridge.mk~ +++ bridge/bridge.mk @@ -38,10 +38,10 @@ INCLUDED_BRIDGE_MK = 1 APP_LIBXUL_DIRS += $(DEPTH)$(SUBDIR)/mozilla/xpfe/components/autocomplete -#ifdef MOZ_LDAP_XPCOM +ifdef MOZ_LDAP_XPCOM APP_LIBXUL_STATICDIRS += $(DEPTH)$(SUBDIR)/ldap/sdks/c-sdk APP_LIBXUL_DIRS += $(DEPTH)$(SUBDIR)/ldap/xpcom -#endif +endif ifdef MOZ_MAIL_NEWS APP_LIBXUL_DIRS += \ --=-=-=-- From owner-freebsd-gecko@FreeBSD.ORG Mon Oct 24 11:07:23 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 402A5106568A for ; Mon, 24 Oct 2011 11:07:23 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2F3508FC15 for ; Mon, 24 Oct 2011 11:07:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9OB7NiX025577 for ; Mon, 24 Oct 2011 11:07:23 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9OB7MUw025575 for gecko@FreeBSD.org; Mon, 24 Oct 2011 11:07:22 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 24 Oct 2011 11:07:22 GMT Message-Id: <201110241107.p9OB7MUw025575@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: gecko@FreeBSD.org Cc: Subject: Current problem reports assigned to gecko@FreeBSD.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2011 11:07:23 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/161421 gecko [patch] www/firefox: use libevent2 o ports/160933 gecko Bad port interactions between Mozilla projects a ports/160444 gecko www/seamonkey fails to build o ports/160411 gecko www/libxul: does not compile/configure using clang o ports/160351 gecko www/libxul installs incorrect mozilla-nss.pc o ports/159831 gecko www/firefox is broken f ports/156889 gecko www/firefox36: firefox 3.6.17 eats cpu on current/x64 o ports/156335 gecko www/firefox: Repeatable firefox-4.0_1,1 crash f ports/155949 gecko www/firefox: firefox 4, WITH_PGO, better Text against o ports/153114 gecko www/firefox 3.6.12_1,1 crash: Assertion failure: prop o ports/150631 gecko www/firefox 3.6.9 does not build if you have previousl o ports/146231 gecko [feature request] [patch] www/firefox: use port libs o ports/144044 gecko [PATCH] www/firefox: Makefile.webplugins target order 13 problems total. From owner-freebsd-gecko@FreeBSD.ORG Mon Oct 24 11:18:20 2011 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40954106566C; Mon, 24 Oct 2011 11:18:20 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 18E5D8FC19; Mon, 24 Oct 2011 11:18:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9OBIJ8a037981; Mon, 24 Oct 2011 11:18:19 GMT (envelope-from flo@freefall.freebsd.org) Received: (from flo@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9OBIJAr037977; Mon, 24 Oct 2011 11:18:19 GMT (envelope-from flo) Date: Mon, 24 Oct 2011 11:18:19 GMT Message-Id: <201110241118.p9OBIJAr037977@freefall.freebsd.org> To: phk@critter.freebsd.dk, flo@FreeBSD.org, gecko@FreeBSD.org From: flo@FreeBSD.org Cc: Subject: Re: ports/156889: www/firefox36: firefox 3.6.17 eats cpu on current/x64 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2011 11:18:20 -0000 Synopsis: www/firefox36: firefox 3.6.17 eats cpu on current/x64 State-Changed-From-To: feedback->closed State-Changed-By: flo State-Changed-When: Mon Oct 24 11:18:19 UTC 2011 State-Changed-Why: This was fixed by nspr-4.8.8_1. http://www.freebsd.org/cgi/query-pr.cgi?pr=156889 From owner-freebsd-gecko@FreeBSD.ORG Mon Oct 24 17:20:03 2011 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8B7C1065675 for ; Mon, 24 Oct 2011 17:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A24F48FC08 for ; Mon, 24 Oct 2011 17:20:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9OHK3EF076918 for ; Mon, 24 Oct 2011 17:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9OHK3LQ076917; Mon, 24 Oct 2011 17:20:03 GMT (envelope-from gnats) Date: Mon, 24 Oct 2011 17:20:03 GMT Message-Id: <201110241720.p9OHK3LQ076917@freefall.freebsd.org> To: gecko@FreeBSD.org From: Florian Smeets Cc: Subject: Re: ports/156335: www/firefox: Repeatable firefox-4.0_1,1 crash X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Florian Smeets List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2011 17:20:03 -0000 The following reply was made to PR ports/156335; it has been noted by GNATS. From: Florian Smeets To: bug-followup@FreeBSD.org, thomas@gibfest.dk Cc: Subject: Re: ports/156335: www/firefox: Repeatable firefox-4.0_1,1 crash Date: Mon, 24 Oct 2011 19:18:50 +0200 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig0E5852F1C1C917195C58E866 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Is this still a problem with current versions of vlc and firefox? --------------enig0E5852F1C1C917195C58E866 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAk6lnfoACgkQapo8P8lCvwmwYQCg2UDxcMxpQEA9MeiugkcIaBvI QjIAoKIOPqpMiPgf/nABRhlpndK3YSka =MIXI -----END PGP SIGNATURE----- --------------enig0E5852F1C1C917195C58E866-- From owner-freebsd-gecko@FreeBSD.ORG Mon Oct 24 21:54:09 2011 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74DBB1065673 for ; Mon, 24 Oct 2011 21:54:09 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 177B68FC19 for ; Mon, 24 Oct 2011 21:54:08 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id p9OLs7Bu046834 for ; Mon, 24 Oct 2011 21:54:07 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id p9OLs2IR045707 for freebsd-gecko@freebsd.org; Mon, 24 Oct 2011 21:54:02 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Mon, 24 Oct 2011 21:54:02 GMT Message-Id: <201110242154.p9OLs2IR045707@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r665 - in branches/experimental/www/firefox-beta: . files X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2011 21:54:09 -0000 Author: beat Date: Mon Oct 24 21:54:02 2011 New Revision: 665 Log: - Update to 8.0 Beta 4 - Revert upstream changeset 71065:7b390fa15157 to fix plugin detection Added: branches/experimental/www/firefox-beta/files/patch-browser-app-Makefile.in branches/experimental/www/firefox-beta/files/patch-browser-app-nsBrowserApp.cpp Modified: branches/experimental/www/firefox-beta/Makefile branches/experimental/www/firefox-beta/distinfo Modified: branches/experimental/www/firefox-beta/Makefile ============================================================================== --- branches/experimental/www/firefox-beta/Makefile Sun Oct 23 18:34:17 2011 (r664) +++ branches/experimental/www/firefox-beta/Makefile Mon Oct 24 21:54:02 2011 (r665) @@ -6,7 +6,7 @@ # PORTNAME= firefox -DISTVERSION= 8.0b3 +DISTVERSION= 8.0b4 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} Modified: branches/experimental/www/firefox-beta/distinfo ============================================================================== --- branches/experimental/www/firefox-beta/distinfo Sun Oct 23 18:34:17 2011 (r664) +++ branches/experimental/www/firefox-beta/distinfo Mon Oct 24 21:54:02 2011 (r665) @@ -1,2 +1,2 @@ -SHA256 (firefox-8.0b3.source.tar.bz2) = 67247211dce909453878bd20e6f7240e46e11b8ba8b4e2143db678fdce2fd9a1 -SIZE (firefox-8.0b3.source.tar.bz2) = 70359699 +SHA256 (firefox-8.0b4.source.tar.bz2) = 56368078f7ada4301fb0b264305c40c73ee142ab20bf37b379e079a45fdb039f +SIZE (firefox-8.0b4.source.tar.bz2) = 70360027 Added: branches/experimental/www/firefox-beta/files/patch-browser-app-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/firefox-beta/files/patch-browser-app-Makefile.in Mon Oct 24 21:54:02 2011 (r665) @@ -0,0 +1,63 @@ +--- browser/app/Makefile.in 2011-09-28 22:24:36.000000000 +0200 ++++ ../../ff6/mozilla-release/browser/app/Makefile.in 2011-09-02 22:15:19.000000000 +0200 +@@ -92,22 +91,35 @@ + else + # Build a binary bootstrapping with XRE_main + ++ifneq (,$(filter OS2 WINNT,$(OS_ARCH))) + PROGRAM = $(MOZ_APP_NAME)$(BIN_SUFFIX) ++else ++PROGRAM = $(MOZ_APP_NAME)-bin$(BIN_SUFFIX) ++endif + + CPPSRCS = nsBrowserApp.cpp + + LOCAL_INCLUDES += -I$(topsrcdir)/toolkit/xre + LOCAL_INCLUDES += -I$(topsrcdir)/xpcom/base +-LOCAL_INCLUDES += -I$(topsrcdir)/xpcom/build + +-DEFINES += -DXPCOM_GLUE +-STL_FLAGS= ++ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT)) ++LIBS += $(DIST)/bin/XUL ++TK_LIBS := $(TK_LIBS) ++else ++EXTRA_DSO_LIBS += xul ++endif + + LIBS += \ ++ $(STATIC_COMPONENTS_LINKER_PATH) \ + $(EXTRA_DSO_LIBS) \ +- $(XPCOM_STANDALONE_GLUE_LDOPTS) \ ++ $(XPCOM_GLUE_LDOPTS) \ ++ $(NSPR_LIBS) \ + $(NULL) + ++ifdef MOZ_JPROF ++LIBS += -ljprof ++endif ++ + ifndef MOZ_WINCONSOLE + ifdef MOZ_DEBUG + MOZ_WINCONSOLE = 1 +@@ -182,9 +194,18 @@ + + ifneq (,$(filter-out OS2 WINNT,$(OS_ARCH))) + +-libs:: +- cp -p $(MOZ_APP_NAME)$(BIN_SUFFIX) $(DIST)/bin/$(MOZ_APP_NAME)-bin$(BIN_SUFFIX) ++$(MOZ_APP_NAME):: $(topsrcdir)/build/unix/mozilla.in $(GLOBAL_DEPS) ++ cat $< | sed -e "s|%MOZAPPDIR%|$(installdir)|" \ ++ -e "s|%MOZ_APP_DISPLAYNAME%|$(MOZ_APP_DISPLAYNAME)|" > $@ ++ chmod +x $@ ++ ++libs:: $(MOZ_APP_NAME) ++ $(INSTALL) $< $(DIST)/bin ++ ++install:: $(MOZ_APP_NAME) ++ $(SYSINSTALL) $< $(DESTDIR)$(bindir) + ++GARBAGE += $(MOZ_APP_NAME) + GARBAGE += $(addprefix $(DIST)/bin/defaults/pref/, firefox.js) + + endif Added: branches/experimental/www/firefox-beta/files/patch-browser-app-nsBrowserApp.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/firefox-beta/files/patch-browser-app-nsBrowserApp.cpp Mon Oct 24 21:54:02 2011 (r665) @@ -0,0 +1,221 @@ +--- browser/app/nsBrowserApp.cpp 2011-09-28 22:24:36.000000000 +0200 ++++ ../../ff6/mozilla-release/browser/app/nsBrowserApp.cpp 2011-09-02 22:15:19.000000000 +0200 +@@ -36,19 +36,14 @@ + * + * ***** END LICENSE BLOCK ***** */ + +-#include "nsXPCOMGlue.h" + #include "nsXULAppAPI.h" +-#if defined(XP_WIN) ++#ifdef XP_WIN + #include + #include +-#elif defined(XP_UNIX) +-#include +-#include + #endif + + #include + #include +-#include + + #include "plstr.h" + #include "prprf.h" +@@ -59,16 +54,11 @@ + #include "nsStringGlue.h" + + #ifdef XP_WIN ++// we want to use the DLL blocklist if possible ++#define XRE_WANT_DLL_BLOCKLIST + // we want a wmain entry point + #include "nsWindowsWMain.cpp" +-#define snprintf _snprintf +-#define strcasecmp _stricmp + #endif +-#include "BinaryPath.h" +- +-#include "nsXPCOMPrivate.h" // for MAXPATHLEN and XPCOM_DLL +- +-#include "mozilla/Telemetry.h" + + static void Output(const char *fmt, ... ) + { +@@ -95,12 +85,12 @@ + { + if (*++arg == '-') + ++arg; +- return !strcasecmp(arg, s); ++ return !PL_strcasecmp(arg, s); + } + + #if defined(XP_WIN) || defined(XP_OS2) + if (*arg == '/') +- return !strcasecmp(++arg, s); ++ return !PL_strcasecmp(++arg, s); + #endif + + return PR_FALSE; +@@ -116,48 +106,22 @@ + ~ScopedLogging() { NS_LogTerm(); } + }; + +-XRE_GetFileFromPathType XRE_GetFileFromPath; +-XRE_CreateAppDataType XRE_CreateAppData; +-XRE_FreeAppDataType XRE_FreeAppData; +-#ifdef XRE_HAS_DLL_BLOCKLIST +-XRE_SetupDllBlocklistType XRE_SetupDllBlocklist; +-#endif +-XRE_TelemetryAccumulateType XRE_TelemetryAccumulate; +-XRE_mainType XRE_main; +- +-static const nsDynamicFunctionLoad kXULFuncs[] = { +- { "XRE_GetFileFromPath", (NSFuncPtr*) &XRE_GetFileFromPath }, +- { "XRE_CreateAppData", (NSFuncPtr*) &XRE_CreateAppData }, +- { "XRE_FreeAppData", (NSFuncPtr*) &XRE_FreeAppData }, +-#ifdef XRE_HAS_DLL_BLOCKLIST +- { "XRE_SetupDllBlocklist", (NSFuncPtr*) &XRE_SetupDllBlocklist }, +-#endif +- { "XRE_TelemetryAccumulate", (NSFuncPtr*) &XRE_TelemetryAccumulate }, +- { "XRE_main", (NSFuncPtr*) &XRE_main }, +- { nsnull, nsnull } +-}; +- +-static int do_main(const char *exePath, int argc, char* argv[]) ++int main(int argc, char* argv[]) + { ++ ScopedLogging log; ++ + nsCOMPtr appini; +-#ifdef XP_WIN +- // exePath comes from mozilla::BinaryPath::Get, which returns a UTF-8 +- // encoded path, so it is safe to convert it +- nsresult rv = NS_NewLocalFile(NS_ConvertUTF8toUTF16(exePath), PR_FALSE, +- getter_AddRefs(appini)); +-#else +- nsresult rv = NS_NewNativeLocalFile(nsDependentCString(exePath), PR_FALSE, +- getter_AddRefs(appini)); +-#endif ++ nsresult rv = XRE_GetBinaryPath(argv[0], getter_AddRefs(appini)); + if (NS_FAILED(rv)) { ++ Output("Couldn't calculate the application directory."); + return 255; + } +- + appini->SetNativeLeafName(NS_LITERAL_CSTRING("application.ini")); + + // Allow firefox.exe to launch XULRunner apps via -app + // Note that -app must be the *first* argument. +- const char *appDataFile = getenv("XUL_APP_FILE"); ++ char *appEnv = nsnull; ++ const char *appDataFile = PR_GetEnv("XUL_APP_FILE"); + if (appDataFile && *appDataFile) { + rv = XRE_GetFileFromPath(appDataFile, getter_AddRefs(appini)); + if (NS_FAILED(rv)) { +@@ -177,12 +141,8 @@ + return 255; + } + +- char appEnv[MAXPATHLEN]; +- snprintf(appEnv, MAXPATHLEN, "XUL_APP_FILE=%s", argv[2]); +- if (putenv(appEnv)) { +- Output("Couldn't set %s.\n", appEnv); +- return 255; +- } ++ appEnv = PR_smprintf("XUL_APP_FILE=%s", argv[2]); ++ PR_SetEnv(appEnv); + argv[2] = argv[0]; + argv += 2; + argc -= 2; +@@ -197,90 +157,7 @@ + + int result = XRE_main(argc, argv, appData); + XRE_FreeAppData(appData); +- return result; +-} +- +-int main(int argc, char* argv[]) +-{ +- char exePath[MAXPATHLEN]; +- +- nsresult rv = mozilla::BinaryPath::Get(argv[0], exePath); +- if (NS_FAILED(rv)) { +- Output("Couldn't calculate the application directory.\n"); +- return 255; +- } +- +- char *lastSlash = strrchr(exePath, XPCOM_FILE_PATH_SEPARATOR[0]); +- if (!lastSlash || (lastSlash - exePath > MAXPATHLEN - sizeof(XPCOM_DLL) - 1)) +- return 255; +- +- strcpy(++lastSlash, XPCOM_DLL); +- +- int gotCounters; +-#if defined(XP_UNIX) +- struct rusage initialRUsage; +- gotCounters = !getrusage(RUSAGE_SELF, &initialRUsage); +-#elif defined(XP_WIN) +- // GetProcessIoCounters().ReadOperationCount seems to have little to +- // do with actual read operations. It reports 0 or 1 at this stage +- // in the program. Luckily 1 coincides with when prefetch is +- // enabled. If Windows prefetch didn't happen we can do our own +- // faster dll preloading. +- IO_COUNTERS ioCounters; +- gotCounters = GetProcessIoCounters(GetCurrentProcess(), &ioCounters); +- if (gotCounters && !ioCounters.ReadOperationCount) +-#endif +- { +- XPCOMGlueEnablePreload(); +- } +- +- +- rv = XPCOMGlueStartup(exePath); +- if (NS_FAILED(rv)) { +- Output("Couldn't load XPCOM.\n"); +- return 255; +- } +- +- rv = XPCOMGlueLoadXULFunctions(kXULFuncs); +- if (NS_FAILED(rv)) { +- Output("Couldn't load XRE functions.\n"); +- return 255; +- } +- +-#ifdef XRE_HAS_DLL_BLOCKLIST +- XRE_SetupDllBlocklist(); +-#endif +- +- if (gotCounters) { +-#if defined(XP_WIN) +- XRE_TelemetryAccumulate(mozilla::Telemetry::EARLY_GLUESTARTUP_READ_OPS, +- int(ioCounters.ReadOperationCount)); +- XRE_TelemetryAccumulate(mozilla::Telemetry::EARLY_GLUESTARTUP_READ_TRANSFER, +- int(ioCounters.ReadTransferCount / 1024)); +- IO_COUNTERS newIoCounters; +- if (GetProcessIoCounters(GetCurrentProcess(), &newIoCounters)) { +- XRE_TelemetryAccumulate(mozilla::Telemetry::GLUESTARTUP_READ_OPS, +- int(newIoCounters.ReadOperationCount - ioCounters.ReadOperationCount)); +- XRE_TelemetryAccumulate(mozilla::Telemetry::GLUESTARTUP_READ_TRANSFER, +- int((newIoCounters.ReadTransferCount - ioCounters.ReadTransferCount) / 1024)); +- } +-#elif defined(XP_UNIX) +- XRE_TelemetryAccumulate(mozilla::Telemetry::EARLY_GLUESTARTUP_HARD_FAULTS, +- int(initialRUsage.ru_majflt)); +- struct rusage newRUsage; +- if (!getrusage(RUSAGE_SELF, &newRUsage)) { +- XRE_TelemetryAccumulate(mozilla::Telemetry::GLUESTARTUP_HARD_FAULTS, +- int(newRUsage.ru_majflt - initialRUsage.ru_majflt)); +- } +-#endif +- } +- +- int result; +- { +- ScopedLogging log; +- result = do_main(exePath, argc, argv); +- } +- +- XPCOMGlueShutdown(); ++ if (appEnv) ++ PR_smprintf_free(appEnv); + return result; + } From owner-freebsd-gecko@FreeBSD.ORG Tue Oct 25 10:18:42 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 CC6081065670 for ; Tue, 25 Oct 2011 10:18:42 +0000 (UTC) (envelope-from andy.lavr@reactor-xg.kiev.ua) Received: from mail.reactor-xg.kiev.ua (reactor-xg.kiev.ua [95.67.65.134]) by mx1.freebsd.org (Postfix) with ESMTP id 3CFA68FC1A for ; Tue, 25 Oct 2011 10:18:40 +0000 (UTC) Received: from mail.reactor-xg.kiev.ua (mail.reactor-xg.kiev.ua [95.67.65.134]) by mail.reactor-xg.kiev.ua (Reactor-XG Mailer System) with ESMTP id p9P9lGel009001 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Tue, 25 Oct 2011 12:47:17 +0300 (EEST) (envelope-from andy.lavr@reactor-xg.kiev.ua) Authentication-Results: mail.reactor-xg.kiev.ua; sender-id=pass header.from=andy.lavr@reactor-xg.kiev.ua; auth=pass (PLAIN); spf=pass smtp.mfrom=andy.lavr@reactor-xg.kiev.ua Message-ID: <4EA685A4.5090603@reactor-xg.kiev.ua> Date: Tue, 25 Oct 2011 12:47:16 +0300 From: "Andrei V. Lavreniyuk" Organization: Technica-03, Inc. User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111021 Thunderbird/7.0.1 MIME-Version: 1.0 To: gecko@FreeBSD.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit Cc: Subject: Cannot compile firefox with clang X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: andy.lavr@reactor-xg.kiev.ua List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2011 10:18:42 -0000 Hi! # pkg_info -E clang\* llvm\* clang-devel-3.0.r141985 llvm-devel-3.0.r141985 -------------------------------------------------------------------------------------- clang++ -o xpcjsruntime.o -c -I../../../../dist/stl_wrappers -I../../../../dist/system_wrappers -include ../../../../config/gcc_hidden.h -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES -DSTATIC_EXPORTABLE_JS_API -DOSTYPE=\"FreeBSD8\" -DOSARCH=FreeBSD -DJSFILE -DJS_THREADSAFE -DEXPORT_XPC_API -DJS_TRACER=1 -DFEATURE_NANOJIT=1 -DAVMPLUS_64BIT -DAVMPLUS_AMD64 -DAVMPLUS_UNIX -D_IMPL_NS_LAYOUT -I./../wrappers -I./../loader -I../../../../js/src -I../../../../js/src/nanojit -I../../../../caps/include -I../../../../content/base/src -I../../../../content/html/content/src -I../../../../content/html/document/src -I../../../../content/svg/content/src -I../../../../layout/style -I../../../../layout/base -I../../../../dom/base -I../../../../xpcom/ds -I. -I. -I../../../../dist/include -I../../../../dist/include/nsprpub -I/usr/local/include/nspr -I/usr/ports/www/firefox/work/mozilla-release/dist/include/nss -fPIC -I/usr/local/include -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -O2 -pipe -O2 -D_FORTIFY_SOURCE=2 -pipe -march=native -mtune=native -fno-delete-null-pointer-checks -fstack-protector -fno-strict-aliasing -Wformat -Wformat-security -fno-omit-frame-pointer -s -D_FORTIFY_SOURCE=2 -fno-omit-frame-pointer -Wformat -Wformat-security -O2 -fconserve-space -ffunction-sections -fdata-sections -fno-strict-aliasing -std=gnu++0x -pipe -DNDEBUG -DTRIMMED -I/usr/local/include -DMOZILLA_CLIENT -include ../../../../mozilla-config.h /usr/ports/www/firefox/work/mozilla-release/js/src/xpconnect/src/xpcjsruntime.cpp In file included from /usr/ports/www/firefox/work/mozilla-release/js/src/xpconnect/src/dom_quickstubs.cpp:7: In file included from ../../../../js/src/nanojit/nanojit.h:366: ../../../../js/src/nanojit/RegAlloc.h:183:24: error: non-constant-expression cannot be narrowed from type 'int' to 'Register' (aka 'unsigned int') in initializer list Register r = { (sizeof(RegisterMask) == 4) ? lsbSet32(mask) : lsbSet64(mask) }; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/nanojit/RegAlloc.h:183:24: note: override this message by inserting an explicit cast Register r = { (sizeof(RegisterMask) == 4) ? lsbSet32(mask) : lsbSet64(mask) }; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ static_cast( ) ../../../../js/src/nanojit/RegAlloc.h:191:24: error: non-constant-expression cannot be narrowed from type 'int' to 'Register' (aka 'unsigned int') in initializer list Register r = { (sizeof(RegisterMask) == 4) ? msbSet32(mask) : msbSet64(mask) }; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/nanojit/RegAlloc.h:191:24: note: override this message by inserting an explicit cast Register r = { (sizeof(RegisterMask) == 4) ? msbSet32(mask) : msbSet64(mask) }; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ static_cast( ) clang: warning: argument unused during compilation: '-fno-delete-null-pointer-checks' clang: warning: argument unused during compilation: '-s' clang: warning: argument unused during compilation: '-fconserve-space' /usr/ports/www/firefox/work/mozilla-release/js/src/xpconnect/src/xpcjsruntime.cpp:1270:1: warning: delete called on 'MemoryReporter_XPConnectJSGCHeap' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor] NS_MEMORY_REPORTER_IMPLEMENT(XPConnectJSGCHeap, ^ ../../../../dist/include/nsIMemoryReporter.h:467:5: note: expanded from: NS_IMPL_ISUPPORTS1(MemoryReporter_##_classname, nsIMemoryReporter) ^ ../../../../dist/include/nsISupportsImpl.h:1134:3: note: expanded from: NS_IMPL_RELEASE(_class) \ ^ ../../../../dist/include/nsISupportsImpl.h:428:40: note: expanded from: NS_IMPL_RELEASE_WITH_DESTROY(_class, delete (this)) ^ ../../../../dist/include/nsISupportsImpl.h:408:5: note: expanded from: _destroy; \ ^ /usr/ports/www/firefox/work/mozilla-release/js/src/xpconnect/src/xpcjsruntime.cpp:1287:1: warning: delete called on 'MemoryReporter_XPConnectJSStack' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor] NS_MEMORY_REPORTER_IMPLEMENT(XPConnectJSStack, ^ ../../../../dist/include/nsIMemoryReporter.h:467:5: note: expanded from: NS_IMPL_ISUPPORTS1(MemoryReporter_##_classname, nsIMemoryReporter) ^ ../../../../dist/include/nsISupportsImpl.h:1134:3: note: expanded from: NS_IMPL_RELEASE(_class) \ ^ ../../../../dist/include/nsISupportsImpl.h:428:40: note: expanded from: NS_IMPL_RELEASE_WITH_DESTROY(_class, delete (this)) ^ ../../../../dist/include/nsISupportsImpl.h:408:5: note: expanded from: _destroy; \ ^ /usr/ports/www/firefox/work/mozilla-release/js/src/xpconnect/src/xpcjsruntime.cpp:1664:1: warning: delete called on 'XPConnectJSCompartmentsMultiReporter' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor] NS_IMPL_THREADSAFE_ISUPPORTS1( ^ ../../../../dist/include/nsISupportsImpl.h:1319:3: note: expanded from: NS_IMPL_THREADSAFE_RELEASE(_class) \ ^ ../../../../dist/include/nsISupportsImpl.h:1296:5: note: expanded from: delete (this); \ ^ 3 warnings generated. In file included from /usr/ports/www/firefox/work/mozilla-release/js/src/xpconnect/src/dom_quickstubs.cpp:238: ../../../../dist/include/CustomQS_WebGL.h:1135:1: error: non-constant-expression cannot be narrowed from type 'intptr_t' (aka 'long') to 'uintptr_t' (aka 'unsigned long') in initializer list JS_DEFINE_TRCINFO_1(nsIDOMWebGLRenderingContext_Uniform1iv, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :192:1: note: expanded from: JS_DEFINE_CALLINFO_4 ^ ../../../../js/src/jsbuiltins.h:361:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ ../../../../dist/include/CustomQS_WebGL.h:1135:1: note: override this message by inserting an explicit cast JS_DEFINE_TRCINFO_1(nsIDOMWebGLRenderingContext_Uniform1iv, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :192:1: note: expanded from: JS_DEFINE_CALLINFO_4 ^ ../../../../js/src/jsbuiltins.h:361:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ In file included from /usr/ports/www/firefox/work/mozilla-release/js/src/xpconnect/src/dom_quickstubs.cpp:238: ../../../../dist/include/CustomQS_WebGL.h:1147:1: error: non-constant-expression cannot be narrowed from type 'intptr_t' (aka 'long') to 'uintptr_t' (aka 'unsigned long') in initializer list JS_DEFINE_TRCINFO_1(nsIDOMWebGLRenderingContext_Uniform2iv, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :32:1: note: expanded from: JS_DEFINE_CALLINFO_4 ^ ../../../../js/src/jsbuiltins.h:361:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ ../../../../dist/include/CustomQS_WebGL.h:1147:1: note: override this message by inserting an explicit cast JS_DEFINE_TRCINFO_1(nsIDOMWebGLRenderingContext_Uniform2iv, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :32:1: note: expanded from: JS_DEFINE_CALLINFO_4 ^ ../../../../js/src/jsbuiltins.h:361:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ In file included from /usr/ports/www/firefox/work/mozilla-release/js/src/xpconnect/src/dom_quickstubs.cpp:238: ../../../../dist/include/CustomQS_WebGL.h:1159:1: error: non-constant-expression cannot be narrowed from type 'intptr_t' (aka 'long') to 'uintptr_t' (aka 'unsigned long') in initializer list JS_DEFINE_TRCINFO_1(nsIDOMWebGLRenderingContext_Uniform3iv, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :52:1: note: expanded from: JS_DEFINE_CALLINFO_4 ^ ../../../../js/src/jsbuiltins.h:361:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ ../../../../dist/include/CustomQS_WebGL.h:1159:1: note: override this message by inserting an explicit cast JS_DEFINE_TRCINFO_1(nsIDOMWebGLRenderingContext_Uniform3iv, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :52:1: note: expanded from: JS_DEFINE_CALLINFO_4 ^ ../../../../js/src/jsbuiltins.h:361:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ In file included from /usr/ports/www/firefox/work/mozilla-release/js/src/xpconnect/src/dom_quickstubs.cpp:238: ../../../../dist/include/CustomQS_WebGL.h:1171:1: error: non-constant-expression cannot be narrowed from type 'intptr_t' (aka 'long') to 'uintptr_t' (aka 'unsigned long') in initializer list JS_DEFINE_TRCINFO_1(nsIDOMWebGLRenderingContext_Uniform4iv, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :52:1: note: expanded from: JS_DEFINE_CALLINFO_4 ^ ../../../../js/src/jsbuiltins.h:361:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ ../../../../dist/include/CustomQS_WebGL.h:1171:1: note: override this message by inserting an explicit cast JS_DEFINE_TRCINFO_1(nsIDOMWebGLRenderingContext_Uniform4iv, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :52:1: note: expanded from: JS_DEFINE_CALLINFO_4 ^ ../../../../js/src/jsbuiltins.h:361:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ In file included from /usr/ports/www/firefox/work/mozilla-release/js/src/xpconnect/src/dom_quickstubs.cpp:238: ../../../../dist/include/CustomQS_WebGL.h:1183:1: error: non-constant-expression cannot be narrowed from type 'intptr_t' (aka 'long') to 'uintptr_t' (aka 'unsigned long') in initializer list JS_DEFINE_TRCINFO_1(nsIDOMWebGLRenderingContext_Uniform1fv, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :52:1: note: expanded from: JS_DEFINE_CALLINFO_4 ^ ../../../../js/src/jsbuiltins.h:361:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ ../../../../dist/include/CustomQS_WebGL.h:1183:1: note: override this message by inserting an explicit cast JS_DEFINE_TRCINFO_1(nsIDOMWebGLRenderingContext_Uniform1fv, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :52:1: note: expanded from: JS_DEFINE_CALLINFO_4 ^ ../../../../js/src/jsbuiltins.h:361:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ In file included from /usr/ports/www/firefox/work/mozilla-release/js/src/xpconnect/src/dom_quickstubs.cpp:238: ../../../../dist/include/CustomQS_WebGL.h:1195:1: error: non-constant-expression cannot be narrowed from type 'intptr_t' (aka 'long') to 'uintptr_t' (aka 'unsigned long') in initializer list JS_DEFINE_TRCINFO_1(nsIDOMWebGLRenderingContext_Uniform2fv, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :52:1: note: expanded from: JS_DEFINE_CALLINFO_4 ^ ../../../../js/src/jsbuiltins.h:361:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ ../../../../dist/include/CustomQS_WebGL.h:1195:1: note: override this message by inserting an explicit cast JS_DEFINE_TRCINFO_1(nsIDOMWebGLRenderingContext_Uniform2fv, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :52:1: note: expanded from: JS_DEFINE_CALLINFO_4 ^ ../../../../js/src/jsbuiltins.h:361:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ In file included from /usr/ports/www/firefox/work/mozilla-release/js/src/xpconnect/src/dom_quickstubs.cpp:238: ../../../../dist/include/CustomQS_WebGL.h:1207:1: error: non-constant-expression cannot be narrowed from type 'intptr_t' (aka 'long') to 'uintptr_t' (aka 'unsigned long') in initializer list JS_DEFINE_TRCINFO_1(nsIDOMWebGLRenderingContext_Uniform3fv, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :26:1: note: expanded from: JS_DEFINE_CALLINFO_4 ^ ../../../../js/src/jsbuiltins.h:361:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ ../../../../dist/include/CustomQS_WebGL.h:1207:1: note: override this message by inserting an explicit cast JS_DEFINE_TRCINFO_1(nsIDOMWebGLRenderingContext_Uniform3fv, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :26:1: note: expanded from: JS_DEFINE_CALLINFO_4 ^ ../../../../js/src/jsbuiltins.h:361:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ In file included from /usr/ports/www/firefox/work/mozilla-release/js/src/xpconnect/src/dom_quickstubs.cpp:238: ../../../../dist/include/CustomQS_WebGL.h:1219:1: error: non-constant-expression cannot be narrowed from type 'intptr_t' (aka 'long') to 'uintptr_t' (aka 'unsigned long') in initializer list JS_DEFINE_TRCINFO_1(nsIDOMWebGLRenderingContext_Uniform4fv, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :46:1: note: expanded from: JS_DEFINE_CALLINFO_4 ^ ../../../../js/src/jsbuiltins.h:361:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ ../../../../dist/include/CustomQS_WebGL.h:1219:1: note: override this message by inserting an explicit cast JS_DEFINE_TRCINFO_1(nsIDOMWebGLRenderingContext_Uniform4fv, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :46:1: note: expanded from: JS_DEFINE_CALLINFO_4 ^ ../../../../js/src/jsbuiltins.h:361:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ In file included from /usr/ports/www/firefox/work/mozilla-release/js/src/xpconnect/src/dom_quickstubs.cpp:238: ../../../../dist/include/CustomQS_WebGL.h:1231:1: error: non-constant-expression cannot be narrowed from type 'intptr_t' (aka 'long') to 'uintptr_t' (aka 'unsigned long') in initializer list JS_DEFINE_TRCINFO_1(nsIDOMWebGLRenderingContext_UniformMatrix2fv, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :46:1: note: expanded from: JS_DEFINE_CALLINFO_5 ^ ../../../../js/src/jsbuiltins.h:374:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ ../../../../dist/include/CustomQS_WebGL.h:1231:1: note: override this message by inserting an explicit cast JS_DEFINE_TRCINFO_1(nsIDOMWebGLRenderingContext_UniformMatrix2fv, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :46:1: note: expanded from: JS_DEFINE_CALLINFO_5 ^ ../../../../js/src/jsbuiltins.h:374:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ In file included from /usr/ports/www/firefox/work/mozilla-release/js/src/xpconnect/src/dom_quickstubs.cpp:238: ../../../../dist/include/CustomQS_WebGL.h:1243:1: error: non-constant-expression cannot be narrowed from type 'intptr_t' (aka 'long') to 'uintptr_t' (aka 'unsigned long') in initializer list JS_DEFINE_TRCINFO_1(nsIDOMWebGLRenderingContext_UniformMatrix3fv, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :46:1: note: expanded from: JS_DEFINE_CALLINFO_5 ^ ../../../../js/src/jsbuiltins.h:374:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ ../../../../dist/include/CustomQS_WebGL.h:1243:1: note: override this message by inserting an explicit cast JS_DEFINE_TRCINFO_1(nsIDOMWebGLRenderingContext_UniformMatrix3fv, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :46:1: note: expanded from: JS_DEFINE_CALLINFO_5 ^ ../../../../js/src/jsbuiltins.h:374:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ In file included from /usr/ports/www/firefox/work/mozilla-release/js/src/xpconnect/src/dom_quickstubs.cpp:238: ../../../../dist/include/CustomQS_WebGL.h:1255:1: error: non-constant-expression cannot be narrowed from type 'intptr_t' (aka 'long') to 'uintptr_t' (aka 'unsigned long') in initializer list JS_DEFINE_TRCINFO_1(nsIDOMWebGLRenderingContext_UniformMatrix4fv, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :46:1: note: expanded from: JS_DEFINE_CALLINFO_5 ^ ../../../../js/src/jsbuiltins.h:374:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ ../../../../dist/include/CustomQS_WebGL.h:1255:1: note: override this message by inserting an explicit cast JS_DEFINE_TRCINFO_1(nsIDOMWebGLRenderingContext_UniformMatrix4fv, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :46:1: note: expanded from: JS_DEFINE_CALLINFO_5 ^ ../../../../js/src/jsbuiltins.h:374:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ /usr/ports/www/firefox/work/mozilla-release/js/src/xpconnect/src/dom_quickstubs.cpp:406:1: error: non-constant-expression cannot be narrowed from type 'intptr_t' (aka 'long') to 'uintptr_t' (aka 'unsigned long') in initializer list JS_DEFINE_TRCINFO_1(nsIDOMWindow_GetSelection, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :59:1: note: expanded from: JS_DEFINE_CALLINFO_3 ^ ../../../../js/src/jsbuiltins.h:350:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ /usr/ports/www/firefox/work/mozilla-release/js/src/xpconnect/src/dom_quickstubs.cpp:406:1: note: override this message by inserting an explicit cast JS_DEFINE_TRCINFO_1(nsIDOMWindow_GetSelection, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :59:1: note: expanded from: JS_DEFINE_CALLINFO_3 ^ ../../../../js/src/jsbuiltins.h:350:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ /usr/ports/www/firefox/work/mozilla-release/js/src/xpconnect/src/dom_quickstubs.cpp:456:1: error: non-constant-expression cannot be narrowed from type 'intptr_t' (aka 'long') to 'uintptr_t' (aka 'unsigned long') in initializer list JS_DEFINE_TRCINFO_1(nsIDOMWindow_ScrollByLines, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :76:1: note: expanded from: JS_DEFINE_CALLINFO_3 ^ ../../../../js/src/jsbuiltins.h:350:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ /usr/ports/www/firefox/work/mozilla-release/js/src/xpconnect/src/dom_quickstubs.cpp:456:1: note: override this message by inserting an explicit cast JS_DEFINE_TRCINFO_1(nsIDOMWindow_ScrollByLines, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :76:1: note: expanded from: JS_DEFINE_CALLINFO_3 ^ ../../../../js/src/jsbuiltins.h:350:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ /usr/ports/www/firefox/work/mozilla-release/js/src/xpconnect/src/dom_quickstubs.cpp:574:1: error: non-constant-expression cannot be narrowed from type 'intptr_t' (aka 'long') to 'uintptr_t' (aka 'unsigned long') in initializer list JS_DEFINE_TRCINFO_1(nsIDOMJSWindow_Dump, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :76:1: note: expanded from: JS_DEFINE_CALLINFO_3 ^ ../../../../js/src/jsbuiltins.h:350:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ /usr/ports/www/firefox/work/mozilla-release/js/src/xpconnect/src/dom_quickstubs.cpp:574:1: note: override this message by inserting an explicit cast JS_DEFINE_TRCINFO_1(nsIDOMJSWindow_Dump, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :76:1: note: expanded from: JS_DEFINE_CALLINFO_3 ^ ../../../../js/src/jsbuiltins.h:350:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ /usr/ports/www/firefox/work/mozilla-release/js/src/xpconnect/src/dom_quickstubs.cpp:860:1: error: non-constant-expression cannot be narrowed from type 'intptr_t' (aka 'long') to 'uintptr_t' (aka 'unsigned long') in initializer list JS_DEFINE_TRCINFO_1(nsIDOMClientRectList_Item, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :76:1: note: expanded from: JS_DEFINE_CALLINFO_4 ^ ../../../../js/src/jsbuiltins.h:361:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ /usr/ports/www/firefox/work/mozilla-release/js/src/xpconnect/src/dom_quickstubs.cpp:860:1: note: override this message by inserting an explicit cast JS_DEFINE_TRCINFO_1(nsIDOMClientRectList_Item, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :76:1: note: expanded from: JS_DEFINE_CALLINFO_4 ^ ../../../../js/src/jsbuiltins.h:361:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ /usr/ports/www/firefox/work/mozilla-release/js/src/xpconnect/src/dom_quickstubs.cpp:1019:1: error: non-constant-expression cannot be narrowed from type 'intptr_t' (aka 'long') to 'uintptr_t' (aka 'unsigned long') in initializer list JS_DEFINE_TRCINFO_1(nsIDOMPaintRequestList_Item, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :76:1: note: expanded from: JS_DEFINE_CALLINFO_4 ^ ../../../../js/src/jsbuiltins.h:361:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ /usr/ports/www/firefox/work/mozilla-release/js/src/xpconnect/src/dom_quickstubs.cpp:1019:1: note: override this message by inserting an explicit cast JS_DEFINE_TRCINFO_1(nsIDOMPaintRequestList_Item, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :76:1: note: expanded from: JS_DEFINE_CALLINFO_4 ^ ../../../../js/src/jsbuiltins.h:361:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ /usr/ports/www/firefox/work/mozilla-release/js/src/xpconnect/src/dom_quickstubs.cpp:1100:1: error: non-constant-expression cannot be narrowed from type 'intptr_t' (aka 'long') to 'uintptr_t' (aka 'unsigned long') in initializer list JS_DEFINE_TRCINFO_1(nsIDOMCanvasRenderingContext2D_Save, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :19:1: note: expanded from: JS_DEFINE_CALLINFO_2 ^ ../../../../js/src/jsbuiltins.h:341:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ /usr/ports/www/firefox/work/mozilla-release/js/src/xpconnect/src/dom_quickstubs.cpp:1100:1: note: override this message by inserting an explicit cast JS_DEFINE_TRCINFO_1(nsIDOMCanvasRenderingContext2D_Save, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../js/src/jsbuiltins.h:509:5: note: expanded from: _JS_DEFINE_CALLINFO_n tn0 \ ^ ../../../../js/src/jsbuiltins.h:548:41: note: expanded from: #define _JS_DEFINE_CALLINFO_n(n, args) JS_DEFINE_CALLINFO_##n args ^ :19:1: note: expanded from: JS_DEFINE_CALLINFO_2 ^ ../../../../js/src/jsbuiltins.h:341:5: note: expanded from: _JS_DEFINE_CALLINFO(linkage, op, \ ^ ../../../../js/src/jsbuiltins.h:294:11: note: expanded from: { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ ^~~~~~~~~~~~~~~~ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. gmake[4]: *** [dom_quickstubs.o] Ошибка 1 gmake[4]: Выход из каталога `/usr/ports/www/firefox/work/mozilla-release/js/src/xpconnect/src' gmake[3]: *** [libs] Ошибка 2 gmake[3]: Выход из каталога `/usr/ports/www/firefox/work/mozilla-release/js/src/xpconnect' gmake[2]: *** [libs_tier_platform] Ошибка 2 gmake[2]: Выход из каталога `/usr/ports/www/firefox/work/mozilla-release' gmake[1]: *** [tier_platform] Ошибка 2 gmake[1]: Выход из каталога `/usr/ports/www/firefox/work/mozilla-release' gmake: *** [default] Ошибка 2 *** Error code 1 Stop in /usr/ports/www/firefox. *** Error code 1 Stop in /usr/ports/www/firefox. -- Best regards, Andrei V. Lavreniyuk. From owner-freebsd-gecko@FreeBSD.ORG Tue Oct 25 16:50:07 2011 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B38D31065670 for ; Tue, 25 Oct 2011 16:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9D91F8FC0A for ; Tue, 25 Oct 2011 16:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9PGo7o9026202 for ; Tue, 25 Oct 2011 16:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9PGo7jw026201; Tue, 25 Oct 2011 16:50:07 GMT (envelope-from gnats) Date: Tue, 25 Oct 2011 16:50:07 GMT Message-Id: <201110251650.p9PGo7jw026201@freefall.freebsd.org> To: gecko@FreeBSD.org From: Alexey Shuvaev Cc: Subject: Re: ports/160444: www/seamonkey fails to build X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexey Shuvaev List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2011 16:50:07 -0000 The following reply was made to PR ports/160444; it has been noted by GNATS. From: Alexey Shuvaev To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/160444: www/seamonkey fails to build Date: Tue, 25 Oct 2011 18:15:55 +0200 As a followup: I have successfully build seamonkey 2.3.1 with this patch without ldap. I have not tested if mail/newsgroups still work, but the browser is working fine! I think dropping this patch to files and applying it when WITHOUT_LDAP is selected is better than the current state of the port, even without any further testing. Currently one cannot use seamonkey without ldap at all. For the record, this is my port configuration: ===> The following configuration options are available for seamonkey-2.3.2: MAILNEWS=on "Enable Mail and News modules" COMPOSER=on "Enable the HTML Composer module" LDAP=off "Enable LDAP support for Mailnews" CHATZILLA=on "Enable the Chatzilla IRC module" LIGHTNING=on "Enable calendar extension" DBUS=off "Enable D-BUS support" SMB=off "Enable smb:// URI support using gnomevfs" DEBUG=off "Build a debugging image" LOGGING=off "Enable additional log messages" OPTIMIZED_CFLAGS=off "Enable some additional optimizations" 0.02$, Alexey. From owner-freebsd-gecko@FreeBSD.ORG Tue Oct 25 21:10:12 2011 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAE9E1065679 for ; Tue, 25 Oct 2011 21:10:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 68C0C8FC1D for ; Tue, 25 Oct 2011 21:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9PLABO7063934 for ; Tue, 25 Oct 2011 21:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9PLABrg063933; Tue, 25 Oct 2011 21:10:11 GMT (envelope-from gnats) Date: Tue, 25 Oct 2011 21:10:11 GMT Message-Id: <201110252110.p9PLABrg063933@freefall.freebsd.org> To: gecko@FreeBSD.org From: Thomas Steen Rasmussen Cc: Subject: Re: ports/156335: www/firefox: Repeatable firefox-4.0_1,1 crash X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thomas Steen Rasmussen List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2011 21:10:12 -0000 The following reply was made to PR ports/156335; it has been noted by GNATS. From: Thomas Steen Rasmussen To: bug-followup@FreeBSD.org, thomas@gibfest.dk, flo@FreeBSD.org Cc: Subject: Re: ports/156335: www/firefox: Repeatable firefox-4.0_1,1 crash Date: Tue, 25 Oct 2011 23:07:54 +0200 Hello, I just confirmed that this problem still exists with the following versions: firefox-7.0.1,1 vlc-1.1.11_3,3 If you need anything else please let me know, thanks. Best regards, Thomas Steen Rasmussen From owner-freebsd-gecko@FreeBSD.ORG Wed Oct 26 18:30:15 2011 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 376BB106564A for ; Wed, 26 Oct 2011 18:30:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 280AC8FC14 for ; Wed, 26 Oct 2011 18:30:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9QIUFfa083892 for ; Wed, 26 Oct 2011 18:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9QIUEpk083887; Wed, 26 Oct 2011 18:30:15 GMT (envelope-from gnats) Date: Wed, 26 Oct 2011 18:30:15 GMT Message-Id: <201110261830.p9QIUEpk083887@freefall.freebsd.org> To: gecko@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/160444: commit references a PR X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2011 18:30:15 -0000 The following reply was made to PR ports/160444; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/160444: commit references a PR Date: Wed, 26 Oct 2011 18:24:30 +0000 (UTC) beat 2011-10-26 18:24:21 UTC FreeBSD ports repository Modified files: www/seamonkey Makefile Added files: www/seamonkey/files extra-patch-bridge-bridge.mk Log: - Fix build with WITHOUT_LDAP - Mark WITHOUT_MAILNEWS as BROKEN PR: ports/160444 Submitted by: J. Altman and many others Patch by: Nali Toja Tested by: Alexey Shuvaev Revision Changes Path 1.313 +2 -1 ports/www/seamonkey/Makefile 1.1 +15 -0 ports/www/seamonkey/files/extra-patch-bridge-bridge.mk (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-gecko@FreeBSD.ORG Wed Oct 26 18:33:03 2011 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E9F21065675; Wed, 26 Oct 2011 18:33:03 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 75EA88FC21; Wed, 26 Oct 2011 18:33:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9QIX3ih093736; Wed, 26 Oct 2011 18:33:03 GMT (envelope-from beat@freefall.freebsd.org) Received: (from beat@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9QIX3U0093732; Wed, 26 Oct 2011 18:33:03 GMT (envelope-from beat) Date: Wed, 26 Oct 2011 18:33:03 GMT Message-Id: <201110261833.p9QIX3U0093732@freefall.freebsd.org> To: freebsd-announce@chthonic.com, beat@FreeBSD.org, gecko@FreeBSD.org From: beat@FreeBSD.org Cc: Subject: Re: ports/160444: www/seamonkey fails to build X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2011 18:33:03 -0000 Synopsis: www/seamonkey fails to build State-Changed-From-To: analyzed->closed State-Changed-By: beat State-Changed-When: Wed Oct 26 18:33:02 UTC 2011 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=160444 From owner-freebsd-gecko@FreeBSD.ORG Wed Oct 26 19:05:22 2011 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A736C1065673 for ; Wed, 26 Oct 2011 19:05:22 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 437748FC16 for ; Wed, 26 Oct 2011 19:05:21 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id p9QJ5K3B056354 for ; Wed, 26 Oct 2011 19:05:20 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id p9QJ5FbS055070 for freebsd-gecko@freebsd.org; Wed, 26 Oct 2011 19:05:15 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Wed, 26 Oct 2011 19:05:15 GMT Message-Id: <201110261905.p9QJ5FbS055070@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r666 - branches/experimental/www/seamonkey branches/experimental/www/seamonkey-beta branches/experimental/www/seamonkey-beta/files branches/experimental/www/seamonkey/files trunk/www/seamonkey trunk/www/seamonkey/files X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2011 19:05:22 -0000 Author: beat Date: Wed Oct 26 19:05:15 2011 New Revision: 666 Log: - Fix build with WITHOUT_LDAP - Mark WITHOUT_MAILNEWS as BROKEN PR: ports/160444 Submitted by: J. Altman and many others Patch by: Nali Toja Tested by: Alexey Shuvaev Added: branches/experimental/www/seamonkey-beta/files/extra-patch-bridge-bridge.mk branches/experimental/www/seamonkey/files/extra-patch-bridge-bridge.mk trunk/www/seamonkey/files/extra-patch-bridge-bridge.mk Modified: branches/experimental/www/seamonkey-beta/Makefile branches/experimental/www/seamonkey/Makefile trunk/www/seamonkey/Makefile Modified: branches/experimental/www/seamonkey-beta/Makefile ============================================================================== --- branches/experimental/www/seamonkey-beta/Makefile Mon Oct 24 21:54:02 2011 (r665) +++ branches/experimental/www/seamonkey-beta/Makefile Wed Oct 26 19:05:15 2011 (r666) @@ -85,11 +85,12 @@ .if defined(WITHOUT_MAILNEWS) MOZ_OPTIONS+= --disable-ldap --disable-mailnews +BROKEN= Does not build .else # mail and news desired, but not LDAP .if defined(WITHOUT_LDAP) +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-bridge-bridge.mk MOZ_OPTIONS+= --disable-ldap --enable-mailnews -BROKEN= Does not build .else MOZ_OPTIONS+= --enable-ldap --enable-mailnews .endif Added: branches/experimental/www/seamonkey-beta/files/extra-patch-bridge-bridge.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/seamonkey-beta/files/extra-patch-bridge-bridge.mk Wed Oct 26 19:05:15 2011 (r666) @@ -0,0 +1,15 @@ +--- bridge/bridge.mk.orig 2011-10-24 10:44:24.000000000 +0200 ++++ bridge/bridge.mk 2011-10-24 10:44:56.000000000 +0200 +@@ -38,10 +38,10 @@ + + APP_LIBXUL_DIRS += $(DEPTH)$(SUBDIR)/mozilla/xpfe/components/autocomplete + +-#ifdef MOZ_LDAP_XPCOM ++ifdef MOZ_LDAP_XPCOM + APP_LIBXUL_STATICDIRS += $(DEPTH)$(SUBDIR)/ldap/sdks/c-sdk + APP_LIBXUL_DIRS += $(DEPTH)$(SUBDIR)/ldap/xpcom +-#endif ++endif + + ifdef MOZ_MAIL_NEWS + APP_LIBXUL_DIRS += \ Modified: branches/experimental/www/seamonkey/Makefile ============================================================================== --- branches/experimental/www/seamonkey/Makefile Mon Oct 24 21:54:02 2011 (r665) +++ branches/experimental/www/seamonkey/Makefile Wed Oct 26 19:05:15 2011 (r666) @@ -2,7 +2,7 @@ # Date created: 31 Mar 1998 # Whom: eivind/dima/jseger # -# $FreeBSD: ports/www/seamonkey/Makefile,v 1.312 2011/10/19 15:05:41 beat Exp $ +# $FreeBSD: ports/www/seamonkey/Makefile,v 1.313 2011/10/26 18:24:21 beat Exp $ # PORTNAME= seamonkey @@ -84,11 +84,12 @@ .if defined(WITHOUT_MAILNEWS) MOZ_OPTIONS+= --disable-ldap --disable-mailnews +BROKEN= Does not build .else # mail and news desired, but not LDAP .if defined(WITHOUT_LDAP) +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-bridge-bridge.mk MOZ_OPTIONS+= --disable-ldap --enable-mailnews -BROKEN= Does not build .else MOZ_OPTIONS+= --enable-ldap --enable-mailnews .endif Added: branches/experimental/www/seamonkey/files/extra-patch-bridge-bridge.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/seamonkey/files/extra-patch-bridge-bridge.mk Wed Oct 26 19:05:15 2011 (r666) @@ -0,0 +1,15 @@ +--- bridge/bridge.mk.orig 2011-10-24 10:44:24.000000000 +0200 ++++ bridge/bridge.mk 2011-10-24 10:44:56.000000000 +0200 +@@ -38,10 +38,10 @@ + + APP_LIBXUL_DIRS += $(DEPTH)$(SUBDIR)/mozilla/xpfe/components/autocomplete + +-#ifdef MOZ_LDAP_XPCOM ++ifdef MOZ_LDAP_XPCOM + APP_LIBXUL_STATICDIRS += $(DEPTH)$(SUBDIR)/ldap/sdks/c-sdk + APP_LIBXUL_DIRS += $(DEPTH)$(SUBDIR)/ldap/xpcom +-#endif ++endif + + ifdef MOZ_MAIL_NEWS + APP_LIBXUL_DIRS += \ Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Mon Oct 24 21:54:02 2011 (r665) +++ trunk/www/seamonkey/Makefile Wed Oct 26 19:05:15 2011 (r666) @@ -2,7 +2,7 @@ # Date created: 31 Mar 1998 # Whom: eivind/dima/jseger # -# $FreeBSD: ports/www/seamonkey/Makefile,v 1.312 2011/10/19 15:05:41 beat Exp $ +# $FreeBSD: ports/www/seamonkey/Makefile,v 1.313 2011/10/26 18:24:21 beat Exp $ # PORTNAME= seamonkey @@ -84,11 +84,12 @@ .if defined(WITHOUT_MAILNEWS) MOZ_OPTIONS+= --disable-ldap --disable-mailnews +BROKEN= Does not build .else # mail and news desired, but not LDAP .if defined(WITHOUT_LDAP) +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-bridge-bridge.mk MOZ_OPTIONS+= --disable-ldap --enable-mailnews -BROKEN= Does not build .else MOZ_OPTIONS+= --enable-ldap --enable-mailnews .endif Added: trunk/www/seamonkey/files/extra-patch-bridge-bridge.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/seamonkey/files/extra-patch-bridge-bridge.mk Wed Oct 26 19:05:15 2011 (r666) @@ -0,0 +1,15 @@ +--- bridge/bridge.mk.orig 2011-10-24 10:44:24.000000000 +0200 ++++ bridge/bridge.mk 2011-10-24 10:44:56.000000000 +0200 +@@ -38,10 +38,10 @@ + + APP_LIBXUL_DIRS += $(DEPTH)$(SUBDIR)/mozilla/xpfe/components/autocomplete + +-#ifdef MOZ_LDAP_XPCOM ++ifdef MOZ_LDAP_XPCOM + APP_LIBXUL_STATICDIRS += $(DEPTH)$(SUBDIR)/ldap/sdks/c-sdk + APP_LIBXUL_DIRS += $(DEPTH)$(SUBDIR)/ldap/xpcom +-#endif ++endif + + ifdef MOZ_MAIL_NEWS + APP_LIBXUL_DIRS += \ From owner-freebsd-gecko@FreeBSD.ORG Wed Oct 26 21:14:22 2011 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8D7C106564A for ; Wed, 26 Oct 2011 21:14:22 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 6B7BF8FC19 for ; Wed, 26 Oct 2011 21:14:22 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id p9QLEL77078272 for ; Wed, 26 Oct 2011 21:14:21 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id p9QLEGtT076828 for freebsd-gecko@freebsd.org; Wed, 26 Oct 2011 21:14:16 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Wed, 26 Oct 2011 21:14:16 GMT Message-Id: <201110262114.p9QLEGtT076828@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r667 - branches/experimental/www/seamonkey branches/experimental/www/seamonkey-beta branches/experimental/www/seamonkey-beta/files branches/experimental/www/seamonkey/files trunk/www/seamonkey trunk/www/seamonkey/files X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2011 21:14:22 -0000 Author: beat Date: Wed Oct 26 21:14:15 2011 New Revision: 667 Log: - Unbreak WITHOUT_MAILNEWS option Submitted by: Nali Toja Added: branches/experimental/www/seamonkey-beta/files/extra-mailnews-patch-bridge-bridge.mk branches/experimental/www/seamonkey/files/extra-mailnews-patch-bridge-bridge.mk trunk/www/seamonkey/files/extra-mailnews-patch-bridge-bridge.mk Modified: branches/experimental/www/seamonkey-beta/Makefile branches/experimental/www/seamonkey/Makefile trunk/www/seamonkey/Makefile Modified: branches/experimental/www/seamonkey-beta/Makefile ============================================================================== --- branches/experimental/www/seamonkey-beta/Makefile Wed Oct 26 19:05:15 2011 (r666) +++ branches/experimental/www/seamonkey-beta/Makefile Wed Oct 26 21:14:15 2011 (r667) @@ -84,8 +84,8 @@ .endif .if defined(WITHOUT_MAILNEWS) +EXTRA_PATCHES+= ${FILESDIR}/extra-mailnews-patch-bridge-bridge.mk MOZ_OPTIONS+= --disable-ldap --disable-mailnews -BROKEN= Does not build .else # mail and news desired, but not LDAP .if defined(WITHOUT_LDAP) Added: branches/experimental/www/seamonkey-beta/files/extra-mailnews-patch-bridge-bridge.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/seamonkey-beta/files/extra-mailnews-patch-bridge-bridge.mk Wed Oct 26 21:14:15 2011 (r667) @@ -0,0 +1,18 @@ +--- bridge/bridge.mk.orig 2011-09-29 01:10:49.000000000 +0200 ++++ bridge/bridge.mk 2011-10-26 22:21:47.000000000 +0200 +@@ -38,12 +38,12 @@ + + APP_LIBXUL_DIRS += $(DEPTH)$(SUBDIR)/mozilla/xpfe/components/autocomplete + +-#ifdef MOZ_LDAP_XPCOM ++ifdef MOZ_LDAP_XPCOM + APP_LIBXUL_STATICDIRS += $(DEPTH)$(SUBDIR)/ldap/sdks/c-sdk + APP_LIBXUL_DIRS += $(DEPTH)$(SUBDIR)/ldap/xpcom +-#endif ++endif + +-ifdef MOZ_MAIL_NEWS ++ifdef disabled + APP_LIBXUL_DIRS += \ + $(DEPTH)$(SUBDIR)/mailnews/base \ + $(DEPTH)$(SUBDIR)/mailnews/mime/public \ Modified: branches/experimental/www/seamonkey/Makefile ============================================================================== --- branches/experimental/www/seamonkey/Makefile Wed Oct 26 19:05:15 2011 (r666) +++ branches/experimental/www/seamonkey/Makefile Wed Oct 26 21:14:15 2011 (r667) @@ -2,7 +2,7 @@ # Date created: 31 Mar 1998 # Whom: eivind/dima/jseger # -# $FreeBSD: ports/www/seamonkey/Makefile,v 1.313 2011/10/26 18:24:21 beat Exp $ +# $FreeBSD: ports/www/seamonkey/Makefile,v 1.314 2011/10/26 21:11:39 beat Exp $ # PORTNAME= seamonkey @@ -83,8 +83,8 @@ .endif .if defined(WITHOUT_MAILNEWS) +EXTRA_PATCHES+= ${FILESDIR}/extra-mailnews-patch-bridge-bridge.mk MOZ_OPTIONS+= --disable-ldap --disable-mailnews -BROKEN= Does not build .else # mail and news desired, but not LDAP .if defined(WITHOUT_LDAP) Added: branches/experimental/www/seamonkey/files/extra-mailnews-patch-bridge-bridge.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/seamonkey/files/extra-mailnews-patch-bridge-bridge.mk Wed Oct 26 21:14:15 2011 (r667) @@ -0,0 +1,18 @@ +--- bridge/bridge.mk.orig 2011-09-29 01:10:49.000000000 +0200 ++++ bridge/bridge.mk 2011-10-26 22:21:47.000000000 +0200 +@@ -38,12 +38,12 @@ + + APP_LIBXUL_DIRS += $(DEPTH)$(SUBDIR)/mozilla/xpfe/components/autocomplete + +-#ifdef MOZ_LDAP_XPCOM ++ifdef MOZ_LDAP_XPCOM + APP_LIBXUL_STATICDIRS += $(DEPTH)$(SUBDIR)/ldap/sdks/c-sdk + APP_LIBXUL_DIRS += $(DEPTH)$(SUBDIR)/ldap/xpcom +-#endif ++endif + +-ifdef MOZ_MAIL_NEWS ++ifdef disabled + APP_LIBXUL_DIRS += \ + $(DEPTH)$(SUBDIR)/mailnews/base \ + $(DEPTH)$(SUBDIR)/mailnews/mime/public \ Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Wed Oct 26 19:05:15 2011 (r666) +++ trunk/www/seamonkey/Makefile Wed Oct 26 21:14:15 2011 (r667) @@ -2,7 +2,7 @@ # Date created: 31 Mar 1998 # Whom: eivind/dima/jseger # -# $FreeBSD: ports/www/seamonkey/Makefile,v 1.313 2011/10/26 18:24:21 beat Exp $ +# $FreeBSD: ports/www/seamonkey/Makefile,v 1.314 2011/10/26 21:11:39 beat Exp $ # PORTNAME= seamonkey @@ -83,8 +83,8 @@ .endif .if defined(WITHOUT_MAILNEWS) +EXTRA_PATCHES+= ${FILESDIR}/extra-mailnews-patch-bridge-bridge.mk MOZ_OPTIONS+= --disable-ldap --disable-mailnews -BROKEN= Does not build .else # mail and news desired, but not LDAP .if defined(WITHOUT_LDAP) Added: trunk/www/seamonkey/files/extra-mailnews-patch-bridge-bridge.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/seamonkey/files/extra-mailnews-patch-bridge-bridge.mk Wed Oct 26 21:14:15 2011 (r667) @@ -0,0 +1,18 @@ +--- bridge/bridge.mk.orig 2011-09-29 01:10:49.000000000 +0200 ++++ bridge/bridge.mk 2011-10-26 22:21:47.000000000 +0200 +@@ -38,12 +38,12 @@ + + APP_LIBXUL_DIRS += $(DEPTH)$(SUBDIR)/mozilla/xpfe/components/autocomplete + +-#ifdef MOZ_LDAP_XPCOM ++ifdef MOZ_LDAP_XPCOM + APP_LIBXUL_STATICDIRS += $(DEPTH)$(SUBDIR)/ldap/sdks/c-sdk + APP_LIBXUL_DIRS += $(DEPTH)$(SUBDIR)/ldap/xpcom +-#endif ++endif + +-ifdef MOZ_MAIL_NEWS ++ifdef disabled + APP_LIBXUL_DIRS += \ + $(DEPTH)$(SUBDIR)/mailnews/base \ + $(DEPTH)$(SUBDIR)/mailnews/mime/public \ From owner-freebsd-gecko@FreeBSD.ORG Fri Oct 28 10:10:37 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 AE17F106566C; Fri, 28 Oct 2011 10:10:37 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from marvin.chruetertee.ch (marvin.chruetertee.ch [217.150.245.55]) by mx1.freebsd.org (Postfix) with ESMTP id 3FB2D8FC0C; Fri, 28 Oct 2011 10:10:36 +0000 (UTC) Received: from [192.168.1.38] (60-23.1-85.cust.bluewin.ch [85.1.23.60]) (authenticated bits=0) by marvin.chruetertee.ch (8.14.4/8.14.3) with ESMTP id p9SAATV0038222 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Fri, 28 Oct 2011 10:10:35 GMT (envelope-from beat@FreeBSD.org) Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=us-ascii From: =?iso-8859-1?Q?Beat_G=E4tzi?= In-Reply-To: <1110241842280.2144@smasher> Date: Fri, 28 Oct 2011 12:10:26 +0200 Content-Transfer-Encoding: 7bit Message-Id: References: <1110241842280.2144@smasher> To: Atom Smasher X-Mailer: Apple Mail (2.1251.1) Cc: gecko@FreeBSD.org Subject: Re: seamonkey - 2.4.1 - build problems X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2011 10:10:37 -0000 Hi, On Oct 24, 2011, at 7:59 AM, Atom Smasher wrote: > see attached. lemme know if there's anything else you want. This should be fixed with the last commit to SeaMonkey. Please update your ports tree and retry the build. Beat > > thanks... > > > -- > ...atom > > ________________________ > http://atom.smasher.org/ > 762A 3B98 A3C3 96C9 C6B7 582A B88D 52E4 D9F5 7808 > ------------------------------------------------- > > "The probability that a given person is stupid is independent > of any other characteristic possessed by that person." > -- Carlo Maria Cipolla's 2nd law of stupidity > _______________________________________________ > freebsd-gecko@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gecko > To unsubscribe, send any mail to "freebsd-gecko-unsubscribe@freebsd.org" From owner-freebsd-gecko@FreeBSD.ORG Fri Oct 28 23:56:17 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 9F4C1106566C; Fri, 28 Oct 2011 23:56:17 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id 177E88FC1F; Fri, 28 Oct 2011 23:56:16 +0000 (UTC) Received: by wwn22 with SMTP id 22so2940289wwn.1 for ; Fri, 28 Oct 2011 16:56:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:from:date:message-id:subject:to:cc:content-type; bh=CnX5ignDGDcMNeuOxy5O53GVwY6xcREGgwrmm8y2JKo=; b=ZDCtg7X4GhNHpSEWWGFJFiloDjubVJE1nDciPLNQDkxXCl9Y/ISedtkxuNnQI+cdgu hf/If+ylSaT2luiJ+1aXJoVaVN07nctR8FS56LudlaPj+g8z4NYmcoX4nS6mLWCYaR9y EP346rIyR0pcDAGMAUtal/M62WE0bB5RfOdbY= Received: by 10.227.198.77 with SMTP id en13mr6227646wbb.28.1319844469084; Fri, 28 Oct 2011 16:27:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.55.133 with HTTP; Fri, 28 Oct 2011 16:27:18 -0700 (PDT) From: Eitan Adler Date: Fri, 28 Oct 2011 19:27:18 -0400 Message-ID: To: gecko@freebsd.org, gnome@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: bug-followup@freebsd.org Subject: Re: ports/162116: approval request X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2011 23:56:17 -0000 Hi, Can I please have approval to commit: http://www.freebsd.org/cgi/query-pr.cgi?pr=162116 ? -- Eitan Adler From owner-freebsd-gecko@FreeBSD.ORG Sat Oct 29 12:17:16 2011 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFCCD1065678; Sat, 29 Oct 2011 12:17:16 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A7B188FC1E; Sat, 29 Oct 2011 12:17:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9TCHG8E074782; Sat, 29 Oct 2011 12:17:16 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9TCHGVI074778; Sat, 29 Oct 2011 12:17:16 GMT (envelope-from linimon) Date: Sat, 29 Oct 2011 12:17:16 GMT Message-Id: <201110291217.p9TCHGVI074778@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gecko@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/162075: www/firefox >= 7.0.1_2 bug with respect to pentadactyl addon X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2011 12:17:16 -0000 Old Synopsis: firefox >= 7.0.1_2 bug with respect to pentadactyl addon New Synopsis: www/firefox >= 7.0.1_2 bug with respect to pentadactyl addon Responsible-Changed-From-To: freebsd-ports-bugs->gecko Responsible-Changed-By: linimon Responsible-Changed-When: Sat Oct 29 12:16:56 UTC 2011 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=162075 From owner-freebsd-gecko@FreeBSD.ORG Sat Oct 29 16:03:44 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 085DC106566C for ; Sat, 29 Oct 2011 16:03:44 +0000 (UTC) (envelope-from marcus@freebsd.org) Received: from av-tac-rtp.cisco.com (hen.cisco.com [64.102.19.198]) by mx1.freebsd.org (Postfix) with ESMTP id AC7B28FC13 for ; Sat, 29 Oct 2011 16:03:43 +0000 (UTC) X-TACSUNS: Virus Scanned Received: from rooster.cisco.com (localhost.cisco.com [127.0.0.1]) by av-tac-rtp.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id p9TFlOb3006449; Sat, 29 Oct 2011 11:47:25 -0400 (EDT) Received: from fruit-rollup.marcuscom.com (jclarke-pc.cisco.com [172.18.254.236]) by rooster.cisco.com (8.13.8+Sun/8.13.8) with ESMTP id p9TFlNwU009594; Sat, 29 Oct 2011 11:47:24 -0400 (EDT) Message-ID: <4EAC200B.7010103@freebsd.org> Date: Sat, 29 Oct 2011 11:47:23 -0400 From: Joe Marcus Clarke Organization: FreeBSD, Inc. User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: Eitan Adler References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: gnome@freebsd.org, gecko@freebsd.org, bug-followup@freebsd.org Subject: Re: ports/162116: approval request X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2011 16:03:44 -0000 On 10/28/11 7:27 PM, Eitan Adler wrote: > Hi, > > Can I please have approval to commit: > http://www.freebsd.org/cgi/query-pr.cgi?pr=162116 ? > Approved for gimp. Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome From owner-freebsd-gecko@FreeBSD.ORG Sat Oct 29 16:54:07 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 46588106566C; Sat, 29 Oct 2011 16:54:07 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from marvin.chruetertee.ch (marvin.chruetertee.ch [217.150.245.55]) by mx1.freebsd.org (Postfix) with ESMTP id A87078FC15; Sat, 29 Oct 2011 16:54:06 +0000 (UTC) Received: from [192.168.1.38] (128-26.1-85.cust.bluewin.ch [85.1.26.128]) (authenticated bits=0) by marvin.chruetertee.ch (8.14.4/8.14.3) with ESMTP id p9TGs42j005878 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Sat, 29 Oct 2011 16:54:04 GMT (envelope-from beat@FreeBSD.org) Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=us-ascii From: =?iso-8859-1?Q?Beat_G=E4tzi?= In-Reply-To: Date: Sat, 29 Oct 2011 18:54:04 +0200 Content-Transfer-Encoding: 7bit Message-Id: <51EF1A66-C89A-4637-A6DF-0F210B817586@FreeBSD.org> References: To: Eitan Adler X-Mailer: Apple Mail (2.1251.1) Cc: gnome@FreeBSD.org, gecko@FreeBSD.org, bug-followup@FreeBSD.org Subject: Re: ports/162116: approval request X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2011 16:54:07 -0000 On Oct 29, 2011, at 1:27 AM, Eitan Adler wrote: > Hi, > > Can I please have approval to commit: > http://www.freebsd.org/cgi/query-pr.cgi?pr=162116 ? Approved for www/firefox. Thanks, Beat > -- > Eitan Adler > _______________________________________________ > freebsd-gecko@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gecko > To unsubscribe, send any mail to "freebsd-gecko-unsubscribe@freebsd.org" From owner-freebsd-gecko@FreeBSD.ORG Sat Oct 29 17:00:32 2011 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 290AE106566B for ; Sat, 29 Oct 2011 17:00:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F36988FC13 for ; Sat, 29 Oct 2011 17:00:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9TH0VvP033502 for ; Sat, 29 Oct 2011 17:00:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9TH0VOX033501; Sat, 29 Oct 2011 17:00:31 GMT (envelope-from gnats) Date: Sat, 29 Oct 2011 17:00:31 GMT Message-Id: <201110291700.p9TH0VOX033501@freefall.freebsd.org> To: gecko@FreeBSD.org From: =?iso-8859-1?Q?Beat_G=E4tzi?= Cc: Subject: Re: ports/162075: www/firefox > = 7.0.1_2 bug with respect to pentadactyl addon X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?iso-8859-1?Q?Beat_G=E4tzi?= List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2011 17:00:32 -0000 The following reply was made to PR ports/162075; it has been noted by GNATS. From: =?iso-8859-1?Q?Beat_G=E4tzi?= To: bug-followup@FreeBSD.org, pmn@bakarika.net Cc: Subject: Re: ports/162075: www/firefox >= 7.0.1_2 bug with respect to pentadactyl addon Date: Sat, 29 Oct 2011 18:21:28 +0200 Hi, Could you please remove www/firefox/files/patch-browser-app-nsBrowserApp.cpp and www/firefox/files/patch-browser-app-Makefile.in, rebuild firefox and check if the problem still occur? Thanks, Beat