From owner-freebsd-gecko@FreeBSD.ORG Sun Mar 3 14:56:49 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 48A94E72 for ; Sun, 3 Mar 2013 14:56:49 +0000 (UTC) (envelope-from andy@neu.net) Received: from mail.neu.net (neu.net [199.48.129.194]) by mx1.freebsd.org (Postfix) with ESMTP id E997CA79 for ; Sun, 3 Mar 2013 14:56:47 +0000 (UTC) Received: from neu.net (neu.net [199.48.129.194]) by mail.neu.net (8.14.6/8.14.5) with ESMTP id r23EuhA7016507 for ; Sun, 3 Mar 2013 09:56:43 -0500 (EST) (envelope-from andy@neu.net) Date: Sun, 3 Mar 2013 09:56:43 -0500 (EST) From: AN To: freebsd-gecko@freebsd.org Subject: Re: [SVN-Commit] r1197 - in trunk/www/firefox-nightly: . files In-Reply-To: <201303030842.r238gA9o063816@trillian.chruetertee.ch> Message-ID: References: <201303030842.r238gA9o063816@trillian.chruetertee.ch> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Virus-Scanned: clamav-milter 0.97.6 at my.mail.server X-Virus-Status: Clean X-Spam-Status: No, score=0.0 required=4.5 tests=RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.neu.net X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Mar 2013 14:56:49 -0000 On Sun, 3 Mar 2013, svn-freebsd-gecko@chruetertee.ch wrote: > Author: jbeich > Date: Sun Mar 3 08:42:09 2013 > New Revision: 1197 > > Log: > update Nightly > > Added: > trunk/www/firefox-nightly/files/patch-webvtt-issue227 > Modified: > trunk/www/firefox-nightly/Makefile.hgrev > trunk/www/firefox-nightly/distinfo > trunk/www/firefox-nightly/files/patch-bug807492 > > Modified: trunk/www/firefox-nightly/Makefile.hgrev > ============================================================================== > --- trunk/www/firefox-nightly/Makefile.hgrev Sun Mar 3 05:34:16 2013 (r1196) > +++ trunk/www/firefox-nightly/Makefile.hgrev Sun Mar 3 08:42:09 2013 (r1197) > @@ -1 +1 @@ > -HGREV= 123148:0a91da5f5eab > +HGREV= 123608:8b0c6e0bbd0f > > Modified: trunk/www/firefox-nightly/distinfo > ============================================================================== > --- trunk/www/firefox-nightly/distinfo Sun Mar 3 05:34:16 2013 (r1196) > +++ trunk/www/firefox-nightly/distinfo Sun Mar 3 08:42:09 2013 (r1197) > @@ -1,2 +1,2 @@ > -SHA256 (firefox-nightly/0a91da5f5eab.tar.bz2) = b0ae0f9749bef1bbcc3caaffa6a3795e3f9c61d5c8718585a71a8d4042d0ddfc > -SIZE (firefox-nightly/0a91da5f5eab.tar.bz2) = 104132598 > +SHA256 (firefox-nightly/8b0c6e0bbd0f.tar.bz2) = b4e29907543a2e4951319691918a7209fdfe98b19257aceb66aa4f565317a5a6 > +SIZE (firefox-nightly/8b0c6e0bbd0f.tar.bz2) = 104328208 > > Modified: trunk/www/firefox-nightly/files/patch-bug807492 > ============================================================================== > --- trunk/www/firefox-nightly/files/patch-bug807492 Sun Mar 3 05:34:16 2013 (r1196) > +++ trunk/www/firefox-nightly/files/patch-bug807492 Sun Mar 3 08:42:09 2013 (r1197) > @@ -539,9 +539,9 @@ > 'include_tests%': 0, > }], > @@ -205,16 +210,28 @@ > - 'defines': ['WEBRTC_ARCH_ARM_NEON',], > - }, { > - 'defines': ['WEBRTC_DETECT_ARM_NEON',], > + 'defines': ['WEBRTC_ARCH_ARM_NEON', > + 'WEBRTC_BUILD_NEON_LIBS', > + 'WEBRTC_DETECT_ARM_NEON'], > }], > ], > }], > @@ -1772,10 +1772,10 @@ > index 338d0b7..2241d41 100644 > --- media/webrtc/trunk/tools/gyp/pylib/gyp/generator/mozmake.py > +++ media/webrtc/trunk/tools/gyp/pylib/gyp/generator/mozmake.py > -@@ -4,16 +4,17 @@ > - > - # Python 2.5 needs this for the with statement. > - from __future__ import with_statement > +@@ -1,16 +1,17 @@ > + # Copyright (c) 2012 Mozilla Foundation. All rights reserved. > + # Use of this source code is governed by a BSD-style license that can be > + # found in the LICENSE file. > > import collections > import gyp > > Added: trunk/www/firefox-nightly/files/patch-webvtt-issue227 > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ trunk/www/firefox-nightly/files/patch-webvtt-issue227 Sun Mar 3 08:42:09 2013 (r1197) > @@ -0,0 +1,14 @@ > +--- media/webvtt/alloc.c~ > ++++ media/webvtt/alloc.c > +@@ -26,11 +26,7 @@ > + */ > + > + #include > +-#if ( defined(__APPLE__) && defined(__MACH__) ) > + #include > +-#else > +-#include > +-#endif > + #include > + > + static void *default_alloc( void *unused, webvtt_uint nb ); > _______________________________________________ FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #35 r246636: Sun Feb 10 17:07:34 EST 2013 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 [root@FBSD10 /usr/ports/www/FF_nightly]# svn up Updating '.': At revision 1197. [root@FBSD10 /usr/ports/www/FF_nightly]# make clean ===> Cleaning for firefox-nightly-22.0.123608,1 [root@FBSD10 /usr/ports/www/FF_nightly]# # make update && make makesum && time make all deinstall install clean Full log: http://sebsauvage.net/paste/?bf1393823907297e#/z8+aT4XSjHTi7oweapwZgsx409UU4RNIEseyUzREjM= clang++ -o SVGViewElement.o -c -I../../../../dist/stl_wrappers -I../../../../dist/system_wrappers -include ../../../../../config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM -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 -DNO_NSPR_10_SUPPORT -D_IMPL_NS_LAYOUT -I../../../../../content/svg/content/src -I. -I../../../../dist/include -I/usr/local/include/nspr -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include -I../../../../../content/svg/content/src/../../../xml/content/src -I../../../../../content/svg/content/src/../../../../dom -I../../../../../content/svg/content/src/../../../base/src -I../../../../../content/svg/content/src/../../../../layout/generic -I../../../../../content/svg/content/src/../../../../layout/xul/base/src -I../../../../../content/svg/content/src/../../../../layout/svg -I../../../../../content/svg/content/src/../../../../layout/style -I../../../../../content/svg/content/src/../../../events/src -I../../../../../content/svg/content/src/../../../html/content/src -I../../../../../content/xbl/src -I../../../../../content/svg/content/src/../../../smil -fPIC -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -Qunused-arguments -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wno-invalid-offsetof -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-mismatched-tags -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe -DNDEBUG -DTRIMMED -O2 -fomit-frame-pointer -Qunused-arguments -isystem/usr/local/include -I/usr/local/include -DMOZILLA_CLIENT -include ../../../../mozilla-config.h -MD -MF .deps/SVGViewElement.o.pp /usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/content/svg/content/src/SVGViewElement.cpp rm -f libgkcontentsvg_s.a /usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/obj-x86_64-portbld-freebsd10.0/_virtualenv/bin/python ../../../../../config/expandlibs_gen.py --depend .deps/libgkcontentsvg_s.a.desc.pp -o libgkcontentsvg_s.a.desc DOMSVGAnimatedLengthList.o DOMSVGAnimatedNumberList.o DOMSVGAnimatedTransformList.o DOMSVGLength.o DOMSVGLengthList.o DOMSVGNumber.o DOMSVGNumberList.o DOMSVGPathSeg.o DOMSVGPathSegList.o DOMSVGPoint.o DOMSVGPointList.o DOMSVGStringList.o DOMSVGTransform.o DOMSVGTransformList.o nsDOMSVGZoomEvent.o nsDOMSVGEvent.o nsISVGPoint.o nsSVGAngle.o nsSVGBoolean.o nsSVGClass.o nsSVGDataParser.o nsSVGElement.o nsSVGEnum.o nsSVGFeatures.o nsSVGFilters.o nsSVGInteger.o nsSVGIntegerPair.o nsSVGLength2.o nsSVGNumber2.o nsSVGNumberPair.o nsSVGPathDataParser.o nsSVGPathGeometryElement.o nsSVGPolyElement.o nsSVGString.o nsSVGRect.o nsSVGUnknownElement.o nsSVGViewBox.o SVGAElement.o SVGAltGlyphElement.o SVGAngle.o SVGAnimatedAngle.o SVGAnimatedBoolean.o SVGAnimatedLength.o SVGAnimatedLengthList.o SVGAnimatedNumberList.o SVGAnimatedPathSegList.o SVGAnimatedPointList.o SVGAnimatedPreserveAspectRatio.o SVGAnimatedTransformList.o SVGAnimateElement.o SVGAnimateTransformElement.o SVGAnimateMotionElement.o SVGAnimationElement.o SVGAttrValueWrapper.o SVGClipPathElement.o SVGCircleElement.o SVGContentUtils.o SVGDefsElement.o SVGDescElement.o SVGElementFactory.o SVGEllipseElement.o SVGFilterElement.o SVGForeignObjectElement.o SVGFragmentIdentifier.o SVGGElement.o SVGGradientElement.o SVGGraphicsElement.o SVGImageElement.o SVGIntegerPairSMILType.o SVGLength.o SVGLengthList.o SVGLengthListSMILType.o SVGLineElement.o SVGMarkerElement.o SVGMaskElement.o SVGMatrix.o SVGMetadataElement.o SVGMotionSMILType.o SVGMotionSMILAttr.o SVGMotionSMILAnimationFunction.o SVGMotionSMILPathUtils.o SVGMPathElement.o SVGNumberList.o SVGNumberListSMILType.o SVGNumberPairSMILType.o SVGOrientSMILType.o SVGPathData.o SVGPathElement.o SVGPathSegUtils.o SVGPathSegListSMILType.o SVGPatternElement.o SVGPointList.o SVGPointListSMILType.o SVGPolygonElement.o SVGPolylineElement.o SVGPreserveAspectRatio.o SVGRectElement.o SVGScriptElement.o SVGSetElement.o SVGStopElement.o SVGStringList.o SVGStyleElement.o SVGSymbolElement.o SVGSVGElement.o SVGSwitchElement.o SVGTests.o SVGTextContentElement.o SVGTextElement.o SVGTextPathElement.o SVGTextPositioningElement.o SVGTitleElement.o SVGTransform.o SVGTransformableElement.o SVGTransformList.o SVGTransformListParser.o SVGTransformListSMILType.o SVGTSpanElement.o SVGUseElement.o SVGViewBoxSMILType.o SVGViewElement.o gmake[6]: Leaving directory `/usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/obj-x86_64-portbld-freebsd10.0/content/svg/content/src' gmake[5]: Leaving directory `/usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/obj-x86_64-portbld-freebsd10.0/content/svg/content' gmake[4]: Leaving directory `/usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/obj-x86_64-portbld-freebsd10.0/content/svg' gmake[3]: Leaving directory `/usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/obj-x86_64-portbld-freebsd10.0/content' gmake[2]: *** [libs_tier_platform] Error 2 gmake[2]: Leaving directory `/usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/obj-x86_64-portbld-freebsd10.0' gmake[1]: *** [tier_platform] Error 2 gmake[1]: Leaving directory `/usr/ports/www/FF_nightly/work/mozilla-central-8b0c6e0bbd0f/obj-x86_64-portbld-freebsd10.0' gmake: *** [default] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/www/FF_nightly. *** [/usr/ports/www/FF_nightly/work/.build_done.firefox._usr_local] Error code 1