Re: Intent to require Python 3 to build Firefox 59 and later

2017-11-13 Thread Ted Mielczarek
On Sun, Nov 12, 2017, at 12:12 PM, David Burns wrote: > I am not saying it should but if we have a requirement for python 3, > we are also going to have a requirement for py2 to both be available > for local development. Correct, and as far as I know that's the plan of record. As Greg said, we're

Re: Error running mach

2017-02-02 Thread Ted Mielczarek
On Thu, Feb 2, 2017, at 12:18 AM, Rushikesh Jogdand wrote: > I'm trying to build mozilla on Ubuntu 16.10 > > I did following:- > 1. run ```bootstrap.py``` > 2. clone mozilla-central repo > 3. make mach executable > 4. run ./mach build > > I'm getting following error:- >

Re: Tests that aren't compiled in netwerk/test

2017-01-10 Thread Ted Mielczarek
On Tue, Jan 10, 2017, at 08:27 AM, polly.s...@gmail.com wrote: > Thanks Ted! Sorry it's taken me so long to acknowledge your nice > introduction: I was trying to write a script to uncover other unused > files. (And as Boris says, the action to be taken isn't necessarily to > delete them.) It gets

Re: Tests that aren't compiled in netwerk/test

2017-01-05 Thread Ted Mielczarek
On Thu, Jan 5, 2017, at 07:43 AM, polly.s...@gmail.com wrote: > Hello, > > This is my first post so sorry if I do anything inappropriate. Also > please let me know if I do! Hi there! > I have been looking at netwerk because I am thinking of implementing DHCP > proxy auto-detect as described in

Re: Using Firefox to test the Visual C++ compiler

2016-11-16 Thread Ted Mielczarek
Gratian, One of my coworkers reminded me of something that might be an option for you--we have scripts that would allow you to provide a Firefox build that you generated (at a publicly accessible URL) and trigger test jobs on that build in our CI infrastructure. If that's something that sounds

Re: Using Firefox to test the Visual C++ compiler

2016-11-16 Thread Ted Mielczarek
On Wed, Nov 16, 2016, at 03:27 AM, lgrat...@gmail.com wrote: > Hello, > > *I posted this on multiple mailing lists, I'm not sure which is the right > place for these questions. Hi Gratian, Finding the right communication channel always feels like a problem at Mozilla. :) dev-builds is a fine

Re: Python configure: status and discussing improvements

2016-08-17 Thread Ted Mielczarek
On Wed, Aug 17, 2016, at 05:29 AM, Mike Hommey wrote: > Partly related, there's another one: > - there are optional parts of moz.configure that are completely unknown > when they are not included. This can complicate things in some cases. > See for example extra_toolchain_flags. IIRC, there

Re: TaskCluster Linux tasks now running on c4/m4.4xlarge instances

2016-08-08 Thread Ted Mielczarek
On Mon, Aug 8, 2016, at 05:38 PM, Gregory Szorc wrote: > * We're using EBS instead of local instance storage Did this turn out to be faster? In all the benchmarks I had previously read EBS was way slower than instance SSD. -Ted ___ dev-builds mailing

Build Meeting tonight, April 14th

2016-04-14 Thread Ted Mielczarek
Reminder that there's a build team meeting tonight. Please update the Google doc with your status: https://docs.google.com/document/d/1zShw_1dXAMsEORfhMJU1zOlopw5nQHLnSNczC81zwj8/edit# -Ted ___ dev-builds mailing list dev-builds@lists.mozilla.org

Re: Getting nspr & mozjs & to building as static libraries in external repo to reduce maintain burden

2015-12-06 Thread Ted Mielczarek
On Sun, Dec 6, 2015, at 09:13 AM, Yonggang Luo wrote: > And gecko/servo linkage to these libraries as > static libraries? > > And also other third-party projects such as jxcore also would benefit > from > this, is this acceptable? I don't really understand what you mean by "reduce maintenance

Re: Can 3rd party builds utilise the Adobe CDM for DRM support?

2015-11-19 Thread Ted Mielczarek
On Thu, Nov 19, 2015, at 12:19 PM, MichaelA wrote: > Hi all, > > Hopefully this newsgroup is more appropriate than the mozilla.dev.media > (apologies if it isn't!). > > I was wondering if there's anything that stops 3rd party builds from > using the Adobe CDM for websites such as Netflix? I've

Re: How to build the folder I created under firefox (firefox39)?

2015-07-31 Thread Ted Mielczarek
On Fri, Jul 31, 2015, at 05:11 AM, yangxiaomi...@gmail.com wrote: Hi all, I have created a folder named test_dir in top src dir. (The same level with dom, uriloader, widget etc). I simply add a source code named test.cpp and moz.build as below, however, the build system didn't go

Re: I didn't see any handle to ENABLE_PGO, where it is?

2015-04-17 Thread Ted Mielczarek
On Fri, Apr 17, 2015, at 06:05 AM, Yonggang Luo wrote: Where does ENABLE_PGO have the effect? I think you're looking for MOZ_PGO: https://dxr.mozilla.org/mozilla-central/search?tree=mozilla-centralq=MOZ_PGOredirect=true ..which is mostly handled in client.mk. We do two build passes for PGO, and

Re: debug build crash ... any thoughts?

2015-04-10 Thread Ted Mielczarek
On Fri, Apr 10, 2015, at 02:15 PM, g...@novadsp.com wrote: BTW I realize that this is not the case if there is some other path of execution which does create the singleton (!). Is there an interface which would do this? I don't know offhand, but clearly this code works in Firefox debug builds

Re: How to pass Extra-libs to the Build?@@sig

2014-12-22 Thread Ted Mielczarek
On 12/19/2014 5:41 PM, Andreas Mattheiss wrote: Hello, I'm trying to build firefox-35.0b4 on linux. Build bombs out with /abc/build-ff/dist/lib/libnspr4.a(unix.o): In function `_PR_UNIX_GetInterval2': /abc/mozilla-beta/nsprpub/pr/src/md/unix/unix.c:3049: undefined reference to

Re: xul is linked twice

2014-12-08 Thread Ted Mielczarek
On 12/7/2014 10:54 PM, Cst King wrote: On Monday, December 8, 2014 1:39:48 AM UTC+8, Ted Mielczarek wrote: On 12/6/2014 11:59 PM, Cst King wrote: In linux pgo builds, xul is linked twice at least during profile use phase. Can it be avoided? If it's getting linked twice during the second

Re: xul is linked twice

2014-12-07 Thread Ted Mielczarek
On 12/6/2014 11:59 PM, Cst King wrote: In linux pgo builds, xul is linked twice at least during profile use phase. Can it be avoided? If it's getting linked twice during the second phase that's a bug. If you mean it's getting linked twice total, then that's intended. PGO builds first build an

Re: Build system discussions Thursday

2014-12-05 Thread Ted Mielczarek
On Fri, Dec 5, 2014, at 03:55 AM, Yonggang Luo wrote: I've reading the blog post carefully, so the mozilla-build infra has intention to simplify the building process of the locales, so is there any intention to merge all kinds of locales repositories into mozilla-center source tree? This is

Re: plugin-container.exe Issue

2014-12-04 Thread Ted Mielczarek
On Thu, Dec 4, 2014, at 04:25 PM, April Morone wrote: Someone contacted me about plugin-container.exe issue. He stated to me of that he had closed plugin-container, manually, purposely, and that after having closed it, tabs crashed. He states his opinion of that if things worked out of the

Re: Error 2 rebuilding Thunderbird

2014-11-03 Thread Ted Mielczarek
On 11/3/2014 5:21 AM, aaronj...@gmail.com wrote: I am incredibly confused as building Thunderbuild was quite easy first time but since downloading updates I encounter Error 2 MSYS is not supported and it wont build at all. http://i58.tinypic.com/10dfrls.jpg - Image of the build screen.

Re: Did anyone manage to build from their own instance of cygwin?

2014-10-31 Thread Ted Mielczarek
On 10/31/2014 12:58 PM, Paul Rouget wrote: On Windows, I have my own instance of cygwin, with the mintty terminal. To build, I need to use start-shell-msvc which starts a different terminal, a different shell, a different $HOME, and go to /c/cygwin/home/Paul/mozilla/ and then run ./mach

Re: Linking Error in building Firefox

2014-09-19 Thread Ted Mielczarek
On 9/19/2014 7:00 PM, manik sheeri wrote: My mozconfig file is : mk_add_options MOZ_OBJDIR=/home/mk7/firefox/obj-dir ac_add_options --enable-application=browser ac_add_options --enable-optimize ac_add_options --disable-tests ac_add_options --disable-crypto ac_add_options