From owner-freebsd-gecko@FreeBSD.ORG Sun Jul 1 00:18:55 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 514AC1065670 for ; Sun, 1 Jul 2012 00:18:55 +0000 (UTC) (envelope-from andy@neu.net) Received: from mail.neu.net (unknown [IPv6:2607:fc50:0:d300:216:3eff:fe54:f1c6]) by mx1.freebsd.org (Postfix) with ESMTP id E98AF8FC12 for ; Sun, 1 Jul 2012 00:18:54 +0000 (UTC) Received: from neu.net (neu.net [199.48.129.194]) by mail.neu.net (8.14.5/8.14.5) with ESMTP id q610IkB9090055 for ; Sat, 30 Jun 2012 20:18:52 -0400 (EDT) (envelope-from andy@neu.net) Date: Sat, 30 Jun 2012 20:18:46 -0400 (EDT) From: AN To: freebsd-gecko@freebsd.org In-Reply-To: <201206302256.q5UMuMb8073790@trillian.chruetertee.ch> Message-ID: References: <201206302256.q5UMuMb8073790@trillian.chruetertee.ch> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-0.0 required=5.0 tests=T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.neu.net Subject: Re: [SVN-Commit] r826 - branches/experimental/www/firefox-nightly 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, 01 Jul 2012 00:18:55 -0000 On Sat, 30 Jun 2012, svn-freebsd-gecko@chruetertee.ch wrote: > Author: jbeich > Date: Sat Jun 30 22:56:21 2012 > New Revision: 826 > > Log: > bsd.python.mk is already included by bsd.port.pre.mk, via USE_PYTHON_BUILD > > Modified: > branches/experimental/www/firefox-nightly/Makefile > > Modified: branches/experimental/www/firefox-nightly/Makefile > ============================================================================== > --- branches/experimental/www/firefox-nightly/Makefile Sat Jun 30 22:56:14 2012 (r825) > +++ branches/experimental/www/firefox-nightly/Makefile Sat Jun 30 22:56:21 2012 (r826) > @@ -106,7 +106,6 @@ > > .if ${PORT_OPTIONS:MPGO} > USE_DISPLAY= yes > -.include "${PORTSDIR}/Mk/bsd.python.mk" > > .undef GNU_CONFIGURE > MOZ_OPTIONS+= ${CONFIGURE_TARGET} > _______________________________________________ > 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" > After recent upgrade, I get the following failure: gmake[5]: Leaving directory `/home/root/ff_nightly/work/mozilla-central-d9d61d199b11/content/base/src' gmake[4]: Leaving directory `/home/root/ff_nightly/work/mozilla-central-d9d61d199b11/content/base' rm -f libgkconhtmlcon_s.a /home/root/ff_nightly/work/mozilla-central-d9d61d199b11/_virtualenv/bin/python ../../../../config/pythonpath.py -I../../../../config ../../../../config/expandlibs_gen.py --depend .deps/libgkconhtmlcon_s.a.desc.pp -o libgkconhtmlcon_s.a.desc HTMLPropertiesCollection.o nsClientRect.o nsHTMLDNSPrefetch.o nsGenericHTMLElement.o nsGenericHTMLFrameElement.o nsFormSubmission.o nsTextEditorState.o nsHTMLElement.o nsHTMLAnchorElement.o nsHTMLAreaElement.o nsHTMLBRElement.o nsHTMLBodyElement.o nsHTMLButtonElement.o nsHTMLCanvasElement.o nsHTMLDataListElement.o nsHTMLDivElement.o nsHTMLFieldSetElement.o nsHTMLFontElement.o nsHTMLFormElement.o nsHTMLFrameElement.o nsHTMLFrameSetElement.o nsHTMLHRElement.o nsHTMLHeadingElement.o nsHTMLIFrameElement.o nsHTMLImageElement.o nsHTMLInputElement.o nsHTMLLIElement.o nsHTMLLabelElement.o nsHTMLLegendElement.o nsHTMLLinkElement.o nsHTMLMapElement.o nsHTMLMenuElement.o nsHTMLMenuItemElement.o nsHTMLMetaElement.o nsHTMLMeterElement.o nsHTMLModElement.o nsHTMLObjectElement.o nsHTMLOListElement.o nsHTMLSharedObjectElement.o nsHTMLOptionElement.o nsHTMLOptGroupElement.o nsHTMLOutputElement.o nsHTMLParagraphElement.o nsHTMLPreElement.o nsHTMLProgressElement.o nsHTMLScriptElement.o nsHTMLSelectElement.o nsHTMLSharedElement.o nsHTMLSpanElement.o nsHTMLStyleElement.o nsHTMLTableElement.o nsHTMLTableCaptionElement.o nsHTMLTableCellElement.o nsHTMLTableColElement.o nsHTMLTableRowElement.o nsHTMLTableSectionElement.o nsHTMLTextAreaElement.o nsHTMLTitleElement.o nsHTMLUnknownElement.o nsDOMValidityState.o nsIConstraintValidation.o nsRadioVisitor.o nsDOMStringMap.o nsHTMLAudioElement.o nsHTMLMediaElement.o nsMediaError.o nsMediaFragmentURIParser.o nsHTMLSourceElement.o nsTimeRanges.o nsHTMLVideoElement.o gmake[6]: Leaving directory `/home/root/ff_nightly/work/mozilla-central-d9d61d199b11/content/html/content/src' gmake[5]: Leaving directory `/home/root/ff_nightly/work/mozilla-central-d9d61d199b11/content/html/content' gmake[4]: Leaving directory `/home/root/ff_nightly/work/mozilla-central-d9d61d199b11/content/html' gmake[3]: Leaving directory `/home/root/ff_nightly/work/mozilla-central-d9d61d199b11/content' gmake[2]: *** [libs_tier_platform] Error 2 gmake[2]: Leaving directory `/home/root/ff_nightly/work/mozilla-central-d9d61d199b11' gmake[1]: *** [tier_platform] Error 2 gmake[1]: Leaving directory `/home/root/ff_nightly/work/mozilla-central-d9d61d199b11' gmake: *** [default] Error 2 *** [do-build] Error code 1 Stop in /home/root/ff_nightly. *** [/home/root/ff_nightly/work/.build_done.firefox._usr_local] Error code 1 Stop in /home/root/ff_nightly. *** [build] Error code 1 Stop in /home/root/ff_nightly.