Date: Sat, 30 Jun 2012 20:18:46 -0400 (EDT) From: AN <andy@neu.net> To: freebsd-gecko@freebsd.org Subject: Re: [SVN-Commit] r826 - branches/experimental/www/firefox-nightly Message-ID: <alpine.BSF.2.00.1206302016490.89948@mail.neu.net> In-Reply-To: <201206302256.q5UMuMb8073790@trillian.chruetertee.ch> References: <201206302256.q5UMuMb8073790@trillian.chruetertee.ch>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1206302016490.89948>